I’m running the beta of Feisty, and wanted to get my wacom tablet working. The general linux instructions direct you to edit XF86Config.conf or xorg.conf. For Feisty, this should be xorg.conf, but I couldn’t find the file, even after re-running updatedb and using locate, as well as
find /etc/X11 | xargs egrep InputDevice.
Fortunately, I found an entry in the ubuntu forums which explicitly addresses the issue. (I still don’t know why, given that I’ve not done anything to directly interact with my X setup, I am missing the file.) The set of entries is here: http://ubuntuforums.org/showthread.php?p=2437635 .
This command will generate a working, default xorg.conf for you, which you can then edit to the edge of sanity and back:
sudo dpkg-reconfigure xserver-xorg -pcritical.
