Bonjour,
voilà j’ai un dual desktop configuré mais j’ai un problème très bizarre. Lors du démarrage, ma souris est sur l’écran de gauche. Dès que je passe ma souris sur l’écran de droite, il m’est impossible de revenir sur l’écran de gauche. Tout à l’air d’être correct sauf ça ce qui est très gênant car je ne peux plus utiliser l’écran de gauche…
Voici mon xorg.conf :
sh-3.2$ cat /etc/X11/xorg.conf
# xorg.conf (X.Org 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 xorg.conf manual page.
# (Type "man 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 "vbe"
#EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
EndSection
Section "Device"
Identifier "Radeon1"
BusID "PCI:5:4:0"
Driver "radeon"
# Option "SWcursor" "on"
Screen 0
EndSection
Section "Device"
Identifier "Radeon2"
BusID "PCI:5:4:0"
Driver "radeon"
# Option "SWcursor" "on"
Screen 1
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Radeon1"
Monitor "Configured Monitor"
EndSection
Section "Screen"
Identifier "Screen1"
Device "Radeon2"
Monitor "Configured Monitor"
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Screen0" LeftOf "Screen1"
Screen "Screen1"
EndSection
configuration :
uname -a
Linux dara 2.6.24.4 #1 SMP Fri Apr 4 18:07:45 CEST 2008 i686 GNU/Linux
lspci | grep ATI
05:04.0 VGA compatible controller: ATI Technologies Inc RV280 [Radeon 9200 PRO] (rev 01)
05:04.1 Display controller: ATI Technologies Inc RV280 [Radeon 9200 PRO] (Secondary) (rev 01)
Que dois-je faire ? vers où dois-je commencer à chercher ?
Merci beaucoup