Section "Extensions" Option "Composite" EndSection Section "ServerFlags" #DontZap # disable (server abort) #DontZoom # disable / (resolution switching) AllowMouseOpenFail # allows the server to start up even if the mouse does not work EndSection Section "Module" Load "dbe" # Double-Buffering Extension Load "v4l" # Video for Linux Load "extmod" Load "type1" Load "freetype" Load "glx" # 3D layer Load "dri" # direct rendering EndSection Section "InputDevice" Identifier "keyboard" Driver "kbd" Option "XkbModel" "pc105" Option "XkbLayout" "de(nodeadkeys)" Option "XkbOptions" "compose:rwin" EndSection Section "InputDevice" Identifier "mouse" Driver "mouse" Option "Protocol" "ExplorerPS/2" Option "Device" "/dev/mouse" EndSection Section "Monitor" Identifier "VGA_1" # Option "Ignore" "false" EndSection Section "Monitor" Identifier "DVI-I_1/analog" # Option "Ignore" "true" EndSection Section "Monitor" Identifier "DVI-I_1/digital" # Option "Ignore" "true" EndSection Section "Monitor" Identifier "DVI-D_2" # Option "Ignore" "true" EndSection Section "Monitor" Identifier "TV_SVIDEO" # Option "Ignore" "true" EndSection Section "Monitor" Identifier "170P" VendorName "Philips" ModelName "170P" # HorizSync 30.0 - 83.0 # VertRefresh 56.0 - 76.0 EndSection Section "Monitor" Identifier "HDTV" VendorName "World of Vision" ModelName "WoV HD-TV" HorizSync 31.5 - 90.0 VertRefresh 59.0 - 75.0 ModeLine "720p" 73.8 1280 1320 1368 1640 720 722 724 751 +hsync +vsync ModeLine "1080i" 74.5 1920 1952 2016 2208 1080 1084 1096 1126 -hsync -vsync interlace EndSection Section "Monitor" Identifier "Gericom" VendorName "Gericom" ModelName "GERICOM C700" HorizSync 31.5 - 64.3 VertRefresh 50.0 - 70.0 Option "PreferredMode" "1280x1024" # Option "DPMS" EndSection Section "Device" Identifier "ati1550" VendorName "ATI Technologies Inc" BoardName "ATI Radeon X1550" Driver "radeonhd" Option "monitor-VGA_1" "Gericom" # Option "monitor-DVI-I_1/analog" "Bla" # Option "monitor-DVI-I_1/digital" "Bla" # Option "monitor-DVI-D_2" "Bla" # Option "monitor-TV_SVIDEO" "Bla" # Option "DPMS" Option "DRI" BusID "PCI:03:00:0" EndSection Section "Device" Identifier "ati1550-fake" VendorName "ATI Technologies Inc" BoardName "ATI Radeon X1550" Driver "none" BusID "PCI:03:00:1" EndSection Section "Screen" Identifier "MainScreen" Device "ati1550" Monitor "Gericom" DefaultColorDepth 24 Subsection "Display" Depth 24 # Virtual 2048 2048 EndSubsection EndSection Section "ServerLayout" Identifier "separate" InputDevice "Keyboard" "CoreKeyboard" InputDevice "Mouse" "CorePointer" Screen "MainScreen" EndSection