| 1 | # Xorg configuration created by system-config-display
|
|---|
| 2 |
|
|---|
| 3 | Section "ServerLayout"
|
|---|
| 4 | Identifier "single head configuration"
|
|---|
| 5 | Screen 0 "Screen0" 0 0
|
|---|
| 6 | InputDevice "Keyboard0" "CoreKeyboard"
|
|---|
| 7 | EndSection
|
|---|
| 8 |
|
|---|
| 9 | Section "InputDevice"
|
|---|
| 10 |
|
|---|
| 11 | # keyboard added by rhpxl
|
|---|
| 12 | Identifier "Keyboard0"
|
|---|
| 13 | Driver "kbd"
|
|---|
| 14 | Option "XkbModel" "pc105+inet"
|
|---|
| 15 | Option "XkbLayout" "us"
|
|---|
| 16 | EndSection
|
|---|
| 17 |
|
|---|
| 18 | Section "Monitor"
|
|---|
| 19 | Identifier "Monitor0"
|
|---|
| 20 | ModelName "LCD Panel 1280x1024"
|
|---|
| 21 | HorizSync 31.5 - 64.0
|
|---|
| 22 | VertRefresh 56.0 - 65.0
|
|---|
| 23 | Option "dpms"
|
|---|
| 24 | EndSection
|
|---|
| 25 |
|
|---|
| 26 | Section "Device"
|
|---|
| 27 | Identifier "Videocard0"
|
|---|
| 28 | Driver "vesa"
|
|---|
| 29 | EndSection
|
|---|
| 30 |
|
|---|
| 31 | Section "Screen"
|
|---|
| 32 | Identifier "Screen0"
|
|---|
| 33 | Device "Videocard0"
|
|---|
| 34 | Monitor "Monitor0"
|
|---|
| 35 | DefaultDepth 24
|
|---|
| 36 | SubSection "Display"
|
|---|
| 37 | Viewport 0 0
|
|---|
| 38 | Depth 24
|
|---|
| 39 | Modes "1152x864" "1024x768" "800x600" "640x480"
|
|---|
| 40 | EndSubSection
|
|---|
| 41 | EndSection
|
|---|
| 42 |
|
|---|