# xorg.conf # Xorg configuration file for Olex # Joacim 28/8-2007 # latest revision: 21/5-2008 ################################################################################ # Common Sections ################################################################################ Section "InputDevice" Identifier "Keyboard0" Driver "kbd" Option "XkbModel" "pc105" Option "XkbLayout" "us" EndSection Section "Device" Identifier "statdev" Driver "oLeX" #Option "DDC" "false" Option "XaaNoOffscreenPixmaps" EndSection Section "ServerFlags" Option "RenderColormapMode" "mono" EndSection Section "Monitor" Identifier "dualmon" EndSection ############################################################################### # Automatic monitor detection ############################################################################### Section "ServerLayout" Identifier "dynamic" Screen "dynscreen" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "Screen" Identifier "dynscreen" Device "dyndev" DefaultDepth 8 SubSection "Display" Depth 8 EndSubSection SubSection "Display" Depth 24 EndSubSection EndSection Section "Device" Identifier "dyndev" Driver "oLeX" Option "XaaNoOffscreenPixmaps" EndSection ############################################################################### # Static screen with resolution locked to 1600x1200 ############################################################################### Section "ServerLayout" Identifier "static_1600x1200" Screen "statscreen_1600" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "Screen" Identifier "statscreen_1600" Device "statdev" Monitor "statmon_1600" DefaultDepth 8 SubSection "Display" Modes "1600x1200" Depth 8 EndSubSection EndSection Section "Monitor" Identifier "statmon_1600" HorizSync 31-90 VertRefresh 60-60 EndSection ############################################################################### # Static screen with resolution locked to 1280x1024 ############################################################################### Section "ServerLayout" Identifier "static_1280x1024" Screen "statscreen_1280" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "Screen" Identifier "statscreen_1280" Device "statdev" Monitor "statmon_1280" DefaultDepth 8 SubSection "Display" Modes "1280x1024" Depth 8 EndSubSection EndSection Section "Monitor" Identifier "statmon_1280" HorizSync 31-67 VertRefresh 50-75 EndSection ############################################################################### # Static screen with resolution locked to 1024x768 ############################################################################### Section "ServerLayout" Identifier "static_1024x768" Screen "statscreen_1024" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "Screen" Identifier "statscreen_1024" Device "statdev" Monitor "statmon_1024" DefaultDepth 8 SubSection "Display" Modes "1024x768" Depth 8 EndSubSection EndSection Section "Monitor" Identifier "statmon_1024" HorizSync 31-49 VertRefresh 40-70 EndSection ############################################################################### # Static screen with resolution locked to 800x600 ############################################################################### Section "ServerLayout" Identifier "static_800x600" Screen "statscreen_800" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "Screen" Identifier "statscreen_800" Device "statdev" Monitor "statmon_800" DefaultDepth 8 SubSection "Display" Modes "800x600" Depth 8 EndSubSection EndSection Section "Monitor" Identifier "statmon_800" HorizSync 31-38 VertRefresh 40-70 EndSection ############################################################################### # Intel Dualscreen with resolution locked to 1600x1200 ############################################################################### Section "ServerLayout" Identifier "dualintel_1600x1200" Screen "intelscreen_1600x1200" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "Screen" Identifier "intelscreen_1600x1200" Device "intel_1600" Monitor "dualmon" DefaultDepth 8 SubSection "Display" Depth 8 Modes "1600x1200" EndSubSection EndSection Section "Device" Identifier "intel_1600" Driver "i810" BusID "PCI:0:2:0" VideoRam 16384 Option "MergedFB" "true" Option "MonitorLayout" "CRT,DFP" Option "SecondPosition" "LeftOf" Option "MetaModes" "1600x1200-1600x1200" Option "XaaNoOffscreenPixmaps" EndSection ############################################################################### # Intel Dualscreen with resolution locked to 1280x1024 ############################################################################### Section "ServerLayout" Identifier "dualintel_1280x1024" Screen "intelscreen_1280x1024" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "Screen" Identifier "intelscreen_1280x1024" Device "intel_1280" Monitor "dualmon" DefaultDepth 8 SubSection "Display" Depth 8 Modes "1280x1024" EndSubSection EndSection Section "Device" Identifier "intel_1280" Driver "i810" BusID "PCI:0:2:0" VideoRam 16384 Option "MergedFB" "true" Option "MonitorLayout" "CRT,DFP" Option "SecondPosition" "LeftOf" Option "MetaModes" "1280x1024-1280x1024" Option "XaaNoOffscreenPixmaps" EndSection ############################################################################### # Intel Dualscreen with resolution locked to 1024x768 ############################################################################### Section "ServerLayout" Identifier "dualintel_1024x768" Screen "intelscreen_1024x768" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "Screen" Identifier "intelscreen_1024x768" Device "intel_1024" Monitor "dualmon" DefaultDepth 8 SubSection "Display" Depth 8 Modes "1024x768" EndSubSection EndSection Section "Device" Identifier "intel_1024" Driver "i810" BusID "PCI:0:2:0" VideoRam 16384 Option "MergedFB" "true" Option "MonitorLayout" "CRT,DFP" Option "SecondPosition" "LeftOf" Option "MetaModes" "1024x768-1024x768" Option "XaaNoOffscreenPixmaps" EndSection ############################################################################### # Intel Dualscreen with resolution locked to 800x600 ############################################################################### Section "ServerLayout" Identifier "dualintel_800x600" Screen "intelscreen_800x600" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "Screen" Identifier "intelscreen_800x600" Device "intel_800" Monitor "dualmon" DefaultDepth 8 SubSection "Display" Depth 8 Modes "800x600" EndSubSection EndSection Section "Device" Identifier "intel_800" Driver "i810" BusID "PCI:0:2:0" VideoRam 16384 Option "MergedFB" "true" Option "MonitorLayout" "CRT,DFP" Option "SecondPosition" "LeftOf" Option "MetaModes" "800x600-800x600" Option "XaaNoOffscreenPixmaps" EndSection ############################################################################### # ATI Dualscreen with resolution locked to 1600x1200 ############################################################################### Section "ServerLayout" Identifier "dualati_1600x1200" Screen "atiscreen_1600x1200" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "Screen" Identifier "atiscreen_1600x1200" Device "ati_1600" Monitor "dualmon" DefaultDepth 8 SubSection "Display" Depth 8 Modes "1600x1200" EndSubSection EndSection Section "Device" Identifier "ati_1600" Driver "radeon" Option "DynamicClocks" "on" Option "BIOSHotkeys" "on" Option "CRT2Position" "LeftOf" Option "MetaModes" "1600x1200-1600x1200" Option "MergedNonRectangular" "true" Option "MergedDPI" "75 75" Option "XaaNoOffscreenPixmaps" EndSection ############################################################################### # ATI Dualscreen with resolution locked to 1280x1024 ############################################################################### Section "ServerLayout" Identifier "dualati_1280x1024" Screen "atiscreen_1280x1024" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "Screen" Identifier "atiscreen_1280x1024" Device "ati_1280" Monitor "dualmon" DefaultDepth 8 SubSection "Display" Depth 8 Modes "1280x1024" EndSubSection EndSection Section "Device" Identifier "ati_1280" Driver "radeon" Option "DynamicClocks" "on" Option "BIOSHotkeys" "on" Option "CRT2Position" "LeftOf" Option "MetaModes" "1280x1024-1280x1024" Option "MergedNonRectangular" "true" Option "MergedDPI" "75 75" Option "XaaNoOffscreenPixmaps" EndSection ############################################################################### # ATI Dualscreen with resolution locked to 1024x768 ############################################################################### Section "ServerLayout" Identifier "dualati_1024x768" Screen "atiscreen_1024x768" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "Screen" Identifier "atiscreen_1024x768" Device "ati_1024" Monitor "dualmon" DefaultDepth 8 SubSection "Display" Depth 8 Modes "1024x768" EndSubSection EndSection Section "Device" Identifier "ati_1024" Driver "radeon" Option "DynamicClocks" "on" Option "BIOSHotkeys" "on" Option "CRT2Position" "LeftOf" Option "MetaModes" "1024x768-1024x768" Option "MergedNonRectangular" "true" Option "MergedDPI" "75 75" Option "XaaNoOffscreenPixmaps" EndSection ############################################################################### # ATI Dualscreen with resolution locked to 800x600 ############################################################################### Section "ServerLayout" Identifier "dualati_800x600" Screen "atiscreen_800x600" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "Screen" Identifier "atiscreen_800x600" Device "ati_800" Monitor "dualmon" DefaultDepth 8 SubSection "Display" Depth 8 Modes "800x600" EndSubSection EndSection Section "Device" Identifier "ati_800" Driver "radeon" Option "DynamicClocks" "on" Option "BIOSHotkeys" "on" Option "CRT2Position" "LeftOf" Option "MetaModes" "800x600-800x600" Option "MergedNonRectangular" "true" Option "MergedDPI" "75 75" Option "XaaNoOffscreenPixmaps" EndSection