Created
January 19, 2022 22:05
-
-
Save dmitrykolesnikovich/5dee2991677a1eb196f55d3d945a001f to your computer and use it in GitHub Desktop.
xorg.conf
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Section "Device" | |
Identifier "Configured Video Device" | |
Driver "dummy" | |
EndSection | |
Section "Monitor" | |
Identifier "Configured Monitor" | |
HorizSync 31.5-48.5 | |
VertRefresh 50-70 | |
EndSection | |
Section "Screen" | |
Identifier "Default Screen" | |
Monitor "Configured Monitor" | |
Device "Configured Video Device" | |
DefaultDepth 24 | |
SubSection "Display" | |
Depth 24 | |
Modes "1024x800" | |
EndSubSection | |
EndSection |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment