Problemes de xorg.conf

Bonjour,

je suis nouveau sous debian (6 mois d’utilisation) et j’ai un fâcheux problème que je n’arrive pas à résoudre :

Je suis en dual screen avec radeon 1300pro silent. Hélas sur le deuxième écran, j’ai de petits soucis de pointeur de souris (le point de cliquage est décalé par rapport à la flèche)
J’ai tenter de corriger le xorg.conf sans succès. Un pro peut-il m’éclairer ?

Merci :slightly_smiling:

et le xorg.conf :

[code]# /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 "Module"
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"
EndSection

#-------------------------------------------------------------------------------

Section "Device"
Identifier "radeon0"
Driver "fglrx"
BusID "PCI:1:0:0"
Screen 0
Option “DDCMode” "True"
Option “MonitorLayout” "TMDS,TMDS"
EndSection
Section "Device"
Identifier "radeon1
Driver "fglrx"
BusID "PCI:1:0:0"
Screen 1
Option “DDCMode” "True"
Option “MonitorLayout” "TMDS,TMDS"
EndSection

#-------------------------------------------------------------------------------

Section "Monitor"
Identifier "HP"
Option "DPMS"
EndSection
Section "Monitor"
Identifier "ASUS MM17T"
Option "DPMS"
EndSection

#-------------------------------------------------------------------------------

Section "Screen"
Identifier "screen1"
Device "radeon0
Monitor "HP"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes “1280x1024” “1024x768” “800x600” "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes “1280x1024” “1024x768” “800x600” "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes “1280x1024” “1024x768” “800x600” "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes “1280x1024” “1024x768” “800x600” "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes “1280x1024” “1024x768” “800x600” "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes “1280x1024” “1024x768” “800x600” "640x480"
EndSubSection
EndSection
Section "Screen"
Identifier "Default Screen"
Device "radeon1
Monitor "ASUS MM17T"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes “1280x1024” “1024x768” “800x600” "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes “1280x1024” “1024x768” “800x600” "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes “1280x1024” “1024x768” “800x600” "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes “1280x1024” “1024x768” “800x600” "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes “1280x1024” “1024x768” “800x600” "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes “1280x1024” “1024x768” “800x600” "640x480"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Default Screen"
Screen 1 “screen1” LeftOf "Default Screen"
Option “xinerama” "on"
Option “clone” "off"
InputDevice "Generic Keyboard"
InputDevice “Configured Mouse”

EndSection

Section "DRI"
Mode 0666
EndSection

Section "Extensions"
Option “Composite” "enable"
EndSection
[/code]