Find the answer to your Linux question:
Results 1 to 3 of 3
Using Debian Lenny. My computer screen goes blank: turns black, when I am watching videos. Why is this and how would I turn it off? Thanks...
  1. #1
    Linux Newbie
    Join Date
    Dec 2008
    Posts
    135

    [SOLVED] Screen blanks when watching video

    Using Debian Lenny.

    My computer screen goes blank: turns black, when I am watching videos.
    Why is this and how would I turn it off?

    Thanks

  2. #2
    Linux Guru reed9's Avatar
    Join Date
    Feb 2009
    Location
    Boston, MA
    Posts
    4,651
    The exact method will vary depending on your desktop environment (GNOME, KDE, etc.) and the power manager you're using, but in general terms, open up your power manager and set it so that the display never sleeps.
    Ubuntu Power Management

    If that doesn't work, you can try these options:
    Turn off DPMS (Display Power Management Signalling)
    Code:
    xset -dpms
    Turn off screensaver blanking
    Code:
    xset s off

  3. #3
    Linux Newbie
    Join Date
    Dec 2008
    Posts
    135
    Thanks that worked.
    I found Kpowersave installed (using KDE). Icon in the system tray.
    In one of the schemes (presentation) I chose to "disable display power
    management).

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •