# xorg.conf
# Xorg configuration file for Olex
# Used by Olex installer on systems with Fedora 8, 9 and CentOS 5.5.
# Joacim 28/8-2007
# latest revision: 11/1-2011

################################################################################
# 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"
	Option "SWCursor" "on"
EndSection

Section "ServerFlags"
        Option "RenderColormapMode" "mono"
EndSection

Section "Monitor"
	Identifier "dummyLVDS"
	Option "Ignore" "true"
EndSection

Section "Monitor"
	Identifier "dualmon0_1280"
	HorizSync 31-67
	VertRefresh 50-75
EndSection

Section "Monitor"
	Identifier "dualmon1_1280"
	Option "LeftOf" "dualmon0_1280"
	HorizSync 31-67
	VertRefresh 50-75
EndSection

Section "Monitor"
	Identifier "dualmon0_1024"
	HorizSync 31-49
	VertRefresh 40-70
EndSection

Section "Monitor"
	Identifier "dualmon1_1024"
	Option "LeftOf" "dualmon0_1024"
	HorizSync 31-49
	VertRefresh 40-70
EndSection

Section "Monitor"
	Identifier "dualmon0_800"
	HorizSync 31-38
	VertRefresh 40-70
EndSection

Section "Monitor"
	Identifier "dualmon1_800"
	Option "LeftOf" "dualmon0_800"
	HorizSync 31-38
	VertRefresh 40-70
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"
	Option "SWCursor" "on"
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 1280x1024
###############################################################################

Section "ServerLayout"
	Identifier "dualintel_1280x1024"
	Screen "intelscreen_1280x1024" 
	InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "Screen"
	Identifier "intelscreen_1280x1024"
	Device "inteldev_1280"
        Monitor	"dualmon0_1280"
        DefaultDepth 8 
	SubSection "Display"
                Depth 8 
		Modes "1280x1024"
		Virtual	2560 2048
	EndSubSection
EndSection

Section "Device"
	Identifier "inteldev_1280"
	Driver "intel"
	Option "monitor-VGA" "dualmon0_1280"
	Option "monitor-TMDS-1" "dualmon1_1280"
	Option "monitor-HDMI-1" "dualmon1_1280"
	Option "monitor-HDMI-2" "dualmon1_1280"
	Option "monitor-HDMI-3" "dualmon1_1280"
	Option "monitor-HDMI-4" "dualmon1_1280"
	Option "monitor-HDMI-5" "dualmon1_1280"
	Option "monitor-LVDS" "dummyLVDS"
        Option "XaaNoOffscreenPixmaps"
	Option "SWCursor" "on"
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 "inteldev_1024"
        Monitor "dualmon0_1024"
        DefaultDepth 8 
	SubSection "Display"
                Depth 8 
		Modes "1024x768"
		Virtual	2048 1536
	EndSubSection
EndSection

Section "Device"
	Identifier "inteldev_1024"
	Driver "intel"
	Option "monitor-VGA" "dualmon0_1024"
	Option "monitor-TMDS-1" "dualmon1_1024"
	Option "monitor-HDMI-1" "dualmon1_1024"
	Option "monitor-HDMI-2" "dualmon1_1024"
	Option "monitor-HDMI-3" "dualmon1_1024"
	Option "monitor-HDMI-4" "dualmon1_1024"
	Option "monitor-HDMI-5" "dualmon1_1024"
	Option "monitor-LVDS" "dummyLVDS"
        Option "XaaNoOffscreenPixmaps"
	Option "SWCursor" "on"
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 "inteldev_800"
        Monitor "dualmon0_800"
        DefaultDepth 8 
	SubSection "Display"
                Depth 8 
		Modes "800x600"
		Virtual	1600 1200
	EndSubSection
EndSection

Section "Device"
	Identifier "inteldev_800"
	Driver "intel"
	Option "monitor-VGA" "dualmon0_800"
	Option "monitor-TMDS-1" "dualmon1_800"
	Option "monitor-HDMI-1" "dualmon1_800"
	Option "monitor-HDMI-2" "dualmon1_800"
	Option "monitor-HDMI-3" "dualmon1_800"
	Option "monitor-HDMI-4" "dualmon1_800"
	Option "monitor-HDMI-5" "dualmon1_800"
	Option "monitor-LVDS" "dummyLVDS"
        Option "XaaNoOffscreenPixmaps"
	Option "SWCursor" "on"
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 "atidev_1280"
	Monitor "dualmon0_1280"
	DefaultDepth 8
	SubSection "Display"
		Depth 8
		Modes "1280x1024"
		Virtual	2560 2048
	EndSubSection
EndSection

Section "Device"
	Identifier "atidev_1280"
	Driver "radeon"
	Option "monitor-VGA-0" "dualmon0_1280"
	Option "monitor-DVI-0" "dualmon1_1280"
        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 "atidev_1024"
	Monitor "dualmon0_1024"
	DefaultDepth 8
	SubSection "Display"
		Depth 8
		Modes "1024x768"
		Virtual	2048 1536
	EndSubSection
EndSection

Section "Device"
	Identifier "atidev_1024"
	Driver "radeon"
	Option "monitor-VGA-0" "dualmon0_1024"
	Option "monitor-DVI-0" "dualmon1_1024"
        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 "atidev_800"
	Monitor "dualmon0_800"
	DefaultDepth 8
	SubSection "Display"
		Depth 8
		Modes "800x600"
		Virtual	1600 1200
	EndSubSection
EndSection

Section "Device"
	Identifier "atidev_800"
	Driver "radeon"
	Option "monitor-VGA-0" "dualmon0_800"
	Option "monitor-DVI-0" "dualmon1_800"
        Option "XaaNoOffscreenPixmaps"
EndSection