Added instructions for dummy video driver.

This commit is contained in:
Storm Dragon 2021-10-18 01:06:48 -04:00
parent 9b173aa47a
commit 23d7c86c5f
1 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,20 @@
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
EndSection