From: Ross Burton Date: Tue, 5 Feb 2013 14:01:04 +0000 (+0000) Subject: xserver-xf86-config: empty generic xorg.conf X-Git-Tag: rev_ivi_2015_02_04~13608 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6cb6b165bf182791c6c3ceef688b02e49fe65e53;p=scm%2Fbb%2Ftizen-distro.git 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. (From OE-Core rev: 746b6e90a8403886e6957d33610bbda115de0a0c) Signed-off-by: Ross Burton Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- 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 9c3d490..e69de29 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