Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # File generated by xf86config.
- #
- # Copyright (c) 1999 by The XFree86 Project, Inc.
- #
- # Permission is hereby granted, free of charge, to any person obtaining a
- # copy of this software and associated documentation files (the "Software"),
- # to deal in the Software without restriction, including without limitation
- # the rights to use, copy, modify, merge, publish, distribute, sublicense,
- # and/or sell copies of the Software, and to permit persons to whom the
- # Software is furnished to do so, subject to the following conditions:
- #
- # The above copyright notice and this permission notice shall be included in
- # all copies or substantial portions of the Software.
- #
- # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
- # THE XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
- # WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
- # OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
- # SOFTWARE.
- #
- # Except as contained in this notice, the name of the XFree86 Project shall
- # not be used in advertising or otherwise to promote the sale, use or other
- # dealings in this Software without prior written authorization from the
- # XFree86 Project.
- #
- # **********************************************************************
- # Refer to the XF86Config(4/5) man page for details about the format of
- # this file.
- # **********************************************************************
- # NOTE: This is a NEW IMPROVED version of XF86Config-fbdev that uses the vesa
- # driver instead of the fbdev driver. Thanks to Kenneth Fanyo who pointed
- # this out to me. :)
- # This XF86Config file is designed for use with the VESA framebuffer.
- # This generic interface should work with nearly all video cards
- # (although not every card will support every resolution).
- # With the new driver, it should no longer be required to have frame buffer
- # support in the kernel, or to run it on the console.
- #
- # Enjoy! :)
- # -- [email protected]
- # **********************************************************************
- # ServerLayout sections.
- # **********************************************************************
- # Any number of ServerLayout sections may be present. Each describes
- # the way multiple screens are organised. A specific ServerLayout
- # section may be specified from the X server command line with the
- # "-layout" option. In the absence of this, the first section is used.
- # When now ServerLayout section is present, the first Screen section
- # is used alone.
- Section "ServerLayout"
- Identifier "X.org Configured"
- Screen 0 "Screen0" 0 0
- InputDevice "Mouse0" "CorePointer"
- InputDevice "Keyboard0" "CoreKeyboard"
- EndSection
- # **********************************************************************
- # Files section. This allows default font and rgb paths to be set
- # **********************************************************************
- Section "Files"
- # The location of the RGB database. Note, this is the name of the
- # file minus the extension (like ".txt" or ".db"). There is normally
- # no need to change the default.
- # RgbPath "/usr/lib/X11/rgb"
- # Multiple FontPath entries are allowed (which are concatenated together),
- # as well as specifying multiple comma-separated entries in one FontPath
- # command (or a combination of both methods)
- #
- # If you don't have a floating point coprocessor and emacs, Mosaic or other
- # programs take long to start up, try moving the Type1 and Speedo directory
- # to the end of this list (or comment them out).
- #
- ModulePath "/usr/lib64/xorg/modules"
- FontPath "/usr/share/fonts/TTF"
- FontPath "/usr/share/fonts/OTF"
- FontPath "/usr/share/fonts/Type1"
- FontPath "/usr/share/fonts/misc"
- FontPath "/usr/share/fonts/misc/:unscaled"
- FontPath "/usr/share/fonts/Speedo"
- FontPath "/usr/share/fonts/cyrillic"
- FontPath "/usr/share/fonts/75dpi"
- FontPath "/usr/share/fonts/75dpi/:unscaled"
- FontPath "/usr/share/fonts/100dpi"
- FontPath "/usr/share/fonts/100dpi/:unscaled"
- EndSection
- # **********************************************************************
- # Module section -- this section is used to specify
- # which dynamically loadable modules to load.
- # **********************************************************************
- Section "Module"
- # This loads the DBE extension module.
- # This loads the GLX module
- Load "dbe"
- # This loads the miscellaneous extensions module
- Load "extmod"
- # This loads the font modules
- Load "type1"
- Load "freetype"
- # Load "speedo"
- Load "glx"
- Load "dri2"
- Load "dri"
- EndSection
- # **********************************************************************
- # Server flags section.
- # **********************************************************************
- Section "ServerFlags"
- # Uncomment this to cause a core dump at the spot where a signal is
- # received. This may leave the console in an unusable state, but may
- # provide a better stack trace in the core dump to aid in debugging
- # Option "NoTrapSignals"
- # Uncomment this to disable the <Crtl><Alt><Fn> VT switch sequence
- # (where n is 1 through 12). This allows clients to receive these key
- # events.
- # Option "DontVTSwitch"
- # Uncomment this to disable the <Crtl><Alt><BS> server abort sequence
- # This allows clients to receive this key event.
- # Option "DontZap"
- # Uncomment this to disable the <Crtl><Alt><KP_+>/<KP_-> mode switching
- # sequences. This allows clients to receive these key events.
- # Option "DontZoom"
- # Uncomment this to disable tuning with the xvidtune client. With
- # it the client can still run and fetch card and monitor attributes,
- # but it will not be allowed to change them. If it tries it will
- # receive a protocol error.
- # Option "DisableVidModeExtension"
- # Uncomment this to enable the use of a non-local xvidtune client.
- # Option "AllowNonLocalXvidtune"
- # Uncomment this to disable dynamically modifying the input device
- # (mouse and keyboard) settings.
- # Option "DisableModInDev"
- # Uncomment this to enable the use of a non-local client to
- # change the keyboard or mouse settings (currently only xset).
- # Option "AllowNonLocalModInDev"
- # Set the basic blanking screen saver timeout.
- # Option "blank time" "10" # 10 minutes
- # 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 even then only when
- # the driver supports it.
- # Option "standby time" "20"
- # Option "suspend time" "30"
- # On some platform the server needs to estimate the sizes of PCI
- # memory and pio ranges. This is done by assuming that PCI ranges
- # don't overlap. Some broken BIOSes tend to set ranges of inactive
- # devices wrong. Here one can adjust how aggressive the assumptions
- # should be. Default is 0.
- # Option "EstimateSizesAggresively" "0"
- # These are here because the keyboard and mouse that were supposed to be
- # detected by th HAL subsystem for some reason weren't found. I believe this is
- # because of the 64-bit upgrades. These options force the server to use the
- # options specified in this file.
- Option "off time" "10"
- Option "AllowEmptyInput" "false"
- Option "AutoAddDevices" "false"
- Option "Xinerama" "off"
- EndSection
- # **********************************************************************
- # Input devices
- # **********************************************************************
- # **********************************************************************
- # Core keyboard's InputDevice section
- # **********************************************************************
- Section "InputDevice"
- Identifier "Keyboard0"
- Driver "kbd"
- Option "XLeds" "1 2 3"
- EndSection
- # **********************************************************************
- # Core Pointer's InputDevice section
- # **********************************************************************
- Section "InputDevice"
- Identifier "Mouse0"
- Driver "mouse"
- Option "Protocol" "auto"
- Option "Device" "/dev/input/mice"
- Option "ZAxisMapping" "4 5 6 7"
- EndSection
- # **********************************************************************
- # Monitor section
- # **********************************************************************
- # Any number of monitor sections may be present
- Section "Monitor"
- DisplaySize 470 300 # mm
- Identifier "Monitor0"
- VendorName "WDE"
- ModelName "LCM-22w3"
- HorizSync 30.0 - 82.0
- VertRefresh 56.0 - 76.0
- Option "DPMS"
- # this is an attempt to address incorrect modes from EDID
- # Option "ModeValidation" "NoEdidModes"
- # Option "UseEdid" "false"
- # (self-calculated modeline)
- # ModeLine "1680x1050_60" 154.20 1680 1712 2296 2328 1050 1071 1081 1103
- # (copied from generic settings
- #ModeLine "1680x1050_60" 147.14 1680 1784 1968 2256 1050 1051 1054 1087 -hsync +vsync
- ModeLine "1680x1050" 147.14 1680 1784 1968 2256 1050 1051 1054 1087 -hsync +vsync
- EndSection
- # **********************************************************************
- # Graphics device section
- # **********************************************************************
- # Any number of graphics device sections may be present
- 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 "AGPFastWrite" # [<bool>]
- #Option "AGPMode" # <i>
- #Option "AGPSize" # <i>
- #Option "ATOMTVOut" # [<bool>]
- #Option "AccelDFS" # [<bool>]
- #Option "AccelMethod" # <str>
- #Option "BufferSize" # <i>
- #Option "BusType" # [<str>]
- #Option "CPPIOMode" # [<bool>]
- #Option "CPusecTimeout" # <i>
- #Option "ColorTiling" # [<bool>]
- #Option "ConnectorTable" # <str>
- #Option "DMAForXv" # [<bool>]
- #Option "DRI" # [<bool>]
- #Option "Dac6Bit" # [<bool>]
- #Option "Dac8Bit" # [<bool>]
- #Option "DefaultConnectorTable" # [<bool>]
- #Option "DefaultTMDSPLL" # [<bool>]
- #Option "DefaultTVDACAdj" # [<bool>]
- #Option "DepthBits" # <i>
- #Option "DisplayPriority" # [<str>]
- #Option "DynamicClocks" # [<bool>]
- #Option "EXAVSync" # [<bool>]
- #Option "EnableDepthMoves" # [<bool>]
- #Option "EnablePageFlip" # [<bool>]
- #Option "FBTexPercent" # <i>
- #Option "ForceMinDotClock" # <freq>
- #Option "ForceTVOut" # [<bool>]
- #Option "GARTSize" # <i>
- #Option "IgnoreEDID" # [<bool>]
- #Option "IgnoreLidStatus" # [<bool>]
- #Option "Int10" # [<bool>]
- #Option "LVDSProbePLL" # [<bool>]
- #Option "NoAccel" # [<bool>]
- #Option "NoBackBuffer" # [<bool>]
- #Option "PCIAPERSize" # <i>
- #Option "PanelSize" # [<str>]
- #Option "R4xxATOM" # [<bool>]
- #Option "RageTheatreCompositePort" # <i>
- #Option "RageTheatreCrystal" # <i>
- #Option "RageTheatreMicrocPath" # <str>
- #Option "RageTheatreMicrocType" # <str>
- #Option "RageTheatreSVideoPort" # <i>
- #Option "RageTheatreTunerPort" # <i>
- #Option "RenderAccel" # [<bool>]
- #Option "ReverseDDC" # [<bool>]
- #Option "RingSize" # <i>
- #Option "SWcursor" # [<bool>]
- #Option "ScalerWidth" # <i>
- #Option "ShowCache" # [<bool>]
- #Option "SubPixelOrder" # [<str>]
- #Option "TVDACLoadDetect" # [<bool>]
- #Option "TVStandard" # <str>
- #Option "TunerType" # <i>
- #Option "VGAAccess" # [<bool>]
- #Option "VideoKey" # <i>
- Identifier "Card0"
- Driver "radeonhd"
- VendorName "ATI Technologies Inc"
- BoardName "Radeon HD 3200 (integrated)"
- BusID "PCI:1:5:0"
- Option "UseEdid" "false"
- Option "IgnoreEdid" "true"
- EndSection
- Section "Device"
- Identifier "Card1"
- Driver "fglrx"
- VendorName "ATI Technologies Inc"
- BoardName "Radeon HD 4870"
- Option "Monitor-CRT1" "Monitor0"
- # 0 -> default FireGL workstation boards; fast operation
- # 1 -> on fast operation
- # 2 -> off compatible operation
- #Option "UseFastTLS" "2"
- BusID "PCI:1:0:0"
- EndSection
- # **********************************************************************
- # Screen sections
- # **********************************************************************
- # Any number of screen sections may be present. Each describes
- # the configuration of a single screen. A single specific screen section
- # may be specified from the X server command line with the "-screen"
- # option.
- Section "Screen"
- Identifier "Screen0"
- Device "Card1"
- Monitor "Monitor0"
- # DefaultDepth 8
- # DefaultDepth 16
- DefaultDepth 24
- # DefaultDepth 32
- # Enables XAA (X Acceleration Architecture), a mechanism that makes video
- # cards' 2D hardware acceleration available to the Xorg server. This option is
- # on by default.
- Option "Accel"
- # If your card can handle it, a higher default color depth (like 24 or 32)
- # is highly recommended.
- SubSection "Display"
- Viewport 0 0
- Depth 1
- Modes "1680x1050"
- EndSubSection
- SubSection "Display"
- Viewport 0 0
- Depth 4
- Modes "1680x1050"
- EndSubSection
- SubSection "Display"
- Viewport 0 0
- Depth 8
- Modes "1680x1050"
- EndSubSection
- SubSection "Display"
- Viewport 0 0
- Depth 16
- Modes "1680x1050"
- EndSubSection
- SubSection "Display"
- Viewport 0 0
- Depth 24
- Modes "1680x1050"
- EndSubSection
- SubSection "Display"
- Viewport 0 0
- Depth 32
- Modes "1680x1050"
- EndSubSection
- EndSection
- Section "DRI"
- Group "video"
- Mode 0660
- EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement