VirtualBox

Ticket #5106: xorg.conf

File xorg.conf, 3.5 KB (added by Axel Braun, 15 years ago)

xorg.conf

Line 
1# Default X11 configuration file for SUSE and openSUSE 11 guests in VirtualBox.
2# Based on:
3# SaX generated X11 config file
4# Version: 8.1
5#
6
7Section "Files"
8 FontPath "/usr/share/fonts/misc:unscaled"
9 FontPath "/usr/share/fonts/local"
10 FontPath "/usr/share/fonts/75dpi:unscaled"
11 FontPath "/usr/share/fonts/100dpi:unscaled"
12 FontPath "/usr/share/fonts/Type1"
13 FontPath "/usr/share/fonts/URW"
14 FontPath "/usr/share/fonts/Speedo"
15 FontPath "/usr/share/fonts/PEX"
16 FontPath "/usr/share/fonts/cyrillic"
17 FontPath "/usr/share/fonts/latin2/misc:unscaled"
18 FontPath "/usr/share/fonts/latin2/75dpi:unscaled"
19 FontPath "/usr/share/fonts/latin2/100dpi:unscaled"
20 FontPath "/usr/share/fonts/latin2/Type1"
21 FontPath "/usr/share/fonts/latin7/75dpi:unscaled"
22 FontPath "/usr/share/fonts/baekmuk:unscaled"
23 FontPath "/usr/share/fonts/japanese:unscaled"
24 FontPath "/usr/share/fonts/kwintv"
25 FontPath "/usr/share/fonts/truetype"
26 FontPath "/usr/share/fonts/uni:unscaled"
27 FontPath "/usr/share/fonts/CID"
28 FontPath "/usr/share/fonts/ucs/misc:unscaled"
29 FontPath "/usr/share/fonts/ucs/75dpi:unscaled"
30 FontPath "/usr/share/fonts/ucs/100dpi:unscaled"
31 FontPath "/usr/share/fonts/hellas/misc:unscaled"
32 FontPath "/usr/share/fonts/hellas/75dpi:unscaled"
33 FontPath "/usr/share/fonts/hellas/100dpi:unscaled"
34 FontPath "/usr/share/fonts/hellas/Type1"
35 FontPath "/usr/share/fonts/misc/sgi:unscaled"
36 FontPath "/usr/share/fonts/xtest"
37 FontPath "/opt/kde3/share/fonts"
38 InputDevices "/dev/gpmdata"
39 InputDevices "/dev/input/mice"
40EndSection
41
42Section "ServerFlags"
43 Option "AllowMouseOpenFail" "on"
44 Option "ZapWarning" "on"
45EndSection
46
47Section "Module"
48 Load "dri"
49 Load "dbe"
50 Load "freetype"
51 Load "extmod"
52 Load "glx"
53EndSection
54
55Section "InputDevice"
56 Driver "kbd"
57 Identifier "Keyboard[0]"
58 Option "Protocol" "Standard"
59 Option "XkbLayout" "de"
60 Option "XkbModel" "microsoftpro"
61 Option "XkbRules" "xfree86"
62 Option "XkbVariant" "nodeadkeys"
63EndSection
64
65
66Section "InputDevice"
67 Driver "mouse"
68 Identifier "Mouse[1]"
69 Option "Buttons" "9"
70 Option "Device" "/dev/input/mice"
71 Option "Name" "VirtualBox Mouse Buttons"
72 Option "Protocol" "explorerps/2"
73 Option "Vendor" "Sun Microsystems Inc"
74 Option "ZAxisMapping" "4 5"
75EndSection
76
77
78Section "InputDevice"
79 Driver "vboxmouse"
80 Identifier "Mouse[2]"
81 Option "Device" "/dev/vboxadd"
82 Option "Name" "VirtualBox Mouse"
83 Option "Vendor" "Sun Microsystems Inc"
84EndSection
85
86
87Section "Monitor"
88 Identifier "Monitor[0]"
89 ModelName "VirtualBox Virtual Output"
90 VendorName "Sun Microsystems Inc"
91EndSection
92
93
94Section "Screen"
95 SubSection "Display"
96 Depth 24
97 EndSubSection
98 Device "Device[0]"
99 Identifier "Screen[0]"
100 Monitor "Monitor[0]"
101EndSection
102
103
104Section "Device"
105 BoardName "VirtualBox Graphics"
106 Driver "vboxvideo"
107 Identifier "Device[0]"
108 VendorName "Sun Microsystems Inc"
109EndSection
110
111
112
113Section "ServerLayout"
114 Identifier "Layout[all]"
115 InputDevice "Keyboard[0]" "CoreKeyboard"
116 InputDevice "Mouse[1]" "CorePointer"
117 InputDevice "Mouse[2]" "SendCoreEvents"
118 Option "Clone" "off"
119 Option "Xinerama" "off"
120 Screen "Screen[0]"
121EndSection
122
123
124Section "DRI"
125 Group "video"
126 Mode 0660
127EndSection
128
129Section "Extensions"
130EndSection
131

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