Jump to content

power saving for monitor?


bigjohn
 Share

Recommended Posts

Hi,

 

I normally don't have any power saving options set for my monitor. I rely on the screensaver.

 

I've noticed that the monitor switches to standby - which isn't a facility that the monitor will do on it's own.

 

I've got all the display/KDE settings set on "disabled".

 

Where else do I need to look to check why this is happening ????

 

regards

 

John

 

[moved from Software by spinynorman]

Link to comment
Share on other sites

In /etc/X11/xorg.conf you can check for the Option "DPMS" in the Device section. Here is mine:

 

Section "Device"
Identifier "device1"
VendorName "nVidia Corp."
BoardName "NVIDIA GeForce4 (generic)"
Driver "nv"
Option "DPMS"
EndSection

 

if you remove this by placing a # in the front, it will stop your monitor going into power save mode. The card is probably powering down instead of the monitor or something like that. I too normally just turn off the power options which works for me. But it might be relating to this as well.

Link to comment
Share on other sites

Another place, in case you've not checked:

 

System/Configuration/KDE/Power Control/Power Control

 

has a load of settings for display control. This is also the same as right-clicking desktop/configure/display/power control. Which I'm thinking you've probably already done this.

 

The xorg.conf entry will do it permanently, regardless of setting in here I believe.

Link to comment
Share on other sites

Ok ianw1974, I've commented it out as you suggested

 

Section "Device"

Identifier "device1"

VendorName "nVidia Corp."

BoardName "NVIDIA GeForce4 (generic)"

Driver "nvidia"

#Option "DPMS"

Option "IgnoreEDID" "1"

EndSection

 

I'll take a look in the morning to see if the monitor still has the screen saver running.

 

I did wonder if the Option "IgnoreEDID" "1" made any difference, but I didn't manage to find what that option is actually referring too from google.

 

regards

 

John

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...