LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Video shut off by power manager, but how? (https://www.linuxquestions.org/questions/linux-newbie-8/video-shut-off-by-power-manager-but-how-127367/)

asentell 12-19-2003 04:37 PM

Video shut off by power manager, but how?
 
I just installed SuSE Professional 9.0, and I have an annoying problem: After 10 minutes of inactivity, my video is shut off by some kind of power management software. I have acpi=off set in the Boot Loader, and APM is not installed. I don't see anything in the BIOS that has anything to do with power management.

Am I missing something? :confused:

Thanks,
Aaron

Tinkster 12-19-2003 05:15 PM

XFree checks whether your card supports DPMS,
and does it by itself. Have a closed look at the
Section "ServerFlags"
of /etc/X11/XF86Config

man XF86Config
for details :}

Or happy googling.


Cheers,
Tink

dmadhava 12-20-2003 08:51 PM

Hi,

Try running "xset -dpms" at a shell prompt and see if that helps.

thanks

with regards
-DJ

asentell 12-23-2003 05:40 PM

Modifying XF86Config did not work even after rebooting.

The xset command worked but doesn't survive a reboot. Any idea how to make it stick? Can I make xhost stick the same way?

-Aaron

Tinkster 12-27-2003 05:35 PM

Worked for me ... odd.

What/how did you do it?


Cheers,
Tink

dalek 12-27-2003 07:05 PM

In the XF86Config file, look for the "Graphics Device Section" and then under that look for this.

Code:

Section "Device"
    Identifier  "** NVIDIA (generic)                  [nv]"
    Driver      "nv"
    VideoRam    131072
    Option "DPMS"
    # Insert Clocks lines here if appropriate
EndSection

Take out the line

Code:

Option "DPMS"
or put a # in front of it. That should disable that feature. I say that because mine would not cut off in Gentoo untill I added that line to the XF86Config file. That should work.

I hope.

:D :D :D


All times are GMT -5. The time now is 08:41 AM.