| 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/lib64/xorg/modules"
|
|---|
| 10 | FontPath "catalogue:/etc/X11/fontpath.d"
|
|---|
| 11 | FontPath "built-ins"
|
|---|
| 12 | EndSection
|
|---|
| 13 |
|
|---|
| 14 | Section "Module"
|
|---|
| 15 | Load "extmod"
|
|---|
| 16 | Load "glx"
|
|---|
| 17 | Load "dri"
|
|---|
| 18 | Load "dbe"
|
|---|
| 19 | Load "record"
|
|---|
| 20 | Load "dri2"
|
|---|
| 21 | EndSection
|
|---|
| 22 |
|
|---|
| 23 | Section "InputDevice"
|
|---|
| 24 | Identifier "Keyboard0"
|
|---|
| 25 | Driver "kbd"
|
|---|
| 26 | EndSection
|
|---|
| 27 |
|
|---|
| 28 | Section "InputDevice"
|
|---|
| 29 | Identifier "Mouse0"
|
|---|
| 30 | Driver "mouse"
|
|---|
| 31 | Option "Protocol" "auto"
|
|---|
| 32 | Option "Device" "/dev/input/mice"
|
|---|
| 33 | Option "ZAxisMapping" "4 5 6 7"
|
|---|
| 34 | EndSection
|
|---|
| 35 |
|
|---|
| 36 | Section "Monitor"
|
|---|
| 37 | Identifier "Monitor0"
|
|---|
| 38 | VendorName "Monitor Vendor"
|
|---|
| 39 | ModelName "Monitor Model"
|
|---|
| 40 | EndSection
|
|---|
| 41 |
|
|---|
| 42 | Section "Device"
|
|---|
| 43 | ### Available Driver options are:-
|
|---|
| 44 | ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
|
|---|
| 45 | ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
|
|---|
| 46 | ### [arg]: arg optional
|
|---|
| 47 | Identifier "Card0"
|
|---|
| 48 | Driver "vboxvideo"
|
|---|
| 49 | VendorName "InnoTek Systemberatung GmbH"
|
|---|
| 50 | BoardName "VirtualBox Graphics Adapter"
|
|---|
| 51 | BusID "PCI:0:2:0"
|
|---|
| 52 | EndSection
|
|---|
| 53 |
|
|---|
| 54 | Section "Screen"
|
|---|
| 55 | Identifier "Screen0"
|
|---|
| 56 | Device "Card0"
|
|---|
| 57 | Monitor "Monitor0"
|
|---|
| 58 | SubSection "Display"
|
|---|
| 59 | Viewport 0 0
|
|---|
| 60 | Depth 1
|
|---|
| 61 | EndSubSection
|
|---|
| 62 | SubSection "Display"
|
|---|
| 63 | Viewport 0 0
|
|---|
| 64 | Depth 4
|
|---|
| 65 | EndSubSection
|
|---|
| 66 | SubSection "Display"
|
|---|
| 67 | Viewport 0 0
|
|---|
| 68 | Depth 8
|
|---|
| 69 | EndSubSection
|
|---|
| 70 | SubSection "Display"
|
|---|
| 71 | Viewport 0 0
|
|---|
| 72 | Depth 15
|
|---|
| 73 | EndSubSection
|
|---|
| 74 | SubSection "Display"
|
|---|
| 75 | Viewport 0 0
|
|---|
| 76 | Depth 16
|
|---|
| 77 | Modes "1024x768" "800x600" "640x480" "1280x1024"
|
|---|
| 78 | EndSubSection
|
|---|
| 79 | SubSection "Display"
|
|---|
| 80 | Viewport 0 0
|
|---|
| 81 | Depth 24
|
|---|
| 82 | Modes "1024x768" "800x600" "640x480" "1280x1024"
|
|---|
| 83 | EndSubSection
|
|---|
| 84 | EndSection
|
|---|