| 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 | Identifier "Keyboard0"
|
|---|
| 11 | Driver "kbd"
|
|---|
| 12 | Option "XkbModel" "pc105"
|
|---|
| 13 | Option "XkbLayout" "us"
|
|---|
| 14 | EndSection
|
|---|
| 15 |
|
|---|
| 16 | Section "InputDevice"
|
|---|
| 17 | Identifier "VBoxMouse"
|
|---|
| 18 | Driver "vboxmouse"
|
|---|
| 19 | Option "CorePointer"
|
|---|
| 20 | EndSection
|
|---|
| 21 |
|
|---|
| 22 | Section "Monitor"
|
|---|
| 23 | Identifier "Monitor0"
|
|---|
| 24 | ModelName "LCD Panel 1280x1024"
|
|---|
| 25 | ### Comment all HorizSync and VertSync values to use DDC:
|
|---|
| 26 | HorizSync 31.5 - 64.0
|
|---|
| 27 | VertRefresh 56.0 - 65.0
|
|---|
| 28 | Option "dpms"
|
|---|
| 29 | EndSection
|
|---|
| 30 |
|
|---|
| 31 | Section "Device"
|
|---|
| 32 | Identifier "Videocard0"
|
|---|
| 33 | Driver "vboxvideo"
|
|---|
| 34 | EndSection
|
|---|
| 35 |
|
|---|
| 36 | Section "Screen"
|
|---|
| 37 | Identifier "Screen0"
|
|---|
| 38 | Device "Videocard0"
|
|---|
| 39 | Monitor "Monitor0"
|
|---|
| 40 | DefaultDepth 24
|
|---|
| 41 | SubSection "Display"
|
|---|
| 42 | Viewport 0 0
|
|---|
| 43 | Depth 24
|
|---|
| 44 | Modes "1280x1024" "1280x960" "1280x800" "1152x864" "1024x768" "800x600" "640x480"
|
|---|
| 45 | EndSubSection
|
|---|
| 46 | EndSection
|
|---|