Another attempt at using video and falling back to headless if nothing is found. Hopefully with better hardware support.

This commit is contained in:
Storm Dragon 2024-12-01 19:54:04 -05:00
parent 1658a53081
commit d0c8b864ae

View File

@ -6,18 +6,12 @@ EndSection
Section "Monitor" Section "Monitor"
Identifier "Monitor0" Identifier "Monitor0"
Option "DPMS" "true" Option "DPMS" "true"
HorizSync 28.0-80.0
VertRefresh 48.0-75.0
Modeline "1920x1080" 172.80 1920 2040 2248 2576 1080 1081 1084 1118
EndSection EndSection
Section "Device" Section "Device"
Identifier "Card0" Identifier "Card0"
# Try standard driver
Driver "modesetting" Driver "modesetting"
# Fallback to dummy
Option "FallbackDriver" "dummy" Option "FallbackDriver" "dummy"
VideoRam 256000
EndSection EndSection
Section "Screen" Section "Screen"
@ -27,6 +21,5 @@ Section "Screen"
DefaultDepth 24 DefaultDepth 24
SubSection "Display" SubSection "Display"
Depth 24 Depth 24
Modes "1920x1080"
EndSubSection EndSubSection
EndSection EndSection