Reverted to old dummy driver because new one fails in lots of configurations.

This commit is contained in:
Storm Dragon 2024-12-13 16:23:01 -05:00
parent 749ef52656
commit 5d43526e85

View File

@ -1,25 +1,20 @@
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0"
EndSection
Section "Monitor" Section "Monitor"
Identifier "Monitor0" Identifier "dummy_monitor"
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 "dummy_card"
Driver "modesetting" VideoRam 256000
Option "FallbackDriver" "dummy" Driver "dummy"
EndSection EndSection
Section "Screen" Section "Screen"
Identifier "Screen0" Identifier "dummy_screen"
Device "Card0" Device "dummy_card"
Monitor "Monitor0" Monitor "dummy_monitor"
DefaultDepth 24 SubSection "Display"
SubSection "Display" EndSubSection
Depth 24
EndSubSection
EndSection EndSection