All of lore.kernel.org
 help / color / mirror / Atom feed
From: rahul.saxena@intel.com
To: yocto@yoctoproject.org, tom.zanussi@intel.com
Subject: [PATCH 05/13] meta-cedartrail: seperate xorg.conf files for pvr and no-pvr cases
Date: Thu, 22 Mar 2012 10:32:18 -0700	[thread overview]
Message-ID: <d3913f7a27354f30569bbb99cc77b99314c6ef20.1332459306.git.rahul.saxena@intel.com> (raw)
In-Reply-To: <3ac33244283b53996a2fda9f7c19ab7f2e4c7380.1332459306.git.rahul.saxena@intel.com>
In-Reply-To: <cover.1332459306.git.rahul.saxena@intel.com>

From: Rahul Saxena <rahul.saxena@intel.com>

Seperate xserver configuration files, one file each for  the case of with pvr graphics
driver and for "no pvr" (i.e. with VESA driver)

Signed-off-by: Rahul Saxena <rahul.saxena@.intel.com>
---
 .../xserver-xf86-config/cedartrail-nopvr/xorg.conf |   26 ++++++++++++++++++++
 .../xserver-xf86-config/cedartrail/xorg.conf       |   24 ++++++------------
 2 files changed, 34 insertions(+), 16 deletions(-)
 create mode 100644 meta-cedartrail/recipes-graphics/xorg-xserver/xserver-xf86-config/cedartrail-nopvr/xorg.conf
 mode change 100755 => 100644 meta-cedartrail/recipes-graphics/xorg-xserver/xserver-xf86-config/cedartrail/xorg.conf

diff --git a/meta-cedartrail/recipes-graphics/xorg-xserver/xserver-xf86-config/cedartrail-nopvr/xorg.conf b/meta-cedartrail/recipes-graphics/xorg-xserver/xserver-xf86-config/cedartrail-nopvr/xorg.conf
new file mode 100644
index 0000000..da4fc3c
--- /dev/null
+++ b/meta-cedartrail/recipes-graphics/xorg-xserver/xserver-xf86-config/cedartrail-nopvr/xorg.conf
@@ -0,0 +1,26 @@
+Section "Device"
+    Identifier	"Generic VESA"
+    Driver	"vesa"
+EndSection
+
+Section "Monitor"
+    Identifier    "Generic Monitor"
+    Option        "DPMS"
+EndSection
+
+Section "Screen"
+    Identifier    "Default Screen"
+    Device	  "Generic VESA"
+    Monitor       "Generic Monitor"
+    DefaultDepth  24
+EndSection
+
+Section "ServerLayout"
+    Identifier     "Default Layout"
+    Screen         "Default Screen"
+EndSection
+
+Section "ServerFlags"
+    Option        "DontZap"  "0"
+    Option        "AutoAddDevices"  "False"
+EndSection
diff --git a/meta-cedartrail/recipes-graphics/xorg-xserver/xserver-xf86-config/cedartrail/xorg.conf b/meta-cedartrail/recipes-graphics/xorg-xserver/xserver-xf86-config/cedartrail/xorg.conf
old mode 100755
new mode 100644
index da4fc3c..1d085a4
--- a/meta-cedartrail/recipes-graphics/xorg-xserver/xserver-xf86-config/cedartrail/xorg.conf
+++ b/meta-cedartrail/recipes-graphics/xorg-xserver/xserver-xf86-config/cedartrail/xorg.conf
@@ -1,23 +1,15 @@
 Section "Device"
-    Identifier	"Generic VESA"
-    Driver	"vesa"
-EndSection
-
-Section "Monitor"
-    Identifier    "Generic Monitor"
-    Option        "DPMS"
-EndSection
-
-Section "Screen"
-    Identifier    "Default Screen"
-    Device	  "Generic VESA"
-    Monitor       "Generic Monitor"
-    DefaultDepth  24
+        Option     "DRIDisableVSync"    "False"
+        Identifier  "Card0"
+        Driver      "pvr"
+        BusID       "PCI:0:2:0"
+        Option      "SoftEXA"           "Off"
+        Option      "FlipChain"         "On"
 EndSection
 
 Section "ServerLayout"
-    Identifier     "Default Layout"
-    Screen         "Default Screen"
+        Identifier "default screen"
+        Option  "AIGLX" "on"
 EndSection
 
 Section "ServerFlags"
-- 
1.7.4.1



  parent reply	other threads:[~2012-03-23  0:41 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-03-22 17:32 [PATCH 00/13][meta-intel] Cover letter for updating meta-cedartrail BSP with PVR Graphics driver rahul.saxena
2012-03-22 17:32 ` [PATCH 01/13] meta-cedartrail: Separate conf files for the Cedar Trail BSP boot cases of with and without pvr driver rahul.saxena
2012-03-22 17:32 ` [PATCH 02/13] meta-cedartrail: update BBFILES to include meta-intel/common path rahul.saxena
2012-03-22 17:32 ` [PATCH 03/13] meta-cedartrail: update README with instructions for PVR Graphics driver build rahul.saxena
2012-03-22 17:32 ` [PATCH 04/13] meta-cedatrail: add recipe for setting audio mixer settings during boot rahul.saxena
2012-03-22 17:32 ` rahul.saxena [this message]
2012-03-22 17:32 ` [PATCH 06/13] meta-cedartrail: add Cedar Trail PVR driver rahul.saxena
2012-03-22 17:32 ` [PATCH 07/13] meta-cedartrail: update Kernel recipes to add support for pvr driver rahul.saxena
2012-03-22 17:32 ` [PATCH 08/13] meta-cedartrail: add Cedar Trail specific libva rahul.saxena
2012-03-22 17:32 ` [PATCH 09/13] meta-cedartrail: add recipes to instal audio and video samples rahul.saxena
2012-03-22 17:32 ` [PATCH 10/13] meta-cedartrail: update formfactor recipe for pvr and no-pvr case rahul.saxena
2012-03-22 17:32 ` [PATCH 11/13] meta-cedartrail: Add web-webkit, audio and video samples to sato image rahul.saxena
2012-03-22 17:32 ` [PATCH 12/13] meta-cedartrail: Update SRC_URI in kernel recipe append files to point to linux-yocto_3.0 rahul.saxena
2012-03-22 17:32 ` [PATCH 13/13] meta-cedartrail: update SRC_REV_meta for no-pvr case rahul.saxena
2012-03-23  1:01 ` [PATCH 00/13][meta-intel] Cover letter for updating meta-cedartrail BSP with PVR Graphics driver -- Testing information Saxena, Rahul

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=d3913f7a27354f30569bbb99cc77b99314c6ef20.1332459306.git.rahul.saxena@intel.com \
    --to=rahul.saxena@intel.com \
    --cc=tom.zanussi@intel.com \
    --cc=yocto@yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.