Mesdames et Messieurs bonjour,
J'ai fait l'acquisition d'une souris optique Logitech MX518 (USB). Elle est installée sur un ordi portable LG P1 Express Dual tournant sous Gutsy. Je l'utilise en particulier pour jouer à Enemy Territory après avoir suivi LE tuto.
J'ai donc modifier le Xorg.conf pour obtenir ceci :
# 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 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 "Files"
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 "Logitech MX518"
Driver "evdev"
Option "Name" "Logitech USB-PS/2 Optical Mouse"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "false"
Option "SendCoreEvents" "true"
Option "ButtonMapping" "1 2 3 8 9"
EndSection
Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizEdgeScroll" "0"
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 "Carte vidéo générique"
Driver "fglrx"
Busid "PCI:1:0:0"
Option "VideoOverlay" "on"
Option "OpenGLOverlay" "off"
EndSection
Section "Monitor"
Identifier "Écran générique"
Option "DPMS"
Horizsync 30-70
Vertrefresh 50-160
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Carte vidéo générique"
Monitor "Écran générique"
Defaultdepth 24
EndSection
Section "ServerLayout"
Identifier "Default Layout"
screen "Default Screen"
Inputdevice "Generic Keyboard"
Inputdevice "Logitech MX518" "CorePointer"
# Uncomment if you have a wacom tablet
# InputDevice "stylus" "SendCoreEvents"
# InputDevice "cursor" "SendCoreEvents"
# InputDevice "eraser" "SendCoreEvents"
Inputdevice "Synaptics Touchpad"
EndSection
Section "Module"
Load "glx"
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
Il se trouve que je n'ai pas eu à créer de fichier .Xbindkeysrc. Les boutons sont reconnus dans ET de la manière suivante :
les deux boutons de gauche (avant et arrière) --> mouse4 et mouse5
le bouton du dessus (tilt?) --> KP_EQUAL
Donc parfait pour moi.
Ceci dit, j'aurais voulu n'utiliser cette souris QUE pour jouer (voire même, l'utiliser sur des ordis différents) et pouvoir en utiliser une autre (plus petite) quand je transporte mon ordi, or,
si je tente de démarrer sans qu'elle ne soit branchée, cela provoque une erreur : après le passage du logo UBUNTU, j'obtiens un ecran noir avec curseur clignotant.
Question : est-il possible de configurer deux souris (la MX pour jouer et une autre pour usage courant) sans entrainer de problèmes au démarrage quand l'une (ou l'autre) n'est pas connectée ?
J'espère avoir été clair et merci de votre aide.