| 1 | Section "ServerLayout"
|
|---|
| 2 | Identifier "X.org Configured"
|
|---|
| 3 | Screen 0 "Screen0" 0 0
|
|---|
| 4 | EndSection
|
|---|
| 5 |
|
|---|
| 6 | Section "Files"
|
|---|
| 7 | ModulePath "/usr/lib/xorg/modules"
|
|---|
| 8 | FontPath "/usr/share/fonts/misc/"
|
|---|
| 9 | FontPath "/usr/share/fonts/TTF/"
|
|---|
| 10 | FontPath "/usr/share/fonts/OTF/"
|
|---|
| 11 | FontPath "/usr/share/fonts/Type1/"
|
|---|
| 12 | FontPath "/usr/share/fonts/100dpi/"
|
|---|
| 13 | FontPath "/usr/share/fonts/75dpi/"
|
|---|
| 14 | EndSection
|
|---|
| 15 |
|
|---|
| 16 | Section "Module"
|
|---|
| 17 | Load "dbe"
|
|---|
| 18 | Load "dri"
|
|---|
| 19 | Load "dri2"
|
|---|
| 20 | Load "extmod"
|
|---|
| 21 | Load "glx"
|
|---|
| 22 | Load "record"
|
|---|
| 23 | EndSection
|
|---|
| 24 |
|
|---|
| 25 | Section "Monitor"
|
|---|
| 26 | Identifier "Monitor0"
|
|---|
| 27 | VendorName "Monitor Vendor"
|
|---|
| 28 | ModelName "Monitor Model"
|
|---|
| 29 | EndSection
|
|---|
| 30 |
|
|---|
| 31 | Section "Device"
|
|---|
| 32 | ### Available Driver options are:-
|
|---|
| 33 | ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
|
|---|
| 34 | ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
|
|---|
| 35 | ### <percent>: "<f>%"
|
|---|
| 36 | ### [arg]: arg optional
|
|---|
| 37 | #Option "ShadowFB" # [<bool>]
|
|---|
| 38 | #Option "DefaultRefresh" # [<bool>]
|
|---|
| 39 | #Option "ModeSetClearScreen" # [<bool>]
|
|---|
| 40 | Identifier "Card0"
|
|---|
| 41 | Driver "vesa"
|
|---|
| 42 | BusID "PCI:0:2:0"
|
|---|
| 43 | Option "DRI" "true"
|
|---|
| 44 | EndSection
|
|---|
| 45 |
|
|---|
| 46 | Section "Screen"
|
|---|
| 47 | Identifier "Screen0"
|
|---|
| 48 | Device "Card0"
|
|---|
| 49 | Monitor "Monitor0"
|
|---|
| 50 | SubSection "Display"
|
|---|
| 51 | Viewport 0 0
|
|---|
| 52 | Depth 1
|
|---|
| 53 | EndSubSection
|
|---|
| 54 | SubSection "Display"
|
|---|
| 55 | Viewport 0 0
|
|---|
| 56 | Depth 4
|
|---|
| 57 | EndSubSection
|
|---|
| 58 | SubSection "Display"
|
|---|
| 59 | Viewport 0 0
|
|---|
| 60 | Depth 8
|
|---|
| 61 | EndSubSection
|
|---|
| 62 | SubSection "Display"
|
|---|
| 63 | Viewport 0 0
|
|---|
| 64 | Depth 15
|
|---|
| 65 | EndSubSection
|
|---|
| 66 | SubSection "Display"
|
|---|
| 67 | Viewport 0 0
|
|---|
| 68 | Depth 16
|
|---|
| 69 | EndSubSection
|
|---|
| 70 | SubSection "Display"
|
|---|
| 71 | Viewport 0 0
|
|---|
| 72 | Depth 24
|
|---|
| 73 | EndSubSection
|
|---|
| 74 | EndSection
|
|---|
| 75 |
|
|---|
| 76 | Section "Extensions"
|
|---|
| 77 | Option "Composite" "Enable"
|
|---|
| 78 | Option "RENDER" "Enable"
|
|---|
| 79 | EndSection
|
|---|
| 80 |
|
|---|
| 81 | Section "DRI"
|
|---|
| 82 | Group "video"
|
|---|
| 83 | Mode 0666
|
|---|
| 84 | EndSection
|
|---|
| 85 |
|
|---|