I am trying to set up my tablet so I don't have to re-enter my settings using xsetwacom every time I restart my Laptop.
I have copied the 50-wacom.conf to /ect/X11/xorg.conf.d and renamed the file to "52-wacom.conf". I then edited it to add some Options.
Section "InputClass"
Identifier "Wacom class"
MatchProduct "Wacom|WACOM|Hanwang|PTK-540WL|ISD-V4"
MatchDevicePath "/dev/input/event*"
Driver "wacom"
Option "cursor" "rotate"
#Option
As you can see I have added Option "cursor" "rotate" (I entered this because I am left handed) after reboot with the tablet plugged into the laptop via usb nothing has changed and its as if its not reading the Options, I have tried other things such as setting it to Option "cursor" "rotate" "half" but then when I reboot X doesn't start and throws this at me "(==) Log file: "/var/log/Xorg.0.log", Time: Sat Jan 19 16:50:10 2013
(==) Using config directory: "/etc/X11/xorg.conf.d"
(==) Using system config directory "/usr/share/X11/xorg.conf.d"
Parse error on line 6 of section InputClass in file /etc/X11/xorg.conf.d/52-wacom.conf
"half" is not a valid keyword in this section."
Its telling me half isn't a "valid keyword" when it obviously is because that's the keyword that man wacom specifies and it also works if I enter it into xsetwacom.
Does anyone have a fix for this or know what i'm doing wrong?


