VirtualBox

Ticket #5840: XF86Config

File XF86Config, 4.6 KB (added by Technologov, 14 years ago)

/etc/X11/XF86Config from RHEL 3/32-bit

Line 
1# VirtualBox generated configuration file
2# based on /etc/X11/XF86Config.
3# XFree86 4 configuration created by pyxf86config
4
5# Section "ServerLayout"
6# Identifier "Default Layout"
7# Screen 0 "Screen0" 0 0
8# InputDevice "Mouse0" "CorePointer"
9# InputDevice "Keyboard0" "CoreKeyboard"
10# InputDevice "DevInputMice" "AlwaysCore"
11# EndSection
12
13Section "Files"
14# RgbPath is the location of the RGB database. Note, this is the name of the
15# file minus the extension (like ".txt" or ".db"). There is normally
16# no need to change the default.
17
18# Multiple FontPath entries are allowed (they are concatenated together)
19# By default, Red Hat 6.0 and later now use a font server independent of
20# the X server to render fonts.
21
22 RgbPath "/usr/X11R6/lib/X11/rgb"
23 FontPath "unix/:7100"
24EndSection
25
26Section "Module"
27 Load "dbe"
28 Load "extmod"
29 Load "fbdevhw"
30 Load "glx"
31 Load "record"
32 Load "freetype"
33 Load "type1"
34 Load "dri"
35EndSection
36
37# Section "InputDevice"
38# # Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
39# # Option "Xleds" "1 2 3"
40#
41# # To disable the XKEYBOARD extension, uncomment XkbDisable.
42# # Option "XkbDisable"
43#
44# # To customise the XKB settings to suit your keyboard, modify the
45# # lines below (which are the defaults). For example, for a non-U.S.
46# # keyboard, you will probably want to use:
47# # Option "XkbModel" "pc102"
48# # If you have a US Microsoft Natural keyboard, you can use:
49# # Option "XkbModel" "microsoft"
50# #
51# # Then to change the language, change the Layout setting.
52# # For example, a german layout can be obtained with:
53# # Option "XkbLayout" "de"
54# # or:
55# # Option "XkbLayout" "de"
56# # Option "XkbVariant" "nodeadkeys"
57# #
58# # If you'd like to switch the positions of your capslock and
59# # control keys, use:
60# # Option "XkbOptions" "ctrl:swapcaps"
61# # Or if you just want both to be control, use:
62# # Option "XkbOptions" "ctrl:nocaps"
63# #
64# Identifier "Keyboard0"
65# Driver "keyboard"
66# Option "XkbRules" "xfree86"
67# Option "XkbModel" "pc105"
68# Option "XkbLayout" "us"
69# EndSection
70
71# Section "InputDevice"
72# Identifier "Mouse0"
73# Driver "mouse"
74# Option "Protocol" "IMPS/2"
75# Option "Device" "/dev/psaux"
76# Option "ZAxisMapping" "4 5"
77# Option "Emulate3Buttons" "no"
78# EndSection
79
80# Section "InputDevice"
81# # If the normal CorePointer mouse is not a USB mouse then
82# # this input device can be used in AlwaysCore mode to let you
83# # also use USB mice at the same time.
84# Identifier "DevInputMice"
85# Driver "mouse"
86# Option "Protocol" "IMPS/2"
87# Option "Device" "/dev/input/mice"
88# Option "ZAxisMapping" "4 5"
89# Option "Emulate3Buttons" "no"
90# EndSection
91
92# Section "Monitor"
93# Identifier "Monitor0"
94# VendorName "Monitor Vendor"
95# ModelName "Unprobed Monitor"
96# HorizSync 31.5 - 37.9
97# VertRefresh 50.0 - 70.0
98# Option "dpms"
99# EndSection
100
101# Section "Device"
102# Identifier "Videocard0"
103# Driver "vesa"
104# VendorName "Videocard vendor"
105# BoardName "VESA driver (generic)"
106# EndSection
107
108# Section "Screen"
109# Identifier "Screen0"
110# Device "Videocard0"
111# Monitor "Monitor0"
112# DefaultDepth 24
113# SubSection "Display"
114# Depth 24
115# Modes "800x600" "640x480"
116# EndSubSection
117# EndSection
118
119Section "DRI"
120 Group 0
121 Mode 0666
122EndSection
123
124Section "InputDevice"
125 Identifier "Keyboard[0]"
126 Driver "keyboard"
127 Option "XkbRules" "xfree86"
128 Option "XkbModel" "pc105"
129 Option "XkbLayout" "us"
130 Option "Protocol" "Standard"
131 Option "CoreKeyboard"
132EndSection
133
134Section "InputDevice"
135 Identifier "Mouse[1]"
136 Driver "vboxmouse"
137 Option "Buttons" "9"
138 Option "Device" "/dev/psaux"
139 Option "Name" "VirtualBox Mouse"
140 Option "Protocol" "explorerps/2"
141 Option "Vendor" "Sun Microsystems Inc"
142 Option "ZAxisMapping" "4 5"
143 Option "CorePointer"
144EndSection
145
146Section "ServerLayout"
147 Identifier "Layout[all]"
148 InputDevice "Keyboard[0]" "CoreKeyboard"
149 InputDevice "Mouse[1]" "CorePointer"
150 Option "Clone" "off"
151 Option "Xinerama" "off"
152 Screen "Screen[0]"
153EndSection
154
155Section "Monitor"
156 Identifier "Monitor[0]"
157 ModelName "VirtualBox Virtual Output"
158 VendorName "Sun Microsystems Inc"
159EndSection
160
161Section "Device"
162 BoardName "VirtualBox Graphics"
163 Driver "vboxvideo"
164 Identifier "Device[0]"
165 VendorName "Sun Microsystems Inc"
166EndSection
167
168Section "Screen"
169 SubSection "Display"
170 Depth 24
171 EndSubSection
172 Device "Device[0]"
173 Identifier "Screen[0]"
174 Monitor "Monitor[0]"
175EndSection

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