From 2c9ad5e3f9150165a7f9146fa4a9cc919bfd0879 Mon Sep 17 00:00:00 2001 From: Eric Bénard Date: Thu, 13 Sep 2012 17:52:15 +0200 Subject: xserver-xf86-config: add xorg.conf for mxs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit so that X gets a chance to run on the default framebuffer device. Tested on mx28evk with fsl-image-gui. Signed-off-by: Eric Bénard --- .../xorg-xserver/xserver-xf86-config/mxs/xorg.conf | 12 ++++++++++++ .../xorg-xserver/xserver-xf86-config_0.1.bbappend | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 recipes-graphics/xorg-xserver/xserver-xf86-config/mxs/xorg.conf (limited to 'recipes-graphics/xorg-xserver') diff --git a/recipes-graphics/xorg-xserver/xserver-xf86-config/mxs/xorg.conf b/recipes-graphics/xorg-xserver/xserver-xf86-config/mxs/xorg.conf new file mode 100644 index 0000000..79b6c0f --- /dev/null +++ b/recipes-graphics/xorg-xserver/xserver-xf86-config/mxs/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_0.1.bbappend b/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend index 032aad5..f9ea3a4 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) + 6}" +PRINC := "${@int(PRINC) + 7}" -- cgit