diff options
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" |