VirtualBox

source: vbox/trunk/src/VBox/Additions/x11/Installer/solaris_xorg.conf

Last change on this file was 7778, checked in by vboxsync, 16 years ago

export

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

© 2023 Oracle
ContactPrivacy policyTerms of Use