From fe0e9e49c9882ed95186369ef1cb84fa6ab109f0 Mon Sep 17 00:00:00 2001 From: Graeme Gregory Date: Wed, 29 Apr 2009 16:26:04 +0100 Subject: [PATCH] xserver-xorg-conf_0.1.bb : add configuration for om-gta02 machine --- .../xserver-xorg-conf/om-gta02/xorg.conf | 20 ++++++++++++++++++++ recipes/xorg-xserver/xserver-xorg-conf_0.1.bb | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 recipes/xorg-xserver/xserver-xorg-conf/om-gta02/xorg.conf diff --git a/recipes/xorg-xserver/xserver-xorg-conf/om-gta02/xorg.conf b/recipes/xorg-xserver/xserver-xorg-conf/om-gta02/xorg.conf new file mode 100644 index 0000000..3fc8d83 --- /dev/null +++ b/recipes/xorg-xserver/xserver-xorg-conf/om-gta02/xorg.conf @@ -0,0 +1,20 @@ +Section "Monitor" + Identifier "Builtin Default Monitor" +EndSection + +Section "Device" + Identifier "Builtin Default glamo Device 0" + Driver "glamo" +EndSection + +Section "Screen" + Identifier "Builtin Default glamo Screen 0" + Device "Builtin Default glamo Device 0" + Monitor "Builtin Default Monitor" +EndSection + +Section "ServerLayout" + Identifier "Builtin Default Layout" + Screen "Builtin Default glamo Screen 0" +EndSection + diff --git a/recipes/xorg-xserver/xserver-xorg-conf_0.1.bb b/recipes/xorg-xserver/xserver-xorg-conf_0.1.bb index 95aa82b..67fc683 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 = "r4" +PR = "r5" SRC_URI = "file://xorg.conf" -- 2.7.4