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??
>>
>>     
>>> 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"
>>>       
> [snip]
>
> don't forget the EndSection (for ServerFlags) before you open Section
> "Files".
>
> cya,
>   

I did, forget that is.  Guess what, later on it crashed and would not
restart.   After a puzzled look and checking the log file, I figured
that out.  Sure had me wondering for a bit though.

Sort of funny now though.  LOL  Here is the current file:

> 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    "StandbyTime"    "5"
>     Option    "SuspendTime"    "5"
>     Option    "OffTime"    "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    "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
>     SubSection "Display"
>         Modes       "1280x1024" "1024x768"
>         Viewport   0 0
>         Depth     4
>     EndSubSection
>     SubSection "Display"
>         Modes       "1280x1024" "1024x768"
>         Viewport   0 0
>         Depth     8
>     EndSubSection
>     SubSection "Display"
>         Modes       "1280x1024" "1024x768"
>         Viewport   0 0
>         Depth     15
>     EndSubSection
>     SubSection "Display"
>         Modes       "1280x1024" "1024x768"
>         Viewport   0 0
>         Depth     16
>     EndSubSection
>     SubSection "Display"
>         Modes       "1280x1024" "1024x768"
>         Viewport   0 0
>         Depth     24
>     EndSubSection
> EndSection
>
Works better now. 

Dale

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

Reply via email to