[Linux-Anyway] Oops -- my xorg.conf

  • From: Meph Istopheles <Meph@xxxxxxxxxx>
  • To: Linux-Anyway <Linux-Anyway@xxxxxxxxxxxxx>
  • Date: Mon, 1 Nov 2004 09:06:16 -0800 (PST)

Section "ServerLayout"
        Identifier     "X.org Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
        RgbPath      "/usr/X11R6/lib/X11/rgb"
        ModulePath   "/usr/X11R6/lib/modules"
        FontPath     "/usr/X11R6/lib/X11/fonts/misc/"
        FontPath     "/usr/X11R6/lib/X11/fonts/TTF/"
        FontPath     "/usr/X11R6/lib/X11/fonts/Speedo/"
        FontPath     "/usr/X11R6/lib/X11/fonts/Type1/"
        FontPath     "/usr/X11R6/lib/X11/fonts/CID/"
        FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/"
        FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection

Section "Module"
        Load  "record"
        Load  "extmod"
        Load  "dbe"
        Load  "dri"
        Load  "glx"
        Load  "xtrap"
        Load  "freetype"
        Load  "type1"
        Load  "speedo"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "keyboard"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "IMPS/2"
        Option      "Device" "/dev/psaux"
        Option      "ZAxisMapping "4 5"
EndSection

Section "Monitor"
        #DisplaySize      380   290     # mm
        Identifier   "Monitor0"
        VendorName   "DEL"
        ModelName    "DELL D1626HT"
#       HorizSync    959859776.0 - 0.0
        HorizSync    30.0 - 107.0
#       VertRefresh  875771200.0 - 0.0
        Option      "DPMS"
EndSection

Section "Device"
         ### Available Driver options are:-
         ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
         ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
         ### [arg]: arg optional
         #Option     "NoAccel"                  # [<bool>]
         #Option     "SWcursor"                 # [<bool>]
         #Option     "Dac6Bit"                  # [<bool>]
         #Option     "Dac8Bit"                  # [<bool>]
         #Option     "ForcePCIMode"             # [<bool>]
         #Option     "BusType"                  # [<str>]
         #Option     "CPPIOMode"                # [<bool>]
         #Option     "CPusecTimeout"            # <i>
         #Option     "AGPMode"                  # <i>
         #Option     "AGPFastWrite"             # [<bool>]
         #Option     "AGPSize"                  # <i>
         #Option     "GARTSize"                 # <i>
         #Option     "RingSize"                 # <i>
         #Option     "BufferSize"               # <i>
         #Option     "EnableDepthMoves"         # [<bool>]
         #Option     "EnablePageFlip"           # [<bool>]
         #Option     "NoBackBuffer"             # [<bool>]
         #Option     "PanelOff"                 # [<bool>]
         #Option     "DDCMode"                  # [<bool>]
         #Option     "MonitorLayout"            # [<str>]
         #Option     "IgnoreEDID"               # [<bool>]
         #Option     "OverlayOnCRTC2"           # [<bool>]
         #Option     "CloneMode"                # [<str>]
         #Option     "CloneHSync"               # [<str>]
         #Option     "CloneVRefresh"            # [<str>]
         #Option     "UseFBDev"                 # [<bool>]
         #Option     "VideoKey"                 # <i>
         #Option     "DisplayPriority"          # [<str>]
         #Option     "PanelSize"                # [<str>]
         #Option     "ForceMinDotClock"         # <freq>
        Identifier  "Card0"
        Driver      "ati"
        VendorName  "ATI Technologies Inc"
        BoardName   "Radeon RV100 QY [Radeon 7000/VE]"
        BusID       "PCI:1:0:0"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        SubSection "Display"
                Viewport   0 0
                Depth     1
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     4
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     8
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     15
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     16
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     24
        EndSubSection
EndSection

-- 
   Like so many Americans, she was trying to construct a life that
   made sense from things she found in gift shops.
   -Kurt Vonnegut, Jr
To unsubcribe send e-mail with the word unsubscribe in the body to:   
Linux-Anyway-Request@xxxxxxxxxxxxx?body=unsubscribe

Other related posts:

  • » [Linux-Anyway] Oops -- my xorg.conf