All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] meta-yocto-bsp: Enable xf86 modeset for beaglebone
@ 2016-05-09 19:09 edwin.plauchu.camacho
  0 siblings, 0 replies; 5+ messages in thread
From: edwin.plauchu.camacho @ 2016-05-09 19:09 UTC (permalink / raw)
  To: poky; +Cc: Edwin Plauchu

From: Edwin Plauchu <edwin.plauchu.camacho@intel.com>

The modesetting driver is better than fbdev driver. This patch is enabling so for beaglebone BSP (Without 3D accelaration).

[YOCTO #7561]

Signed-off-by: Edwin Plauchu <edwin.plauchu.camacho@intel.com>
---
 meta-yocto-bsp/conf/machine/beaglebone.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-yocto-bsp/conf/machine/beaglebone.conf b/meta-yocto-bsp/conf/machine/beaglebone.conf
index 179d135..ea50acc 100644
--- a/meta-yocto-bsp/conf/machine/beaglebone.conf
+++ b/meta-yocto-bsp/conf/machine/beaglebone.conf
@@ -6,7 +6,7 @@ PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xorg"
 XSERVER ?= "xserver-xorg \
            xf86-input-evdev \
            xf86-input-mouse \
-           xf86-video-fbdev \
+           xf86-video-modesetting \
            xf86-input-keyboard"
 
 MACHINE_EXTRA_RRECOMMENDS = " kernel-modules kernel-devicetree"
-- 
1.9.1



^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-05-21 19:27 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <1462817910-15459-1-git-send-email-edwin.plauchu.camacho@linux.intel.com>
2016-05-10 15:22 ` [PATCH] meta-yocto-bsp: Enable xf86 modeset for beaglebone Burton, Ross
2016-05-11 18:25   ` Plauchu Edwin
2016-05-20 15:51     ` Plauchu Edwin
2016-05-21 19:27       ` Burton, Ross
2016-05-09 19:09 edwin.plauchu.camacho

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.