| 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 | 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/"
|
|---|
| 25 | EndSection
|
|---|
| 26 |
|
|---|
| 27 | Section "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"
|
|---|
| 39 | EndSection
|
|---|
| 40 |
|
|---|
| 41 | Section "InputDevice"
|
|---|
| 42 | Identifier "Keyboard0"
|
|---|
| 43 | Driver "kbd"
|
|---|
| 44 | EndSection
|
|---|
| 45 |
|
|---|
| 46 | Section "InputDevice"
|
|---|
| 47 | Identifier "Mouse0"
|
|---|
| 48 | Driver "vboxmouse"
|
|---|
| 49 | Option "CorePointer"
|
|---|
| 50 | Option "Device" "/dev/mouse"
|
|---|
| 51 | Option "Protocol" "auto"
|
|---|
| 52 | Option "ZAxisMapping" "4 5"
|
|---|
| 53 | EndSection
|
|---|
| 54 |
|
|---|
| 55 | Section "Device"
|
|---|
| 56 | Identifier "Generic Video Card"
|
|---|
| 57 | Driver "vboxvideo"
|
|---|
| 58 | BusID "0:2:0"
|
|---|
| 59 | EndSection
|
|---|
| 60 |
|
|---|
| 61 | Section "Monitor"
|
|---|
| 62 | Identifier "Monitor0"
|
|---|
| 63 | VendorName "Monitor Vendor"
|
|---|
| 64 | ModelName "Monitor Model"
|
|---|
| 65 | HorizSync 30.0 - 110.0
|
|---|
| 66 | VertRefresh 50.0 - 150.0
|
|---|
| 67 | EndSection
|
|---|
| 68 |
|
|---|
| 69 | Section "Device"
|
|---|
| 70 | Identifier "Card0"
|
|---|
| 71 | Driver "vboxvideo"
|
|---|
| 72 | VendorName "Unknown Vendor"
|
|---|
| 73 | BoardName "Unknown Board"
|
|---|
| 74 | BusID "PCI:0:2:0"
|
|---|
| 75 | EndSection
|
|---|
| 76 |
|
|---|
| 77 | Section "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
|
|---|
| 112 | EndSection
|
|---|
| 113 |
|
|---|