summaryrefslogtreecommitdiffstats
path: root/meta-crownbay/recipes-graphics/xorg-xserver/xserver-xf86-config/crownbay/xorg.conf
blob: 521796314b17c2837b94810447d9345da6280df6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
##
## 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"
    Option     "ALL/1/Port/4/General/name"           "lvds"
    Option     "ALL/1/Port/4/General/EdidAvail"      "3"
    Option     "ALL/1/Port/4/General/EdidNotAvail"   "1"
    Option     "ALL/1/Port/4/General/Rotation"       "0"
    Option     "ALL/1/Port/4/General/Edid"           "0"
EndSection

Section "ServerLayout"
    Identifier     "Default Layout"
    Screen 0       "Screen0" 0 0
   # InputDevice    "Mouse0" "CorePointer"
   # InputDevice    "Keyboard0" "CoreKeyboard"
   # InputDevice    "DevInputMice" "SendCoreEvents"
EndSection