| 1 | Section "Device"
|
|---|
| 2 | Identifier "VGACard"
|
|---|
| 3 | Driver "vboxvideo"
|
|---|
| 4 | EndSection
|
|---|
| 5 | Section "Monitor"
|
|---|
| 6 | Identifier "LCDMonitor"
|
|---|
| 7 | Option "NoDPMS"
|
|---|
| 8 | EndSection
|
|---|
| 9 | Section "Screen"
|
|---|
| 10 | Identifier "DefaultScreen"
|
|---|
| 11 | Monitor "LCDMonitor"
|
|---|
| 12 | Device "VGACard"
|
|---|
| 13 | SubSection "Display"
|
|---|
| 14 | Depth 8
|
|---|
| 15 | Modes "1152x864" "1024x768"
|
|---|
| 16 | EndSubSection
|
|---|
| 17 | SubSection "Display"
|
|---|
| 18 | Depth 16
|
|---|
| 19 | Modes "1152x864" "1024x768"
|
|---|
| 20 | EndSubSection
|
|---|
| 21 | SubSection "Display"
|
|---|
| 22 | Depth 24
|
|---|
| 23 | Modes "1152x864" "1024x768"
|
|---|
| 24 | EndSubSection
|
|---|
| 25 | SubSection "Display"
|
|---|
| 26 | Depth 32
|
|---|
| 27 | Modes "1152x864" "1024x768"
|
|---|
| 28 | EndSubSection
|
|---|
| 29 | EndSection
|
|---|
| 30 |
|
|---|