From: Adrian Alonso <aalonso00@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: [PATCH 8/9] xorg-xserver-conf: virtex5 machine support
Date: Mon, 12 Jul 2010 14:45:49 -0500 [thread overview]
Message-ID: <1278963950-2587-8-git-send-email-aalonso00@gmail.com> (raw)
In-Reply-To: <1278963950-2587-1-git-send-email-aalonso00@gmail.com>
* Add xorg conf for virtex5 family targets
* Increase PR
Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
---
.../xserver-xorg-conf/xilinx-virtex5/xorg.conf | 38 ++++++++++++++++++++
recipes/xorg-xserver/xserver-xorg-conf_0.1.bb | 2 +-
2 files changed, 39 insertions(+), 1 deletions(-)
create mode 100644 recipes/xorg-xserver/xserver-xorg-conf/xilinx-virtex5/xorg.conf
diff --git a/recipes/xorg-xserver/xserver-xorg-conf/xilinx-virtex5/xorg.conf b/recipes/xorg-xserver/xserver-xorg-conf/xilinx-virtex5/xorg.conf
new file mode 100644
index 0000000..61f0f9f
--- /dev/null
+++ b/recipes/xorg-xserver/xserver-xorg-conf/xilinx-virtex5/xorg.conf
@@ -0,0 +1,38 @@
+# Xorg conf file for Xilinx platforms
+Section "Monitor"
+ Identifier "LCD Panel"
+EndSection
+
+Section "Device"
+ Identifier "Xilinx frame buffer"
+ Driver "fbdev"
+EndSection
+
+Section "Screen"
+ Identifier "Default Screen"
+ Device "Xilinx frame buffer"
+ Monitor "LCD Panel"
+ SubSection "Display"
+ Depth 24
+ Modes "640x480"
+ EndSubSection
+EndSection
+
+Section "InputDevice"
+ Identifier "Keyboard"
+ Driver "kbd"
+EndSection
+
+Section "InputDevice"
+ Identifier "Mouse"
+ Driver "mouse"
+ Option "protocol" "auto"
+ Option "device" "/dev/input/mice"
+EndSection
+
+Section "ServerLayout"
+ Identifier "Default Layout"
+ Screen 0 "Default Screen" 0 0
+ InputDevice "Keyboard"
+ InputDevice "Mouse"
+EndSection
diff --git a/recipes/xorg-xserver/xserver-xorg-conf_0.1.bb b/recipes/xorg-xserver/xserver-xorg-conf_0.1.bb
index 4194b57..f8ce48c 100644
--- a/recipes/xorg-xserver/xserver-xorg-conf_0.1.bb
+++ b/recipes/xorg-xserver/xserver-xorg-conf_0.1.bb
@@ -1,5 +1,5 @@
DESCRIPTION = "Machine specific xorg.conf files"
-PR = "r27"
+PR = "r28"
SRC_URI = "file://xorg.conf"
--
1.7.1.1
next prev parent reply other threads:[~2010-07-12 19:50 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-07-12 19:45 [PATCH 1/9] xilinx-virtex4: new file Adrian Alonso
2010-07-12 19:45 ` [PATCH 2/9] xilinx-virtex5: " Adrian Alonso
2010-07-13 6:11 ` Frans Meulenbroeks
2010-07-12 19:45 ` [PATCH 3/9] linux-xilinx: new files Adrian Alonso
2010-07-13 6:12 ` Frans Meulenbroeks
2010-07-14 21:07 ` Frans Meulenbroeks
2010-07-14 21:19 ` Adrian Alonso
2010-07-16 16:45 ` Adrian Alonso
2010-07-12 19:45 ` [PATCH 4/9] xilinx-linux: new kernel recipe Adrian Alonso
2010-07-13 6:10 ` Frans Meulenbroeks
2010-07-12 19:45 ` [PATCH 5/9] u-boot-xilinx: new file Adrian Alonso
2010-07-12 19:45 ` [PATCH 6/9] xilinx-bsp: handle more xilinx targets Adrian Alonso
2010-07-12 19:45 ` [PATCH 7/9] xserver-kdrive-common: xilinx virtex5 support Adrian Alonso
2010-07-14 21:12 ` Frans Meulenbroeks
2010-07-15 7:08 ` Marcin Juszkiewicz
2010-07-16 15:30 ` Adrian Alonso
2010-07-12 19:45 ` Adrian Alonso [this message]
2010-07-12 19:45 ` [PATCH 9/9] glibc: fix LD_LIBRARY_PATH Adrian Alonso
2010-07-14 21:08 ` Frans Meulenbroeks
2010-07-13 6:01 ` [PATCH 1/9] xilinx-virtex4: new file Frans Meulenbroeks
2010-07-13 16:00 ` Adrian Alonso
2010-07-13 20:46 ` Frans Meulenbroeks
2010-07-13 22:52 ` Adrian Alonso
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=1278963950-2587-8-git-send-email-aalonso00@gmail.com \
--to=aalonso00@gmail.com \
--cc=openembedded-devel@lists.openembedded.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox