Results 1 to 2 of 2

Thread: tc1100 stylus maverick

  1. #1
    Join Date
    Jun 2008
    Location
    NORTH YORKSHIRE U.K.
    Beans
    205
    Distro
    Kubuntu 11.10 Oneiric Ocelot

    tc1100 stylus maverick

    Help, upgraded from lucid to maverick on my hp tc1100 tablet, all works great but i cannot get the stylus to rotate with screen rotation, it stubbornly refuses to change orientation

    OK sorted. Needed some changes to the rotate file

    For those interested, this works fine.


    #!/bin/sh
    if [ -n "$(xrandr | grep 768x1024)" ]; then
    xrandr -o normal && xsetwacom set "Serial Wacom Tablet stylus" Rotate NONE && xsetwacom set "Serial Wacom Tablet eraser" Rotate NONE
    else
    xrandr -o left && xsetwacom set "Serial Wacom Tablet stylus" Rotate CCW && xsetwacom set "Serial Wacom Tablet eraser" Rotate CCW
    fi
    Last edited by redbook4574; December 20th, 2010 at 09:52 PM.

  2. #2
    Join Date
    Apr 2012
    Beans
    1

    Re: tc1100 stylus maverick

    This Script works great in 12.04 as well! ubuntu rocks on tc1100 and so far 12.04 works great just add the script here and you have it all no problems so far!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •