Last change
on this file since 103416 was 18089, checked in by vboxsync, 16 years ago |
x11/Installer: solaris_xorg_modeless.conf remove "rgbpath" line causing errors on Xorg 1.5.x. Bugster 6806473.
|
-
Property svn:eol-style
set to
LF
-
Property svn:keywords
set to
Id
|
File size:
2.0 KB
|
Line | |
---|
1 | # Default xorg.conf for Solaris guests.
|
---|
2 | #
|
---|
3 | # This file was created by VirtualBox Additions installer as it
|
---|
4 | # was unable to find any existing configuration file for X.
|
---|
5 |
|
---|
6 | Section "ServerLayout"
|
---|
7 | Identifier "X.org Configured"
|
---|
8 | Screen 0 "Screen0" 0 0
|
---|
9 | InputDevice "Mouse0" "CorePointer"
|
---|
10 | InputDevice "Keyboard0" "CoreKeyboard"
|
---|
11 | EndSection
|
---|
12 |
|
---|
13 | Section "Files"
|
---|
14 | FontPath "/usr/X11/lib/X11/fonts/misc/:unscaled"
|
---|
15 | FontPath "/usr/X11/lib/X11/fonts/100dpi/:unscaled"
|
---|
16 | FontPath "/usr/X11/lib/X11/fonts/75dpi/:unscaled"
|
---|
17 | FontPath "/usr/X11/lib/X11/fonts/misc/"
|
---|
18 | FontPath "/usr/X11/lib/X11/fonts/Type1/"
|
---|
19 | FontPath "/usr/X11/lib/X11/fonts/100dpi/"
|
---|
20 | FontPath "/usr/X11/lib/X11/fonts/75dpi/"
|
---|
21 | FontPath "/usr/X11/lib/X11/fonts/TrueType/"
|
---|
22 | FontPath "/usr/X11/lib/X11/fonts/Type1/sun/"
|
---|
23 | FontPath "/usr/X11/lib/X11/fonts/F3bitmaps/"
|
---|
24 | EndSection
|
---|
25 |
|
---|
26 | Section "Module"
|
---|
27 | Load "IA"
|
---|
28 | Load "dbe"
|
---|
29 | Load "extmod"
|
---|
30 | Load "record"
|
---|
31 | Load "xtrap"
|
---|
32 | Load "Glcore"
|
---|
33 | Load "glx"
|
---|
34 | Load "dri"
|
---|
35 | Load "xtsol"
|
---|
36 | Load "type1"
|
---|
37 | Load "freetype"
|
---|
38 | EndSection
|
---|
39 |
|
---|
40 | Section "InputDevice"
|
---|
41 | Identifier "Keyboard0"
|
---|
42 | Driver "kbd"
|
---|
43 | EndSection
|
---|
44 |
|
---|
45 | Section "InputDevice"
|
---|
46 | Identifier "Mouse0"
|
---|
47 | Driver "mouse"
|
---|
48 | Option "CorePointer"
|
---|
49 | Option "Device" "/dev/mouse"
|
---|
50 | Option "Protocol" "auto"
|
---|
51 | Option "ZAxisMapping" "4 5"
|
---|
52 | EndSection
|
---|
53 |
|
---|
54 | Section "Device"
|
---|
55 | Identifier "Generic Video Card"
|
---|
56 | Driver "vesa"
|
---|
57 | BusID "0:2:0"
|
---|
58 | EndSection
|
---|
59 |
|
---|
60 | Section "Monitor"
|
---|
61 | Identifier "Monitor0"
|
---|
62 | VendorName "Monitor Vendor"
|
---|
63 | ModelName "Monitor Model"
|
---|
64 | HorizSync 30.0 - 110.0
|
---|
65 | VertRefresh 50.0 - 150.0
|
---|
66 | EndSection
|
---|
67 |
|
---|
68 | Section "Device"
|
---|
69 | Identifier "Card0"
|
---|
70 | Driver "vesa"
|
---|
71 | VendorName "Unknown Vendor"
|
---|
72 | BoardName "Unknown Board"
|
---|
73 | BusID "PCI:0:2:0"
|
---|
74 | EndSection
|
---|
75 |
|
---|
76 | Section "Screen"
|
---|
77 | Identifier "Screen0"
|
---|
78 | Device "Card0"
|
---|
79 | Monitor "Monitor0"
|
---|
80 | EndSection
|
---|
81 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.