VirtualBox

Ticket #12733: xorg.conf.txt

File xorg.conf.txt, 4.2 KB (added by agiovacchini, 11 years ago)

xorg.conf

Line 
1# VirtualBox generated configuration file
2# based on /etc/X11/xorg.conf.
3#
4# Generic xorg.conf for "intel" driver, for SLEPOS11-SP1.
5# Can be used for example on the following POS models:
6#
7# 4810-340, 4800-721, 4800-722, 4800-741, 4800-742
8# 4800-781, 4800-782, 4800-784, HP RP5000
9#
10Section "Files"
11 FontPath "/usr/share/fonts/misc:unscaled"
12 FontPath "/usr/share/fonts/local"
13 FontPath "/usr/share/fonts/75dpi:unscaled"
14 FontPath "/usr/share/fonts/100dpi:unscaled"
15 FontPath "/usr/share/fonts/Type1"
16 FontPath "/usr/share/fonts/URW"
17 FontPath "/usr/share/fonts/Speedo"
18 FontPath "/usr/share/fonts/PEX"
19 FontPath "/usr/share/fonts/cyrillic"
20 FontPath "/usr/share/fonts/latin2/misc:unscaled"
21 FontPath "/usr/share/fonts/latin2/75dpi:unscaled"
22 FontPath "/usr/share/fonts/latin2/100dpi:unscaled"
23 FontPath "/usr/share/fonts/latin2/Type1"
24 FontPath "/usr/share/fonts/latin7/75dpi:unscaled"
25 FontPath "/usr/share/fonts/baekmuk:unscaled"
26 FontPath "/usr/share/fonts/japanese:unscaled"
27 FontPath "/usr/share/fonts/kwintv"
28 FontPath "/usr/share/fonts/truetype"
29 FontPath "/usr/share/fonts/uni:unscaled"
30 FontPath "/usr/share/fonts/CID"
31 FontPath "/usr/share/fonts/ucs/misc:unscaled"
32 FontPath "/usr/share/fonts/ucs/75dpi:unscaled"
33 FontPath "/usr/share/fonts/ucs/100dpi:unscaled"
34 FontPath "/usr/share/fonts/hellas/misc:unscaled"
35 FontPath "/usr/share/fonts/hellas/75dpi:unscaled"
36 FontPath "/usr/share/fonts/hellas/100dpi:unscaled"
37 FontPath "/usr/share/fonts/hellas/Type1"
38 FontPath "/usr/share/fonts/misc/sgi:unscaled"
39 FontPath "/usr/share/fonts/xtest"
40 FontPath "/opt/kde3/share/fonts"
41 InputDevices "/dev/gpmdata"
42 InputDevices "/dev/input/mice"
43EndSection
44
45Section "ServerFlags"
46 Option "AllowMouseOpenFail" "on"
47 Option "ZapWarning" "on"
48 Option "BlankTime" "0"
49 Option "StandbyTime" "0"
50 Option "SuspendTime" "0"
51 Option "OffTime" "0"
52EndSection
53
54Section "Module"
55 Load "dri"
56 Load "dbe"
57 Load "freetype"
58 Load "extmod"
59 Load "glx"
60 Load "vnc"
61EndSection
62
63Section "Modes"
64 Identifier "Modes[0]"
65EndSection
66
67Section "DRI"
68 Group "video"
69 Mode 0660
70EndSection
71
72Section "Extensions"
73EndSection
74
75Section "InputDevice"
76 Identifier "vncKeyboard"
77 Driver "rfbkeyb"
78EndSection
79
80Section "InputDevice"
81 Identifier "vncMouse"
82 Driver "rfbmouse"
83EndSection
84
85Section "InputDevice"
86 Identifier "Keyboard[0]"
87 Driver "kbd"
88 Option "XkbLayout" "us"
89 Option "XkbModel" "microsoftpro"
90 Option "XkbRules" "xfree86"
91 Option "Protocol" "Standard"
92 Option "CoreKeyboard"
93EndSection
94
95Section "InputDevice"
96 Driver "mouse"
97 Identifier "Mouse[1]"
98 Option "Buttons" "9"
99 Option "Device" "/dev/input/mice"
100 Option "Name" "VirtualBox Mouse Buttons"
101 Option "Protocol" "explorerps/2"
102 Option "Vendor" "Oracle Corporation"
103 Option "ZAxisMapping" "4 5"
104 Option "CorePointer"
105EndSection
106
107Section "InputDevice"
108 Driver "vboxmouse"
109 Identifier "Mouse[2]"
110 Option "Device" "/dev/vboxguest"
111 Option "Name" "VirtualBox Mouse"
112 Option "Vendor" "Oracle Corporation"
113 Option "SendCoreEvents"
114EndSection
115
116Section "ServerLayout"
117 Identifier "Layout[all]"
118 InputDevice "Keyboard[0]" "CoreKeyboard"
119 InputDevice "Mouse[1]" "CorePointer"
120 InputDevice "Mouse[2]" "SendCoreEvents"
121 InputDevice "vncMouse" "ExtraPointer"
122 InputDevice "vncKeyboard" "ExtraKeyboard"
123 Option "Clone" "off"
124 Option "Xinerama" "off"
125 Screen "Screen[0]"
126EndSection
127
128Section "Monitor"
129 Identifier "Monitor[0]"
130 ModelName "VirtualBox Virtual Output"
131 VendorName "Oracle Corporation"
132EndSection
133
134Section "Device"
135 BoardName "VirtualBox Graphics"
136 Driver "vboxvideo"
137 Identifier "Device[0]"
138 VendorName "Oracle Corporation"
139 Option "usevnc"
140 Option "rfbauth" "/root/.vnc/passwd"
141EndSection
142
143Section "Screen"
144 DefaultDepth 24
145 SubSection "Display"
146 Depth 24
147 Modes "800x600"
148 EndSubSection
149 Device "Device[0]"
150 Identifier "Screen[0]"
151 Monitor "Monitor[0]"
152EndSection

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