From fe0e9e49c9882ed95186369ef1cb84fa6ab109f0 Mon Sep 17 00:00:00 2001 From: Graeme Gregory Date: Wed, 29 Apr 2009 16:26:04 +0100 Subject: xserver-xorg-conf_0.1.bb : add configuration for om-gta02 machine --- .../xserver-xorg-conf/om-gta02/xorg.conf | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 recipes/xorg-xserver/xserver-xorg-conf/om-gta02/xorg.conf (limited to 'recipes/xorg-xserver/xserver-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 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 + -- cgit v1.2.3