# ********************************************************************** # DRI Section # ********************************************************************** # ********************************************************************** # Module section # ********************************************************************** # ********************************************************************** # Files section. This allows default font and rgb paths to be set # ********************************************************************** # ********************************************************************** # Server flags section. # ********************************************************************** # ********************************************************************** # Core keyboard's InputDevice section # ********************************************************************** # ********************************************************************** # Core Pointer's InputDevice section # ********************************************************************** # ********************************************************************** # Monitor section # ********************************************************************** # Any number of monitor sections may be present # ********************************************************************** # Graphics device section # ********************************************************************** # == X.org Driver == # Section "Device" Identifier "ATI Graphics Adapter" Driver "radeon" Option "DynamicClocks" "true" # Option "AccelMethod" "EXA" Option "RenderAccel" "true" Option "AGPMode" "4" Option "EnablePageFlip" "true" Option "BackingStore" "true" Option "EnableDepthMoves" "true" BusID "PCI:1:0:0" # vendor=1002, device=4c66 Screen 0 EndSection # == ATI binary driver == # # ********************************************************************** # Screen sections # ********************************************************************** # ********************************************************************** # ServerLayout sections. # ********************************************************************** Section "ServerLayout" Identifier "Server Layout" Screen "Screen0" 0 0 InputDevice "Mouse1" "CorePointer" InputDevice "Keyboard1" "CoreKeyboard" EndSection Section "Files" FontPath "/usr/share/fonts/misc/" FontPath "/usr/share/fonts/Type1/" FontPath "/usr/share/fonts/75dpi/" FontPath "/usr/share/fonts/100dpi/" FontPath "/usr/share/fonts/corefonts/" FontPath "/usr/share/fonts/TTF/" FontPath "/usr/share/fonts/ttf-bitstream-vera/" FontPath "/usr/share/fonts/util/" EndSection Section "Module" Load "extmod" Load "dbe" # Double buffer extension Load "record" Load "type1" Load "freetype" Load "glx" # libglx.a Load "dri" # libdri.a Load "vbe" EndSection Section "InputDevice" Identifier "Keyboard1" Driver "kbd" Option "AutoRepeat" "500 30" Option "XkbModel" "dell101" Option "XkbLayout" "us" EndSection Section "InputDevice" Identifier "Mouse1" Driver "mouse" Option "Protocol" "ImPS/2" Option "ZAxisMapping" "4 5" Option "Device" "/dev/input/mice" EndSection Section "Monitor" # HorizSync 31.5 - 91.1 # VertRefresh 60 - 100 Identifier "Monitor0" Option "DPMS" EndSection #Section "Device" # === disable PnP Monitor === #Option "NoDDC" # === disable/enable XAA/DRI === # ### FireGL DDX driver module specific settings ### # === Screen Management === # Note: When OpenGL Overlay is enabled, Video Overlay # will be disabled automatically # Option "CenterMode" "off" # === Pseudo Color Visuals (8-bit visuals) === # Option "PseudoColorVisuals" "off" # === QBS Management === # Option "Stereo" "off" # Option "StereoSyncEnable" "1" # === FSAA Management === # Option "FSAAEnable" "no" # Option "FSAAScale" "1" # Option "FSAADisableGamma" "no" # Option "FSAACustomizeMSPos" "no" # Option "FSAAMSPosX0" "0.000000" # Option "FSAAMSPosY0" "0.000000" # Option "FSAAMSPosX1" "0.000000" # Option "FSAAMSPosY1" "0.000000" # Option "FSAAMSPosX2" "0.000000" # Option "FSAAMSPosY2" "0.000000" # Option "FSAAMSPosX3" "0.000000" # Option "FSAAMSPosY3" "0.000000" # Option "FSAAMSPosX4" "0.000000" # Option "FSAAMSPosY4" "0.000000" # Option "FSAAMSPosX5" "0.000000" # Option "FSAAMSPosY5" "0.000000" # === Misc Options === # Option "UseFastTLS" "0" # Option "BlockSignalsOnLock" "on" # Option "UseInternalAGPGART" "yes" # Option "ForceGenericCPU" "no" # vendor=1002, device=4c66 # Identifier "ATI Graphics Adapter" # Driver "fglrx" # Option "no_accel" "no" # Option "no_dri" "no" # === misc DRI settings === # Option "mtrr" "off" # disable DRI mtrr mapper, driver has its own code for mtrr # Option "DesktopSetup" "0x00000100" # Option "MonitorLayout" "AUTO, AUTO" # Option "IgnoreEDID" "off" # Option "HSync2" "unspecified" # Option "VRefresh2" "unspecified" # Option "ScreenOverlap" "0" # === TV-out Management === # Option "NoTV" "yes" # Option "TVStandard" "NTSC-M" # Option "TVHSizeAdj" "0" # Option "TVVSizeAdj" "0" # Option "TVHPosAdj" "0" # Option "TVVPosAdj" "0" # Option "TVHStartAdj" "0" # Option "TVColorAdj" "0" # Option "GammaCorrectionI" "0x00000000" # Option "GammaCorrectionII" "0x00000000" # === OpenGL specific profiles/settings === # Option "Capabilities" "0x00000000" # === Video Overlay for the Xv extension === # Option "VideoOverlay" "on" # === OpenGL Overlay === # Option "OpenGLOverlay" "off" # === Center Mode (Laptops only) === # Option "PowerState" "2" # BusID "PCI:1:0:0" #EndSection Section "Screen" Identifier "Screen0" Device "ATI Graphics Adapter" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 Modes "1400x1050" "1280x1024" EndSubSection EndSection Section "DRI" Mode 0666 EndSection #Section "Extensions" # Option "Composite" "enable" #EndSection