[zut revenu] dual screen+probleme pointeur souris (carré)

Bonjour,

sur mon PC portable Dell Inspiron 6400 et le bureau fluxbox, j’ai configuré le xorg.conf pour avoir le dual screen avec deux résolutions d’ecran differents afin d’utiliser une application sur le 2eme écran…

mais il y a un hic!!!
sur le 1er écran le pointeur de la souris est normal (une fleche)
sur le 2eme écran j’ai un gros carré de 1cm a la place…

Section "ServerLayout"
	Identifier     "Default Layout"
	Screen         "aticonfig-Screen[0]"
	Screen         "aticonfig-Screen[1]" RightOf "aticonfig-Screen[0]"
	InputDevice    "Generic Keyboard"
	InputDevice    "Configured Mouse"
	InputDevice    "Synaptics Touchpad"
EndSection

Section "Files"

	# path to defoma fonts
	FontPath     "/usr/share/fonts/X11/misc"
	FontPath     "/usr/X11R6/lib/X11/fonts/misc"
	FontPath     "/usr/share/fonts/X11/cyrillic"
	FontPath     "/usr/X11R6/lib/X11/fonts/cyrillic"
	FontPath     "/usr/share/fonts/X11/100dpi/:unscaled"
	FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
	FontPath     "/usr/share/fonts/X11/75dpi/:unscaled"
	FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
	FontPath     "/usr/share/fonts/X11/Type1"
	FontPath     "/usr/X11R6/lib/X11/fonts/Type1"
	FontPath     "/usr/share/fonts/X11/100dpi"
	FontPath     "/usr/X11R6/lib/X11/fonts/100dpi"
	FontPath     "/usr/share/fonts/X11/75dpi"
	FontPath     "/usr/X11R6/lib/X11/fonts/75dpi"
	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  "vbe"
EndSection

Section "InputDevice"
	Identifier  "Generic Keyboard"
	Driver      "kbd"
	Option	    "CoreKeyboard"
	Option	    "XkbRules" "xorg"
	Option	    "XkbModel" "pc105"
	Option	    "XkbLayout" "fr"
	Option	    "XkbVariant" "latin9"
EndSection

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

Section "InputDevice"
	Identifier  "Synaptics Touchpad"
	Driver      "synaptics"
	Option	    "SendCoreEvents" "true"
	Option	    "Device" "/dev/psaux"
	Option	    "Protocol" "auto-dev"
	Option	    "HorizScrollDelta" "0"
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  "aticonfig-Device[0]"
	Driver      "fglrx"
	screen 0
	BusID	    "PCI:1:0:0"
EndSection

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

Section "Screen"
	Identifier "aticonfig-Screen[0]"
	Device     "aticonfig-Device[0]"
	Monitor    "aticonfig-Monitor[0]"
	DefaultDepth     24
	SubSection "Display"
		Modes	  "1280x800" "1024x768"
		Depth     24
	EndSubSection
EndSection

Section "Screen"
	Identifier "aticonfig-Screen[1]"
	Device     "aticonfig-Device[1]"
	Monitor    "aticonfig-Monitor[1]"
	DefaultDepth     24
	SubSection "Display"
		Modes	  "1680x1050" "1280x800" "1024x768"
		Depth     24
	EndSubSection
EndSection

Section "DRI"
	Mode         0666
EndSection

j’ai aussi essayé l’option:
option "SW_cursor"
le gros carré dans le 2eme écran a disparu mais quand je click avec le touchpad, j’ai un carré de 1cm qui apparait et fait une “tache” quelque soit l’écran.

je vous remercie d’avance pour votre aide.

un petit Up

personne n’a une idée!!!
Je suis certains qu’il faut que je trouve l’equivalent de l’option "SW_Cursor"
Ou pourrais je trouver une liste complete d’option de Xorg.conf
en francais si possible!!!

bon ben finalement
j’ai fini par le resoudre

mais faut surtout pas me demander comment j’ai fait
a force de faire des install et desinstall de paquets il y a eu quelque chose qui a corrigé mon probleme.

je vais passer a l’étape suivante…resoudre un autre probleme
:smiley:

bonjour,
bon ben apres un dist update (il y a 15jr) le probleme est revenu…

quelqu’un a une idée des differents fichiers qui peuvent causer ce probleme…???
je poste mon actuel xorg.conf

[code]Section "ServerLayout"
Identifier "Default Layout"
Screen "aticonfig-Screen[0]"
Screen “aticonfig-Screen[1]” RightOf "aticonfig-Screen[0]"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "Synaptics Touchpad"
EndSection

Section “Files”

# path to defoma fonts
FontPath     "/usr/share/fonts/X11/misc"
FontPath     "/usr/X11R6/lib/X11/fonts/misc"
FontPath     "/usr/share/fonts/X11/cyrillic"
FontPath     "/usr/X11R6/lib/X11/fonts/cyrillic"
FontPath     "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
FontPath     "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
FontPath     "/usr/share/fonts/X11/Type1"
FontPath     "/usr/X11R6/lib/X11/fonts/Type1"
FontPath     "/usr/share/fonts/X11/100dpi"
FontPath     "/usr/X11R6/lib/X11/fonts/100dpi"
FontPath     "/usr/share/fonts/X11/75dpi"
FontPath     "/usr/X11R6/lib/X11/fonts/75dpi"
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 "vbe"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option “XkbRules” "xorg"
Option “XkbModel” "pc105"
Option “XkbLayout” "fr"
Option “XkbVariant” "latin9"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option “Device” "/dev/input/mice"
Option “Protocol” "ImPS/2"
Option “Emulate3Buttons” "true"
EndSection

Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option “SendCoreEvents” "true"
Option “Device” "/dev/psaux"
Option “Protocol” "auto-dev"
Option “HorizScrollDelta” "0"
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 "aticonfig-Device[0]"
Driver "fglrx"
Screen 0

Option “AddARGBGLXVisuals” “True”

Option “VideoOverlay” “on”

Option “OpenGLOverlay” “off”

    BusID		"PCI:1:0:0"

EndSection

Section "Device"
Identifier "aticonfig-Device[1]"
Driver "fglrx"
Screen 1

Option “AddARGBGLXVisuals” “True”

Option “VideoOverlay” “on”

Option “OpenGLOverlay” “off”

    BusID		"PCI:1:0:0"

EndSection

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

Section "Screen"
Identifier "aticonfig-Screen[1]"
Device "aticonfig-Device[1]"
Monitor "aticonfig-Monitor[1]"
DefaultDepth 24
SubSection "Display"
Modes “1680x1050” “1280x1024” “1280x800” "1024x768"
Depth 24
EndSubSection
EndSection

Section "DRI"
Mode 0666
EndSection[/code]

aaaaaaaaaaaarrrrrrghhhhhhh il va me rendre fou cet ordi…

est ce que le pointeur de la souris est parametrable dans un fichier?
si oui lequel?
je pense que c’est ça la source du probleme…

merci d’avance

un p’tit up…
pas mal mon p’tit monologue…

Personne n’a une idée pour la configuration du pointeur de souris dans le deuxieme écran…

merci d’avance!!