aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-graphics/xorg-xserver
diff options
context:
space:
mode:
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"
EndSection
Section "Device"
- Identifier "i.MX Accelerated Framebuffer Device"
- Driver "imx"
+ Identifier "Framebuffer Device"
+ Driver "fbdev"
Option "fbdev" "/dev/fb0"
- # This option only recognized when "mxc_epdc_fb" frame buffer driver in
- # use. Values are "RGB565" (default, 16-bit RGB), "Y8" (8-bit gray),
- # and "Y8INV" (8-bit gray inverted).
- Option "FormatEPDC" "Y8INV"
EndSection
Section "Monitor"
@@ -36,7 +32,7 @@ EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
- Device "i.MX Accelerated Framebuffer Device"
+ Device "Framebuffer Device"
EndSection
Section "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 @@
# Append path for freescale layer to include bsp xorg.conf
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
-PRINC := "${@int(PRINC) + 3}"
+PRINC := "${@int(PRINC) + 4}"