From: Nicolas Dechesne <ndec13@gmail.com>
To: <meta-ti@yoctoproject.org>
Cc: Nicolas Dechesne <n-dechesne@ti.com>
Subject: [PATCH 3/3] pandaboard: use xf86-video-omap by default in XSERVER config
Date: Fri, 19 Oct 2012 15:51:26 +0200 [thread overview]
Message-ID: <1350654686-22868-4-git-send-email-ndec13@gmail.com> (raw)
In-Reply-To: <1350654686-22868-1-git-send-email-ndec13@gmail.com>
From: Nicolas Dechesne <n-dechesne@ti.com>
Also we need to pull in module-exa as xf86-video-omap relies
on it, at run time.
And replaced the default xorg.conf for 'omap4' machine to take
new driver into account. Do not enable HWcursor (e.g. mouse
using DSS overlay) to keep things simple for now..
Signed-off-by: Nicolas Dechesne <n-dechesne@ti.com>
Signed-off-by: Hervé Fache <h-fache@ti.com>
---
conf/machine/include/omap4.inc | 3 +-
.../xserver-xf86-config/omap4/xorg.conf | 44 +++++++-------------
2 files changed, 17 insertions(+), 30 deletions(-)
diff --git a/conf/machine/include/omap4.inc b/conf/machine/include/omap4.inc
index 96eaae7..ecd23c4 100644
--- a/conf/machine/include/omap4.inc
+++ b/conf/machine/include/omap4.inc
@@ -11,8 +11,9 @@ XSERVER = "xserver-xorg \
xserver-xorg-extension-dri \
xserver-xorg-extension-dri2 \
xserver-xorg-extension-glx \
+ xserver-xorg-module-exa \
xf86-input-evdev \
- xf86-video-fbdev"
+ xf86-video-omap"
# Increase this everytime you change something in the kernel
MACHINE_KERNEL_PR = "r1"
diff --git a/recipes-graphics/xorg-xserver/xserver-xf86-config/omap4/xorg.conf b/recipes-graphics/xorg-xserver/xserver-xf86-config/omap4/xorg.conf
index 0d6ab43..87ded4d 100644
--- a/recipes-graphics/xorg-xserver/xserver-xf86-config/omap4/xorg.conf
+++ b/recipes-graphics/xorg-xserver/xserver-xf86-config/omap4/xorg.conf
@@ -1,29 +1,15 @@
-Section "Module"
- Load "extmod"
- Load "dbe"
- Load "glx"
- Load "freetype"
- Load "type1"
- Load "record"
- Load "dri"
-EndSection
-
-Section "Monitor"
- Identifier "Builtin Default Monitor"
-EndSection
-
-Section "Device"
- Identifier "Builtin Default fbdev Device 0"
- Driver "fbdev"
-EndSection
-
-Section "Screen"
- Identifier "Builtin Default fbdev Screen 0"
- Device "Builtin Default fbdev Device 0"
- Monitor "Builtin Default Monitor"
-EndSection
-
-Section "ServerLayout"
- Identifier "Builtin Default Layout"
- Screen "Builtin Default fbdev Screen 0"
-EndSection
+# more /usr/share/X11/xorg.conf.d/99-omap.conf
+# X.Org X server configuration file
+
+Section "Device"
+ Identifier "Video Device"
+ Driver "omap"
+ Option "Debug" "false"
+ Option "HWcursor" "false"
+EndSection
+
+Section "Screen"
+ Identifier "Screen"
+ Monitor "Monitor"
+ Device "Video Device"
+EndSection
--
1.7.0.4
next prev parent reply other threads:[~2012-10-19 13:51 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-10-19 13:51 [PATCH 0/3] Adding xf86-video-omap support for Pandaboard Nicolas Dechesne
2012-10-19 13:51 ` [PATCH 1/3] libdrm: enable omap experimental api support Nicolas Dechesne
2012-10-19 13:51 ` [PATCH 2/3] xf86-video-omap: add new recipe for OMAP4/5 X11 video driver Nicolas Dechesne
2012-10-19 13:51 ` Nicolas Dechesne [this message]
2012-10-25 1:04 ` [PATCH 0/3] Adding xf86-video-omap support for Pandaboard Denys Dmytriyenko
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=1350654686-22868-4-git-send-email-ndec13@gmail.com \
--to=ndec13@gmail.com \
--cc=meta-ti@yoctoproject.org \
--cc=n-dechesne@ti.com \
/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.