summaryrefslogtreecommitdiffstats
path: root/meta-fri2/recipes-graphics/xorg-xserver/xserver-xf86-config/fri2/xorg.conf
diff options
context:
space:
mode:
authorNitin A Kamble <nitin.a.kamble@intel.com>2014-09-04 15:34:11 -0700
committerTom Zanussi <tom.zanussi@linux.intel.com>2014-09-16 20:12:13 -0500
commit964d5daa7cea2b357c68eb2c91d17779eeba6a49 (patch)
tree8834b5d2053b51353b3d97e9267ee203b3421995 /meta-fri2/recipes-graphics/xorg-xserver/xserver-xf86-config/fri2/xorg.conf
parent5f67993caf7eb3423c965259fedaa91e0734cdd0 (diff)
downloadmeta-intel-964d5daa7cea2b357c68eb2c91d17779eeba6a49.tar.gz
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 <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
Diffstat (limited to 'meta-fri2/recipes-graphics/xorg-xserver/xserver-xf86-config/fri2/xorg.conf')
-rw-r--r--meta-fri2/recipes-graphics/xorg-xserver/xserver-xf86-config/fri2/xorg.conf60
1 files changed, 0 insertions, 60 deletions
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 @@
1##
2## X Config options generated from CED
3## x11 conf skeleton
4## DriverVer=
5##
6
7Section "Screen"
8 Identifier "Screen0"
9 Device "IntelEMGD-0"
10 Monitor "Monitor0"
11 SubSection "Display"
12 EndSubSection
13EndSection
14
15# Primary (First/only) display
16Section "Device"
17 Identifier "IntelEMGD-0"
18 Driver "emgd"
19 VendorName "Intel(R) DEG"
20 BoardName "Embedded Graphics"
21 BusID "0:2:0"
22 Screen 0
23 Option "PcfVersion" "1792"
24 Option "ConfigId" "1"
25 Option "ALL/1/name" "e6xx"
26 Option "ALL/1/General/PortOrder" "24000"
27 Option "ALL/1/General/DisplayConfig" "1"
28 Option "ALL/1/General/DisplayDetect" "1"
29 Option "ALL/1/General/TuningWA" "1"
30
31 # Primary display (upper HDMI port, driven by sDVOB)
32 Option "ALL/1/Port/2/General/name" "Primary"
33 Option "ALL/1/Port/2/General/Edid" "1"
34 Option "ALL/1/Port/2/General/EdidAvail" "7"
35 Option "ALL/1/Port/2/General/EdidNotAvail" "5"
36 Option "ALL/1/Port/2/General/Rotation" "0"
37 Option "ALL/1/Port/2/Attr/71" "20300"
38
39 # Secondary display (lower HDMI port, driven by LVDS, 1366x768)
40 Option "ALL/1/Port/4/General/name" "Secondary"
41 Option "ALL/1/Port/4/General/Edid" "0"
42 Option "ALL/1/Port/4/General/Rotation" "0"
43
44 # Panel depth (the default 18 results in a dim display)
45 # Force dither off for 24-bit panels
46 Option "ALL/1/Port/4/Attr/26" "24"
47 Option "ALL/1/Port/4/Attr/45" "0"
48
49 # Backlight intensity and inverter frequency for E6xx CPUs
50 Option "ALL/1/Port/4/Attr/70" "100"
51 Option "ALL/1/Port/4/Attr/71" "20300"
52EndSection
53
54Section "ServerLayout"
55 Identifier "Default Layout"
56 Screen 0 "Screen0" 0 0
57 # InputDevice "Mouse0" "CorePointer"
58 # InputDevice "Keyboard0" "CoreKeyboard"
59 # InputDevice "DevInputMice" "SendCoreEvents"
60EndSection