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.  It was working
> before though.  It just stopped when I upgraded.  I'll check that in a bit.
>
> Dale
> :-)  :-)
>   

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
>
> 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"
> #       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    "standby time"    "5"
> #    Option    "suspend time"    "5"
> #    Option    "off time"    "5"
>
>     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 useless Screen stuff>
> EndSection
>

Can someone confirm this is text only and not html??

Thanks for the help.  It was confusing because it worked before. 

Dale

:-)  :-)
-- 
gentoo-user@gentoo.org mailing list

Reply via email to