VirtualBox

Ticket #6370: f13vbox.xorg.conf

File f13vbox.xorg.conf, 1.8 KB (added by Gary Humenuk, 14 years ago)

Sample xorg.conf to allow addons to work with Fedora 13 guest.

Line 
1Section "ServerLayout"
2 Identifier "X.org Configured"
3 Screen 0 "Screen0" 0 0
4 InputDevice "Mouse0" "CorePointer"
5 InputDevice "Keyboard0" "CoreKeyboard"
6EndSection
7
8Section "Files"
9 ModulePath "/usr/lib/xorg/modules"
10 FontPath "catalogue:/etc/X11/fontpath.d"
11 FontPath "built-ins"
12EndSection
13
14Section "Module"
15 Load "dri2"
16 Load "dbe"
17 Load "glx"
18 Load "dri"
19 Load "extmod"
20 Load "record"
21EndSection
22
23Section "InputDevice"
24 Identifier "Keyboard0"
25 Driver "kbd"
26EndSection
27
28Section "InputDevice"
29 Identifier "Mouse0"
30 Driver "vboxmouse"
31 Option "Buttons" "9"
32 Option "Device" "/dev/input/mice"
33 Option "Name" "VirtualBox Mouse"
34 Option "Protocol" "explorerps/2"
35 Option "Vendor" "Sun Microsystems Inc"
36 Option "ZAxisMapping" "4 5"
37 Option "CorePointer"
38EndSection
39
40Section "Monitor"
41 Identifier "Monitor0"
42 VendorName "Monitor Vendor"
43 ModelName "Monitor Model"
44EndSection
45
46Section "Device"
47 ### Available Driver options are:-
48 ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
49 ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
50 ### [arg]: arg optional
51 Identifier "Card0"
52 Driver "vboxvideo"
53 VendorName "InnoTek Systemberatung GmbH"
54 BoardName "VirtualBox Graphics Adapter"
55 BusID "PCI:0:2:0"
56EndSection
57
58Section "Screen"
59 Identifier "Screen0"
60 Device "Card0"
61 Monitor "Monitor0"
62 SubSection "Display"
63 Viewport 0 0
64 Depth 1
65 EndSubSection
66 SubSection "Display"
67 Viewport 0 0
68 Depth 4
69 EndSubSection
70 SubSection "Display"
71 Viewport 0 0
72 Depth 8
73 EndSubSection
74 SubSection "Display"
75 Viewport 0 0
76 Depth 15
77 EndSubSection
78 SubSection "Display"
79 Viewport 0 0
80 Depth 16
81 EndSubSection
82 SubSection "Display"
83 Viewport 0 0
84 Depth 24
85 EndSubSection
86EndSection
87

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