Find the answer to your Linux question:
Results 1 to 3 of 3
I work mostly in English with some work in Greek. Logged onto the box in English and switched to Greek keyboard for some work. I got distracted and the screen ...
  1. #1
    Just Joined!
    Join Date
    Nov 2008
    Posts
    2

    Question Screen saver password

    I work mostly in English with some work in Greek. Logged onto the box in English and switched to Greek keyboard for some work. I got distracted and the screen saver started up. I can't now stop the screen saver as I only have access to Greek characters and the screen saver wants my password in English. Is there an easy way from here to change my keyboard settings so I can log back in?

  2. #2
    Linux Guru
    Join Date
    Nov 2004
    Posts
    6,110
    I see this bug has been reported several times across the net without resolution. I just tested a quick workaround which should help you: Switch to a VT using CTRL+ALT+F1 and log in there with the same user as is currently locked. From there you can kill the screensaver process. For example to kill the screensaver in Gnome use
    Code:
    killall gnome-screensaver
    Not quite a solution but I hope this gets you out of the rut.

  3. #3
    Just Joined!
    Join Date
    Nov 2008
    Posts
    2

    Smile

    Switch to a VT using CTRL+ALT+F1 and log in there with the same user as is currently locked. From there you can kill the screensaver process. For example to kill the screensaver in Gnome use
    Code:

    killall gnome-screensaver

    Not quite a solution but I hope this gets you out of the rut.

    That will work just fine thanks, I'm an idiot I switched to VT with CTRL+ALT+F2 logged in and deleted the password
    passwd -d username
    Which also works but means I had to reset it later.


    __________________

Posting Permissions

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