#1 Le 02/07/2007, à 10:58
- ldayot
[résolu] Pb pointeur de souris en deuxième écran
Bonjour,
J'ai une config fglrx + xgl + compiz-fusion en double écran. J'ai utilisé le script xgl d'ici : http://forum.ubuntu-fr.org/viewtopic.php?id=129445.
J'ai effectué mon install à partir des dépôts Trevino :
http://doc.ubuntu-fr.org/compiz_fusion# … ot_trevino
Il me reste un problème que je retrouve même sans activer compiz :
Le pointeur de la souris sur un des deux écrans ne correspond pas à l'endroit de l'écran où on clique. En plus, la flèche se transforme parfois en une barre verticale brouillonne de 50px de large et toute la hauteur de l'écran.
L'écran sur lequel ça marche : Hyundai N91S.
L'écran sur lequel ça ne marche pas : Hyundai X91D.
Extraits de mon xorg.conf :
Section "ServerLayout"
Identifier "Default Layout"
screen 0 "0 Default Screen" 0 0
screen 1 "1 Default Screen" rightof "0 Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
option "CorePointer"
option "Device" "/dev/input/mice"
option "Protocol" "ImPS/2"
option "ZAxisMapping" "4 5"
option "Emulate3Buttons" "true"
EndSection
Section "Monitor"
identifier "N91S"
vendorname "Generic"
modelname "1280x1024 @ 60 Hz"
HorizSync 31.5-64.3
VertRefresh 50-70
modeline "1280x1024@60" 108.0 1280 1328 1440 1688 1024 1025 1028 1066 +hsync
+vsync
gamma 1.0
EndSection
Section "Monitor"
Identifier "X91D"
HorizSync 31.5 - 80.0
VertRefresh 56.0 - 75.0
option "DPMS"
EndSection
Section "Device"
identifier "1 Carte video ATI"
boardname "ATI Radeon (fglrx)"
busid "PCI:2:0:0"
driver "fglrx"
option "AddARGBGLXVisuals" "True"
option "DDCMode" "True"
option "MonitorLayout" "TMDS,TMDS"
screen 1
vendorname "ATI"
EndSection
Section "Device"
Identifier "0 Carte video ATI"
Driver "fglrx"
boardname "ATI Radeon (fglrx)"
vendorname "ATI"
option "AddARGBGLXVisuals" "True"
option "DDCMode" "True"
option "MonitorLayout" "TMDS,TMDS"
BusID "PCI:2:0:0"
Screen 0
EndSection
Section "Screen"
Identifier "0 Default Screen"
Device "0 Carte video ATI"
Monitor "N91S"
DefaultDepth 24
SubSection "Display"
depth 24
virtual 1280 1024
modes "1280x1024@60" "1280x960@60" "1024x768@60" "1024x768@70" "800x600@60"
"800x600@56" "640x480@60"
EndSubSection
EndSection
Section "Screen"
Identifier "1 Default Screen"
Device "1 Carte video ATI"
Monitor "X91D"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
EndSection
Cordialement.
Dernière modification par ldayot (Le 02/07/2007, à 12:02)
Hors ligne
#2 Le 02/07/2007, à 12:00
- ldayot
Re : [résolu] Pb pointeur de souris en deuxième écran
Après plusieurs essai, j'ai résolu mon problème.
Visiblement, il s'agissait d'une erreur dans les paramètres des écrans. Laisser faire le Plug&play semble le plus efficace dans mon cas.
Voici la configuration qui fonctionne :
Section "Monitor"
identifier "N91S"
vendorname "Hyundai"
modelname "1280x1024 @ 60 Hz"
HorizSync 31.5-64.3
VertRefresh 50-70
#modeline "640x480@60" 25.2 640 656 752 800 480 490 492 525 -vsync -hsync
#modeline "800x600@56" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
#modeline "800x600@60" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
#modeline "1024x768@70" 75.0 1024 1048 1184 1328 768 771 777 806 -vsync -hsync
#modeline "1024x768@60" 65.0 1024 1048 1184 1344 768 771 777 806 -vsync -hsync
#modeline "1280x960@60" 102.1 1280 1360 1496 1712 960 961 964 994 -hsync +vsync
#modeline "1280x1024@60" 108.0 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync
gamma 1.0
option "DPMS" #
EndSection
Section "Monitor"
Identifier "X91D"
vendorname "Hyundai" #
HorizSync 31.5 - 80.0
VertRefresh 56.0 - 75.0
option "DPMS"
EndSection
Hors ligne