From 89aaae63cbd4cb2b996f9c1670b925a05a36fcf8 Mon Sep 17 00:00:00 2001 From: Lauren Post Date: Thu, 16 Jul 2015 14:22:55 -0500 Subject: xserver-xf86-config: Add support for PXP Frame Buffer displays PXP devices for mx6sx, mx6sl and mx7 Signed-off-by: Lauren Post Signed-off-by: Otavio Salvador --- .../xorg-xserver/xserver-xf86-config/mx6sl/xorg.conf | 15 +++++++++++++++ .../xorg-xserver/xserver-xf86-config/mx6sx/xorg.conf | 15 +++++++++++++++ .../xorg-xserver/xserver-xf86-config/mx7/xorg.conf | 12 ++++++++++++ 3 files changed, 42 insertions(+) create mode 100644 recipes-graphics/xorg-xserver/xserver-xf86-config/mx6sl/xorg.conf create mode 100644 recipes-graphics/xorg-xserver/xserver-xf86-config/mx6sx/xorg.conf create mode 100644 recipes-graphics/xorg-xserver/xserver-xf86-config/mx7/xorg.conf diff --git a/recipes-graphics/xorg-xserver/xserver-xf86-config/mx6sl/xorg.conf b/recipes-graphics/xorg-xserver/xserver-xf86-config/mx6sl/xorg.conf new file mode 100644 index 0000000..de3905a --- /dev/null +++ b/recipes-graphics/xorg-xserver/xserver-xf86-config/mx6sl/xorg.conf @@ -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 "DisplayEngine" "pxp" +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/mx6sx/xorg.conf b/recipes-graphics/xorg-xserver/xserver-xf86-config/mx6sx/xorg.conf new file mode 100644 index 0000000..de3905a --- /dev/null +++ b/recipes-graphics/xorg-xserver/xserver-xf86-config/mx6sx/xorg.conf @@ -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 "DisplayEngine" "pxp" +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/mx7/xorg.conf b/recipes-graphics/xorg-xserver/xserver-xf86-config/mx7/xorg.conf new file mode 100644 index 0000000..79b6c0f --- /dev/null +++ b/recipes-graphics/xorg-xserver/xserver-xf86-config/mx7/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 -- cgit v1.2.3-54-g00ecf