[mythtv-users] Screen is getting blanked

Seth Daniel mythtv.org at sethdaniel.org
Tue Apr 15 19:22:06 UTC 2008


On Tue, Apr 15, 2008 at 12:20:30PM -0700, M A wrote:
> I recently upgraded my Fedora 8 box to latest atrpms
> and mythtv. I also installed nvidia drivers (not open
> source).
> However, the my screen gets blanked after half hour.
> Not sure what is causing it, since I have removed the
> dpms line from xorg.conf. 
> The 'xset -dpms' command no longer works. It gives
> error about extension dpms not being installed.
> 
> Here is my xorg.conf.. anything I am missing ??


Add a "ServerFlags" section:

Section "ServerFlags"
  # turn off screen blanking
  Option "BlankTime"    "0"
  Option "StandbyTime"  "0"
  Option "SuspendTime"  "0"
  Option "OffTime"      "0"
EndSection

-- 
seth /\ sethdaniel.org


More information about the mythtv-users mailing list