However:
a) no one uses CRTs anymore
b) LCDs do not burn in
c) sometimes I want to leave the screen displaying information without the fucking screen going dark every ten minutes.
Now, I am an intelligent guy, so I go to the System -> Preferences -> Screensaver tool and uncheck the "Activate Screensaver when computer is idle" dialogue box. That should do it?
After ten minutes: blank screen. Oh for fucks sake. So I go to the Power Management options from the Screensaver tool. I tell it 'Never' to put the display to sleep.
After ten minutes: blank screen. Oh for fucks sake. I have to activate the god damned trackpad every nine minutes or so to avoid the screen blanking. Brilliant. I seriously consider trying to activate the trackpad automatically every 9 minutes.
It turns out (and by it turns out I mean after spending the better part of my life trawling through google and forum searches) that you need to change a setting in the gconf file. Whatever the gconf file is. You do this by running this command in a terminal:
gconf-editorYou then navigate through the tree structure until you get to:
/apps/gnome-screensaver/idle_activation_enabledwhich you set to false by unchecking it. Hey Ubuntu developers, when someone unchecks the "Activate Screensaver when computer is idle" turn off this bloody setting.
Now, here at the end of all things, sam, I finally have an LCD which does not go dark every 10 minutes.
thank you so very much, I too was going mad with this problem and cannot for the life of me fathom why this hasn't been fixed yet.
ReplyDeleteCiao,
Marcel
Hey! First, thank you for your helpful posting. But in my Configuration Editor does the category 'apps' only contain gnome-screensaver and nothing more. In 'gnome-screensaver' is just 'theme ubuntu-theme-blabla..'
ReplyDeletehelp me pls!
Oh, yeah. They changed the way it works in the most recent versions of Ubuntu, with the result that I am back, once again, to the joys of fucking blank screens.
ReplyDeleteIf I can work out how to, yet again, turn off the fucking screen saver, you'll be the first to know.
This comment has been removed by the author.
ReplyDeleteI think this may work for you. Open up terminal and paste this (assuming your text editor is gedit, if not then replace that part):
ReplyDeletegksudo gedit /usr/share/X11/xorg.conf.d/10-server-layout.conf
Enter your password and the text editor should open. Paste this and then save:
Section "ServerLayout"
Identifier "ServerLayout0"
Option "BlankTime" "0"
Option "StandbyTime" "0"
Option "SuspendTime" "0"
Option "OffTime" "0"
EndSection
Log out and back in, or restart the computer and the changes should take effect. You can check to see if it did something by running this command in terminal:
xset q
You should see the screensaver timeout is 0, and under DPMS all the settings should be 0. Hope it works :)
If that doesn't work then you can manually enter these commands, or create a shell script to run them automatically:
ReplyDeletexset s off
xset -dpms
Hi Jeff,
ReplyDeleteYeah, caught that one in a later post:
http://justbloodywork.blogspot.co.uk/search/label/screensaver
Still doesn't fucking work. Now using 11.04, and they seem to change the mechanic of the screen saver deactivation with every release.
Bastards.
Has anyone come up with a bloody solution to this persistent display of incompetence? Terminal doesn't wake up after it goes to sleep, if I forget to switch to x before going away I'm pretty much screwed...
ReplyDelete