VirtualBox

Ticket #5842: xorg.conf

File xorg.conf, 1.8 KB (added by Robin Green, 15 years ago)

WORKAROUND - as root, copy to /etc/X11/xorg.conf

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

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