* [PATCH 0/1][meta-intel]meta-cedartrail:Update README for workaround for bug # 3607
@ 2013-02-09 0:48 rahul.saxena
2013-02-09 0:48 ` [PATCH 1/1] meta-cedartrail: Update README with workaround for Yocto Bugzilla #3607 The PVR driver has a issue that for some systems it causes it to incorrectly assume that a LVDS display is connected while infact a VGA display is connected and Vice Versa. The README file is updated with the work-around for this issue rahul.saxena
0 siblings, 1 reply; 3+ messages in thread
From: rahul.saxena @ 2013-02-09 0:48 UTC (permalink / raw)
To: dvhart, tom.zanussi, nitin.a.kamble, meta-intel, yocto
From: Rahul Saxena <rahul.saxena@intel.com>
Please pull into danny-next
--
The following changes since commit 9615c24f9d5326805537fd01d1fc5ea51d0d85db:
libva-intel-driver: workaround for concurrent VC1 and H264 playback issue (2012-12-20 14:49:46 -0600)
are available in the git repository at:
git://git.pokylinux.org/meta-intel-contrib danny-next-rsaxena1
http://git.pokylinux.org/cgit.cgi/meta-intel-contrib/log/?h=danny-next-rsaxena1
Rahul Saxena (1):
meta-cedartrail: Update README with workaround for Yocto Bugzilla
#3607 The PVR driver has a issue that for some systems it
causes it to incorrectly assume that a LVDS display is
connected while infact a VGA display is connected and Vice
Versa. The README file is updated with the work-around for this
issue.
meta-cedartrail/README | 27 ++++++++++++++++++++++++++-
1 files changed, 26 insertions(+), 1 deletions(-)
--
1.7.4.1
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH 1/1] meta-cedartrail: Update README with workaround for Yocto Bugzilla #3607 The PVR driver has a issue that for some systems it causes it to incorrectly assume that a LVDS display is connected while infact a VGA display is connected and Vice Versa. The README file is updated with the work-around for this issue.
2013-02-09 0:48 [PATCH 0/1][meta-intel]meta-cedartrail:Update README for workaround for bug # 3607 rahul.saxena
@ 2013-02-09 0:48 ` rahul.saxena
0 siblings, 0 replies; 3+ messages in thread
From: rahul.saxena @ 2013-02-09 0:48 UTC (permalink / raw)
To: dvhart, tom.zanussi, nitin.a.kamble, meta-intel, yocto
From: Rahul Saxena <rahul.saxena@intel.com>
Signed-off-by: Rahul Saxena <Rahul.Saxena@intel.com>
---
meta-cedartrail/README | 27 ++++++++++++++++++++++++++-
1 files changed, 26 insertions(+), 1 deletions(-)
diff --git a/meta-cedartrail/README b/meta-cedartrail/README
index 0d166b2..e394faf 100755
--- a/meta-cedartrail/README
+++ b/meta-cedartrail/README
@@ -51,7 +51,7 @@ Table of Contents
I. Building the meta-cedartrail BSP layer
II. Booting the images in /binary
-
+III. Miscellaneous Notes
I. Building the meta-cedartrail BSP layer
=========================================
@@ -188,3 +188,28 @@ EXTRA_IMAGE_FEATURES = "debug-tweaks"
and change above line to..
EXTRA_IMAGE_FEATURES = "debug-tweaks tools-testapps"
+
+
+Work Around for VGA and LVDS Display issue in PVR driver
+--------------------------------------------------------
+
+The PVR driver has a issue that for some systems it causes
+it to incorrectly assume that a LVDS display is connected
+while infact a VGA display is connected and Vice Versa.
+If your VGA or LVDS display does not work with
+"cedartrail" MACHINE, then if you have connected a VGA display,
+add the following to the kernel command line:
+
+video=LVDS-1:d video=VGA-1:e
+
+If you have connected a LVDS display, add the following to
+the kernel command line:
+
+video=LVDS-1:e video=VGA-1:d
+
+The kernel boot command line can be updated before BSP build by
+editing the "APPEND +=..." line in conf/machine/cedartrail.conf file.
+
+The kernel boot command line can also be edited after a image is built by
+editing the syslinux.cfg file in the USB flash device on which
+the image is installed.
--
1.7.4.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [PATCH 0/1][meta-intel]meta-cedartrail:Update README for workaround for bug # 3607
@ 2013-02-09 1:06 rahul.saxena
0 siblings, 0 replies; 3+ messages in thread
From: rahul.saxena @ 2013-02-09 1:06 UTC (permalink / raw)
To: dvhart, tom.zanussi, nitin.a.kamble, meta-intel, yocto
From: Rahul Saxena <rahul.saxena@intel.com>
The PVR driver has a issue that for some systems it causes
it to incorrectly assume that a LVDS display is connected
while infact a VGA display is connected and Vice Versa.
The README file is updated with the work-around for this issue.
Please pull into danny-next
Signed-off-by: Rahul Saxena <Rahul.Saxena@intel.com>
--
The following changes since commit 9615c24f9d5326805537fd01d1fc5ea51d0d85db:
libva-intel-driver: workaround for concurrent VC1 and H264 playback issue (2012-12-20 14:49:46 -0600)
are available in the git repository at:
git://git.pokylinux.org/meta-intel-contrib danny-next-rsaxena1
http://git.pokylinux.org/cgit.cgi/meta-intel-contrib/log/?h=danny-next-rsaxena1
Rahul Saxena (1):
meta-cedartrail: Update README with workaround for Yocto Bugzilla
#3607 The PVR driver has a issue that for some systems it
causes it to incorrectly assume that a LVDS display is
connected while infact a VGA display is connected and Vice
Versa. The README file is updated with the work-around for this
issue.
meta-cedartrail/README | 27 ++++++++++++++++++++++++++-
1 files changed, 26 insertions(+), 1 deletions(-)
--
1.7.4.1
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-02-09 1:20 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-09 0:48 [PATCH 0/1][meta-intel]meta-cedartrail:Update README for workaround for bug # 3607 rahul.saxena
2013-02-09 0:48 ` [PATCH 1/1] meta-cedartrail: Update README with workaround for Yocto Bugzilla #3607 The PVR driver has a issue that for some systems it causes it to incorrectly assume that a LVDS display is connected while infact a VGA display is connected and Vice Versa. The README file is updated with the work-around for this issue rahul.saxena
-- strict thread matches above, loose matches on Subject: below --
2013-02-09 1:06 [PATCH 0/1][meta-intel]meta-cedartrail:Update README for workaround for bug # 3607 rahul.saxena
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.