I'm trying to set SHMConfig to 'true' in /etc/X11/xorg.conf
I have done this before to enable the gsynaptics touchpad tool.
This morning I did a clean Ubuntu Intrepid install, was previously using Ubuntu Feisty.
But there is no "input device" section in my xorg.conf
Here is the contents of xorg.conf
----------------------------------
Section "Device"
Identifier "Configured Video Device"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
EndSection
----------------------------------
I followed these instructions,
https://help.ubuntu.com/community/Sy...hpad#shmconfig
but all it did was make my screen display more detailed and fancy.
How can I set SHMConfig to 'true' so that I can use gsynaptics?
I'm using a Dell Inspiron laptop, and I've used gsynaptics with Dapper and Feisty.
thanks