mon xorg.conf
Section "Files"
EndSection
###############################"
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen1" 0 0
# Screen 1 "Screen0" LeftOf "Screen0"
InputDevice "Keyboard" "CoreKeyboard"
InputDevice "Mouse" "CorePointer"
EndSection
###########"clavier
Section "InputDevice"
Identifier "Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr"
Option "XkbVariant" "oss"
EndSection
##############sourie
Section "InputDevice"
Identifier "Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
(…)