Re: [gentoo-user] xorg server and monitor power management

2006-08-19 Thread Dale
Iain Buchanan wrote: > On Thu, 2006-08-17 at 15:45 -0500, Dale wrote: > >> >> I didn't have one so I copied it from the example file. For some reason >> my man xorg.conf will not come up. No error, doesn't say it is not >> there, just gives me a blank look. I dunno. >> >> This better?? >> >>

Re: [gentoo-user] xorg server and monitor power management

2006-08-19 Thread Iain Buchanan
On Thu, 2006-08-17 at 15:45 -0500, Dale wrote: > Peter Ruskin wrote: > > On Thursday 17 August 2006 18:53, Dale wrote: > > > > Wrong!... do man xorg.conf and you'll see that BlankTime, > > StandbyTime, SuspendTime and OffTime belong in > > Section "ServerFlags", not "ServerLayout". > > > > >

Re: [gentoo-user] xorg server and monitor power management

2006-08-17 Thread Dale
Peter Ruskin wrote: > On Thursday 17 August 2006 18:53, Dale wrote: > >> That seemed to work. Here is my current xorg.conf file: >> >>> Section "ServerLayout" >>> Identifier "X.org Configured" >>> Screen 0 "Screen0" 0 0 >>> InputDevice"Mouse0" "CorePointer" >>>

Re: [gentoo-user] xorg server and monitor power management

2006-08-17 Thread Dale
Dale wrote: > Richard Fish wrote: > >> >> Are those options in the correct section ("ServerFlags")? Do you have >> 'Option "DPMS"' in your Monitor section? Maybe you should just post >> your whole xorg.conf... >> >> -Richard >> > > Oh, that may be it. They may not be in the right place.

Re: [gentoo-user] xorg server and monitor power management

2006-08-14 Thread Dale
Richard Fish wrote: > On 8/14/06, Dale <[EMAIL PROTECTED]> wrote: >> Any ideas?? > > Are those options in the correct section ("ServerFlags")? Do you have > 'Option "DPMS"' in your Monitor section? Maybe you should just post > your whole xorg.conf... > > -Richard Oh, that may be it. They may no

Re: [gentoo-user] xorg server and monitor power management

2006-08-14 Thread Richard Fish
On 8/14/06, Dale <[EMAIL PROTECTED]> wrote: Any ideas?? Are those options in the correct section ("ServerFlags")? Do you have 'Option "DPMS"' in your Monitor section? Maybe you should just post your whole xorg.conf... -Richard -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] xorg server and monitor power management

2006-08-14 Thread Dale
Uwe Thiem wrote: > On 14 August 2006 10:24, Dale wrote: > > >> I got mine from xorg.conf.example. It had this in it: >> >>> # Set the DPMS timeouts. These are set here because they are global >>> # rather than screen-specific. These settings alone don't enable DPMS. >>> # It is enabled p

Re: [gentoo-user] xorg server and monitor power management

2006-08-14 Thread Uwe Thiem
On 14 August 2006 10:24, Dale wrote: > I got mine from xorg.conf.example. It had this in it: > > # Set the DPMS timeouts. These are set here because they are global > > # rather than screen-specific. These settings alone don't enable DPMS. > > # It is enabled per-screen (or per-monitor), and ev

Re: [gentoo-user] xorg server and monitor power management

2006-08-14 Thread Dale
Thomas Kear wrote: > > > The problem is the space in the option names. My xorg.conf has this, > works fine: >>Option "BlankTime" "0" >>Option "StandbyTime" "0" >>Option "SuspendTime" "0" >>Option "O

Re: [gentoo-user] xorg server and monitor power management

2006-08-14 Thread Thomas Kear
from xorg.conf(5x): SERVERFLAGS SECTION [...] Option "BlankTime" "time" sets the inactivity timeout for the blanking phase of the screensaver. time is in minutes. This is equivalent to the Xorg server's `-s' flag, and the value can be changed at run-time with xset(1x). Default: 10 minutes.