0

Ubuntu 11.04 doesn't seem to have an entry for my Synaptics Touchpad xorg.conf file by default.

As soon as I create

Section "InputDevice"
    Identifier  "Synaptics Touchpad"
    Driver  "synaptics"
EndSection

then GDM fails to start at all.

What is the propery way for me to enter an option for my Synaptics touchpad in xorg.conf?

Jorge Castro
  • 71,754
user541686
  • 4,167

1 Answers1

1

Actually, a Related Questions link answered my question:

xorg.conf in ubuntu Natty 11.04

I just added the settings I wanted to the existing file /usr/share/X11/xorg.conf.d/50-synaptics.conf, and it worked. :)

user541686
  • 4,167