After upgrading to ubuntu 11.10 my screen locks after resuming from suspend. Unticking autolock in gconfig doesnt work anymore. Any ideas?
Asked
Active
Viewed 378 times
4
-
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 Answers
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:

Jorge Castro
- 71,754

Greg
- 46