VirtualBox

Ticket #5275: xorg.conf

File xorg.conf, 2.7 KB (added by Noel Carneiro, 15 years ago)
Line 
1# Xorg configuration created by system-config-display
2
3Section "ServerLayout"
4 Identifier "single head configuration"
5 Screen 0 "Screen0" 0 0
6 InputDevice "Mouse0" "CorePointer"
7 InputDevice "Keyboard0" "CoreKeyboard"
8EndSection
9
10Section "Files"
11
12# RgbPath is the location of the RGB database. Note, this is the name of the
13# file minus the extension (like ".txt" or ".db"). There is normally
14# no need to change the default.
15# Multiple FontPath entries are allowed (they are concatenated together)
16# By default, Red Hat 6.0 and later now use a font server independent of
17# the X server to render fonts.
18 RgbPath "/usr/X11R6/lib/X11/rgb"
19 FontPath "unix/:7100"
20EndSection
21
22Section "Module"
23 Load "dbe"
24 Load "extmod"
25 Load "fbdevhw"
26 Load "glx"
27 Load "record"
28 Load "freetype"
29 Load "type1"
30 Load "dri"
31EndSection
32
33Section "InputDevice"
34
35# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
36# Option "Xleds" "1 2 3"
37# To disable the XKEYBOARD extension, uncomment XkbDisable.
38# Option "XkbDisable"
39# To customise the XKB settings to suit your keyboard, modify the
40# lines below (which are the defaults). For example, for a non-U.S.
41# keyboard, you will probably want to use:
42# Option "XkbModel" "pc102"
43# If you have a US Microsoft Natural keyboard, you can use:
44# Option "XkbModel" "microsoft"
45#
46# Then to change the language, change the Layout setting.
47# For example, a german layout can be obtained with:
48# Option "XkbLayout" "de"
49# or:
50# Option "XkbLayout" "de"
51# Option "XkbVariant" "nodeadkeys"
52#
53# If you'd like to switch the positions of your capslock and
54# control keys, use:
55# Option "XkbOptions" "ctrl:swapcaps"
56# Or if you just want both to be control, use:
57# Option "XkbOptions" "ctrl:nocaps"
58#
59 Identifier "Keyboard0"
60 Driver "kbd"
61 Option "XkbModel" "pc105"
62 Option "XkbLayout" "us"
63EndSection
64
65Section "InputDevice"
66 Identifier "Mouse0"
67 Driver "vboxmouse"
68 Option "CorePointer"
69 Option "Protocol" "IMPS/2"
70 Option "Device" "/dev/input/mice"
71 Option "ZAxisMapping" "4 5"
72 Option "Emulate3Buttons" "yes"
73EndSection
74
75Section "Monitor"
76 Identifier "Monitor0"
77 VendorName "Monitor Vendor"
78 ModelName "LCD Panel 1600x1000"
79 HorizSync 31.5 - 90.0
80 VertRefresh 60.0 - 60.0
81 Option "dpms"
82EndSection
83
84Section "Device"
85 Identifier "Videocard0"
86 Driver "vboxvideo"
87 VendorName "Videocard vendor"
88 BoardName "VESA driver (generic)"
89EndSection
90
91Section "Screen"
92 Identifier "Screen0"
93 Device "Videocard0"
94 Monitor "Monitor0"
95 DefaultDepth 24
96 SubSection "Display"
97 Viewport 0 0
98 Depth 24
99 Modes "1280x800" "1152x720"
100 EndSubSection
101EndSection
102
103Section "DRI"
104 Group 0
105 Mode 0666
106EndSection
107

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