From 964d5daa7cea2b357c68eb2c91d17779eeba6a49 Mon Sep 17 00:00:00 2001 From: Nitin A Kamble Date: Thu, 4 Sep 2014 15:34:11 -0700 Subject: Remove fri2 machine support The fri2 machine has been retired with this commit. This does not affect the fri2-noemgd machine and it is supported as usual. Signed-off-by: Nitin A Kamble Signed-off-by: Tom Zanussi --- .../xserver-xf86-config/fri2/xorg.conf | 60 ---------------------- 1 file changed, 60 deletions(-) delete mode 100644 meta-fri2/recipes-graphics/xorg-xserver/xserver-xf86-config/fri2/xorg.conf (limited to 'meta-fri2/recipes-graphics/xorg-xserver/xserver-xf86-config/fri2/xorg.conf') diff --git a/meta-fri2/recipes-graphics/xorg-xserver/xserver-xf86-config/fri2/xorg.conf b/meta-fri2/recipes-graphics/xorg-xserver/xserver-xf86-config/fri2/xorg.conf deleted file mode 100644 index a9211e78..00000000 --- a/meta-fri2/recipes-graphics/xorg-xserver/xserver-xf86-config/fri2/xorg.conf +++ /dev/null @@ -1,60 +0,0 @@ -## -## X Config options generated from CED -## x11 conf skeleton -## DriverVer= -## - -Section "Screen" - Identifier "Screen0" - Device "IntelEMGD-0" - Monitor "Monitor0" - SubSection "Display" - EndSubSection -EndSection - -# Primary (First/only) display -Section "Device" - Identifier "IntelEMGD-0" - Driver "emgd" - VendorName "Intel(R) DEG" - BoardName "Embedded Graphics" - BusID "0:2:0" - Screen 0 - Option "PcfVersion" "1792" - Option "ConfigId" "1" - Option "ALL/1/name" "e6xx" - Option "ALL/1/General/PortOrder" "24000" - Option "ALL/1/General/DisplayConfig" "1" - Option "ALL/1/General/DisplayDetect" "1" - Option "ALL/1/General/TuningWA" "1" - - # Primary display (upper HDMI port, driven by sDVOB) - Option "ALL/1/Port/2/General/name" "Primary" - Option "ALL/1/Port/2/General/Edid" "1" - Option "ALL/1/Port/2/General/EdidAvail" "7" - Option "ALL/1/Port/2/General/EdidNotAvail" "5" - Option "ALL/1/Port/2/General/Rotation" "0" - Option "ALL/1/Port/2/Attr/71" "20300" - - # Secondary display (lower HDMI port, driven by LVDS, 1366x768) - Option "ALL/1/Port/4/General/name" "Secondary" - Option "ALL/1/Port/4/General/Edid" "0" - Option "ALL/1/Port/4/General/Rotation" "0" - - # Panel depth (the default 18 results in a dim display) - # Force dither off for 24-bit panels - Option "ALL/1/Port/4/Attr/26" "24" - Option "ALL/1/Port/4/Attr/45" "0" - - # Backlight intensity and inverter frequency for E6xx CPUs - Option "ALL/1/Port/4/Attr/70" "100" - Option "ALL/1/Port/4/Attr/71" "20300" -EndSection - -Section "ServerLayout" - Identifier "Default Layout" - Screen 0 "Screen0" 0 0 - # InputDevice "Mouse0" "CorePointer" - # InputDevice "Keyboard0" "CoreKeyboard" - # InputDevice "DevInputMice" "SendCoreEvents" -EndSection -- cgit v1.2.3-54-g00ecf