| 1 | Section "ServerLayout"
|
|---|
| 2 | Identifier "X.org Configured"
|
|---|
| 3 | Screen 0 "Screen0" 0 0
|
|---|
| 4 | InputDevice "Mouse0" "CorePointer"
|
|---|
| 5 | InputDevice "Keyboard0" "CoreKeyboard"
|
|---|
| 6 | EndSection
|
|---|
| 7 |
|
|---|
| 8 | Section "Files"
|
|---|
| 9 | ModulePath "/usr/lib/xorg/modules"
|
|---|
| 10 | FontPath "/usr/share/fonts/X11/misc"
|
|---|
| 11 | FontPath "/usr/share/fonts/X11/cyrillic"
|
|---|
| 12 | FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
|
|---|
| 13 | FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
|
|---|
| 14 | FontPath "/usr/share/fonts/X11/Type1"
|
|---|
| 15 | FontPath "/usr/share/fonts/X11/100dpi"
|
|---|
| 16 | FontPath "/usr/share/fonts/X11/75dpi"
|
|---|
| 17 | FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
|
|---|
| 18 | FontPath "built-ins"
|
|---|
| 19 | EndSection
|
|---|
| 20 |
|
|---|
| 21 | Section "Module"
|
|---|
| 22 | Load "dri"
|
|---|
| 23 | Load "extmod"
|
|---|
| 24 | Load "dri2"
|
|---|
| 25 | Load "dbe"
|
|---|
| 26 | Load "record"
|
|---|
| 27 | Load "glx"
|
|---|
| 28 | EndSection
|
|---|
| 29 |
|
|---|
| 30 | Section "InputDevice"
|
|---|
| 31 | Identifier "Keyboard0"
|
|---|
| 32 | Driver "kbd"
|
|---|
| 33 | EndSection
|
|---|
| 34 |
|
|---|
| 35 | Section "InputDevice"
|
|---|
| 36 | Identifier "Mouse0"
|
|---|
| 37 | Driver "mouse"
|
|---|
| 38 | Option "Protocol" "auto"
|
|---|
| 39 | Option "Device" "/dev/input/mice"
|
|---|
| 40 | Option "ZAxisMapping" "4 5 6 7"
|
|---|
| 41 | EndSection
|
|---|
| 42 |
|
|---|
| 43 | Section "Monitor"
|
|---|
| 44 | Identifier "Monitor0"
|
|---|
| 45 | VendorName "Monitor Vendor"
|
|---|
| 46 | ModelName "Monitor Model"
|
|---|
| 47 | EndSection
|
|---|
| 48 |
|
|---|
| 49 | Section "Device"
|
|---|
| 50 | ### Available Driver options are:-
|
|---|
| 51 | ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
|
|---|
| 52 | ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
|
|---|
| 53 | ### [arg]: arg optional
|
|---|
| 54 | #Option "ShadowFB" # [<bool>]
|
|---|
| 55 | #Option "DefaultRefresh" # [<bool>]
|
|---|
| 56 | #Option "ModeSetClearScreen" # [<bool>]
|
|---|
| 57 | Identifier "Card0"
|
|---|
| 58 | Driver "vesa"
|
|---|
| 59 | VendorName "InnoTek Systemberatung GmbH"
|
|---|
| 60 | BoardName "VirtualBox Graphics Adapter"
|
|---|
| 61 | BusID "PCI:0:2:0"
|
|---|
| 62 | EndSection
|
|---|
| 63 |
|
|---|
| 64 | Section "Screen"
|
|---|
| 65 | Identifier "Screen0"
|
|---|
| 66 | Device "Card0"
|
|---|
| 67 | Monitor "Monitor0"
|
|---|
| 68 | # SubSection "Display"
|
|---|
| 69 | # Viewport 0 0
|
|---|
| 70 | # Depth 1
|
|---|
| 71 | # EndSubSection
|
|---|
| 72 | # SubSection "Display"
|
|---|
| 73 | # Viewport 0 0
|
|---|
| 74 | # Depth 4
|
|---|
| 75 | # EndSubSection
|
|---|
| 76 | # SubSection "Display"
|
|---|
| 77 | # Viewport 0 0
|
|---|
| 78 | # Depth 8
|
|---|
| 79 | # EndSubSection
|
|---|
| 80 | # SubSection "Display"
|
|---|
| 81 | # Viewport 0 0
|
|---|
| 82 | # Depth 15
|
|---|
| 83 | # EndSubSection
|
|---|
| 84 | # SubSection "Display"
|
|---|
| 85 | # Viewport 0 0
|
|---|
| 86 | # Depth 16
|
|---|
| 87 | # EndSubSection
|
|---|
| 88 | SubSection "Display"
|
|---|
| 89 | Viewport 0 0
|
|---|
| 90 | Depth 24
|
|---|
| 91 | Modes "1152x864"
|
|---|
| 92 | EndSubSection
|
|---|
| 93 | EndSection
|
|---|