turning off screensaver

Jeffrey F. Bloss jbloss at tampabay.rr.com
Sat Feb 10 10:54:47 UTC 2007


inhabitant of zion wrote:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> Hi
> 
> Is there a way to switch off the screensaver from command line.
> Screensaver in Feisty keeps crashing x under gnome and just opening
> the screensaver controller gui also does the same.

Sounds like you have a corrupt screen saver. Try this: 

In a terminal window...

 killall gnome-screensaver

That will "shut off" your screen saver. Then set it to a blank screen
by editing your config file...

 gedit ~/.gconf/apps/gnome-screensaver/%gconf.xml

Change the 'name' string to "blank-only", and delete the theme string.
You should end up with something like this (please excuse the email
wrapping):

 <?xml version="1.0"?>
 <gconf>
        <entry name="idle_delay" mtime="1169115409" type="int"
 value="10"> </entry>
        <entry name="lock_enabled" mtime="1167900901" type="bool"
 value="false"> </entry>
        <entry name="mode" mtime="1171103972" type="string">
                <stringvalue>blank-only</stringvalue>
        </entry>
        <entry name="themes" mtime="1171103972" type="list"
 ltype="string"> </entry>
 </gconf>

Make note of what the "theme" is set to because that's probably the
screen saver that's causing you problems. Try setting it to something
else just to be sure (you'll need to reboot or restart
gnome-screensaver).

-- 
     _?_      Outside of a dog, a book is a man's best friend.
    (o o)         Inside of a dog, it's too dark to read.
-oOO-(_)--OOo------------------------------[ Groucho Marx ]---
                    http://wrench.homelinux.net/~jeff/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 892 bytes
Desc: not available
URL: <https://lists.ubuntu.com/archives/ubuntu-users/attachments/20070210/1468d234/attachment.sig>


More information about the ubuntu-users mailing list