# Use this to get TV-out on ATI Radeon 9100 IGP. # # It's verified to work XFree86 4.3 # # Created by Per Weijnitz (per.weijnitz@home.se) # Minor improvements by Paul Eggleton (bluelightning@bluelightning.org) Section "ServerLayout" Identifier "Normal" Screen 0 "Screen0" 0 0 InputDevice "Keyboard0" "CoreKeyboard" InputDevice "PS/2 Mouse" "CorePointer" EndSection Section "ServerFlags" Option "AllowMouseOpenFail" "true" EndSection Section "Files" RgbPath "/usr/X11R6/lib/X11/rgb" ModulePath "/usr/X11R6/lib/modules" #FontPath "unix/:7100" # local font server # if the local font server has problems, we can fall back on these #FontPath "/usr/lib/X11/fonts/Type1" FontPath "/usr/lib/X11/fonts/CID" #FontPath "/usr/lib/X11/fonts/Speedo" FontPath "/usr/lib/X11/fonts/misc" FontPath "/usr/lib/X11/fonts/cyrillic" FontPath "/usr/lib/X11/fonts/100dpi" FontPath "/usr/lib/X11/fonts/75dpi" EndSection Section "Module" Load "ddc" # ddc probing of monitor Load "GLcore" Load "dbe" #Load "dri" Load "extmod" Load "glx" Load "bitmap" # bitmap-fonts #Load "speedo" #Load "type1" Load "freetype" #Load "record" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "keyboard" Option "CoreKeyboard" Option "XkbRules" "xfree86" Option "XkbModel" "pc105" Option "XkbLayout" "us" EndSection Section "InputDevice" Identifier "PS/2 Mouse" Driver "mouse" Option "Protocol" "auto" Option "ZAxisMapping" "4 5" Option "Device" "/dev/nomouse" # Option "Device" "/dev/psaux" Option "Emulate3Buttons" "true" Option "Emulate3Timeout" "70" Option "SendCoreEvents" "true" EndSection #Section "InputDevice" # Identifier "USB Mouse" # Driver "mouse" # Option "Device" "/dev/input/mice" # Option "SendCoreEvents" "true" # Option "Protocol" "IMPS/2" # Option "ZAxisMapping" "4 5" # Option "Buttons" "5" #EndSection Section "Monitor" #DisplaySize 300 230 # mm Identifier "Monitor0" VendorName "PHL" ModelName "3800" Option "DPMS" EndSection Section "Device" ### Available Driver options are:- # sw_cursor is needed for some ati and radeon cards #Option "sw_cursor" #Option "hw_cursor" #Option "NoAccel" #Option "ShowCache" #Option "ShadowFB" #Option "UseFBDev" #Option "Rotate" Identifier "Card0" Driver "vesa" VendorName "All" BoardName "All" # BusID "PCI:1:0:0" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" DefaultColorDepth 24 SubSection "Display" Depth 24 Modes "800x600" #Modes "800x600" "640x480" EndSubSection EndSection #Section "DRI" # Mode 0666 #EndSection