Improvements to default modes for dummy display device

This commit is contained in:
Josh.5
2023-09-20 17:52:28 +12:00
parent 37f7280dba
commit 0dd343aea9

View File

@@ -1,12 +1,14 @@
Section "Device" Section "Device"
Identifier "Configured Video Device" Identifier "Configured Video Device"
Driver "dummy" Driver "dummy"
VideoRam 256000
EndSection EndSection
Section "Monitor" Section "Monitor"
Identifier "Configured Monitor" Identifier "Configured Monitor"
HorizSync 31.5-48.5 HorizSync 5.0 - 1000.0
VertRefresh 50-70 VertRefresh 5.0 - 200.0
ModeLine "1920x1080" 148.50 1920 2448 2492 2640 1080 1084 1089 1125 +Hsync +Vsync
EndSection EndSection
Section "Screen" Section "Screen"
@@ -16,6 +18,6 @@ Section "Screen"
DefaultDepth 24 DefaultDepth 24
SubSection "Display" SubSection "Display"
Depth 24 Depth 24
Modes "1600x900" Modes "1920x1080" "1280x800" "1024x768" "1920x1080" "1600x900" "1440x900"
EndSubSection EndSubSection
EndSection EndSection