summaryrefslogtreecommitdiffstats
path: root/core/modules/remote-access/data/opt/openslx/remote-access/xorg-zaphod.conf
diff options
context:
space:
mode:
Diffstat (limited to 'core/modules/remote-access/data/opt/openslx/remote-access/xorg-zaphod.conf')
-rw-r--r--core/modules/remote-access/data/opt/openslx/remote-access/xorg-zaphod.conf56
1 files changed, 56 insertions, 0 deletions
diff --git a/core/modules/remote-access/data/opt/openslx/remote-access/xorg-zaphod.conf b/core/modules/remote-access/data/opt/openslx/remote-access/xorg-zaphod.conf
new file mode 100644
index 00000000..a52ebfac
--- /dev/null
+++ b/core/modules/remote-access/data/opt/openslx/remote-access/xorg-zaphod.conf
@@ -0,0 +1,56 @@
+Section "Monitor"
+ Identifier "virt"
+ Option "DefaultModes" "false"
+ Modeline "1664x936" 128.50 1664 1768 1936 2208 936 939 944 972 -hsync +vsync
+ Option "Mode" "1664x936"
+ Option "PreferredMode" "1664x936"
+ Option "Enable" "true"
+EndSection
+
+Section "Device"
+ Identifier "DeviceWarn"
+ Driver "%DRIVER%"
+ Option "ZaphodHeads" "VGA1,VGA-1,VGA2,VGA-2,VGA3,VGA-3,VGA4,VGA-4,LVDS1,LVDS-1,LVDS2,LVDS-2,LVDS3,LVDS-3,LVDS4,LVDS-4,DP1,DP-1,DP2,DP-2,DP3,DP-3,DP4,DP-4,eDP1,eDP-1,eDP2,eDP-2,eDP3,eDP-3,eDP4,eDP-4,HDMI1,HDMI-1,HDMI2,HDMI-2,HDMI3,HDMI-3,HDMI4,HDMI-4,DVI1,DVI-1,DVI2,DVI-2,DVI3,DVI-3,DVI4,DVI-4,DVI-I-11,DVI-I-1-1,DVI-I-12,DVI-I-1-2,DVI-I-13,DVI-I-1-3,DVI-I-14,DVI-I-1-4,DVI-I-21,DVI-I-2-1,DVI-I-22,DVI-I-2-2,DVI-I-23,DVI-I-2-3,DVI-I-24,DVI-I-2-4,DVI-I-31,DVI-I-3-1,DVI-I-32,DVI-I-3-2,DVI-I-33,DVI-I-3-3,DVI-I-34,DVI-I-3-4,DFP-0,DFP-1,DFP-2,DFP-3,CRT-0,CRT-1,CRT-2,CRT-3,DisplayPort-0,DisplayPort-1,DisplayPort-2,DisplayPort-3"
+ Option "AllowEmptyInitialConfiguration" "true"
+ Option "ModeValidation" "AllowNonEdidModes"
+ Screen 1
+EndSection
+
+Section "Device"
+ Identifier "Device0"
+ Driver "%DRIVER%"
+ Option "VirtualHeads" "1"
+ Option "Monitor-VIRTUAL1" "virt"
+ Option "Monitor-VIRTUAL-1" "virt"
+ Option "ModeValidation" "AllowNonEdidModes"
+ Screen 0
+EndSection
+
+Section "Screen"
+ Identifier "Screen0"
+ Option "AutoServerLayout" "off"
+ Device "Device0"
+ Monitor "virt"
+ SubSection "Display"
+ Depth 24
+ Modes "1664x936"
+ EndSubSection
+EndSection
+
+Section "Screen"
+ Identifier "ScreenWarn"
+ Option "AutoServerLayout" "on"
+ Device "DeviceWarn"
+EndSection
+
+Section "ServerLayout"
+ Identifier "Layout0"
+ Option "AutoServerLayout" "on"
+ Screen 0 "Screen0"
+ Screen 1 "ScreenWarn"
+EndSection
+
+Section "ServerFlags"
+ Option "Xinerama" "off"
+EndSection
+