Ciao, Grazie del consiglio.
Ho trovato anche qualche altra guida molto simile, tra cui http://www.ibm.com/developerworks/opensource/library/os-touchpad/index.html e http://forum.eeepc.it/viewtopic.php?id=7854 ma eseguendo “synclient -m 100” ho questo risultato (sia da root che come utente normale):
# synclient -m 100
Can't access shared memory area. SHMConfig disabled?
Quindi la configurazione SHM non è abilitata di default. Per abilitarla ho creato il xorg.conf e aggiunto la configurazione come da seconda guida.
Ma nel log di xorg addirittura non riesce a caricare i driver synaptics.
Invece senza xorg.conf il mouse synaptics viene riconosciuto ma non abilita l’SHMConfig.
Qualche idea?
Grazie.
Ps. Posto parte dei log:
Queto senza xorg.conf:
code Macintosh mouse button emulation: always reports core events
() Macintosh mouse button emulation: Device: “/dev/input/event4”
(II) Macintosh mouse button emulation: Found 3 mouse buttons
(II) Macintosh mouse button emulation: Found x and y relative axes
(II) Macintosh mouse button emulation: Configuring as mouse
() Macintosh mouse button emulation: YAxisMapping: buttons 4 and 5
() Macintosh mouse button emulation: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
(II) XINPUT: Adding extended input device “Macintosh mouse button emulation” (type: MOUSE)
() Macintosh mouse button emulation: (accel) keeping acceleration scheme 1
() Macintosh mouse button emulation: (accel) filter chain progression: 2.00
() Macintosh mouse button emulation: (accel) filter stage 0: 20.00 ms
() Macintosh mouse button emulation: (accel) set acceleration profile 0
(II) config/hal: Adding input device SynPS/2 Synaptics TouchPad
(II) LoadModule: “synaptics”
(II) Loading /usr/lib/xorg/modules/input//synaptics_drv.so
(II) Module synaptics: vendor=“X.Org Foundation”
compiled for 1.6.1.901, module version = 1.1.0
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 4.0
(II) Synaptics touchpad driver version 1.1.0
() Option “Device” “/dev/input/event7”
(II) SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5472
(II) SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4448
(II) SynPS/2 Synaptics TouchPad: pressure range 0 - 255
(II) SynPS/2 Synaptics TouchPad: finger width range 0 - 0
(II) SynPS/2 Synaptics TouchPad: buttons: left right middle
(–) SynPS/2 Synaptics TouchPad touchpad found
() SynPS/2 Synaptics TouchPad: always reports core events
(II) XINPUT: Adding extended input device “SynPS/2 Synaptics TouchPad” (type: TOUCHPAD)
() SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
() SynPS/2 Synaptics TouchPad: (accel) filter chain progression: 2.00 () SynPS/2 Synaptics TouchPad: (accel) filter stage 0: 20.00 ms
(**) SynPS/2 Synaptics TouchPad: (accel) set acceleration profile 0
(–) SynPS/2 Synaptics TouchPad touchpad found[/code]
e questo con:
code config/hal: Adding input device Macintosh mouse button emulation
() Macintosh mouse button emulation: always reports core events
() Macintosh mouse button emulation: Device: “/dev/input/event4”
(II) Macintosh mouse button emulation: Found 3 mouse buttons
(II) Macintosh mouse button emulation: Found x and y relative axes
(II) Macintosh mouse button emulation: Configuring as mouse
() Macintosh mouse button emulation: YAxisMapping: buttons 4 and 5
() Macintosh mouse button emulation: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
(II) XINPUT: Adding extended input device “Macintosh mouse button emulation” (type: MOUSE)
() Macintosh mouse button emulation: (accel) keeping acceleration scheme 1
() Macintosh mouse button emulation: (accel) filter chain progression: 2.00
() Macintosh mouse button emulation: (accel) filter stage 0: 20.00 ms
() Macintosh mouse button emulation: (accel) set acceleration profile 0
(II) config/hal: Adding input device SynPS/2 Synaptics TouchPad
(II) Synaptics touchpad driver version 1.1.0
(**) Option “Device” “/dev/input/event7”
(–) SynPS/2 Synaptics TouchPad: no supported touchpad found
(EE) SynPS/2 Synaptics TouchPad Unable to query/initialize Synaptics hardware.
(EE) PreInit failed for input device “SynPS/2 Synaptics TouchPad”
(II) UnloadModule: “synaptics”
(EE) config/hal: NewInputDeviceRequest failed (8)[/code]
e ecco il xorg.conf:
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
EndSection
...
Section "InputDevice"
Identifier "Mouse0"
Driver "synaptics"
Option "SHMConfig" "on"
EndSection
...