Section "ServerLayout" Identifier "X.Org Configured" Screen 0 "Screen0" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "Files" # file minus the extension (like ".txt" or ".db"). There is normally # no need to change the default. # The default path is shown here. # 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) # For X Font Server support, uncomment this and comment the other FontPaths # Note that this is not required for most configurations # FontPath "unix/:-1" FontPath "/usr/share/fonts/misc/" FontPath "/usr/share/fonts/arphicfonts/" FontPath "/usr/share/fonts/baekmuk-fonts/" FontPath "/usr/share/fonts/75dpi/" FontPath "/usr/share/fonts/75dpi/:unscaled" FontPath "/usr/share/fonts/default/" FontPath "/usr/share/fonts/cyrillic/" FontPath "/usr/share/fonts/Type1/" FontPath "/usr/share/fonts/100dpi/" FontPath "/usr/share/fonts/100dpi/:unscaled" FontPath "/usr/share/fonts/kochi-substitute/" FontPath "/usr/share/fonts/util/" FontPath "/usr/share/fonts/encodings/" FontPath "/usr/share/fonts/ttf-bitstream-vera/" EndSection Section "Module" Load "extmod" Load "dri" Load "dbe" Load "record" Load "glx" Load "type1" Load "freetype" # Load "fbdevhw" EndSection Section "Extensions" # Option "Composite" "Disable" # Experimental EndSection Section "ServerFlags" Option "blank time" "10" # 10 minutes Option "standby time" "20" Option "suspend time" "30" Option "off time" "60" ### Uncomment this Server flag if X should not change resolutions. ### This is useful if mode changing crashes / corrupts the X server # Option "DisableVidModeExtensions" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" # Change "XkbModel" to "macintosh_old" if you are using # the deprecated adb keycodes. Option "XkbModel" "pc105" Option "XkbLayout" "us" Option "XkbOptions" "compose:rwin" ### Uncomment this if your layout uses nodeadkeys #Option "XkbVariant" "nodeadkeys" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "CorePointer" Option "Protocol" "auto" Option "Device" "/dev/input/mice" Option "ZAxisMapping" "4 5" EndSection Section "Monitor" Identifier "Monitor0" #UseModes "Modes0" ModelName "Monitor Model" Option "DPMS" #HorizSync 30-60 #VertRefresh 60-60 EndSection #Section "Modes" # Identifier "Modes0" # # # Generated # # D: 49.500 MHz, H: 46.875 kHz, V: 75.000 Hz # Modeline "800x600" 49.500 800 816 896 1056 600 601 604 625 +HSync +VSync #EndSection Section "Device" Identifier "Card0" ### Available Driver options: #Option "HWcursor" "true" # Use Hardware Cursor #Option "NoAccel" "false" # Disable Hardware Acceleration #Option "UseFBDev" "true" ### See "man nv" for additional options Option "BusType" "PCIE" Option "MonitorLayout" "TMDS, NONE" Driver "radeon" BusID "PCI:6:0:0" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Depth 8 Modes "1280x1024" EndSubSection SubSection "Display" Depth 16 Modes "1280x1024" EndSubSection SubSection "Display" Depth 24 Modes "1280x1024" EndSubSection EndSection Section "DRI" Group 0 Mode 0666 EndSection