VirtualBox

source: vbox/trunk/src/VBox/Additions/x11/Installer/solaris_xorg_modeless.conf@ 18089

Last change on this file since 18089 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
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 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/"
24EndSection
25
26Section "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"
38EndSection
39
40Section "InputDevice"
41 Identifier "Keyboard0"
42 Driver "kbd"
43EndSection
44
45Section "InputDevice"
46 Identifier "Mouse0"
47 Driver "mouse"
48 Option "CorePointer"
49 Option "Device" "/dev/mouse"
50 Option "Protocol" "auto"
51 Option "ZAxisMapping" "4 5"
52EndSection
53
54Section "Device"
55 Identifier "Generic Video Card"
56 Driver "vesa"
57 BusID "0:2:0"
58EndSection
59
60Section "Monitor"
61 Identifier "Monitor0"
62 VendorName "Monitor Vendor"
63 ModelName "Monitor Model"
64 HorizSync 30.0 - 110.0
65 VertRefresh 50.0 - 150.0
66EndSection
67
68Section "Device"
69 Identifier "Card0"
70 Driver "vesa"
71 VendorName "Unknown Vendor"
72 BoardName "Unknown Board"
73 BusID "PCI:0:2:0"
74EndSection
75
76Section "Screen"
77 Identifier "Screen0"
78 Device "Card0"
79 Monitor "Monitor0"
80EndSection
81
Note: See TracBrowser for help on using the repository browser.

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