From 746b6e90a8403886e6957d33610bbda115de0a0c Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Tue, 5 Feb 2013 14:01:04 +0000 Subject: xserver-xf86-config: empty generic xorg.conf The idea of a generic xorg.conf is meaningless, especially when they specify the "intel" driver. Empty this file so that unless the BSP specifies it's own xorg.conf, no xorg.conf file is installed. Signed-off-by: Ross Burton Signed-off-by: Saul Wold --- .../xorg-xserver/xserver-xf86-config/xorg.conf | 26 ---------------------- 1 file changed, 26 deletions(-) (limited to 'meta') diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xf86-config/xorg.conf b/meta/recipes-graphics/xorg-xserver/xserver-xf86-config/xorg.conf index 9c3d49019f..e69de29bb2 100644 --- a/meta/recipes-graphics/xorg-xserver/xserver-xf86-config/xorg.conf +++ b/meta/recipes-graphics/xorg-xserver/xserver-xf86-config/xorg.conf @@ -1,26 +0,0 @@ - -Section "Device" - Identifier "Intel Graphics Driver" - Driver "intel" -EndSection - -Section "Monitor" - Identifier "Generic Monitor" - Option "DPMS" -EndSection - -Section "Screen" - Identifier "Default Screen" - Device "Intel Graphics Driver" - Monitor "Generic Monitor" - DefaultDepth 24 -EndSection - -Section "ServerLayout" - Identifier "Default Layout" - Screen "Default Screen" -EndSection - -Section "ServerFlags" - Option "DontZap" "0" -EndSection -- cgit 1.2.3-korg