summaryrefslogtreecommitdiff
path: root/package/xorg-server/files/xorg.conf.lemote-yeelong
blob: 4556c3b9cc9d49ee7a8c37f6f7e278a0c7766b65 (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
44
45
46
47
48
49
50
51
52
53
54
Section "ServerLayout"
       Identifier      "Default Layout"
       Screen          "Default Screen"
       Option          "AIGLX"         "false"
EndSection

Section "ServerFlags"
       Option  "NoTrapSignals"
EndSection

Section "Module"
       Load  "vgahw"
       Load  "fb"
       Load  "exa"
       Load  "xaa"
       Load  "int10"
       Load  "ddc"
       Load  "i2c"
       Load  "vbe"
       Disable "glx"
       Disable "dri"
EndSection

Section "Device"
       Identifier  "card0"
       Driver      "siliconmotion"
       VendorName  "Silicon Motion, Inc."
       BoardName   "SM712 LynxEM+"
       BusID       "PCI:0:8:0"
       Option      "AccelMethod"       "EXA"
       Option      "pci_burst"         "true"
       Option      "HWCursor"          "false"
       Option      "SWCursor"          "true"
       Option      "UseBIOS"           "false"
       Option      "PanelSize"         "1024x600"
EndSection

Section "Monitor"
       Identifier   "Generic Monitor"
       Option       "DPMS"     "true"
       HorizSync    30-70
       VertRefresh  50-80
EndSection

Section "Screen"
       Identifier      "Default Screen"
       Device          "card0"
       Monitor         "Generic Monitor"
       DefaultDepth            16
       SubSection "Display"
               Modes           "1024x600"
       EndSubSection
EndSection