Attempt to make headless driver more reliable.

This commit is contained in:
Storm Dragon 2025-04-25 13:40:34 -04:00
parent 12e45ded37
commit e51940bf86

View File

@ -22,8 +22,9 @@ EndSection
Section "Device"
Identifier "dummy_card"
VideoRam 256000
Driver "dummy"
VideoRam 256000
Option "UseFBDev" "false"
EndSection
Section "Screen"
@ -31,28 +32,14 @@ Section "Screen"
Device "dummy_card"
Monitor "dummy_monitor"
SubSection "Display"
Depth 24
Modes "1920x1080"
EndSubSection
EndSection
[storm@fenrir ~] $ cat ~/99-headless.conf
Section "Monitor"
Identifier "dummy_monitor"
HorizSync 28.0-80.0
VertRefresh 48.0-75.0
Modeline "1920x1080" 172.80 1920 2040 2248 2576 1080 1081 1084 1118
EndSection
Section "Device"
Identifier "dummy_card"
VideoRam 256000
Driver "dummy"
EndSection
Section "Screen"
Identifier "dummy_screen"
Device "dummy_card"
Monitor "dummy_monitor"
SubSection "Display"
EndSubSection
Section "ServerLayout"
Identifier "dummy_layout"
Screen 0 "dummy_screen"
EndSection
EOF
}