VirtualBox

Ticket #13977: xorg.conf.install

File xorg.conf.install, 5.2 KB (added by Glenn Burkhardt, 10 years ago)
Line 
1# generic XFree86 4.x configuration file
2
3Section "Files"
4 FontPath "/usr/share/fonts/truetype/"
5 FontPath "/usr/share/fonts/uni/"
6 FontPath "/usr/share/fonts/misc/"
7 InputDevices "/dev/input/mice"
8EndSection
9
10Section "ServerFlags"
11 Option "AllowMouseOpenFail"
12 Option "BlankTime" "0"
13EndSection
14
15Section "Module"
16 Load "dbe"
17 Load "extmod"
18EndSection
19
20Section "InputDevice"
21 Driver "kbd"
22 Identifier "Keyboard[0]"
23 Option "Protocol" "Standard"
24 Option "XkbRules" "xfree86"
25 Option "XkbKeycodes" "xfree86"
26 Option "XkbModel" "pc104"
27 Option "XkbLayout" "us"
28EndSection
29
30Section "InputDevice"
31 Driver "mouse"
32 Identifier "Mouse[1]"
33 Option "Protocol" "explorerps/2"
34 Option "Device" "/dev/input/mice"
35EndSection
36
37# bnc #670465 comment #79
38Section "InputDevice"
39 Identifier "Mouse[xen_pv_guest]"
40 Driver "evdev"
41 Option "Name" "Xen Virtual Pointer"
42 Option "InputFashion" "Mouse"
43 Option "Pass" "3"
44 Option "Vendor" "0x5853"
45 Option "Product" "0xfffe"
46EndSection
47
48# bnc #723929
49Section "InputDevice"
50 Identifier "Mouse[hyperv_guest]"
51 Driver "evdev"
52 Option "Name" "Microsoft Vmbus HID-compliant Mouse"
53 Option "InputFashion" "Mouse"
54 Option "Pass" "3"
55 Option "Vendor" "0x45e"
56 Option "Product" "0x621"
57EndSection
58
59Section "Monitor"
60 HorizSync 25-40
61 Identifier "Monitor[0]"
62 ModelName "Initial"
63 VendorName "Initial"
64 VertRefresh 47-75
65 UseModes "Modes[0]"
66EndSection
67
68
69Section "Modes"
70 Identifier "Modes[0]"
71 Modeline "800x600" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
72 Modeline "640x480" 31.5 640 656 720 840 480 481 484 500 # 6. Try
73 Modeline "640x480" 31.5 640 680 720 864 480 488 491 521 # 5. Try
74 Modeline "640x480" 28 640 664 760 800 480 491 493 525 # 4. Try
75 Modeline "640x480" 28.32 640 664 760 800 480 491 493 525 # 3. Try
76 Modeline "640x480" 25.18 640 664 760 800 480 491 493 525 # 2. Try
77 Modeline "640x480" 25.175 640 664 760 800 480 491 493 525 # 1. Try
78EndSection
79
80Section "Monitor"
81 HorizSync 31-48
82 Identifier "Monitor[vmware]"
83 ModelName "Initial"
84 VendorName "Initial"
85 VertRefresh 43-72
86 UseModes "Modes[vmware]"
87EndSection
88
89Section "Modes"
90 Identifier "Modes[vmware]"
91 Modeline "800x600" 29.38 800 816 896 992 600 601 604 617
92EndSection
93
94Section "Monitor"
95 HorizSync 31-48
96 Identifier "Monitor[vesa]"
97 ModelName "VESA"
98 VendorName "VESA"
99 VertRefresh 50-60
100EndSection
101
102# Screen Section for module X support
103# -------------------------------------
104Section "Screen"
105 SubSection "Display"
106 Depth 16
107 Modes "800x600"
108 EndSubSection
109 SubSection "Display"
110 Depth 24
111 Modes "800x600"
112 EndSubSection
113 SubSection "Display"
114 Depth 32
115 Modes "800x600"
116 EndSubSection
117 SubSection "Display"
118 Depth 8
119 Modes "800x600"
120 EndSubSection
121 Device "Device[0]"
122 Identifier "Screen[0]"
123 Monitor "Monitor[0]"
124EndSection
125
126# Screen Section for fbdev support
127# vesafb defaults to 16bit
128# others default to 8bit, force a higher colordepth
129# on Apple onboard controllers, remove the default #207338
130# changes for DefaultDepth have to be made in /usr/lib/YaST2/startup/YaST2.call as well
131# ----------------------------------
132Section "Screen"
133#@DefaultDepth@
134 SubSection "Display"
135 Depth 16
136 Modes "default"
137 EndSubSection
138 SubSection "Display"
139 Depth 15
140 Modes "default"
141 EndSubSection
142 SubSection "Display"
143 Depth 24
144 Modes "default"
145 EndSubSection
146 SubSection "Display"
147 Depth 32
148 Modes "default"
149 EndSubSection
150 SubSection "Display"
151 Depth 8
152 Modes "default"
153 EndSubSection
154 Device "Device[fbdev]"
155 Identifier "Screen[fbdev]"
156 Monitor "Monitor[0]"
157EndSection
158
159# Screen Section for vesa support
160# ----------------------------------
161Section "Screen"
162 SubSection "Display"
163 Depth 16
164 Modes "default"
165 EndSubSection
166 SubSection "Display"
167 Depth 8
168 Modes "default"
169 EndSubSection
170 Device "Device[vesa]"
171 Identifier "Screen[vesa]"
172 Monitor "Monitor[vesa]"
173EndSection
174
175# Screen Section for vmware support
176# ----------------------------------
177Section "Screen"
178 SubSection "Display"
179 Depth 8
180 Modes "800x600"
181 EndSubSection
182 SubSection "Display"
183 Depth 16
184 Modes "800x600"
185 EndSubSection
186 SubSection "Display"
187 Depth 24
188 Modes "800x600"
189 EndSubSection
190 Device "Device[vmware]"
191 Identifier "Screen[vmware]"
192 Monitor "Monitor[vmware]"
193EndSection
194
195# Device Sections...
196# -------------------
197Section "Device"
198 #BusID "1:0:0"
199 Driver "ChangeMe"
200 Identifier "Device[0]"
201 # device_options
202 Option "sw_cursor" "on"
203EndSection
204
205Section "Device"
206 Driver "fbdev"
207 Identifier "Device[fbdev]"
208 # fbdev_options
209EndSection
210
211Section "Device"
212 Driver "vesa"
213 #Option "DefaultRefresh"
214 Option "ModeSetClearScreen" "no"
215 Identifier "Device[vesa]"
216EndSection
217
218Section "Device"
219 Driver "vmware"
220 Identifier "Device[vmware]"
221EndSection
222
223Section "ServerLayout"
224 Identifier "Layout[all]"
225 InputDevice "Keyboard[0]" "CoreKeyboard"
226 InputDevice "Mouse[1]" "CorePointer"
227 InputDevice "Mouse[xen_pv_guest]" "SendCoreEvents"
228 InputDevice "Mouse[hyperv_guest]" "SendCoreEvents"
229 Option "Xinerama" "off"
230 Screen "Screen[vmware]"
231EndSection
232

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette