VirtualBox

Ticket #10765: xorg.conf

File xorg.conf, 1.8 KB (added by Steven Sroka, 12 years ago)
Line 
1Section "ServerLayout"
2 Identifier "X.org Configured"
3 Screen 0 "Screen0" 0 0
4EndSection
5
6Section "Files"
7 ModulePath "/usr/lib/xorg/modules"
8 FontPath "/usr/share/fonts/misc/"
9 FontPath "/usr/share/fonts/TTF/"
10 FontPath "/usr/share/fonts/OTF/"
11 FontPath "/usr/share/fonts/Type1/"
12 FontPath "/usr/share/fonts/100dpi/"
13 FontPath "/usr/share/fonts/75dpi/"
14EndSection
15
16Section "Module"
17 Load "dbe"
18 Load "dri"
19 Load "dri2"
20 Load "extmod"
21 Load "glx"
22 Load "record"
23EndSection
24
25Section "Monitor"
26 Identifier "Monitor0"
27 VendorName "Monitor Vendor"
28 ModelName "Monitor Model"
29EndSection
30
31Section "Device"
32 ### Available Driver options are:-
33 ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
34 ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
35 ### <percent>: "<f>%"
36 ### [arg]: arg optional
37 #Option "ShadowFB" # [<bool>]
38 #Option "DefaultRefresh" # [<bool>]
39 #Option "ModeSetClearScreen" # [<bool>]
40 Identifier "Card0"
41 Driver "vesa"
42 BusID "PCI:0:2:0"
43 Option "DRI" "true"
44EndSection
45
46Section "Screen"
47 Identifier "Screen0"
48 Device "Card0"
49 Monitor "Monitor0"
50 SubSection "Display"
51 Viewport 0 0
52 Depth 1
53 EndSubSection
54 SubSection "Display"
55 Viewport 0 0
56 Depth 4
57 EndSubSection
58 SubSection "Display"
59 Viewport 0 0
60 Depth 8
61 EndSubSection
62 SubSection "Display"
63 Viewport 0 0
64 Depth 15
65 EndSubSection
66 SubSection "Display"
67 Viewport 0 0
68 Depth 16
69 EndSubSection
70 SubSection "Display"
71 Viewport 0 0
72 Depth 24
73 EndSubSection
74EndSection
75
76Section "Extensions"
77 Option "Composite" "Enable"
78 Option "RENDER" "Enable"
79EndSection
80
81Section "DRI"
82 Group "video"
83 Mode 0666
84EndSection
85

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