Created
August 24, 2021 13:32
-
-
Save RobertCNelson/abd16d26d9e5be52aa724232149424a6 to your computer and use it in GitHub Desktop.
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
| #/etc/X11/xorg.conf | |
| Section "Monitor" | |
| Identifier "Builtin Default Monitor" | |
| EndSection | |
| Section "Device" | |
| Identifier "Builtin Default fbdev Device 0" | |
| Driver "fbdev" | |
| EndSection | |
| Section "Screen" | |
| Identifier "Builtin Default fbdev Screen 0" | |
| Device "Builtin Default fbdev Device 0" | |
| Monitor "Builtin Default Monitor" | |
| EndSection | |
| Section "ServerLayout" | |
| Identifier "Builtin Default Layout" | |
| Screen "Builtin Default fbdev Screen 0" | |
| EndSection |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment