Hey all,
I cant seem to get my tablet functions working under xubuntus newest
version.
This is basically what I have done.
Downloaded and copied fpi2002.sh.
update-rc.d fpi2002.sh defaults so it would run before X(i think!)
Then I download the tc1k drivers. Untarred and copied tc1k_drv.o
cp tc1k_drv.o /usr/lib/xorg/modules/input/
Then read here that I needed to compile the drivers to a .so.
gcc -shared -Wl,-soname,tc1k_drv.so -o tc1k_drv.so tc1k_drv.o -lc
cp tc1k_drv.so /usr/lib/xorg/modules/input/
Finally I added this to xorg.conf
Section "InputDevice"
Identifier "TC1000 pen"
Driver "tc1k"
Option "AlwaysCore" "on"
Option "Device" "/dev/ttyS0"
Option "BaudRate" "19200"
Option "MaximumXPosition" "8600"
Option "MinimumXPosition" "154"
Option "MaximumYPosition" "6485"
Option "MinimumYPosition" "110"
#Option "InvertY"
#Option "InvertX"
#Option "SwapXY"
#Option "Rotation" "CCW|CW"
EndSection
Can anyone see what I missing?
As soon as I get this working I'm deleting my windows partition.
Cheers to anyone who can help.
Received on Sat Apr 28 2007 - 06:08:11 EDT
This archive was generated by hypermail 2.2.0 : Sat Apr 28 2007 - 06:09:05 EDT