4

After upgrading to ubuntu 11.10 my screen locks after resuming from suspend. Unticking autolock in gconfig doesnt work anymore. Any ideas?

dago
  • 2,384
  • Duplicate of http://askubuntu.com/questions/17157/how-do-i-stop-the-screen-from-being-locked-on-suspend –  Nov 24 '11 at 04:06

2 Answers2

3

I did the following in terminal and it worked for me:

sudo apt-get update; sudo apt-get install dconf-tools
dconf-tools

( the equivalent terminal command is:

 gsettings set org.gnome.desktop.lockdown disable-lock-screen 'true'

)

Here's a picture of mine:

enter image description here

Jorge Castro
  • 71,754
Greg
  • 46
1

You can do it in system settings -> screen

change the lock toggle to off

enter image description here

enter image description here

squareborg
  • 10,517