VirtualBox

Ticket #5760: xorg.conf.kdm

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

Xorg.conf file, used when the Xorg.0.log.kdm file was generated

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"
27# Load "evdev"
28EndSection
29
30# Section "InputDevice"
31# Identifier "Keyboard0"
32# Driver "kbd"
33# EndSection
34
35# Section "InputDevice"
36# Identifier "Mouse0"
37# Driver "mouse"
38# Option "Protocol" "auto"
39# Option "Device" "/dev/input/mice"
40# Option "ZAxisMapping" "4 5 6 7"
41# EndSection
42
43# Section "Monitor"
44# Identifier "Monitor0"
45# VendorName "Monitor Vendor"
46# ModelName "Monitor Model"
47# EndSection
48
49# Section "Device"
50# ### Available Driver options are:-
51# ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
52# ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
53# ### [arg]: arg optional
54# Identifier "Card0"
55# Driver "vboxvideo"
56# VendorName "InnoTek Systemberatung GmbH"
57# BoardName "VirtualBox Graphics Adapter"
58# BusID "PCI:0:2:0"
59# EndSection
60
61# Section "Screen"
62# Identifier "Screen0"
63# Device "Card0"
64# Monitor "Monitor0"
65# SubSection "Display"
66# Viewport 0 0
67# Depth 1
68# EndSubSection
69# SubSection "Display"
70# Viewport 0 0
71# Depth 4
72# EndSubSection
73# SubSection "Display"
74# Viewport 0 0
75# Depth 8
76# EndSubSection
77# SubSection "Display"
78# Viewport 0 0
79# Depth 15
80# EndSubSection
81# SubSection "Display"
82# Viewport 0 0
83# Depth 16
84# EndSubSection
85# SubSection "Display"
86# Viewport 0 0
87# Depth 24
88# EndSubSection
89# EndSection
90
91#Section "InputDevice"
92# Identifier "Keyboard[0]"
93# Driver "kbd"
94# Option "Protocol" "Standard"
95# Option "CoreKeyboard"
96#EndSection
97
98Section "Monitor"
99 Identifier "Monitor[0]"
100 ModelName "VirtualBox Virtual Output"
101 VendorName "Sun Microsystems Inc"
102EndSection
103
104Section "Device"
105 BoardName "VirtualBox Graphics"
106 Driver "vboxvideo"
107 Identifier "Device[0]"
108 VendorName "Sun Microsystems Inc"
109EndSection
110
111Section "Screen"
112 SubSection "Display"
113 Depth 24
114 EndSubSection
115 Device "Device[0]"
116 Identifier "Screen[0]"
117 Monitor "Monitor[0]"
118EndSection

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