Skip to content

Instantly share code, notes, and snippets.

@ssvb
Created January 5, 2013 16:04
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/4462216 to your computer and use it in GitHub Desktop.
Save ssvb/4462216 to your computer and use it in GitHub Desktop.
xorg.conf for xf86-video-fbdev
sun4i ~ # cat /etc/X11/xorg.conf
Section "Device"
Identifier "FBDEV"
Driver "fbdev"
Option "fbdev" "/dev/fb0"
# Option "ShadowFB" "false"
EndSection
Section "ServerFlags"
Option "BlankTime" "0"
Option "StandbyTime" "0"
Option "SuspendTime" "0"
Option "OffTime" "0"
EndSection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment