summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-fsl-arm/recipes-graphics/xorg-xserver/xserver-xf86-config/mx6/xorg.conf10
-rw-r--r--meta-fsl-arm/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend2
2 files changed, 4 insertions, 8 deletions
diff --git a/meta-fsl-arm/recipes-graphics/xorg-xserver/xserver-xf86-config/mx6/xorg.conf b/meta-fsl-arm/recipes-graphics/xorg-xserver/xserver-xf86-config/mx6/xorg.conf
index bbb1f5305..fc2275978 100644
--- a/meta-fsl-arm/recipes-graphics/xorg-xserver/xserver-xf86-config/mx6/xorg.conf
+++ b/meta-fsl-arm/recipes-graphics/xorg-xserver/xserver-xf86-config/mx6/xorg.conf
@@ -20,13 +20,9 @@ Section "InputClass"
20EndSection 20EndSection
21 21
22Section "Device" 22Section "Device"
23 Identifier "i.MX Accelerated Framebuffer Device" 23 Identifier "Framebuffer Device"
24 Driver "imx" 24 Driver "fbdev"
25 Option "fbdev" "/dev/fb0" 25 Option "fbdev" "/dev/fb0"
26 # This option only recognized when "mxc_epdc_fb" frame buffer driver in
27 # use. Values are "RGB565" (default, 16-bit RGB), "Y8" (8-bit gray),
28 # and "Y8INV" (8-bit gray inverted).
29 Option "FormatEPDC" "Y8INV"
30EndSection 26EndSection
31 27
32Section "Monitor" 28Section "Monitor"
@@ -36,7 +32,7 @@ EndSection
36Section "Screen" 32Section "Screen"
37 Identifier "Default Screen" 33 Identifier "Default Screen"
38 Monitor "Configured Monitor" 34 Monitor "Configured Monitor"
39 Device "i.MX Accelerated Framebuffer Device" 35 Device "Framebuffer Device"
40EndSection 36EndSection
41 37
42Section "ServerLayout" 38Section "ServerLayout"
diff --git a/meta-fsl-arm/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend b/meta-fsl-arm/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend
index f6de5e814..1265c1dad 100644
--- a/meta-fsl-arm/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend
+++ b/meta-fsl-arm/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend
@@ -1,4 +1,4 @@
1# Append path for freescale layer to include bsp xorg.conf 1# Append path for freescale layer to include bsp xorg.conf
2FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" 2FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
3 3
4PRINC := "${@int(PRINC) + 3}" 4PRINC := "${@int(PRINC) + 4}"