2qjqJmWp9OX4Iqi6cIUFMx changeset

Changeset623937393431 (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 "ServerFlags"
0+#    Option "AllowEmptyInput" "no"
0+#EndSection
0+
0+Section "Files"
0+        ModulePath   "/usr/lib/xorg/modules"
0+        FontPath     "/usr/share/fonts/misc/"
0+        FontPath     "/usr/share/fonts/TTF/"
0+        FontPath     "/usr/share/fonts/OTF/"
0+        FontPath     "/usr/share/fonts/Type1/"
0+        FontPath     "/usr/share/fonts/100dpi/"
0+        FontPath     "/usr/share/fonts/75dpi/"
0+EndSection
0+
0+Section "Module"
0+        Load  "record"
0+        Load  "dri"
0+        Load  "dri2"
0+        Load  "dbe"
0+        Load  "glx"
0+        Load  "extmod"
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" "auto"
0+        Option      "Device" "/dev/input/mice"
0+        Option      "ZAxisMapping" "4 5 6 7"
0+EndSection
0+
0+Section "Monitor"
0+        Identifier   "Monitor0"
0+        VendorName   "Monitor Vendor"
0+        ModelName    "Monitor Model"
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+        ### <percent>: "<f>%"
0+        ### [arg]: arg optional
0+        #Option     "AccelMethod"               # [<str>]
0+        #Option     "DRI"                       # [<bool>]
0+        #Option     "ColorKey"                  # <i>
0+        #Option     "VideoKey"                  # <i>
0+        #Option     "FallbackDebug"             # [<bool>]
0+        #Option     "Tiling"                    # [<bool>]
0+        #Option     "Shadow"                    # [<bool>]
0+        #Option     "SwapbuffersWait"           # [<bool>]
0+        #Option     "XvMC"                      # [<bool>]
0+        #Option     "XvPreferOverlay"           # [<bool>]
0+        #Option     "DebugFlushBatches"         # [<bool>]
0+        #Option     "DebugFlushCaches"          # [<bool>]
0+        #Option     "DebugWait"                 # [<bool>]
0+        #Option     "HotPlug"                   # [<bool>]
0+        Identifier  "Card0"
0+        Driver      "intel"
0+        BusID       "PCI:0:2:0"
0+EndSection
0+
0+Section "Screen"
0+        Identifier "Screen0"
0+        Device     "Card0"
0+        Monitor    "Monitor0"
0+        SubSection "Display"
0+                Viewport   0 0
0+                Depth     1
0+        EndSubSection
0+        SubSection "Display"
0+                Viewport   0 0
0+                Depth     4
0+        EndSubSection
0+        SubSection "Display"
0+                Viewport   0 0
0+                Depth     8
0+        EndSubSection
0+        SubSection "Display"
0+                Viewport   0 0
0+                Depth     15
0+        EndSubSection
0+        SubSection "Display"
0+                Viewport   0 0
0+                Depth     16
0+        EndSubSection
0+        SubSection "Display"
0+                Viewport   0 0
0+                Depth     24
0+        EndSubSection
0+EndSection
0+
...
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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
--- Revision None
+++ Revision 623937393431
@@ -0,0 +1,104 @@
+Section "ServerLayout"
+ Identifier "X.org Configured"
+ Screen 0 "Screen0" 0 0
+ InputDevice "Mouse0" "CorePointer"
+ InputDevice "Keyboard0" "CoreKeyboard"
+EndSection
+
+#Section "ServerFlags"
+# Option "AllowEmptyInput" "no"
+#EndSection
+
+Section "Files"
+ ModulePath "/usr/lib/xorg/modules"
+ FontPath "/usr/share/fonts/misc/"
+ FontPath "/usr/share/fonts/TTF/"
+ FontPath "/usr/share/fonts/OTF/"
+ FontPath "/usr/share/fonts/Type1/"
+ FontPath "/usr/share/fonts/100dpi/"
+ FontPath "/usr/share/fonts/75dpi/"
+EndSection
+
+Section "Module"
+ Load "record"
+ Load "dri"
+ Load "dri2"
+ Load "dbe"
+ Load "glx"
+ Load "extmod"
+EndSection
+
+Section "InputDevice"
+ Identifier "Keyboard0"
+ Driver "kbd"
+EndSection
+
+Section "InputDevice"
+ Identifier "Mouse0"
+ Driver "mouse"
+ Option "Protocol" "auto"
+ Option "Device" "/dev/input/mice"
+ Option "ZAxisMapping" "4 5 6 7"
+EndSection
+
+Section "Monitor"
+ Identifier "Monitor0"
+ VendorName "Monitor Vendor"
+ ModelName "Monitor Model"
+EndSection
+
+Section "Device"
+ ### Available Driver options are:-
+ ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
+ ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
+ ### <percent>: "<f>%"
+ ### [arg]: arg optional
+ #Option "AccelMethod" # [<str>]
+ #Option "DRI" # [<bool>]
+ #Option "ColorKey" # <i>
+ #Option "VideoKey" # <i>
+ #Option "FallbackDebug" # [<bool>]
+ #Option "Tiling" # [<bool>]
+ #Option "Shadow" # [<bool>]
+ #Option "SwapbuffersWait" # [<bool>]
+ #Option "XvMC" # [<bool>]
+ #Option "XvPreferOverlay" # [<bool>]
+ #Option "DebugFlushBatches" # [<bool>]
+ #Option "DebugFlushCaches" # [<bool>]
+ #Option "DebugWait" # [<bool>]
+ #Option "HotPlug" # [<bool>]
+ Identifier "Card0"
+ Driver "intel"
+ BusID "PCI:0:2:0"
+EndSection
+
+Section "Screen"
+ Identifier "Screen0"
+ Device "Card0"
+ Monitor "Monitor0"
+ SubSection "Display"
+ Viewport 0 0
+ Depth 1
+ EndSubSection
+ SubSection "Display"
+ Viewport 0 0
+ Depth 4
+ EndSubSection
+ SubSection "Display"
+ Viewport 0 0
+ Depth 8
+ EndSubSection
+ SubSection "Display"
+ Viewport 0 0
+ Depth 15
+ EndSubSection
+ SubSection "Display"
+ Viewport 0 0
+ Depth 16
+ EndSubSection
+ SubSection "Display"
+ Viewport 0 0
+ Depth 24
+ EndSubSection
+EndSection
+