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

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
  • 73,717
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,737