Just got my Wacom tablet working under Xfree86 4.0.1... pretty happy about that, especially since the documentation that comes with it doesn't seem to give you everything you might need.
The extract that I use is below:
Section "InputDevice"
Identifier "Generic Stylus"
Driver "wacom"
Option "Device" "/dev/ttyS1"
Option "Type" "stylus"
Option "Mode" "absolute"
Option "AlwaysCore"
EndSection
Section "InputDevice"
Identifier "Generic Eraser"
Driver "wacom"
Option "Device" "/dev/ttyS1"
Option "Type" "eraser"
Option "Mode" "absolute"
Option "AlwaysCore"
EndSection
Then you just add the two to the ServerLayout section like so:
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Generic Mouse"
InputDevice "Generic Stylus"
InputDevice "Generic Eraser"
EndSection
And voila!
FOAF updates: Trust rankings are now exported, making the data available to other users and websites. An external FOAF URI has been added, allowing users to link to an additional FOAF file.
Keep up with the latest Advogato features by reading the Advogato status blog.
If you're a C programmer with some spare time, take a look at the mod_virgule project page and help us with one of the tasks on the ToDo list!