Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 28/02/2007, à 02:12

flow

[Resolu] pb curseur avec bureau etendu+ATI

Bonjour tout le monde

J'ai configurer sur mon pc un bureau etendu avec une carte ATI.
J'ai utiliser la commande --initial=dual-head avec aticonfig et j'ai rajouter le "Xinerama"

jusque la ca marche et j'ai mon bureau etendu
le probleme c'est que le curseur de ma souris sur le deuxieme ecran est un gros carré blanc-transparent.

# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg


Section "Files"

	# path to defoma fonts
	FontPath     "/usr/share/X11/fonts/misc"
	FontPath     "/usr/share/X11/fonts/cyrillic"
	FontPath     "/usr/share/X11/fonts/100dpi/:unscaled"
	FontPath     "/usr/share/X11/fonts/75dpi/:unscaled"
	FontPath     "/usr/share/X11/fonts/Type1"
	FontPath     "/usr/share/X11/fonts/100dpi"
	FontPath     "/usr/share/X11/fonts/75dpi"
	FontPath     "/usr/share/fonts/X11/misc"
	FontPath     "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
	Load  "i2c"
	Load  "bitmap"
	Load  "ddc"
	Load  "dri"
	Load  "extmod"
	Load  "freetype"
	Load  "glx"
	Load  "int10"
	Load  "type1"
	Load  "vbe"
EndSection

Section "InputDevice"
	Identifier  "Generic Keyboard"
	Driver      "kbd"
	Option	    "CoreKeyboard"
	Option	    "XkbRules" "xorg"
	Option	    "XkbModel" "pc105"
	Option	    "XkbLayout" "fr"
	Option	    "XkbOptions" "lv3:ralt_switch"
EndSection

Section "InputDevice"
	Identifier  "Configured Mouse"
	Driver      "mouse"
	Option	    "CorePointer"
	Option	    "Device" "/dev/input/mice"
	Option	    "Protocol" "ExplorerPS/2"
	Option	    "ZAxisMapping" "4 5"
	Option	    "Emulate3Buttons" "true"
EndSection

Section "InputDevice"

                                                      # /dev/input/event
                                                      # for USB
	Identifier  "stylus"
	Driver      "wacom"
	Option	    "Device" "/dev/wacom"          # Change to 
	Option	    "Type" "stylus"
	Option	    "ForceDevice" "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"

                                                      # /dev/input/event
                                                      # for USB
	Identifier  "eraser"
	Driver      "wacom"
	Option	    "Device" "/dev/wacom"          # Change to 
	Option	    "Type" "eraser"
	Option	    "ForceDevice" "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"

                                                      # /dev/input/event
                                                      # for USB
	Identifier  "cursor"
	Driver      "wacom"
	Option	    "Device" "/dev/wacom"          # Change to 
	Option	    "Type" "cursor"
	Option	    "ForceDevice" "ISDV4"               # Tablet PC ONLY
EndSection

Section "Monitor"
	Identifier   "QV770"
	Option	    "DPMS"
EndSection

Section "Monitor"
	Identifier   "aticonfig-Monitor[0]"
	Option	    "VendorName" "ATI Proprietary Driver"
	Option	    "ModelName" "Generic Autodetecting Monitor"
	Option	    "DPMS" "true"
EndSection

Section "Monitor"
	Identifier   "aticonfig-Monitor[1]"
	Option	    "VendorName" "ATI Proprietary Driver"
	Option	    "ModelName" "Generic Autodetecting Monitor"
	Option	    "DPMS" "true"
EndSection

Section "Device"
	Identifier  "ATI Technologies, Inc. R430 UM [Radeon X800 XL] (PCIe)"
	Driver      "radeon"
	BusID       "PCI:5:0:0"
EndSection

Section "Device"
	Identifier  "aticonfig-Device[0]"
	Driver      "fglrx"
	Option	    "VideoOverlay" "on"
	Option	    "OpenGLOverlay" "off"
	BusID       "PCI:5:0:0"
	Screen	    0 	
EndSection

Section "Device"
	Identifier  "aticonfig-Device[1]"
	Driver      "fglrx"
	BusID       "PCI:5:0:0"
	Screen      1
EndSection

Section "Screen"
	Identifier "Default Screen"
	Device     "ATI Technologies, Inc. R430 UM [Radeon X800 XL] (PCIe)"
	Monitor    "QV770"
	DefaultDepth     24
	SubSection "Display"
		Depth     1
		Modes    "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth     4
		Modes    "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth     8
		Modes    "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth     15
		Modes    "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth     16
		Modes    "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth     24
		Modes    "1400x900" "800x600" "640x480"
	EndSubSection
EndSection

Section "Screen"
	Identifier "aticonfig-Screen[0]"
	Device     "aticonfig-Device[0]"
	Monitor    "aticonfig-Monitor[0]"
	DefaultDepth     24
	SubSection "Display"
		Viewport   0 0
		Depth     24
	EndSubSection
EndSection

Section "Screen"
	Identifier "aticonfig-Screen[1]"
	Device     "aticonfig-Device[1]"
	Monitor    "aticonfig-Monitor[1]"
	DefaultDepth     24
	SubSection "Display"
		Depth     24
		Modes    "1024x768" "800x600" "640x480"
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier     "Default Layout"
	Screen      0  "aticonfig-Screen[0]" 0 0
	Screen      1  "aticonfig-Screen[1]" LeftOf "aticonfig-Screen[0]"
	InputDevice    "Generic Keyboard"
	InputDevice    "Configured Mouse"
	InputDevice    "stylus" "SendCoreEvents"
	InputDevice    "cursor" "SendCoreEvents"
	InputDevice    "eraser" "SendCoreEvents"
EndSection

Section "ServerFlags"
    Option        "Xinerama" "on"
EndSection

Section "DRI"
	Mode         0666
EndSection

Section "Extensions"
	Option	    "Composite" "disable"
EndSection

est-ce que quelqu'un aurait une idée ???

merci d'avance

Dernière modification par flow (Le 27/03/2007, à 21:14)

Hors ligne

#2 Le 28/02/2007, à 16:42

phiibuntu

Re : [Resolu] pb curseur avec bureau etendu+ATI

Bonjour à tous bon un petit up smile
par un heureux hasard je met en place la même chose aujourd'hui je patauge un peu puis miracle bureau étendu sur mon deuxieme ecran

Malheureusement même problème un ignoble curseur de souris carré et tout moche sur l'écran 2 alors que sur le 1 superbe smile J'ai aussi une ATI (X1600) sur un portable quant à moi

Aidez nous (noob online) smile

Merci

Hors ligne

#3 Le 02/03/2007, à 16:28

phiibuntu

Re : [Resolu] pb curseur avec bureau etendu+ATI

euh après quelque recherche c'est pire lol

il va falloir que je cherche un peu plus car lorsque j'essaie de mettre un bureau étendu je perds mon accélération 3D j'adore ATI smile

Bref je vais continuer de chercher smile

Hors ligne

#4 Le 02/03/2007, à 17:16

flow

Re : [Resolu] pb curseur avec bureau etendu+ATI

je cherche encore aussi hmm

apparement d'autre aussi ont ce probleme, mais personne ne la solutionné.

ce qui est bizarre c'est qu ' avec Dapper ca marché trés bien !!!

je te tien au courant si je trouve quelquechose ...

Hors ligne

#5 Le 10/03/2007, à 18:46

Damageco

Re : [Resolu] pb curseur avec bureau etendu+ATI

Bonjour,

J'ai exactement le même problème que vous. Quelqu'un a une piste pour résoudre ce dernier problème ?

Chao !

#6 Le 17/03/2007, à 03:40

ricodfdsfsqd

Re : [Resolu] pb curseur avec bureau etendu+ATI

meme problem... je n'ai pas trouvé de solution juska présent....

#7 Le 22/03/2007, à 22:49

Aargh

Re : [Resolu] pb curseur avec bureau etendu+ATI

j'ai trouvé une solution qui fonctionne, décrite à cette adresse :
http://ubuntuforums.org/showthread.php?t=227902

Il suffit d'ajouter  Option "SWcursor" "on" dans la section Device

Ce n'est pas nickel parce que la souris laisse des traces, mais c'est déjà un progrès

#8 Le 23/03/2007, à 11:34

Romu

Re : [Resolu] pb curseur avec bureau etendu+ATI

Mais pourquoi donc s'embêter avec le Xinerama ??

Et ton xorg.conf est super compliqué, j'ai le bureau étendu avec un seul "Device", une seul "Screen".

http://forum.ubuntu-fr.org/viewtopic.php?id=103844


A tout problème complexe, il existe une solution simple : la mauvaise

Hors ligne

#9 Le 25/03/2007, à 18:00

Aargh

Re : [Resolu] pb curseur avec bureau etendu+ATI

chez moi le conf avec un layout mono screen n'a jamais rien donné, même en adoptant des modes d'affichage supérieur. D'ailleurs, cela ne me donne pas accès à des résolutions supérieures via préférénces - résolution.
Idem avec le conf que tu utilise qui n'active qu'un écran chez moi.

Sans xinerama, au mieux j'obtiens deux bureaux séparés sans communication et donc impossibilité d'avoir des instances d'une même appli sur les deux moniteurs. C'est très gênant. Au pire c'est clôné, je n'y vois aucun intérêt.

En tout cas au minimum je ne suis parvenu à un bureau étendu qu'avec du dual-head.

#10 Le 27/03/2007, à 21:11

flow

Re : [Resolu] pb curseur avec bureau etendu+ATI

Romu a écrit :

Mais pourquoi donc s'embêter avec le Xinerama ??

Et ton xorg.conf est super compliqué, j'ai le bureau étendu avec un seul "Device", une seul "Screen".

http://forum.ubuntu-fr.org/viewtopic.php?id=103844

merci pour ton lien !! j'ai effectivement reussi a avoir un bureau etendu sans xinerama
par contre j'ai toujours deux device et deux screen (sinon X plante hmm ) , mais bon ca marche donc ...
j'ai pas utiliser l'option Mode2 car mes deux ecran on la meme resolution

j'avais reinstaller mes drivers ATI juste avant !!! je pense que ca a dut etre utile smile


par contre la solution de Aargh Option "SWcursor" "on" n'a pas fonctionné sur mon pc !!!

enfin toujours est-il que j'ai mon bureau etendu et que le curseur est normal ,donc content big_smile big_smile

je met mon xorg.conf au cas ou ca pourait aider quelqu'un

mais pour le curseur je pense que ca venait plus du driver ATI !!!
sinon peut etre que  Option "SWcursor" "on" marche sur les autres ????

Section "ServerLayout"
	Identifier     "Default Layout"
	Screen      0  "aticonfig-Screen[0]" 0 0
	InputDevice    "Generic Keyboard"
	InputDevice    "Configured Mouse"
	InputDevice    "stylus" "SendCoreEvents"
	InputDevice    "cursor" "SendCoreEvents"
	InputDevice    "eraser" "SendCoreEvents"
EndSection

Section "Files"

	# path to defoma fonts
	FontPath     "/usr/share/X11/fonts/misc"
	FontPath     "/usr/share/X11/fonts/cyrillic"
	FontPath     "/usr/share/X11/fonts/100dpi/:unscaled"
	FontPath     "/usr/share/X11/fonts/75dpi/:unscaled"
	FontPath     "/usr/share/X11/fonts/Type1"
	FontPath     "/usr/share/X11/fonts/100dpi"
	FontPath     "/usr/share/X11/fonts/75dpi"
	FontPath     "/usr/share/fonts/X11/misc"
	FontPath     "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
	Load  "i2c"
	Load  "bitmap"
	Load  "ddc"
	Load  "dri"
	Load  "extmod"
	Load  "freetype"
	Load  "glx"
	Load  "int10"
	Load  "type1"
	Load  "vbe"
EndSection

Section "InputDevice"
	Identifier  "Generic Keyboard"
	Driver      "kbd"
	Option	    "CoreKeyboard"
	Option	    "XkbRules" "xorg"
	Option	    "XkbModel" "pc105"
	Option	    "XkbLayout" "fr"
	Option	    "XkbOptions" "lv3:ralt_switch"
EndSection

Section "InputDevice"
	Identifier  "Configured Mouse"
	Driver      "mouse"
	Option	    "CorePointer"
	Option	    "Device" "/dev/input/mice"
	Option	    "Protocol" "ExplorerPS/2"
	Option	    "ZAxisMapping" "4 5"
	Option	    "Emulate3Buttons" "true"
EndSection

Section "InputDevice"

                                                      # /dev/input/event
                                                      # for USB
	Identifier  "stylus"
	Driver      "wacom"
	Option	    "Device" "/dev/wacom"          # Change to 
	Option	    "Type" "stylus"
	Option	    "ForceDevice" "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"

                                                      # /dev/input/event
                                                      # for USB
	Identifier  "eraser"
	Driver      "wacom"
	Option	    "Device" "/dev/wacom"          # Change to 
	Option	    "Type" "eraser"
	Option	    "ForceDevice" "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"

                                                      # /dev/input/event
                                                      # for USB
	Identifier  "cursor"
	Driver      "wacom"
	Option	    "Device" "/dev/wacom"          # Change to 
	Option	    "Type" "cursor"
	Option	    "ForceDevice" "ISDV4"               # Tablet PC ONLY
EndSection

Section "Monitor"
	Identifier   "AL1916W"
	Option	    "DPMS"
EndSection

Section "Monitor"
	Identifier   "aticonfig-Monitor[0]"
	Option	    "VendorName" "ATI Proprietary Driver"
	Option	    "ModelName" "Generic Autodetecting Monitor"
	Option	    "DPMS" "true"
EndSection

Section "Device"
	Identifier  "ATI Technologies, Inc. R430 UM [Radeon X800 XL] (PCIe)"
	Driver      "fglrx"
	BusID       "PCI:5:0:0"
EndSection

Section "Device"
	Identifier  "aticonfig-Device[0]"
	Driver      "fglrx"
	Option	    "VideoOverlay" "on"
	Option	    "OpenGLOverlay" "off"
	Option	    "DesktopSetup" "horizontal,reverse"
	Option	    "OverlayOnCRTC2" "1"
EndSection

Section "Screen"
	Identifier "Default Screen"
	Device     "ATI Technologies, Inc. R430 UM [Radeon X800 XL] (PCIe)"
	Monitor    "AL1916W"
	DefaultDepth     24
	SubSection "Display"
		Depth     1
		Modes    "1400x900" "1280x1280" "1280x960" "1152x921" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
	EndSubSection
	SubSection "Display"
		Depth     4
		Modes    "1400x900" "1280x1280" "1280x960" "1152x921" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
	EndSubSection
	SubSection "Display"
		Depth     8
		Modes    "1400x900" "1280x1280" "1280x960" "1152x921" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
	EndSubSection
	SubSection "Display"
		Depth     15
		Modes    "1400x900" "1280x1280" "1280x960" "1152x921" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
	EndSubSection
	SubSection "Display"
		Depth     16
		Modes    "1400x900" "1280x1280" "1280x960" "1152x921" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
	EndSubSection
	SubSection "Display"
		Depth     24
		Modes    "1400x900" "1280x1280" "1280x960" "1152x921" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
	EndSubSection
EndSection

Section "Screen"
	Identifier "aticonfig-Screen[0]"
	Device     "aticonfig-Device[0]"
	Monitor    "aticonfig-Monitor[0]"
	DefaultDepth     24
	SubSection "Display"
		Viewport   0 0
		Depth     24
	EndSubSection
EndSection

Section "DRI"
	Mode         0666
EndSection

Section "Extensions"
	Option	    "Composite" "disable"
EndSection

Hors ligne