beh, adesso hal non serve più, e bisogna spostare di nuovo i dettagli della configurazione sui file di xorg.
questi sono alcune impostazioni salutari testate su xorg-server-1.8.2:
/etc/X11/xorg.conf:
Code: Select all
Section "ServerLayout"
Identifier "Default Layout"
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbLayout" "it"
EndSection
Code: Select all
Section "InputClass"
Identifier "touchpad catchall"
MatchIsTouchpad "on"
Option "TapButton1" "1"
Driver "synaptics"
EndSection
Section "InputClass"
Identifier "evdev pointer catchall"
MatchIsPointer "on"
MatchDevicePath "/dev/input/event*"
Driver "evdev"
EndSection
Section "InputClass"
Identifier "evdev keyboard catchall"
MatchIsKeyboard "on"
MatchDevicePath "/dev/input/event*"
Driver "evdev"
EndSection

