VirtualBox

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

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

Solaris/Additions: fix resizing issue with Xorg 1.3.x.

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Id
File size: 2.1 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"
81EndSection
82
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