From: Tom Hochstein Date: Wed, 15 Nov 2017 21:02:18 +0000 (-0600) Subject: xserver-xf86-config: Add Xorg configuration for i.MX 6SLL and 7ULP X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=aa7536bb0ee30b702b067a8f3f46b3922e7388ea;p=meta-freescale.git xserver-xf86-config: Add Xorg configuration for i.MX 6SLL and 7ULP Signed-off-by: Tom Hochstein Signed-off-by: Otavio Salvador --- 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 @@ +Section "Device" + Identifier "Kernel Framebuffer Device" + Driver "fbdev" + Option "fbdev" "/dev/fb0" +EndSection + +Section "ServerFlags" + Option "BlankTime" "0" + Option "StandbyTime" "0" + Option "SuspendTime" "0" + Option "OffTime" "0" +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 @@ +Section "Device" + Identifier "i.MX Accelerated Framebuffer Device" + Driver "vivante" + Option "fbdev" "/dev/fb0" + Option "vivante_fbdev" "/dev/fb0" + Option "HWcursor" "false" + Option "VivCacheMem" "false" +EndSection + +Section "ServerFlags" + Option "BlankTime" "0" + Option "StandbyTime" "0" + Option "SuspendTime" "0" + Option "OffTime" "0" +EndSection