blob: dd5d780e4c01d58d527c28b7836a8011cd87198d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
|
# Default xorg.conf for Solaris guests.
#
# This file was created by VirtualBox Additions installer as it
# was unable to find any existing configuration file for X.
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
RgbPath "/usr/X11/lib/X11/rgb"
FontPath "/usr/X11/lib/X11/fonts/misc/:unscaled"
FontPath "/usr/X11/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/X11/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/X11/lib/X11/fonts/misc/"
FontPath "/usr/X11/lib/X11/fonts/Type1/"
FontPath "/usr/X11/lib/X11/fonts/100dpi/"
FontPath "/usr/X11/lib/X11/fonts/75dpi/"
FontPath "/usr/X11/lib/X11/fonts/TrueType/"
FontPath "/usr/X11/lib/X11/fonts/Type1/sun/"
FontPath "/usr/X11/lib/X11/fonts/F3bitmaps/"
EndSection
Section "Module"
Load "IA"
Load "dbe"
Load "extmod"
Load "record"
Load "xtrap"
Load "Glcore"
Load "glx"
Load "dri"
Load "xtsol"
Load "type1"
Load "freetype"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/mouse"
Option "Protocol" "auto"
Option "ZAxisMapping" "4 5"
EndSection
Section "Device"
Identifier "Generic Video Card"
Driver "vesa"
BusID "0:2:0"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
HorizSync 30.0 - 110.0
VertRefresh 50.0 - 150.0
EndSection
Section "Device"
Identifier "Card0"
Driver "vesa"
VendorName "Unknown Vendor"
BoardName "Unknown Board"
BusID "PCI:0:2:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
ViewPort 0 0
Depth 1
Modes "1024x768_75.00" "800x600_75.00" "640x480_60.00"
EndSubSection
SubSection "Display"
ViewPort 0 0
Depth 4
Modes "1024x768_75.00" "800x600_75.00" "640x480_60.00"
EndSubSection
SubSection "Display"
ViewPort 0 0
Depth 8
Modes "1024x768_75.00" "800x600_75.00" "640x480_60.00"
EndSubSection
SubSection "Display"
ViewPort 0 0
Depth 15
Modes "1024x768_75.00" "800x600_75.00" "640x480_60.00"
EndSubSection
SubSection "Display"
ViewPort 0 0
Depth 16
Modes "1024x768_75.00" "800x600_75.00" "640x480_60.00"
EndSubSection
SubSection "Display"
ViewPort 0 0
Depth 24
Modes "1024x768_75.00" "800x600_75.00" "640x480_60.00"
EndSubSection
EndSection
|