diff options
author | Tom Hochstein <tom.hochstein@nxp.com> | 2017-11-15 15:02:18 -0600 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2017-11-16 11:09:27 -0200 |
commit | aa7536bb0ee30b702b067a8f3f46b3922e7388ea (patch) | |
tree | a96e4566fa117a32b233ac8a575179c2b5ad0499 /recipes-graphics/xorg-xserver | |
parent | b4fb4eaa84b32ca5f4c30df747a21ff844177638 (diff) | |
download | meta-freescale-aa7536bb0ee30b702b067a8f3f46b3922e7388ea.tar.gz |
xserver-xf86-config: Add Xorg configuration for i.MX 6SLL and 7ULP
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-graphics/xorg-xserver')
-rwxr-xr-x | recipes-graphics/xorg-xserver/xserver-xf86-config/mx6sll/xorg.conf | 12 | ||||
-rwxr-xr-x | recipes-graphics/xorg-xserver/xserver-xf86-config/mx7ulp/xorg.conf | 15 |
2 files changed, 27 insertions, 0 deletions
diff --git a/recipes-graphics/xorg-xserver/xserver-xf86-config/mx6sll/xorg.conf b/recipes-graphics/xorg-xserver/xserver-xf86-config/mx6sll/xorg.conf new file mode 100755 index 00000000..79b6c0fc --- /dev/null +++ b/recipes-graphics/xorg-xserver/xserver-xf86-config/mx6sll/xorg.conf | |||
@@ -0,0 +1,12 @@ | |||
1 | Section "Device" | ||
2 | Identifier "Kernel Framebuffer Device" | ||
3 | Driver "fbdev" | ||
4 | Option "fbdev" "/dev/fb0" | ||
5 | EndSection | ||
6 | |||
7 | Section "ServerFlags" | ||
8 | Option "BlankTime" "0" | ||
9 | Option "StandbyTime" "0" | ||
10 | Option "SuspendTime" "0" | ||
11 | Option "OffTime" "0" | ||
12 | EndSection | ||
diff --git a/recipes-graphics/xorg-xserver/xserver-xf86-config/mx7ulp/xorg.conf b/recipes-graphics/xorg-xserver/xserver-xf86-config/mx7ulp/xorg.conf new file mode 100755 index 00000000..de6307a3 --- /dev/null +++ b/recipes-graphics/xorg-xserver/xserver-xf86-config/mx7ulp/xorg.conf | |||
@@ -0,0 +1,15 @@ | |||
1 | Section "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 "VivCacheMem" "false" | ||
8 | EndSection | ||
9 | |||
10 | Section "ServerFlags" | ||
11 | Option "BlankTime" "0" | ||
12 | Option "StandbyTime" "0" | ||
13 | Option "SuspendTime" "0" | ||
14 | Option "OffTime" "0" | ||
15 | EndSection | ||