5

I have a tablet PC that I'm running oneric on. One thing I don't like is that the default lock screen requires you to enter a password. Since this is a tablet, this means that it either needs to be connected to a keyboard, or I have to figure out how to get onboard to show up for the lock screen (caribou wont even start, and gok is messed up too). Even if I could do that, anyway, it's not what I want, since locking the screen is mostly to prevent erroneous input when I'm carrying it around (not for security).

Are there any alternative applications for the lock screen? Anything like the plethora of android lock screens that allow you to solve puzzles or push a particular widget in a particular way to unlock the screen?

3 Answers3

1

The following question on AskUbuntu helped in my case:

How do I turn off the onscreen keyboard on the lock screen?

Except you're presumably turning it on, but worth posting in case this was your issue.

Jack Blatt
  • 11
  • 1
1

You can also disable the password input if that 'd help - go to system settings > screen > and change "lock". The screen then simply switches on without requiring you to enter your password.

Bruno Pereira
  • 74,715
heyarne
  • 171
-1

You could try xscreensaver (see How can I change or install screensavers?)

sudo apt-get install xscreensaver xscreensaver-gl-extra xscreensaver-data-extra

Now remove gnome-screensaver

sudo apt-get remove gnome-screensaver

Now start the xscreensaver configuration tool - from a terminal:

xscreensaver-demo

there you can enter the time until screen-lock.

rubo77
  • 34,024
  • 52
  • 172
  • 299