VirtualBox

Ticket #292: xorg.conf

File xorg.conf, 2.2 KB (added by e, 16 years ago)

'Windows' configuration

Line 
1
2Section "Module"
3
4 Load "dbe" # Double buffer extension
5 SubSection "extmod"
6 Option "omit xfree86-dga" # don't initialise the DGA extension
7 EndSubSection
8 Load "type1"
9 Load "freetype"
10 Load "xtt"
11 Load "glx"
12 Load "dri"
13EndSection
14
15Section "Extensions"
16 Option "Composite" "Enable"
17EndSection
18
19Section "Files"
20 FontPath "/usr/share/fonts/local"
21 FontPath "/usr/share/fonts/misc/"
22 FontPath "/usr/share/fonts/TTF/"
23 FontPath "/usr/share/fonts/OTF"
24 FontPath "/usr/share/fonts/Type1/"
25 FontPath "/usr/lib/X11/fonts/local/"
26 FontPath "/usr/lib/X11/fonts/misc/"
27 FontPath "/usr/lib/X11/fonts/Type1/"
28 FontPath "/usr/lib/X11/fonts/TrueType/"
29 FontPath "/usr/lib/X11/fonts/freefont/"
30EndSection
31
32Section "ServerFlags"
33 Option "Dont Zoom"
34# Option "DisableVidModeExtension"
35EndSection
36
37Section "InputDevice"
38 Identifier "Keyboard1"
39 Driver "keyboard"
40 Option "AutoRepeat" "500 30"
41 Option "XkbRules" "xorg"
42 Option "XkbModel" "pc110"
43 Option "XkbLayout" "us"
44 Option "XkbVariant" ""
45 Option "XkbOptions" ""
46 Option "XLeds" "3"
47EndSection
48
49Section "InputDevice"
50 Identifier "Mouse1"
51 Driver "mouse"
52 Option "Protocol" "Auto"
53 Option "Device" "/dev/input/mice"
54 Option "ZAxisMapping" "4 5 6 7"
55EndSection
56
57Section "Monitor"
58 Identifier "BenQ G2400W"
59 HorizSync 31.5 - 82.0
60 VertRefresh 56.0 - 76.0
61 Option "dpms"
62 Option "blank time" "90"
63 Option "standby time" "91"
64 Option "suspend time" "92"
65 Option "off time" "93"
66EndSection
67
68Section "Device"
69 Identifier "nvidia"
70 Driver "nvidia"
71 Option "hw cursor" "on"
72 Option "XAANoOffscreenPixmaps" "true"
73 Option "DRI" "true"
74EndSection
75
76Section "Screen"
77 Identifier "Screen 1"
78 Device "nvidia"
79 Monitor "BenQ G2400W"
80 Option "AddARGBGLXVisuals" "true"
81 DefaultDepth 24
82
83 Subsection "Display"
84 Depth 24
85 Modes "1920x1200"
86 ViewPort 0 0
87 EndSubsection
88
89 Subsection "Display"
90 Depth 24
91 Modes "1280x1024"
92 ViewPort 0 0
93 EndSubsection
94
95 Subsection "Display"
96 Depth 24
97 Modes "800x600"
98 ViewPort 0 0
99 EndSubsection
100EndSection
101
102Section "ServerLayout"
103 Identifier "Simple Layout"
104 Screen "Screen 1"
105 InputDevice "Mouse1" "CorePointer"
106 InputDevice "Keyboard1" "CoreKeyboard"
107 Option "AIGLX" "true"
108EndSection
109
110Section "DRI"
111 Mode 0666
112EndSection
113
114
115
116
117

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