Section "Files" # RgbPath is the location of the RGB database. Note, this is the name of the # file minus the extension (like ".txt" or ".db"). There is normally # no need to change the default. # Multiple FontPath entries are allowed (they are concatenated together) # By default, Red Hat 6.0 and later now use a font server independent of # the X server to render fonts. RgbPath "/usr/X11R6/lib/X11/rgb" FontPath "unix/:7100" EndSection Section "Module" Load "dbe" Load "extmod" Load "fbdevhw" Load "glx" Load "record" Load "freetype" Load "type1" Load "dri" Load "vbe" EndSection Section "InputDevice" # Specify which keyboard LEDs can be user-controlled (eg, with xset(1)) # Option "Xleds" "1 2 3" # To disable the XKEYBOARD extension, uncomment XkbDisable. # Option "XkbDisable" # To customise the XKB settings to suit your keyboard, modify the # lines below (which are the defaults). For example, for a non-U.S. # keyboard, you will probably want to use: # Option "XkbModel" "pc102" # If you have a US Microsoft Natural keyboard, you can use: # Option "XkbModel" "microsoft" # # Then to change the language, change the Layout setting. # For example, a german layout can be obtained with: # Option "XkbLayout" "de" # or: # Option "XkbLayout" "de" # Option "XkbVariant" "nodeadkeys" # # If you'd like to switch the positions of your capslock and # control keys, use: # Option "XkbOptions" "ctrl:swapcaps" # Or if you just want both to be control, use: # Option "XkbOptions" "ctrl:nocaps" # Identifier "Keyboard0" Driver "kbd" Option "XkbModel" "pc105" Option "XkbLayout" "fi" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "IMPS/2" Option "Device" "/dev/input/mice" Option "ZAxisMapping" "4 5" Option "Emulate3Buttons" "no" EndSection Section "Device" Identifier "DeviceDualLFP" Driver "i810" BusID "PCI:0:2:0" Screen 0 Option "MonitorLayout" "CRT,LFP" EndSection Section "Device" Identifier "DeviceDualCRT" Driver "i810" BusID "PCI:0:2:0" Screen 1 EndSection Section "Device" Identifier "DeviceClone" Driver "i810" BusID "PCI:0:2:0" Option "MonitorLayout" "CRT,LFP" Option "Clone" "true" #Option "DevicePresence" "true" #Option "FlipPrimary" "true" #Option "DDC" "false" EndSection Section "Device" Identifier "DeviceSwitch" Driver "i810" VendorName "Videocard vendor" BoardName "Intel 915" Option "MonitorLayout" "LFP,CRT" Option "FlipPrimary" "true" Option "DevicePresence" "true" #Option "VBERestore" "true" EndSection Section "Monitor" Identifier "MonitorLFP" HorizSync 34.29-37.89 VertRefresh 60 #wrong 1024x600 #ModeLine "800x600" 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync #correct 1024x600 ModeLine "1024x600" 48.29 1024 1064 1160 1296 600 601 604 621 Option "DPMS" EndSection Section "Monitor" Identifier "MonitorCRT" #we need these so that we get some modes without a connected crt HorizSync 30-82 VertRefresh 50-75 ModeLine "1024x600" 48.29 1024 1064 1160 1296 600 601 604 621 #ModeLine "1280x1024" 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync #ModeLine "1024x768" 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync Option "DPMS" EndSection Section "Monitor" Identifier "MonitorSwitch" HorizSync 31.5 - 120.0 VertRefresh 60.0 - 60.0 ModeLine "1024x600" 48.29 1024 1064 1160 1296 600 601 604 621 Option "dpms" EndSection Section "Monitor" Identifier "MonitorBoth" HorizSync 30-120 #HorizSync 30-82 #VertRefresh 50-75 #VertRefresh 50-85 VertRefresh 60 #correct 1024x600 ModeLine "My1024x600" 48.29 1024 1064 1160 1296 600 601 604 621 #some viewsonic modes: (don't work) #ModeLine "My1024x768" 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync #ModeLine "My1280x1024" 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync Option "DPMS" EndSection Section "Screen" Identifier "ScreenDualLFP" Device "DeviceDualLFP" Monitor "MonitorLFP" DefaultDepth 24 SubSection "Display" Depth 24 #Virtual 1280 1024 Modes "1024x600" "800x600" EndSubSection EndSection Section "Screen" Identifier "ScreenDualLFPVirtual" Device "DeviceDualLFP" Monitor "MonitorLFP" DefaultDepth 24 SubSection "Display" Depth 24 Virtual 1280 1024 Modes "1024x600" "800x600" EndSubSection EndSection Section "Screen" Identifier "ScreenDualCRT" Device "DeviceDualCRT" Monitor "MonitorCRT" DefaultDepth 24 SubSection "Display" Depth 24 Modes "1024x600" "1280x1024" "1024x768" "800x600" EndSubSection EndSection Section "Screen" Identifier "ScreenDualCRT1280" Device "DeviceDualCRT" Monitor "MonitorCRT" DefaultDepth 24 SubSection "Display" Depth 24 Modes "1280x1024" EndSubSection EndSection Section "Screen" Identifier "ScreenClone" Device "DeviceClone" Monitor "MonitorBoth" DefaultDepth 24 SubSection "Display" Depth 24 Modes "My1024x600" "My1280x1024" "My1024x768" "800x600" EndSubSection EndSection Section "Screen" Identifier "ScreenSwitch" Device "DeviceSwitch" Monitor "MonitorSwitch" DefaultDepth 24 SubSection "Display" Depth 24 Modes "1024x600" "1280x1024" "1024x768" "800x600" EndSubSection EndSection Section "ServerLayout" Identifier "LayoutSpanning" Screen 0 "ScreenDualLFP" Screen 1 "ScreenDualCRT1280" LeftOf "ScreenDualLFP" InputDevice "Keyboard0" InputDevice "Mouse0" Option "Xinerama" "on" EndSection Section "ServerLayout" Identifier "LayoutIndividual" Screen 0 "ScreenDualLFP" Screen 1 "ScreenDualCRT" LeftOf "ScreenDualLFP" InputDevice "Keyboard0" InputDevice "Mouse0" EndSection Section "ServerLayout" Identifier "LayoutPan" Screen 0 "ScreenDualLFPVirtual" Screen 1 "ScreenDualCRT" Relative "ScreenDualLFP" 0 0 InputDevice "Keyboard0" InputDevice "Mouse0" Option "Xinerama" "on" EndSection Section "ServerLayout" Identifier "LayoutClone" Screen "ScreenClone" InputDevice "Keyboard0" InputDevice "Mouse0" EndSection Section "ServerLayout" Identifier "LayoutSwitch" Screen "ScreenSwitch" InputDevice "Keyboard0" InputDevice "Mouse0" EndSection Section "ServerFlags" Option "AllowMouseOpenFail" "yes" Option "DefaultServerLayout" "LayoutSwitch" EndSection Section "DRI" Group 0 Mode 0666 EndSection