| 1 |
|
|---|
| 2 | Section "Module"
|
|---|
| 3 |
|
|---|
| 4 | Load "dbe" # Double buffer extension
|
|---|
| 5 | SubSection "extmod"
|
|---|
| 6 | Option "omit xfree86-dga" # don't initialise the DGA extension
|
|---|
| 7 | EndSubSection
|
|---|
| 8 | Load "type1"
|
|---|
| 9 | Load "freetype"
|
|---|
| 10 | Load "xtt"
|
|---|
| 11 | Load "glx"
|
|---|
| 12 | Load "dri"
|
|---|
| 13 | EndSection
|
|---|
| 14 |
|
|---|
| 15 | Section "Extensions"
|
|---|
| 16 | Option "Composite" "Enable"
|
|---|
| 17 | EndSection
|
|---|
| 18 |
|
|---|
| 19 | Section "Files"
|
|---|
| 20 | FontPath "/usr/share/fonts/local"
|
|---|
| 21 | FontPath "/usr/share/fonts/misc/"
|
|---|
| 22 | FontPath "/usr/share/fonts/TTF/"
|
|---|
| 23 | FontPath "/usr/share/fonts/OTF"
|
|---|
| 24 | FontPath "/usr/share/fonts/Type1/"
|
|---|
| 25 | FontPath "/usr/lib/X11/fonts/local/"
|
|---|
| 26 | FontPath "/usr/lib/X11/fonts/misc/"
|
|---|
| 27 | FontPath "/usr/lib/X11/fonts/Type1/"
|
|---|
| 28 | FontPath "/usr/lib/X11/fonts/TrueType/"
|
|---|
| 29 | FontPath "/usr/lib/X11/fonts/freefont/"
|
|---|
| 30 | EndSection
|
|---|
| 31 |
|
|---|
| 32 | Section "ServerFlags"
|
|---|
| 33 | Option "Dont Zoom"
|
|---|
| 34 | # Option "DisableVidModeExtension"
|
|---|
| 35 | EndSection
|
|---|
| 36 |
|
|---|
| 37 | Section "InputDevice"
|
|---|
| 38 | Identifier "Keyboard1"
|
|---|
| 39 | Driver "keyboard"
|
|---|
| 40 | Option "AutoRepeat" "500 30"
|
|---|
| 41 | Option "XkbRules" "xorg"
|
|---|
| 42 | Option "XkbModel" "pc110"
|
|---|
| 43 | Option "XkbLayout" "us"
|
|---|
| 44 | Option "XkbVariant" ""
|
|---|
| 45 | Option "XkbOptions" ""
|
|---|
| 46 | Option "XLeds" "3"
|
|---|
| 47 | EndSection
|
|---|
| 48 |
|
|---|
| 49 | Section "InputDevice"
|
|---|
| 50 | Identifier "Mouse1"
|
|---|
| 51 | Driver "mouse"
|
|---|
| 52 | Option "Protocol" "Auto"
|
|---|
| 53 | Option "Device" "/dev/input/mice"
|
|---|
| 54 | Option "ZAxisMapping" "4 5 6 7"
|
|---|
| 55 | EndSection
|
|---|
| 56 |
|
|---|
| 57 | Section "Monitor"
|
|---|
| 58 | Identifier "BenQ G2400W"
|
|---|
| 59 | HorizSync 31.5 - 82.0
|
|---|
| 60 | VertRefresh 56.0 - 76.0
|
|---|
| 61 | Option "dpms"
|
|---|
| 62 | Option "blank time" "90"
|
|---|
| 63 | Option "standby time" "91"
|
|---|
| 64 | Option "suspend time" "92"
|
|---|
| 65 | Option "off time" "93"
|
|---|
| 66 | EndSection
|
|---|
| 67 |
|
|---|
| 68 | Section "Device"
|
|---|
| 69 | Identifier "nvidia"
|
|---|
| 70 | Driver "nvidia"
|
|---|
| 71 | Option "hw cursor" "on"
|
|---|
| 72 | Option "XAANoOffscreenPixmaps" "true"
|
|---|
| 73 | Option "DRI" "true"
|
|---|
| 74 | EndSection
|
|---|
| 75 |
|
|---|
| 76 | Section "Screen"
|
|---|
| 77 | Identifier "Screen 1"
|
|---|
| 78 | Device "nvidia"
|
|---|
| 79 | Monitor "BenQ G2400W"
|
|---|
| 80 | Option "AddARGBGLXVisuals" "true"
|
|---|
| 81 | DefaultDepth 24
|
|---|
| 82 |
|
|---|
| 83 | Subsection "Display"
|
|---|
| 84 | Depth 24
|
|---|
| 85 | Modes "1920x1200"
|
|---|
| 86 | ViewPort 0 0
|
|---|
| 87 | EndSubsection
|
|---|
| 88 |
|
|---|
| 89 | Subsection "Display"
|
|---|
| 90 | Depth 24
|
|---|
| 91 | Modes "1280x1024"
|
|---|
| 92 | ViewPort 0 0
|
|---|
| 93 | EndSubsection
|
|---|
| 94 |
|
|---|
| 95 | Subsection "Display"
|
|---|
| 96 | Depth 24
|
|---|
| 97 | Modes "800x600"
|
|---|
| 98 | ViewPort 0 0
|
|---|
| 99 | EndSubsection
|
|---|
| 100 | EndSection
|
|---|
| 101 |
|
|---|
| 102 | Section "ServerLayout"
|
|---|
| 103 | Identifier "Simple Layout"
|
|---|
| 104 | Screen "Screen 1"
|
|---|
| 105 | InputDevice "Mouse1" "CorePointer"
|
|---|
| 106 | InputDevice "Keyboard1" "CoreKeyboard"
|
|---|
| 107 | Option "AIGLX" "true"
|
|---|
| 108 | EndSection
|
|---|
| 109 |
|
|---|
| 110 | Section "DRI"
|
|---|
| 111 | Mode 0666
|
|---|
| 112 | EndSection
|
|---|
| 113 |
|
|---|
| 114 |
|
|---|
| 115 |
|
|---|
| 116 |
|
|---|
| 117 |
|
|---|