| 1 | Section "InputDevice" |
|---|
| 2 | Identifier "Generic Keyboard" |
|---|
| 3 | Driver "evdev" |
|---|
| 4 | Option "XkbModel" "evdev" |
|---|
| 5 | EndSection |
|---|
| 6 | |
|---|
| 7 | Section "InputDevice" |
|---|
| 8 | Identifier "Configured Mouse" |
|---|
| 9 | Driver "evdev" |
|---|
| 10 | Option "CorePointer" |
|---|
| 11 | EndSection |
|---|
| 12 | |
|---|
| 13 | Section "Device" |
|---|
| 14 | Identifier "Configured Video Device" |
|---|
| 15 | Driver "nvidia" |
|---|
| 16 | EndSection |
|---|
| 17 | |
|---|
| 18 | Section "Monitor" |
|---|
| 19 | Identifier "Configured Monitor" |
|---|
| 20 | EndSection |
|---|
| 21 | |
|---|
| 22 | Section "Screen" |
|---|
| 23 | Identifier "Default Screen" |
|---|
| 24 | Monitor "Configured Monitor" |
|---|
| 25 | Device "Configured Video Device" |
|---|
| 26 | Subsection "Display" |
|---|
| 27 | Depth 24 |
|---|
| 28 | Modes "1920x1080" "1280x720" "1024x768" |
|---|
| 29 | EndSubsection |
|---|
| 30 | EndSection |
|---|
| 31 | |
|---|
| 32 | Section "ServerLayout" |
|---|
| 33 | Identifier "Default Layout" |
|---|
| 34 | Screen "Default Screen" |
|---|
| 35 | |
|---|
| 36 | Option "AllowEmptyInput" "false" |
|---|
| 37 | EndSection |
|---|
| 38 | |
|---|
| 39 | Section "ServerFlags" |
|---|
| 40 | Option "AIGLX" "off" |
|---|
| 41 | |
|---|
| 42 | Option "blank time" "0" |
|---|
| 43 | Option "standby time" "0" |
|---|
| 44 | Option "suspend time" "0" |
|---|
| 45 | Option "off time" "0" |
|---|
| 46 | Option "NoPM" "1" |
|---|
| 47 | EndSection |
|---|
| 48 | |
|---|
| 49 | Section "Extensions" |
|---|
| 50 | Option "Composite" "Disable" |
|---|
| 51 | EndSection |
|---|
| 52 | |
|---|