Skip to content

Instantly share code, notes, and snippets.

@ssvb
Created March 20, 2013 19:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ssvb/5207485 to your computer and use it in GitHub Desktop.
Save ssvb/5207485 to your computer and use it in GitHub Desktop.
xf86-video-sunxifb 16bpp xorg.conf
Section "Device"
Identifier "Allwinner A10/A13 FBDEV 1"
Driver "sunxifb"
Option "fbdev" "/dev/fb0"
EndSection
Section "Screen"
Identifier "Sunxi Screen"
Device "Allwinner A10/A13 FBDEV 1"
DefaultDepth 16
EndSection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment