From 01c6f60ae68b98968c8425493bfe7608fdf41bcc Mon Sep 17 00:00:00 2001 From: Nitin A Kamble Date: Wed, 16 Jan 2013 14:51:03 -0800 Subject: emenlow-noemgd: create a new BSP This is based on the gma500/gma600 kernel driver and the modesetting X driver for poulsbo graphics. The gma500 driver needs soft cursor in X. Signed-off-by: Nitin A Kamble Signed-off-by: Tom Zanussi --- .../xserver-xf86-config/emenlow-noemgd/xorg.conf | 27 ++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 meta-emenlow/recipes-graphics/xorg-xserver/xserver-xf86-config/emenlow-noemgd/xorg.conf (limited to 'meta-emenlow/recipes-graphics') diff --git a/meta-emenlow/recipes-graphics/xorg-xserver/xserver-xf86-config/emenlow-noemgd/xorg.conf b/meta-emenlow/recipes-graphics/xorg-xserver/xserver-xf86-config/emenlow-noemgd/xorg.conf new file mode 100644 index 00000000..aa6f32b4 --- /dev/null +++ b/meta-emenlow/recipes-graphics/xorg-xserver/xserver-xf86-config/emenlow-noemgd/xorg.conf @@ -0,0 +1,27 @@ +Section "Device" + Identifier "gma500" + Driver "modesetting" + Option "SWCursor" "ON" +EndSection + +Section "Monitor" + Identifier "Generic Monitor" + Option "DPMS" +EndSection + +Section "Screen" + Identifier "Default Screen" + Device "gma500" + Monitor "Generic Monitor" + DefaultDepth 24 +EndSection + +Section "ServerLayout" + Identifier "Default Layout" + Screen "Default Screen" +EndSection + +Section "ServerFlags" + Option "DontZap" "0" + Option "AutoAddDevices" "False" +EndSection -- cgit v1.2.3-54-g00ecf