Matériel
Soumis par fred le dim, 09/16/2007 - 11:12.
Activer le bouton latéral de la souris pour le "page précédente" dans Fifrefox
modifier ces lignes dans /etc/X11/xorg.conf, Section "InputDevice" Identifier "Configured Mouse" (testé avec une MX310 et une MX500)
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "Buttons" "9"
Option "Emulate3Buttons" "false"
Option "ZAxisMapping" "6 7"
EndSection
Identifier "Configured Mouse"
Driver "mouse"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "Buttons" "9"
Option "Emulate3Buttons" "false"
Option "ZAxisMapping" "6 7"
EndSection
Créer un fichier exécutable qui contiendra :
xmodmap -e "pointer = 1 2 3 8 9 4 5 6 7 10 11 12 13" &
Rajouter ce programme dans System > Preferences > Sessions > Startup Programs
Formater une clé usb
Démonter la clé
sudo umount /media/usbdisk
Formater la clé en FAT32
sudo mkfs.vfat -c -v -F 32 /dev/sdb1
Articles similaires
- Problèmes de wifi avec un Dell Vostro sous Ubuntu gusty [résolu]
- Dell Vostro - Webcam sous Ubuntu
- Ubuntu 7.10 Gusty Gibbon final release
- Ubuntu 7.10 Beta "Gutsy Gibbon" sur Dell Vostro 1500 - problème de son [résolu]
- Upgrade Ubuntu 7.10 Beta "Gutsy Gibbon" sur Dell Vostro 1500
- Test de Ubuntu 7.10 Beta "Gutsy Gibbon"
- Serveurs
- Applications
- Ubuntu - trucs et astuces
- Capture d'écran sous ubuntu


