#1 Le 18/07/2007, à 21:53
- circajet7
Gros carré à la place de la souri (1 ecran sur 2)
Bonjour à toutes et a tous ^^
Je suis assez nouveau dans l'univers graphique de linux et je suis en train de configurer mon premier linux pour m'en servir comme PC de bureau...
J'ai 2 écrans pour commencer : ils sont apperemment correctement configurés avec Xinerama (déja 1 petite heure pour comprendre et appliquer tout sa ^^)
Néanmoins, et c'est pour ce détail que je poste ce piti message, ma souris s'affiche bien que sur un seul des 2 écrans (elle est aussi configuré correctement à n'en point douté car j'ai repri une config correspondant a mon model sur ce site, une MX5xx)
Quand si je fait passer ma souris d'un écran à l'autre, elle passe d'un état normal (un zoli pointeur rouge) à un état anormale(un gros carré tout laid^^) et vis et versa... d'une taille d'environ 50px sur50px qui contient une image rectangulaire répété 2fois, sa change meme de couleur suivant le fond de l'écran.
Donc ma question et maintenant je pense assez clair : pourquoi, comment, et qu'est ce que je eu y faire ???
je vous met quand meme mon xorg.conf :
Section "Files"
Fontpath "/usr/share/fonts/X11/misc"
Fontpath "/usr/share/fonts/X11/cyrillic"
Fontpath "/usr/share/fonts/X11/100dpi/:unscaled"
Fontpath "/usr/share/fonts/X11/75dpi/:unscaled"
Fontpath "/usr/share/fonts/X11/Type1"
Fontpath "/usr/share/fonts/X11/100dpi"
Fontpath "/usr/share/fonts/X11/75dpi"
# path to defoma fonts
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" "oss"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "Emulate3Buttons" "false"
Option "Buttons" "7"
Option "ZAxisMapping" "4 5"
Option "ButtonMapping" "1 2 3 6 7"
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/input/wacom"
Option "Type" "stylus"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/input/wacom"
Option "Type" "eraser"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/input/wacom"
Option "Type" "cursor"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection
Section "Device"
Identifier "ATI X1950Pro"
Driver "fglrx"
Busid "PCI:5:0:0"
Option "DDCMode" "True"
Option "MonitorLayout" "TMDS,TMDS"
Screen 1
EndSection
Section "Device"
Identifier "ATI X1950Pro Secondary"
Driver "fglrx"
Busid "PCI:5:0:0"
Option "DDCMode" "True"
Option "MonitorLayout" "TMDS,TMDS"
Screen 0
EndSection
Section "Monitor"
Identifier "Benq T905"
Option "DPMS"
HorizSync 30-65
VertRefresh 50-75
EndSection
Section "Monitor"
Identifier "Acer AL2216W"
HorizSync 30.0 - 82.0
VertRefresh 56.0 - 76.0
Option "DPMS"
EndSection
Section "Screen"
Identifier "Screen 1"
Device "ATI X1950Pro"
Monitor "Benq T905"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "Screen"
Identifier "Screen 2"
Device "ATI X1950Pro Secondary"
Monitor "Acer AL2216W"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1680x1050"
EndSubSection
SubSection "Display"
Depth 4
Modes "1680x1050"
EndSubSection
SubSection "Display"
Depth 8
Modes "1680x1050"
EndSubSection
SubSection "Display"
Depth 15
Modes "1680x1050"
EndSubSection
SubSection "Display"
Depth 16
Modes "1680x1050"
EndSubSection
SubSection "Display"
Depth 24
Modes "1680x1050"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
screen 0 "Screen 2"
screen 1 "Screen 1" LeftOf "Screen 2"
option "Xinerama" "true"
Inputdevice "Generic Keyboard"
Inputdevice "Configured Mouse"
Inputdevice "stylus" "SendCoreEvents"
Inputdevice "cursor" "SendCoreEvents"
Inputdevice "eraser" "SendCoreEvents"
EndSection
Section "DRI"
Mode 0666
EndSection
J'ai eu bcp de mal a chercher sur google, un problème comme celui ci, déja rencontré, il est possible que je n'ai pas assez aprondi, mais que tapperiez vous dans google pour ce problème ? ^^
Je vous remerci d'avance pour le temps que vous passeriez à resoudre mon problème!!
Hors ligne
#2 Le 19/07/2007, à 13:35
- circajet7
Re : Gros carré à la place de la souri (1 ecran sur 2)
Je suis vraiment désoler d'avoir posté ça, car j'ai trouvé mon bonheur en cherchant un peu plus serieusement sur ce forum...
C'est pourtant pas mon habitude d'être aussi feignant...
Je met le lien vers la solution :
http://forum.ubuntu-fr.org/viewtopic.php?id=103844
merci ^^
Hors ligne