1Rc4j5nDNK3290fQl8PUDy changeset

Changeset623937653438 (b)
ParentNone (a)
ab
0+Section "ServerLayout"
0+        Identifier     "X.org Configured"
0+        Screen      0  "Screen0" 0 0
0+        InputDevice    "Mouse0" "CorePointer"
0+        InputDevice    "Keyboard0" "CoreKeyboard"
0+EndSection
0+
0+Section "Files"
0+        ModulePath   "/usr/X11R6/lib/modules"
0+        FontPath     "/usr/X11R6/lib/X11/fonts/misc/"
0+        FontPath     "/usr/X11R6/lib/X11/fonts/TTF/"
0+        FontPath     "/usr/X11R6/lib/X11/fonts/OTF"
0+        FontPath     "/usr/X11R6/lib/X11/fonts/Type1/"
0+        FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/"
0+        FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/"
0+EndSection
0+
0+Section "Module"
0+        Load  "dbe"
0+        Load  "dri"
0+        Load  "dri2"
0+        Load  "extmod"
0+        Load  "glx"
0+EndSection
0+
0+Section "InputDevice"
0+        Identifier  "Keyboard0"
0+        Driver      "kbd"
0+EndSection
0+
0+Section "InputDevice"
0+        Identifier  "Mouse0"
0+        Driver      "mouse"
0+        Option      "Protocol" "wsmouse"
0+        Option      "Device" "/dev/wsmouse"
0+        Option      "ZAxisMapping" "4 5 6 7"
0+EndSection
0+
0+Section "Monitor"
0+    Identifier "apple"
0+EndSection
0+
0+Section "Monitor"
0+        Identifier   "chimei"
0+    Option "RightOf" "apple"
0+EndSection
0+
0+Section "Device"
0+        ### Available Driver options are:-
0+        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
0+        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
0+        ### [arg]: arg optional
0+        #Option     "NoAccel"                   # [<bool>]
0+        #Option     "SWcursor"                  # [<bool>]
0+        #Option     "ColorKey"                  # <i>
0+        #Option     "CacheLines"                # <i>
0+        #Option     "Dac6Bit"                   # [<bool>]
0+        #Option     "DRI"                       # [<bool>]
0+        #Option     "NoDDC"                     # [<bool>]
0+        #Option     "ShowCache"                 # [<bool>]
0+        #Option     "XvMCSurfaces"              # <i>
0+        #Option     "PageFlip"                  # [<bool>]
0+        Identifier  "Card0"
0+        Driver      "intel"
0+        VendorName  "Intel"
0+        BoardName   "G45 Video"
0+        BusID       "PCI:0:2:0"
0+
0+    Option "monitor-VGA" "chimei"
0+    Option "monitor-HDMI-1" "apple"
0+EndSection
0+
0+Section "Screen"
0+        Identifier "Screen0"
0+        Device     "Card0"
0+        Monitor    "Monitor0"
0+
0+    DefaultDepth  24
0+    SubSection "Display"
0+        Depth 24
0+        Modes "1680x1050"
0+        virtual 3360 1050
0+    EndSubSection
0+EndSection
...
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
--- Revision None
+++ Revision 623937653438
@@ -0,0 +1,84 @@
+Section "ServerLayout"
+ Identifier "X.org Configured"
+ Screen 0 "Screen0" 0 0
+ InputDevice "Mouse0" "CorePointer"
+ InputDevice "Keyboard0" "CoreKeyboard"
+EndSection
+
+Section "Files"
+ ModulePath "/usr/X11R6/lib/modules"
+ FontPath "/usr/X11R6/lib/X11/fonts/misc/"
+ FontPath "/usr/X11R6/lib/X11/fonts/TTF/"
+ FontPath "/usr/X11R6/lib/X11/fonts/OTF"
+ FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
+ FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
+ FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
+EndSection
+
+Section "Module"
+ Load "dbe"
+ Load "dri"
+ Load "dri2"
+ Load "extmod"
+ Load "glx"
+EndSection
+
+Section "InputDevice"
+ Identifier "Keyboard0"
+ Driver "kbd"
+EndSection
+
+Section "InputDevice"
+ Identifier "Mouse0"
+ Driver "mouse"
+ Option "Protocol" "wsmouse"
+ Option "Device" "/dev/wsmouse"
+ Option "ZAxisMapping" "4 5 6 7"
+EndSection
+
+Section "Monitor"
+ Identifier "apple"
+EndSection
+
+Section "Monitor"
+ Identifier "chimei"
+ Option "RightOf" "apple"
+EndSection
+
+Section "Device"
+ ### Available Driver options are:-
+ ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
+ ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
+ ### [arg]: arg optional
+ #Option "NoAccel" # [<bool>]
+ #Option "SWcursor" # [<bool>]
+ #Option "ColorKey" # <i>
+ #Option "CacheLines" # <i>
+ #Option "Dac6Bit" # [<bool>]
+ #Option "DRI" # [<bool>]
+ #Option "NoDDC" # [<bool>]
+ #Option "ShowCache" # [<bool>]
+ #Option "XvMCSurfaces" # <i>
+ #Option "PageFlip" # [<bool>]
+ Identifier "Card0"
+ Driver "intel"
+ VendorName "Intel"
+ BoardName "G45 Video"
+ BusID "PCI:0:2:0"
+
+ Option "monitor-VGA" "chimei"
+ Option "monitor-HDMI-1" "apple"
+EndSection
+
+Section "Screen"
+ Identifier "Screen0"
+ Device "Card0"
+ Monitor "Monitor0"
+
+ DefaultDepth 24
+ SubSection "Display"
+ Depth 24
+ Modes "1680x1050"
+ virtual 3360 1050
+ EndSubSection
+EndSection