Search:

Type: Posts; User: robnz; Keyword(s):

Search: Search took 0.11 seconds.

  1. Poll: Re: Share with the community your gutsy install/upgrade experience

    In Kubuntu upgrading from Feisty to Gutsy all my accessibility shortcuts (keyboard, mouse, gestures) disappeared.

    Screen rotation using the xrandr extension is broken (it worked perfectly in...
  2. Replies
    542
    Views
    171,103

    Re: HOW TO: Install Ubuntu on a HP TC1100 tablet pc

    The attached script below should work with both Feisty and Gutsy. There is an issue with screen dimensions that I have yet to address but this is half the solution.

    #!/bin/sh
    # Script created to...
  3. Poll: Re: Share with the community your gutsy install/upgrade experience

    Upgrading from Feisty to Gutsy in kubuntu using adept didn't work for me. The installation phase failed completely. I cancelled the upgrade, ignoring the warning about leaving an unstable system.
    ...
  4. Replies
    542
    Views
    171,103

    Re: HOW TO: Install Ubuntu on a HP TC1100 tablet pc

    What has it changed to?
    UPDATE: Disregard. I took a look at the xrandr source for Gutsy and saw the extensive changes.
  5. Replies
    542
    Views
    171,103

    Re: HOW TO: Install Ubuntu on a HP TC1100 tablet pc

    FYI. I've submitted a script to adjust LCD brightness on the TC1100 in this thread.
  6. Replies
    542
    Views
    171,103

    Re: HOW TO: Install Ubuntu on a HP TC1100 tablet pc

    Option "Button1" "1"
    Also the above line in xorg.conf is unnecessary as that is already the default button mapping.
  7. Replies
    542
    Views
    171,103

    Re: HOW TO: Install Ubuntu on a HP TC1100 tablet pc

    Actually they probably did work out of the box except for perhaps the Q and screen buttons. I've spent a long time trying to get the pen buttons working and some of my key mappings got a little...
  8. Replies
    542
    Views
    171,103

    Re: HOW TO: Install Ubuntu on a HP TC1100 tablet pc

    The xmodmap calls in the script from Linuturk are unnecessary on the TC1100. The script I use is as follows

    #!/bin/sh
    # Script created to toggle screen orientation on a Compaq TC1100 tablet
    #...
  9. Replies
    542
    Views
    171,103

    Re: HOW TO: Install Ubuntu on a HP TC1100 tablet pc

    BTW I agree cellwriter shows great promise. For use at login it would need a dropdown to select the right user so that the appropriate strokes database can be accessed.
  10. Replies
    542
    Views
    171,103

    Re: HOW TO: Install Ubuntu on a HP TC1100 tablet pc

    I use xvkbd on my TC1100 under kubuntu. To make it available during login simply add the following line to the end of /etc/kd3/kdm/Xsetup

    xvkbd -geometry -300-100 -no-keypad &
    It would probably...
Results 1 to 10 of 10