VirtualBox

Ticket #7946: xorg.conf

File xorg.conf, 4.1 KB (added by Ciro Iriarte, 14 years ago)

/etc/X11/xorg.conf from guest

Line 
1# /.../
2# SaX generated X11 config file
3# Created on: 2010-12-28T19:08:16-0300.
4#
5# Version: 8.1
6# Contact: Marcus Schaefer <sax@suse.de>, 2005
7# Contact: SaX-User list <https://lists.berlios.de/mailman/listinfo/sax-users>
8#
9# Automatically generated by [ISaX] (8.1)
10# PLEASE DO NOT EDIT THIS FILE!
11#
12
13Section "Files"
14 FontPath "/usr/share/fonts/misc:unscaled"
15 FontPath "/usr/share/fonts/local"
16 FontPath "/usr/share/fonts/75dpi:unscaled"
17 FontPath "/usr/share/fonts/100dpi:unscaled"
18 FontPath "/usr/share/fonts/Type1"
19 FontPath "/usr/share/fonts/URW"
20 FontPath "/usr/share/fonts/Speedo"
21 FontPath "/usr/share/fonts/PEX"
22 FontPath "/usr/share/fonts/cyrillic"
23 FontPath "/usr/share/fonts/latin2/misc:unscaled"
24 FontPath "/usr/share/fonts/latin2/75dpi:unscaled"
25 FontPath "/usr/share/fonts/latin2/100dpi:unscaled"
26 FontPath "/usr/share/fonts/latin2/Type1"
27 FontPath "/usr/share/fonts/latin7/75dpi:unscaled"
28 FontPath "/usr/share/fonts/baekmuk:unscaled"
29 FontPath "/usr/share/fonts/japanese:unscaled"
30 FontPath "/usr/share/fonts/kwintv"
31 FontPath "/usr/share/fonts/truetype"
32 FontPath "/usr/share/fonts/uni:unscaled"
33 FontPath "/usr/share/fonts/CID"
34 FontPath "/usr/share/fonts/ucs/misc:unscaled"
35 FontPath "/usr/share/fonts/ucs/75dpi:unscaled"
36 FontPath "/usr/share/fonts/ucs/100dpi:unscaled"
37 FontPath "/usr/share/fonts/hellas/misc:unscaled"
38 FontPath "/usr/share/fonts/hellas/75dpi:unscaled"
39 FontPath "/usr/share/fonts/hellas/100dpi:unscaled"
40 FontPath "/usr/share/fonts/hellas/Type1"
41 FontPath "/usr/share/fonts/misc/sgi:unscaled"
42 FontPath "/usr/share/fonts/xtest"
43 FontPath "/opt/kde3/share/fonts"
44 InputDevices "/dev/gpmdata"
45 InputDevices "/dev/input/mice"
46EndSection
47
48Section "ServerFlags"
49 # Uncomment the following option to reenable kbd/mouse driver input sections.
50 # Otherwise evdev driver is used.
51 #Option "AutoAddDevices" "off"
52 Option "AllowMouseOpenFail" "on"
53 Option "ZapWarning" "on"
54EndSection
55
56Section "Module"
57 Load "dri"
58 Load "dbe"
59 Load "freetype"
60 Load "extmod"
61 Load "glx"
62EndSection
63
64Section "InputDevice"
65 Driver "kbd"
66 Identifier "Keyboard[0]"
67 Option "Protocol" "Standard"
68 Option "XkbLayout" "latam"
69 Option "XkbModel" "microsoftpro"
70 Option "XkbRules" "xfree86"
71EndSection
72
73
74Section "InputDevice"
75 Driver "mouse"
76 Identifier "Mouse[1]"
77 Option "Buttons" "5"
78 Option "Device" "/dev/input/mice"
79 Option "Name" "VirtualBox USB Tablet"
80 Option "Protocol" "explorerps/2"
81 Option "Vendor" "Sysp"
82 Option "ZAxisMapping" "4 5"
83EndSection
84
85Section "InputDevice"
86 Driver "vboxmouse"
87 Identifier "Mouse[3]"
88 Option "Buttons" "9"
89 Option "Device" "/dev/input/mice"
90 Option "InputFashion" "Mouse"
91 Option "Name" "Virtual Box Pointer"
92 Option "Protocol" "explorerps/2"
93 Option "Vendor" "Sysp"
94 Option "ZAxisMapping" "4 5"
95EndSection
96
97
98Section "Monitor"
99 Option "CalcAlgorithm" "XServerPool"
100 HorizSync 30-38
101 Identifier "Monitor[0]"
102 ModelName "800X600@60HZ"
103 Option "DPMS"
104 Option "PreferredMode" "800x600"
105 VendorName "--> LCD"
106 VertRefresh 30-61
107 UseModes "Modes[0]"
108EndSection
109
110
111Section "Modes"
112 Identifier "Modes[0]"
113EndSection
114
115
116Section "Screen"
117 SubSection "Display"
118 Depth 16
119 Modes "default"
120 EndSubSection
121 Device "Device[0]"
122 Identifier "Screen[0]"
123 Monitor "Monitor[0]"
124EndSection
125
126
127Section "Device"
128 BoardName "Framebuffer Graphics"
129 Driver "fbdev"
130 Identifier "Device[0]"
131 VendorName "VESA"
132EndSection
133
134
135
136Section "ServerLayout"
137 Identifier "Layout[all]"
138 InputDevice "Keyboard[0]" "CoreKeyboard"
139 InputDevice "Mouse[1]" "CorePointer"
140 InputDevice "Mouse[3]" "SendCoreEvents"
141 Option "Clone" "off"
142 Option "Xinerama" "off"
143 Screen "Screen[0]"
144EndSection
145
146
147Section "DRI"
148 Group "video"
149 Mode 0660
150EndSection
151
152Section "Extensions"
153EndSection
154

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