Touchpad and SHMConfig
Posted: Mon Jul 13, 2009 6:33 pm
Hello forum!
I've been struggling with the following for several hours and now I finally resort to asking here.
I'm trying to make some settings to my synaptics touchpad on an old Comapq Armeda laptop. I'm running Debian with LXDE.
Which ever approach I choose it seems I need to enable SHMConfig. From what I've read all over the internet I have to manually enable it in either xorg.conf or in XF86Config.
The xorg.conf file came out blank after installation and I can't seem to find a XF86Config file (although the "Find Files" doesn't seem to find anything!).
I've tried to add: without result. Then I added:
which didn't do any difference. Finally I added:
Something tells me that the xorg.conf file has become obsolete since it was all empty after install, but I have nothing else to go by.
Cheers,
bREAk
I've been struggling with the following for several hours and now I finally resort to asking here.
I'm trying to make some settings to my synaptics touchpad on an old Comapq Armeda laptop. I'm running Debian with LXDE.
Which ever approach I choose it seems I need to enable SHMConfig. From what I've read all over the internet I have to manually enable it in either xorg.conf or in XF86Config.
The xorg.conf file came out blank after installation and I can't seem to find a XF86Config file (although the "Find Files" doesn't seem to find anything!).
I've tried to add:
Code: Select all
Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SHMConfig" "true"
EndSection
Code: Select all
Option "SendCoreEvents" "true"
Code: Select all
Section "ServerLayout"
InputDevice "touchpad" "AlwaysCore"
EndSection
Cheers,
bREAk