Table of contents for Fixing Ubuntu Hardy Heron
- Fixing Hardy Heron: Laptop Hardrive Syncing parking problem
- Fixing Ubuntu Hardy Heron: Intel Wireless
- Fixing Hardy Heron: Wacom tablet
Current Mood:
content &
sore &
tired
I went to my Synaptic Package Manager, looked up “wacom”. There were 2 results. One thing was installed, the other was not. I installed the non-installed thing.
I then went to Ubuntu Forums, looked up from where I posted my old, trusty rusty .xorg file, copied some info from it and pasted it into my current xorg file.
I copied this:
Section “InputDevice”
Driver “wacom”
Identifier “stylus”
Option “Device” “/dev/input/wacom”
Option “Type” “stylus”
Option “ForceDevice” “ISDV4″# Tablet PC ONLY
EndSectionSection “InputDevice”
Driver “wacom”
Identifier “eraser”
Option “Device” “/dev/input/wacom”
Option “Type” “eraser”
Option “ForceDevice” “ISDV4″# Tablet PC ONLY
EndSectionSection “InputDevice”
Driver “wacom”
Identifier “cursor”
Option “Device” “/dev/input/wacom”
Option “Type” “cursor”
Option “ForceDevice” “ISDV4″# Tablet PC ONLY
EndSection
And this:
Section “ServerLayout”
Identifier “Default Layout”
screen “Default Screen”
Inputdevice “Generic Keyboard”
Inputdevice “Configured Mouse”
Inputdevice “stylus” “SendCoreEvents”
Inputdevice “cursor” “SendCoreEvents”
Inputdevice “eraser” “SendCoreEvents”
EndSection
After backing up my xorg first, of course ^-^












