summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/xorg-xserver
diff options
context:
space:
mode:
authorRogerio Pimentel <rogerio.pimentel@freescale.com>2012-05-10 14:04:59 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2012-05-11 09:41:35 -0300
commit59b59994a0024c89177a0be3fa40938fe9a0400a (patch)
tree19edd4155b50cb958e1c8339503f41882526e20b /recipes-graphics/xorg-xserver
parenteffd11e4d494f739b3dd63f93efc79a2ae2b8f9d (diff)
downloadmeta-fsl-arm-59b59994a0024c89177a0be3fa40938fe9a0400a.tar.gz
xserver-xf86-config: mx6: Use fbdev driver
Use fbdev instead imx driver on xorg.conf Signed-off-by: Rogerio Pimentel <rogerio.pimentel@freescale.com> Acked-by: Daiane Angolini <daiane.angolini@freescale.com>
Diffstat (limited to 'recipes-graphics/xorg-xserver')
-rw-r--r--recipes-graphics/xorg-xserver/xserver-xf86-config/mx6/xorg.conf10
-rw-r--r--recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend2
2 files changed, 4 insertions, 8 deletions
diff --git a/recipes-graphics/xorg-xserver/xserver-xf86-config/mx6/xorg.conf b/recipes-graphics/xorg-xserver/xserver-xf86-config/mx6/xorg.conf
index bbb1f53..fc22759 100644
--- a/recipes-graphics/xorg-xserver/xserver-xf86-config/mx6/xorg.conf
+++ b/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/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend b/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend
index f6de5e8..1265c1d 100644
--- a/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend
+++ b/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}"