diff options
author | Graeme Gregory <dp@xora.org.uk> | 2009-04-29 16:26:04 +0100 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2009-04-29 16:26:04 +0100 |
commit | fe0e9e49c9882ed95186369ef1cb84fa6ab109f0 (patch) | |
tree | 56fa1f61e73cbe924b9d3eb12714c98bef342f27 /recipes/xorg-xserver | |
parent | ac4a2334cf292d5a131b60002753612db5c9bda2 (diff) |
xserver-xorg-conf_0.1.bb : add configuration for om-gta02 machine
Diffstat (limited to 'recipes/xorg-xserver')
-rw-r--r-- | recipes/xorg-xserver/xserver-xorg-conf/om-gta02/xorg.conf | 20 | ||||
-rw-r--r-- | recipes/xorg-xserver/xserver-xorg-conf_0.1.bb | 2 |
2 files changed, 21 insertions, 1 deletions
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 0000000000..3fc8d83b22 --- /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 95aa82bef9..67fc683090 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" |