Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Turn off your screen saver!

Off-Topic discussions about science, technology, and non Debian specific topics.
Post Reply
Message
Author
User avatar
mzilikazi
Forum Account
Forum Account
Posts: 3282
Joined: 2004-09-16 02:14
Location: Colorado Springs, CO

Turn off your screen saver!

#1 Post by mzilikazi »

I have never cared for screen savers and always viewed them with disdain for wasting so much energy needlessly. The best thing you can do is to use the power management features to power the monitor off. I found a few interesting facts here and here.
Debian Sid Laptops:
AMD Athlon(tm) 64 X2 Dual-Core Processor TK-55 / 1.5G
Intel(R) Pentium(R) Dual CPU T2390 @ 1.86GHz / 3G

esaym
Posts: 190
Joined: 2007-04-05 03:59

#2 Post by esaym »

I agree. I never could figure out why you would want you r computer to work its hardest when you aren't even using it. I got my screen to shut off after 15 minutes. I also made a script and linked it to keycombo alt+a to shut the screen off

Code: Select all

#! /bin/bash
/usr/bin/xset dpms force suspend
exit 0 
:P

User avatar
mzilikazi
Forum Account
Forum Account
Posts: 3282
Joined: 2004-09-16 02:14
Location: Colorado Springs, CO

#3 Post by mzilikazi »

esaym wrote: I also made a script and linked it to keycombo alt+a to shut the screen off
I like that idea. Think I'll use it. It's not copyrighted is it? ;)
Debian Sid Laptops:
AMD Athlon(tm) 64 X2 Dual-Core Processor TK-55 / 1.5G
Intel(R) Pentium(R) Dual CPU T2390 @ 1.86GHz / 3G

Bulkley
Posts: 6387
Joined: 2006-02-11 18:35
Has thanked: 2 times
Been thanked: 39 times

#4 Post by Bulkley »

Or, at the bottom of xorg.conf add the last three lines like this:

Code: Select all

Section "ServerLayout"
        Identifier      "Default Layout"
        Screen          "Default Screen"
        InputDevice     "Default Keyboard"
        InputDevice     "Default Mouse"
        Option "StandbyTime" "3" # Turn off screen in 3 minutes (DPMS) 
        Option "SuspendTime" "8" # Full hibernation in 8 minutes (DPMS) 
        Option "OffTime" "15" # Turn off DPMS monitor (DPMS)
EndSection
My new amd64 Lenny install uses some other method to shutdown the screen. I don't know what it is. Maybe it's in the kernel. Whatever it is, it works.

User avatar
txHarleyMan
Posts: 366
Joined: 2007-08-06 13:32
Location: Texas

#5 Post by txHarleyMan »

Displays nowadays dont have the burn-in problem like days of old. I just have it power off after 20 mins of inactivity.
txHarleyMan
Debian Etch

User avatar
actionM
Posts: 890
Joined: 2007-05-01 02:11

#6 Post by actionM »

I guess I can go back to staring at a lava lamp when I'm drunk.

Post Reply