Skip to content

Instantly share code, notes, and snippets.

@xobs
Created July 27, 2015 05:11
Show Gist options
  • Save xobs/ab5851974017f92e6c3a to your computer and use it in GitHub Desktop.
Save xobs/ab5851974017f92e6c3a to your computer and use it in GitHub Desktop.
Section "Device"
Identifier "novena"
Driver "armada"
Option "UseGPU" "true" # change to "false" to disable 2D acceleration
Option "XvPreferOverlay" "FALSE" # FALSE enables xv acceleration
# The next two options switch it from galcore to etnadrm mode
Option "Screen" "0"
Option "AccelModule" "etnadrm_gpu"
EndSection
Section "Files"
ModulePath "/usr/lib/xorg/modules/"
ModulePath "/usr/lib/arm-linux-gnueabihf/xorg/modules/"
EndSection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment