Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save RobertCNelson/abd16d26d9e5be52aa724232149424a6 to your computer and use it in GitHub Desktop.

Select an option

Save RobertCNelson/abd16d26d9e5be52aa724232149424a6 to your computer and use it in GitHub Desktop.
#/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