]> code.ossystems Code Review - meta-freescale.git/commitdiff
xserver-xf86-config: Add Xorg configuration for i.MX 6SLL and 7ULP
authorTom Hochstein <tom.hochstein@nxp.com>
Wed, 15 Nov 2017 21:02:18 +0000 (15:02 -0600)
committerOtavio Salvador <otavio@ossystems.com.br>
Thu, 16 Nov 2017 13:09:27 +0000 (11:09 -0200)
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
recipes-graphics/xorg-xserver/xserver-xf86-config/mx6sll/xorg.conf [new file with mode: 0755]
recipes-graphics/xorg-xserver/xserver-xf86-config/mx7ulp/xorg.conf [new file with mode: 0755]

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 (executable)
index 0000000..79b6c0f
--- /dev/null
@@ -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 (executable)
index 0000000..de6307a
--- /dev/null
@@ -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