|
|||||||||||
|
Re: dpms setting does not work for vesa
From: Nigel Henry <cave.dnb(at)tiscali.fr>
Date: Thu Aug 23 2007 - 18:33:46 EDT
> > But the problem is that none of the dpms setting is working: > > xset dpms force standby > xset dpms force suspend > xset dpms force off > > None of the above command has any effect. I'm using the vesa driver. Is > this a known issue? > > thanks Hi Tong. I used to find that commenting out the dpms line with a # in the monitor section of /etc/X11/xorg.conf worked, but it does not seem to work now. I use KDE, so what I am using now is a one line script in ~/.kde/autostart. Name the script whatever you want. I've logically named it "Disable-DPMS". Script is below. #! /bin/bash # A little script to disable DPMS at login xset -dpms This appears to work ok, and my monitor stays on all the time. This is on Etch, and Lenny. Nigel. -- To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.orgReceived on Thu Aug 23 18:34:36 2007 This archive was generated by hypermail 2.1.8 : Sun Oct 07 2007 - 02:46:22 EDT |
||||||||||
|
|||||||||||