# # vim:sw=2 ts=8:et sta # Section "ServerLayout" Identifier "Layout0" Screen 0 "Screen0" 0 0 InputDevice "Keyboard0" "CoreKeyboard" InputDevice "Mouse0" "CorePointer" EndSection Section "Files" FontPath "unix/:7100" EndSection Section "Module" Load "freetype" #Load "xtt" Load "extmod" Load "glx" #Load "dri" Load "dbe" Load "record" Load "xtrap" Load "type1" #Load "speedo" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "Auto" Option "Device" "/dev/sysmouse" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "keyboard" Option "XkbModel" "pc101" Option "XkbLayout" "us" EndSection Section "Monitor" Identifier "Monitor0" EndSection Section "Device" Identifier "Card0" Driver "radeon" # 128M = 128*1024 KB = 131072 KB VideoRam 131072 # # As for xorg-server-6.8.99.902, XPRESS 200M issues has been dealt with. # #Option "MonitorLayout" "LVDS" # # This is GROSS! BE ADVISED! # # ATI Radeon Mobility X600 (M24) 3150 (PCIE) #ChipID 0x3150 # ATI Radeon Mobility M300 (M22) 5460 (PCIE) #ChipID 0x5460 # ATI Radeon X800XT (R423) 5D57 (PCIE) #ChipID 0x5D57 # # xorg-server-snap # # ATI Radeon X850 XT PE (R480) (PCIE) #ChipID 0x4B4C #Driver "vesa" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 Modes "1024x768" EndSubSection EndSection