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