Initial commit. In a broken state, do not use.
This commit is contained in:
21
files/files/etc/X11/xorg.conf.d/10-headless.conf
Normal file
21
files/files/etc/X11/xorg.conf.d/10-headless.conf
Normal file
@@ -0,0 +1,21 @@
|
||||
Section "Device"
|
||||
Identifier "Configured Video Device"
|
||||
Driver "dummy"
|
||||
EndSection
|
||||
|
||||
Section "Monitor"
|
||||
Identifier "Configured Monitor"
|
||||
HorizSync 31.5-48.5
|
||||
VertRefresh 50-70
|
||||
EndSection
|
||||
|
||||
Section "Screen"
|
||||
Identifier "Default Screen"
|
||||
Monitor "Configured Monitor"
|
||||
Device "Configured Video Device"
|
||||
DefaultDepth 24
|
||||
SubSection "Display"
|
||||
Depth 24
|
||||
Modes "1024x800"
|
||||
EndSubSection
|
||||
EndSection
|
Reference in New Issue
Block a user