thoughts

2008-01-18

simple xrandr fix

somehow this escaped me... in your xorg.conf file, add the following entry to the [screen] section
.
  • Option "RandRRotation" "true"
now, both xrandr and krandr work.
(some minor fixes to make the stylus track properly under rotated screen to follow)

duh.

[note added 2008/01/20: if you use the suggestion located here, which replaces the 'intel' with 'i810' driver in your xorg.conf file -- you WILL lose your wacom tablet... ]

2008-01-09

linux, x60t and a non-working stylus

2 days ago, my stylus stopped working. no number of reboots, x-server restarts or 'setserial ... ' commands had any effect. a quick run of wacdump resulted in some interesting "high bit" and "lobit" errors in the lower right hand corner of the results screen.

i removed all the wacom software and reloaded from mandriva sources to no avail. i then built the wacom drivers from source with no joy. i dumped it all... reloaded the mandriva version of the wacom drivers..... and .... nothing but "high bit" errors from wacdump.

inspiration struck and i opened my local .xinitrc file -- and it included a set of commands that i did NOT enter, as follows (probably from wacomcpl):
xsetwacom set stylus TPCButton "on"
xsetwacom set stylus button3 "Button 3"
xsetwacom set stylus button2 "Button 2"
xsetwacom set stylus button1 "Button 1"
xsetwacom set stylus ClickForce "6"
xsetwacom set stylus PressCurve "0 0 100 100"
xsetwacom set eraser bottomy "18449"
xsetwacom set eraser bottomx "24622"
xsetwacom set eraser topy "73"
xsetwacom set eraser topx "45"
xsetwacom set stylus bottomy "18449"
xsetwacom set stylus bottomx "24622"
xsetwacom set stylus topy "73"
xsetwacom set stylus topx "45"
xsetwacom set eraser ClickForce "6"
xsetwacom set eraser PressCurve "0 0 100 100"
xsetwacom set eraser button1 "Button 1"
after deleting them and restarting x... everything was back to 'normal', i can even point and click with my fingertip!

it also may be my imagination -- but the stylus appears to be less 'jittery' in gimp. the eraser, however, still does not work (nor does the stylus button).