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" >>> InputDevice "Keyboard0" "CoreKeyboard" >>> >>> Option "BlankTime" "2" >>> Option "standby time" "5" >>> Option "suspend time" "5" >>> Option "off time" "5" >>> >>> EndSection >>> > > Wrong!... do man xorg.conf and you'll see that BlankTime, > StandbyTime, SuspendTime and OffTime belong in > Section "ServerFlags", not "ServerLayout". > >
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?? > Section "ServerLayout" > Identifier "X.org Configured" > Screen 0 "Screen0" 0 0 > InputDevice "Mouse0" "CorePointer" > InputDevice "Keyboard0" "CoreKeyboard" > > > EndSection > > > # ********************************************************************** > # Server flags section. This contains various server-wide Options. > # ********************************************************************** > > Section "ServerFlags" > > Option "BlankTime" "2" > Option "standby time" "5" > Option "suspend time" "5" > Option "off time" "5" > > > Section "Files" > FontPath "/usr/share/fonts/misc" > FontPath "/usr/share/fonts/75dpi" > FontPath "/usr/share/fonts/100dpi" > FontPath "/usr/share/fonts/TTF" > FontPath "/usr/share/fonts/Type1" > EndSection > > Section "Module" > Load "glx" > Load "extmod" > Load "xtrap" > Load "record" > Load "dbe" > Load "dri" > Load "freetype" > Load "type1" > EndSection > > #Section "dri" <This was tried during the upgrade. > > # Group "graphics" > # Mode 0660 > #EndSection > > Section "InputDevice" > Identifier "Keyboard0" > Driver "kbd" > EndSection > > Section "InputDevice" > Identifier "Mouse0" > Driver "mouse" > Option "Protocol" "auto" > Option "Device" "/dev/input/mouse0" > Option "ZAxisMapping" "4 5 6 7" > EndSection > > Section "Monitor" > Identifier "Monitor0" > VendorName "Monitor Vendor" > ModelName "Monitor Model" > > Option "dpms" > > > EndSection > > Section "Device" > Identifier "Card0" > Driver "nvidia" > VendorName "nVidia Corporation" > BoardName "NV34 [GeForce FX 5200]" > BusID "PCI:2:0:0" > EndSection > > Section "Screen" > Identifier "Screen0" > Device "Card0" > Monitor "Monitor0" > SubSection "Display" > Modes "1280x1024" "1024x768" > Viewport 0 0 > Depth 1 > EndSubSection > <snip out Screen stuff again> > EndSection > It did work though. Weird huh?? Thanks. I'll have a perfect xorg.conf files before long. Dale :-) :-) :-) -- gentoo-user@gentoo.org mailing list