From bba583b39be777852060cde2a24b8156cacb943b Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Tue, 1 Nov 2011 09:01:28 +0100 Subject: xserver-xf86-config: add configs for all SOC_FAMILIES Signed-off-by: Koen Kooi --- .../xserver-xf86-config/omap4/xorg.conf | 29 ++++++++++++++++++++++ .../xserver-xf86-config/omapl138/xorg.conf | 29 ++++++++++++++++++++++ .../xserver-xf86-config/ti33x/xorg.conf | 29 ++++++++++++++++++++++ .../xserver-xf86-config/ti814x/xorg.conf | 29 ++++++++++++++++++++++ .../xserver-xf86-config/ti816x/xorg.conf | 29 ++++++++++++++++++++++ 5 files changed, 145 insertions(+) create mode 100644 recipes-graphics/xorg-xserver/xserver-xf86-config/omap4/xorg.conf create mode 100644 recipes-graphics/xorg-xserver/xserver-xf86-config/omapl138/xorg.conf create mode 100644 recipes-graphics/xorg-xserver/xserver-xf86-config/ti33x/xorg.conf create mode 100644 recipes-graphics/xorg-xserver/xserver-xf86-config/ti814x/xorg.conf create mode 100644 recipes-graphics/xorg-xserver/xserver-xf86-config/ti816x/xorg.conf (limited to 'recipes-graphics/xorg-xserver/xserver-xf86-config') diff --git a/recipes-graphics/xorg-xserver/xserver-xf86-config/omap4/xorg.conf b/recipes-graphics/xorg-xserver/xserver-xf86-config/omap4/xorg.conf new file mode 100644 index 00000000..0d6ab435 --- /dev/null +++ b/recipes-graphics/xorg-xserver/xserver-xf86-config/omap4/xorg.conf @@ -0,0 +1,29 @@ +Section "Module" + Load "extmod" + Load "dbe" + Load "glx" + Load "freetype" + Load "type1" + Load "record" + Load "dri" +EndSection + +Section "Monitor" + Identifier "Builtin Default Monitor" +EndSection + +Section "Device" + Identifier "Builtin Default fbdev Device 0" + Driver "fbdev" +EndSection + +Section "Screen" + Identifier "Builtin Default fbdev Screen 0" + Device "Builtin Default fbdev Device 0" + Monitor "Builtin Default Monitor" +EndSection + +Section "ServerLayout" + Identifier "Builtin Default Layout" + Screen "Builtin Default fbdev Screen 0" +EndSection diff --git a/recipes-graphics/xorg-xserver/xserver-xf86-config/omapl138/xorg.conf b/recipes-graphics/xorg-xserver/xserver-xf86-config/omapl138/xorg.conf new file mode 100644 index 00000000..0d6ab435 --- /dev/null +++ b/recipes-graphics/xorg-xserver/xserver-xf86-config/omapl138/xorg.conf @@ -0,0 +1,29 @@ +Section "Module" + Load "extmod" + Load "dbe" + Load "glx" + Load "freetype" + Load "type1" + Load "record" + Load "dri" +EndSection + +Section "Monitor" + Identifier "Builtin Default Monitor" +EndSection + +Section "Device" + Identifier "Builtin Default fbdev Device 0" + Driver "fbdev" +EndSection + +Section "Screen" + Identifier "Builtin Default fbdev Screen 0" + Device "Builtin Default fbdev Device 0" + Monitor "Builtin Default Monitor" +EndSection + +Section "ServerLayout" + Identifier "Builtin Default Layout" + Screen "Builtin Default fbdev Screen 0" +EndSection diff --git a/recipes-graphics/xorg-xserver/xserver-xf86-config/ti33x/xorg.conf b/recipes-graphics/xorg-xserver/xserver-xf86-config/ti33x/xorg.conf new file mode 100644 index 00000000..0d6ab435 --- /dev/null +++ b/recipes-graphics/xorg-xserver/xserver-xf86-config/ti33x/xorg.conf @@ -0,0 +1,29 @@ +Section "Module" + Load "extmod" + Load "dbe" + Load "glx" + Load "freetype" + Load "type1" + Load "record" + Load "dri" +EndSection + +Section "Monitor" + Identifier "Builtin Default Monitor" +EndSection + +Section "Device" + Identifier "Builtin Default fbdev Device 0" + Driver "fbdev" +EndSection + +Section "Screen" + Identifier "Builtin Default fbdev Screen 0" + Device "Builtin Default fbdev Device 0" + Monitor "Builtin Default Monitor" +EndSection + +Section "ServerLayout" + Identifier "Builtin Default Layout" + Screen "Builtin Default fbdev Screen 0" +EndSection diff --git a/recipes-graphics/xorg-xserver/xserver-xf86-config/ti814x/xorg.conf b/recipes-graphics/xorg-xserver/xserver-xf86-config/ti814x/xorg.conf new file mode 100644 index 00000000..0d6ab435 --- /dev/null +++ b/recipes-graphics/xorg-xserver/xserver-xf86-config/ti814x/xorg.conf @@ -0,0 +1,29 @@ +Section "Module" + Load "extmod" + Load "dbe" + Load "glx" + Load "freetype" + Load "type1" + Load "record" + Load "dri" +EndSection + +Section "Monitor" + Identifier "Builtin Default Monitor" +EndSection + +Section "Device" + Identifier "Builtin Default fbdev Device 0" + Driver "fbdev" +EndSection + +Section "Screen" + Identifier "Builtin Default fbdev Screen 0" + Device "Builtin Default fbdev Device 0" + Monitor "Builtin Default Monitor" +EndSection + +Section "ServerLayout" + Identifier "Builtin Default Layout" + Screen "Builtin Default fbdev Screen 0" +EndSection diff --git a/recipes-graphics/xorg-xserver/xserver-xf86-config/ti816x/xorg.conf b/recipes-graphics/xorg-xserver/xserver-xf86-config/ti816x/xorg.conf new file mode 100644 index 00000000..0d6ab435 --- /dev/null +++ b/recipes-graphics/xorg-xserver/xserver-xf86-config/ti816x/xorg.conf @@ -0,0 +1,29 @@ +Section "Module" + Load "extmod" + Load "dbe" + Load "glx" + Load "freetype" + Load "type1" + Load "record" + Load "dri" +EndSection + +Section "Monitor" + Identifier "Builtin Default Monitor" +EndSection + +Section "Device" + Identifier "Builtin Default fbdev Device 0" + Driver "fbdev" +EndSection + +Section "Screen" + Identifier "Builtin Default fbdev Screen 0" + Device "Builtin Default fbdev Device 0" + Monitor "Builtin Default Monitor" +EndSection + +Section "ServerLayout" + Identifier "Builtin Default Layout" + Screen "Builtin Default fbdev Screen 0" +EndSection -- cgit v1.2.3-54-g00ecf