summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/xorg-xserver/xserver-xf86-config/mx6sx/xorg.conf
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-graphics/xorg-xserver/xserver-xf86-config/mx6sx/xorg.conf')
-rw-r--r--recipes-graphics/xorg-xserver/xserver-xf86-config/mx6sx/xorg.conf15
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes-graphics/xorg-xserver/xserver-xf86-config/mx6sx/xorg.conf b/recipes-graphics/xorg-xserver/xserver-xf86-config/mx6sx/xorg.conf
new file mode 100644
index 0000000..de3905a
--- /dev/null
+++ b/recipes-graphics/xorg-xserver/xserver-xf86-config/mx6sx/xorg.conf
@@ -0,0 +1,15 @@
1Section "Device"
2 Identifier "i.MX Accelerated Framebuffer Device"
3 Driver "vivante"
4 Option "fbdev" "/dev/fb0"
5 Option "vivante_fbdev" "/dev/fb0"
6 Option "HWcursor" "false"
7 Option "DisplayEngine" "pxp"
8EndSection
9
10Section "ServerFlags"
11 Option "BlankTime" "0"
12 Option "StandbyTime" "0"
13 Option "SuspendTime" "0"
14 Option "OffTime" "0"
15EndSection