VirtualBox

Ticket #5760: xorg.conf.txt

File xorg.conf.txt, 2.6 KB (added by Rutger van Bergen, 15 years ago)

Xorg.conf file

Line 
1# VirtualBox generated configuration file
2# based on /etc/X11/xorg.conf.
3# Section "ServerLayout"
4# Identifier "X.org Configured"
5# Screen 0 "Screen0" 0 0
6# InputDevice "Mouse0" "CorePointer"
7# InputDevice "Keyboard0" "CoreKeyboard"
8# EndSection
9
10Section "Files"
11 ModulePath "/usr/lib/xorg/modules"
12 FontPath "/usr/share/fonts/misc/"
13 FontPath "/usr/share/fonts/TTF/"
14 FontPath "/usr/share/fonts/OTF"
15 FontPath "/usr/share/fonts/Type1/"
16 FontPath "/usr/share/fonts/100dpi/"
17 FontPath "/usr/share/fonts/75dpi/"
18EndSection
19
20Section "Module"
21 Load "glx"
22 Load "dbe"
23 Load "dri"
24 Load "dri2"
25 Load "extmod"
26 Load "record"
27EndSection
28
29# Section "InputDevice"
30# Identifier "Keyboard0"
31# Driver "kbd"
32# EndSection
33
34# Section "InputDevice"
35# Identifier "Mouse0"
36# Driver "mouse"
37# Option "Protocol" "auto"
38# Option "Device" "/dev/input/mice"
39# Option "ZAxisMapping" "4 5 6 7"
40# EndSection
41
42# Section "Monitor"
43# Identifier "Monitor0"
44# VendorName "Monitor Vendor"
45# ModelName "Monitor Model"
46# EndSection
47
48# Section "Device"
49# ### Available Driver options are:-
50# ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
51# ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
52# ### [arg]: arg optional
53# Identifier "Card0"
54# Driver "vboxvideo"
55# VendorName "InnoTek Systemberatung GmbH"
56# BoardName "VirtualBox Graphics Adapter"
57# BusID "PCI:0:2:0"
58# EndSection
59
60# Section "Screen"
61# Identifier "Screen0"
62# Device "Card0"
63# Monitor "Monitor0"
64# SubSection "Display"
65# Viewport 0 0
66# Depth 1
67# EndSubSection
68# SubSection "Display"
69# Viewport 0 0
70# Depth 4
71# EndSubSection
72# SubSection "Display"
73# Viewport 0 0
74# Depth 8
75# EndSubSection
76# SubSection "Display"
77# Viewport 0 0
78# Depth 15
79# EndSubSection
80# SubSection "Display"
81# Viewport 0 0
82# Depth 16
83# EndSubSection
84# SubSection "Display"
85# Viewport 0 0
86# Depth 24
87# EndSubSection
88# EndSection
89
90Section "InputDevice"
91 Identifier "Keyboard[0]"
92 Driver "kbd"
93 Option "Protocol" "Standard"
94 Option "CoreKeyboard"
95EndSection
96
97Section "Monitor"
98 Identifier "Monitor[0]"
99 ModelName "VirtualBox Virtual Output"
100 VendorName "Sun Microsystems Inc"
101EndSection
102
103Section "Device"
104 BoardName "VirtualBox Graphics"
105 Driver "vboxvideo"
106 Identifier "Device[0]"
107 VendorName "Sun Microsystems Inc"
108EndSection
109
110Section "Screen"
111 SubSection "Display"
112 Depth 24
113 EndSubSection
114 Device "Device[0]"
115 Identifier "Screen[0]"
116 Monitor "Monitor[0]"
117EndSection

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