All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] n450: drop ROOTLESS_X as it breaks X
@ 2011-12-09 20:51 Darren Hart
  2011-12-09 21:17 ` Stewart, David C
  0 siblings, 1 reply; 3+ messages in thread
From: Darren Hart @ 2011-12-09 20:51 UTC (permalink / raw)
  To: Yocto Project, Zanussi, Tom, Saul Wold

Fixes [YOCTO #1797]

Building with ROOTLESS_X results in X failing start with
the following error:

i915 0000:00:02.0: VGA-1: EDID block 0 invalid.
(EE) AIGLX error: dlopen of /usr/lib/dri/i915_dri.so failed
(/usr/lib/dri/i915_dri)
(EE) AIGLX: reverting to software rendering
(EE) AIGLX error: dlopen of /usr/lib/dri/swrast_dri.so failed
(/usr/lib/dri/swrast)
(EE) GLX: could not load software renderer

The n450 BSP is the only BSP in meta-intel using ROOTLESS_X. Dropping
it restores functionality and brings it inline with the rest of the BSPs.

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
---
 meta-n450/conf/machine/n450.conf |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/meta-n450/conf/machine/n450.conf
b/meta-n450/conf/machine/n450.conf
index 7210da8..3e6a541 100644
--- a/meta-n450/conf/machine/n450.conf
+++ b/meta-n450/conf/machine/n450.conf
@@ -16,5 +16,3 @@ SERIAL_CONSOLE = "115200 ttyS0"
 APPEND += "console=ttyS0,115200 console=tty0"

 MACHINE_EXTRA_RRECOMMENDS += "n450-audio"
-
-ROOTLESS_X = "1"
-- 
1.7.5.4
-- 
Darren Hart
Intel Open Source Technology Center
Yocto Project - Linux Kernel


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

end of thread, other threads:[~2011-12-09 21:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-09 20:51 [PATCH] n450: drop ROOTLESS_X as it breaks X Darren Hart
2011-12-09 21:17 ` Stewart, David C
2011-12-09 21:23   ` Darren Hart

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.