Results 1 to 9 of 9

Thread: Question about touchscreen and On screen keyboard

  1. #1
    Join Date
    Aug 2006
    Beans
    Hidden!

    Question Question about touchscreen and On screen keyboard

    Hey guys

    Alright I have a question. I am converting a sony vaio srx77 laptop into a umpc. Sounds nuts huh. I will send pics when I am done. So anyways I am adding a touchscreen to the lcd through usb but what I need is a on screen keyboard that I can utilize on the login screen (gdm),

  2. #2
    Join Date
    Jun 2006
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Question about touchscreen and On screen keyboard

    An onscreen keyboard that would also be available at the login screen would be nice.

    8)

  3. #3
    Join Date
    Jun 2006
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Question about touchscreen and On screen keyboard

    It seems that the login screen is among the next targets for the developers. Have a look at the last line of this message.

  4. #4
    Join Date
    Aug 2006
    Beans
    27
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Re: Question about touchscreen and On screen keyboard

    OnBoard at the login screen is an essential for full time use of Ubuntu on a slate tablet pc.

    I'm really looking forward to this feature, devs please let us know when it's available!

    cheers,
    Justyn.

  5. #5
    Join Date
    Jun 2006
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Question about touchscreen and On screen keyboard

    You may want to follow the project here and here.

    frafu

  6. #6
    Join Date
    Aug 2006
    Beans
    27
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Re: Question about touchscreen and On screen keyboard

    Hi again,

    Are there any plans to make OnBoard work at the login screen in the near future? Or is it more of a Feisty Fawn kind of goal?

    If the latter is the case, is there anything preventing a temporary hack for the mean time? For example, what's to stop OnBoard being launched (as root) by gdm? Say, by adding a line in gdm/Init/Default?

    cheers,
    Justyn

  7. #7
    Join Date
    Dec 2004
    Beans
    34

    Re: Question about touchscreen and On screen keyboard

    Yes this does work. Add

    fi
    exec onboard

    at the end of /etc/gdm/Init/Default. Then you must set the login window style to plain in the login window preferences dialog.

    I'll ask on the gdm mailing list if they plan to have a better way of doing this sort of thing.

  8. #8
    Join Date
    Aug 2006
    Beans
    27
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Re: Question about touchscreen and On screen keyboard

    That's great, thanks!

    Justyn

  9. #9
    Join Date
    Jun 2006
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Question about touchscreen and On screen keyboard

    Appearantly, you have to put
    Code:
     
    exec onboard &
    in the file /etc/gdm/Init/Default instead of
    Code:
     
    exec onboard
    Look here for a more detailed explanation.

    frafu

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
  •