From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp206.alice.it ([82.57.200.102]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1RH19B-0002iF-Uh for openembedded-devel@lists.openembedded.org; Fri, 21 Oct 2011 00:31:34 +0200 Received: from mizar.localdomain (95.252.35.248) by smtp206.alice.it (8.5.124.08) id 4E4BBF7705EC55D5; Fri, 21 Oct 2011 00:25:41 +0200 From: Andrea Adami To: Date: Fri, 21 Oct 2011 00:25:38 +0200 Message-Id: <1319149538-3111-1-git-send-email-andrea.adami@gmail.com> X-Mailer: git-send-email 1.7.3.4 In-Reply-To: <1318807611-16837-1-git-send-email-andrea.adami@gmail.com> References: <1318807611-16837-1-git-send-email-andrea.adami@gmail.com> Subject: [meta-handheld][PATCH V2 3/3] xserver-xf86-config: add more xorg.conf for other Zaurus devices X-BeenThere: openembedded-devel@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: openembedded-devel@lists.openembedded.org List-Id: Using the OpenEmbedded metadata to build Distributions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Oct 2011 22:31:34 -0000 Signed-off-by: Andrea Adami --- .../xserver-xf86-config/akita/xorg.conf | 49 ++++++++++++++++++++ .../xserver-xf86-config/c7x0/xorg.conf | 48 +++++++++++++++++++ .../xserver-xf86-config/collie/xorg.conf | 49 ++++++++++++++++++++ .../xserver-xf86-config/poodle/xorg.conf | 49 ++++++++++++++++++++ .../xserver-xf86-config/tosa/xorg.conf | 48 +++++++++++++++++++ 5 files changed, 243 insertions(+), 0 deletions(-) create mode 100644 recipes-graphics/xorg-xserver/xserver-xf86-config/akita/xorg.conf create mode 100644 recipes-graphics/xorg-xserver/xserver-xf86-config/c7x0/xorg.conf create mode 100644 recipes-graphics/xorg-xserver/xserver-xf86-config/collie/xorg.conf create mode 100644 recipes-graphics/xorg-xserver/xserver-xf86-config/poodle/xorg.conf create mode 100644 recipes-graphics/xorg-xserver/xserver-xf86-config/tosa/xorg.conf diff --git a/recipes-graphics/xorg-xserver/xserver-xf86-config/akita/xorg.conf b/recipes-graphics/xorg-xserver/xserver-xf86-config/akita/xorg.conf new file mode 100644 index 0000000..224df5c --- /dev/null +++ b/recipes-graphics/xorg-xserver/xserver-xf86-config/akita/xorg.conf @@ -0,0 +1,49 @@ +Section "Device" + Identifier "Generic Video Card" + Driver "fbdev" + Option "UseFBDev" "true" + Option "Rotate" "CW" +EndSection + +Section "Monitor" + Identifier "Generic Monitor" + Option "DPMS" + HorizSync 28-32 + VertRefresh 43-60 +EndSection + +Section "Screen" + Identifier "Default Screen" + Device "Generic Video Card" + Monitor "Generic Monitor" + DefaultDepth 16 + SubSection "Display" + Depth 1 + Modes "640x480" + EndSubSection + SubSection "Display" + Depth 4 + Modes "640x480" + EndSubSection + SubSection "Display" + Depth 8 + Modes "640x480" + EndSubSection + SubSection "Display" + Depth 15 + Modes "640x480" + EndSubSection + SubSection "Display" + Depth 16 + Modes "640x480" + EndSubSection + SubSection "Display" + Depth 24 + Modes "640x480" + EndSubSection +EndSection + +Section "ServerLayout" + Identifier "Default Layout" + Screen "Default Screen" +EndSection diff --git a/recipes-graphics/xorg-xserver/xserver-xf86-config/c7x0/xorg.conf b/recipes-graphics/xorg-xserver/xserver-xf86-config/c7x0/xorg.conf new file mode 100644 index 0000000..ce544bb --- /dev/null +++ b/recipes-graphics/xorg-xserver/xserver-xf86-config/c7x0/xorg.conf @@ -0,0 +1,48 @@ +Section "Device" + Identifier "Generic Video Card" + Driver "fbdev" + Option "UseFBDev" "true" +EndSection + +Section "Monitor" + Identifier "Generic Monitor" + Option "DPMS" + HorizSync 28-32 + VertRefresh 43-60 +EndSection + +Section "Screen" + Identifier "Default Screen" + Device "Generic Video Card" + Monitor "Generic Monitor" + DefaultDepth 16 + SubSection "Display" + Depth 1 + Modes "640x480" + EndSubSection + SubSection "Display" + Depth 4 + Modes "640x480" + EndSubSection + SubSection "Display" + Depth 8 + Modes "640x480" + EndSubSection + SubSection "Display" + Depth 15 + Modes "640x480" + EndSubSection + SubSection "Display" + Depth 16 + Modes "640x480" + EndSubSection + SubSection "Display" + Depth 24 + Modes "640x480" + EndSubSection +EndSection + +Section "ServerLayout" + Identifier "Default Layout" + Screen "Default Screen" +EndSection diff --git a/recipes-graphics/xorg-xserver/xserver-xf86-config/collie/xorg.conf b/recipes-graphics/xorg-xserver/xserver-xf86-config/collie/xorg.conf new file mode 100644 index 0000000..0c8d291 --- /dev/null +++ b/recipes-graphics/xorg-xserver/xserver-xf86-config/collie/xorg.conf @@ -0,0 +1,49 @@ +Section "Device" + Identifier "Generic Video Card" + Driver "fbdev" + Option "UseFBDev" "true" + Option "Rotate" "CW" +EndSection + +Section "Monitor" + Identifier "Generic Monitor" + Option "DPMS" + HorizSync 28-32 + VertRefresh 43-60 +EndSection + +Section "Screen" + Identifier "Default Screen" + Device "Generic Video Card" + Monitor "Generic Monitor" + DefaultDepth 16 + SubSection "Display" + Depth 1 + Modes "320x240" + EndSubSection + SubSection "Display" + Depth 4 + Modes "320x240" + EndSubSection + SubSection "Display" + Depth 8 + Modes "320x240" + EndSubSection + SubSection "Display" + Depth 15 + Modes "320x240" + EndSubSection + SubSection "Display" + Depth 16 + Modes "320x240" + EndSubSection + SubSection "Display" + Depth 24 + Modes "320x240" + EndSubSection +EndSection + +Section "ServerLayout" + Identifier "Default Layout" + Screen "Default Screen" +EndSection diff --git a/recipes-graphics/xorg-xserver/xserver-xf86-config/poodle/xorg.conf b/recipes-graphics/xorg-xserver/xserver-xf86-config/poodle/xorg.conf new file mode 100644 index 0000000..0c8d291 --- /dev/null +++ b/recipes-graphics/xorg-xserver/xserver-xf86-config/poodle/xorg.conf @@ -0,0 +1,49 @@ +Section "Device" + Identifier "Generic Video Card" + Driver "fbdev" + Option "UseFBDev" "true" + Option "Rotate" "CW" +EndSection + +Section "Monitor" + Identifier "Generic Monitor" + Option "DPMS" + HorizSync 28-32 + VertRefresh 43-60 +EndSection + +Section "Screen" + Identifier "Default Screen" + Device "Generic Video Card" + Monitor "Generic Monitor" + DefaultDepth 16 + SubSection "Display" + Depth 1 + Modes "320x240" + EndSubSection + SubSection "Display" + Depth 4 + Modes "320x240" + EndSubSection + SubSection "Display" + Depth 8 + Modes "320x240" + EndSubSection + SubSection "Display" + Depth 15 + Modes "320x240" + EndSubSection + SubSection "Display" + Depth 16 + Modes "320x240" + EndSubSection + SubSection "Display" + Depth 24 + Modes "320x240" + EndSubSection +EndSection + +Section "ServerLayout" + Identifier "Default Layout" + Screen "Default Screen" +EndSection diff --git a/recipes-graphics/xorg-xserver/xserver-xf86-config/tosa/xorg.conf b/recipes-graphics/xorg-xserver/xserver-xf86-config/tosa/xorg.conf new file mode 100644 index 0000000..73f26df --- /dev/null +++ b/recipes-graphics/xorg-xserver/xserver-xf86-config/tosa/xorg.conf @@ -0,0 +1,48 @@ +Section "Device" + Identifier "Generic Video Card" + Driver "fbdev" + Option "UseFBDev" "true" +EndSection + +Section "Monitor" + Identifier "Generic Monitor" + Option "DPMS" + HorizSync 28-32 + VertRefresh 43-60 +EndSection + +Section "Screen" + Identifier "Default Screen" + Device "Generic Video Card" + Monitor "Generic Monitor" + DefaultDepth 16 + SubSection "Display" + Depth 1 + Modes "480x640" + EndSubSection + SubSection "Display" + Depth 4 + Modes "480x640" + EndSubSection + SubSection "Display" + Depth 8 + Modes "480x640" + EndSubSection + SubSection "Display" + Depth 15 + Modes "480x640" + EndSubSection + SubSection "Display" + Depth 16 + Modes "480x640" + EndSubSection + SubSection "Display" + Depth 24 + Modes "480x640" + EndSubSection +EndSection + +Section "ServerLayout" + Identifier "Default Layout" + Screen "Default Screen" +EndSection -- 1.7.3.4