VirtualBox

Ticket #10765: xorg.2.conf

File xorg.2.conf, 1.9 KB (added by Steven Sroka, 12 years ago)

Autogenerated 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/lib/xorg/modules"
10 FontPath "/usr/share/fonts/misc/"
11 FontPath "/usr/share/fonts/TTF/"
12 FontPath "/usr/share/fonts/OTF/"
13 FontPath "/usr/share/fonts/Type1/"
14 FontPath "/usr/share/fonts/100dpi/"
15 FontPath "/usr/share/fonts/75dpi/"
16EndSection
17
18Section "Module"
19 Load "extmod"
20 Load "dri2"
21 Load "glx"
22 Load "record"
23 Load "dri"
24 Load "dbe"
25EndSection
26
27Section "InputDevice"
28 Identifier "Keyboard0"
29 Driver "kbd"
30EndSection
31
32Section "InputDevice"
33 Identifier "Mouse0"
34 Driver "mouse"
35 Option "Protocol" "auto"
36 Option "Device" "/dev/input/mice"
37 Option "ZAxisMapping" "4 5 6 7"
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 ### <percent>: "<f>%"
51 ### [arg]: arg optional
52 #Option "ShadowFB" # [<bool>]
53 #Option "DefaultRefresh" # [<bool>]
54 #Option "ModeSetClearScreen" # [<bool>]
55 Identifier "Card0"
56 Driver "vesa"
57 BusID "PCI:0:2:0"
58EndSection
59
60Section "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
88EndSection
89

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