<br><br><div><span class="gmail_quote">On 5/4/06, <b class="gmail_sendername">Jim Lowman</b> <<a href="mailto:jmlowman@sbcglobal.net">jmlowman@sbcglobal.net</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
It looks like I didn't communicate my problem effectively.<br><br>I did a clean install of FC5 (32-bit) on my Dell 8500 laptop.<br>When I go to System->Preferences->Screensaver under Gnome,<br>the interface is decidedly different than that of FC4.  For example,
<br>the checkboxes where individual screensavers can be selected are<br>missing.  I *think* what I need is to be able to do is deselect the one that<br>represents a blank screen, or there is something in power management<br>
that is causing the display to blank after a while; perhaps 10 minutes.<br><br>Any insight will be much appreciated.  I realize that this is a trivial<br>matter in the big picture, but I would like to have things working in
<br>FC5 that worked in FC4.<br><br>Jim</blockquote><div><br>No what you need to do is disable blanking in the Xserver.  As I explained before the command is "xset s off".  If you want this to be persistant edit /etc/X11/xinit/xinitrc-common and append something like this:
<br><br>if [ -x /usr/bin/xset ]; then<br>      /usr/bin/xset s off<br>fi<br> <br></div><br></div><br>