Does anyone knows how to disable touchpad ?
( the pc is a netbook ( Acer Aspire One ) )
Tried with “Fn” + “F7” and it does works, but at reboot
it is again active.
I haven’t tried this but the obvious place to look is YaST>Peripherals.
On 01/04/2009 r wrote:
> Tried with “Fn” + “F7” and it does works, but at reboot it is again
> active.
Often there’s a BIOS setting to disable the touchpad completely. Else try disabling it using sax2, or comment the corresponding lines in /etc/X11/xorg.conf
Uwe
On 2009-01-04, Uwe Buckesfeld <u.buckesfeld@gmx.de> wrote:
> On 01/04/2009 r wrote:
>> Tried with “Fn” + “F7” and it does works, but at reboot it is again
>> active.
>
> Often there’s a BIOS setting to disable the touchpad completely. Else try disabling it using sax2, or comment the corresponding lines in /etc/X11/xorg.conf
>
> Uwe
ok it seems I solved. There is no option in bios about touchpad
Put :
‘synclient TouchpadOff=1’
in my fluxbox startup script
Roberto
On 01/05/2009 r wrote:
> ok it seems I solved. There is no option in bios about touchpad Put :
> ‘synclient TouchpadOff=1’ in my fluxbox startup script
Cool, thanks for the feedback.
Uwe