Originariamente inviato da gio14
prova vedere se hai installato il pacchetto "xserver-xorg-input" poi dai un occhiata a /etcX11/xorg.conf (questo è il mio xorg.conf dai un occhio alla parte riguardante il mouse e il touchpad)
Si sono installati i pacchetti
- xserver-xorg-input-all
- xserver-xorg-input-wacom
- xserver-xorg-input-wmmouse
- xserver-xorg-input-mouse
- xserver-xorg-input-evdev
- xserver-xorg-input-synaptics
Il mio xorg.conf è simile al tuo:
codice:
# /etc/X11/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 /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/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 "ServerLayout"
Identifier "aticonfig Layout"
Screen 0 "aticonfig-Screen[0]-0" 0 0
InputDevice "Synaptics Touchpad"
EndSection
Section "Module"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection
Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizScrollDelta" "0"
EndSection
Section "InputClass"
Identifier "enable synaptics SHMConfig"
MatchDevicePath "/dev/input/event1"
MatchIsTouchpad "yes"
Option "SHMConfig" "on"
EndSection
Section "Monitor"
Identifier "aticonfig-Monitor[0]-0"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection
Section "Device"
Identifier "aticonfig-Device[0]-0"
Driver "fglrx"
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "aticonfig-Screen[0]-0"
Device "aticonfig-Device[0]-0"
Monitor "aticonfig-Monitor[0]-0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
in /dev/input sono presenti: by-id, by-path, event0, event1, event2, event3, event4, event5, event6, event7, mice, mouse0, mouse1...
Ciao e grazie!