| 1 | # Default X11 configuration file for SUSE and openSUSE 11 guests in VirtualBox.
|
|---|
| 2 | # Based on:
|
|---|
| 3 | # SaX generated X11 config file
|
|---|
| 4 | # Version: 8.1
|
|---|
| 5 | #
|
|---|
| 6 |
|
|---|
| 7 | Section "Files"
|
|---|
| 8 | FontPath "/usr/share/fonts/misc:unscaled"
|
|---|
| 9 | FontPath "/usr/share/fonts/local"
|
|---|
| 10 | FontPath "/usr/share/fonts/75dpi:unscaled"
|
|---|
| 11 | FontPath "/usr/share/fonts/100dpi:unscaled"
|
|---|
| 12 | FontPath "/usr/share/fonts/Type1"
|
|---|
| 13 | FontPath "/usr/share/fonts/URW"
|
|---|
| 14 | FontPath "/usr/share/fonts/Speedo"
|
|---|
| 15 | FontPath "/usr/share/fonts/PEX"
|
|---|
| 16 | FontPath "/usr/share/fonts/cyrillic"
|
|---|
| 17 | FontPath "/usr/share/fonts/latin2/misc:unscaled"
|
|---|
| 18 | FontPath "/usr/share/fonts/latin2/75dpi:unscaled"
|
|---|
| 19 | FontPath "/usr/share/fonts/latin2/100dpi:unscaled"
|
|---|
| 20 | FontPath "/usr/share/fonts/latin2/Type1"
|
|---|
| 21 | FontPath "/usr/share/fonts/latin7/75dpi:unscaled"
|
|---|
| 22 | FontPath "/usr/share/fonts/baekmuk:unscaled"
|
|---|
| 23 | FontPath "/usr/share/fonts/japanese:unscaled"
|
|---|
| 24 | FontPath "/usr/share/fonts/kwintv"
|
|---|
| 25 | FontPath "/usr/share/fonts/truetype"
|
|---|
| 26 | FontPath "/usr/share/fonts/uni:unscaled"
|
|---|
| 27 | FontPath "/usr/share/fonts/CID"
|
|---|
| 28 | FontPath "/usr/share/fonts/ucs/misc:unscaled"
|
|---|
| 29 | FontPath "/usr/share/fonts/ucs/75dpi:unscaled"
|
|---|
| 30 | FontPath "/usr/share/fonts/ucs/100dpi:unscaled"
|
|---|
| 31 | FontPath "/usr/share/fonts/hellas/misc:unscaled"
|
|---|
| 32 | FontPath "/usr/share/fonts/hellas/75dpi:unscaled"
|
|---|
| 33 | FontPath "/usr/share/fonts/hellas/100dpi:unscaled"
|
|---|
| 34 | FontPath "/usr/share/fonts/hellas/Type1"
|
|---|
| 35 | FontPath "/usr/share/fonts/misc/sgi:unscaled"
|
|---|
| 36 | FontPath "/usr/share/fonts/xtest"
|
|---|
| 37 | FontPath "/opt/kde3/share/fonts"
|
|---|
| 38 | InputDevices "/dev/gpmdata"
|
|---|
| 39 | InputDevices "/dev/input/mice"
|
|---|
| 40 | EndSection
|
|---|
| 41 |
|
|---|
| 42 | Section "ServerFlags"
|
|---|
| 43 | Option "AllowMouseOpenFail" "on"
|
|---|
| 44 | Option "ZapWarning" "on"
|
|---|
| 45 | EndSection
|
|---|
| 46 |
|
|---|
| 47 | Section "Module"
|
|---|
| 48 | Load "dri"
|
|---|
| 49 | Load "dbe"
|
|---|
| 50 | Load "freetype"
|
|---|
| 51 | Load "extmod"
|
|---|
| 52 | Load "glx"
|
|---|
| 53 | EndSection
|
|---|
| 54 |
|
|---|
| 55 | Section "InputDevice"
|
|---|
| 56 | Driver "kbd"
|
|---|
| 57 | Identifier "Keyboard[0]"
|
|---|
| 58 | Option "Protocol" "Standard"
|
|---|
| 59 | Option "XkbLayout" "de"
|
|---|
| 60 | Option "XkbModel" "microsoftpro"
|
|---|
| 61 | Option "XkbRules" "xfree86"
|
|---|
| 62 | Option "XkbVariant" "nodeadkeys"
|
|---|
| 63 | EndSection
|
|---|
| 64 |
|
|---|
| 65 |
|
|---|
| 66 | Section "InputDevice"
|
|---|
| 67 | Driver "mouse"
|
|---|
| 68 | Identifier "Mouse[1]"
|
|---|
| 69 | Option "Buttons" "9"
|
|---|
| 70 | Option "Device" "/dev/input/mice"
|
|---|
| 71 | Option "Name" "VirtualBox Mouse Buttons"
|
|---|
| 72 | Option "Protocol" "explorerps/2"
|
|---|
| 73 | Option "Vendor" "Sun Microsystems Inc"
|
|---|
| 74 | Option "ZAxisMapping" "4 5"
|
|---|
| 75 | EndSection
|
|---|
| 76 |
|
|---|
| 77 |
|
|---|
| 78 | Section "InputDevice"
|
|---|
| 79 | Driver "vboxmouse"
|
|---|
| 80 | Identifier "Mouse[2]"
|
|---|
| 81 | Option "Device" "/dev/vboxadd"
|
|---|
| 82 | Option "Name" "VirtualBox Mouse"
|
|---|
| 83 | Option "Vendor" "Sun Microsystems Inc"
|
|---|
| 84 | EndSection
|
|---|
| 85 |
|
|---|
| 86 |
|
|---|
| 87 | Section "Monitor"
|
|---|
| 88 | Identifier "Monitor[0]"
|
|---|
| 89 | ModelName "VirtualBox Virtual Output"
|
|---|
| 90 | VendorName "Sun Microsystems Inc"
|
|---|
| 91 | EndSection
|
|---|
| 92 |
|
|---|
| 93 |
|
|---|
| 94 | Section "Screen"
|
|---|
| 95 | SubSection "Display"
|
|---|
| 96 | Depth 24
|
|---|
| 97 | EndSubSection
|
|---|
| 98 | Device "Device[0]"
|
|---|
| 99 | Identifier "Screen[0]"
|
|---|
| 100 | Monitor "Monitor[0]"
|
|---|
| 101 | EndSection
|
|---|
| 102 |
|
|---|
| 103 |
|
|---|
| 104 | Section "Device"
|
|---|
| 105 | BoardName "VirtualBox Graphics"
|
|---|
| 106 | Driver "vboxvideo"
|
|---|
| 107 | Identifier "Device[0]"
|
|---|
| 108 | VendorName "Sun Microsystems Inc"
|
|---|
| 109 | EndSection
|
|---|
| 110 |
|
|---|
| 111 |
|
|---|
| 112 |
|
|---|
| 113 | Section "ServerLayout"
|
|---|
| 114 | Identifier "Layout[all]"
|
|---|
| 115 | InputDevice "Keyboard[0]" "CoreKeyboard"
|
|---|
| 116 | InputDevice "Mouse[1]" "CorePointer"
|
|---|
| 117 | InputDevice "Mouse[2]" "SendCoreEvents"
|
|---|
| 118 | Option "Clone" "off"
|
|---|
| 119 | Option "Xinerama" "off"
|
|---|
| 120 | Screen "Screen[0]"
|
|---|
| 121 | EndSection
|
|---|
| 122 |
|
|---|
| 123 |
|
|---|
| 124 | Section "DRI"
|
|---|
| 125 | Group "video"
|
|---|
| 126 | Mode 0660
|
|---|
| 127 | EndSection
|
|---|
| 128 |
|
|---|
| 129 | Section "Extensions"
|
|---|
| 130 | EndSection
|
|---|
| 131 |
|
|---|