123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- Section "ServerLayout"
- Identifier "Default Layout"
- Screen "Default Screen"
- Option "AIGLX" "false"
- EndSection
- Section "ServerFlags"
- Option "NoTrapSignals"
- EndSection
- Section "Module"
- Load "vgahw"
- Load "fb"
- Load "exa"
- Load "xaa"
- Load "int10"
- Load "ddc"
- Load "i2c"
- Load "vbe"
- Disable "glx"
- Disable "dri"
- EndSection
- Section "Device"
- Identifier "card0"
- Driver "siliconmotion"
- VendorName "Silicon Motion, Inc."
- BoardName "SM712 LynxEM+"
- BusID "PCI:0:8:0"
- Option "AccelMethod" "XAA"
- Option "pci_burst" "true"
- Option "PanelSize" "1024x600"
- EndSection
- Section "Monitor"
- Identifier "Generic Monitor"
- Option "DPMS" "true"
- HorizSync 30-70
- VertRefresh 50-80
- EndSection
- Section "Screen"
- Identifier "Default Screen"
- Device "card0"
- Monitor "Generic Monitor"
- DefaultDepth 16
- SubSection "Display"
- Modes "1024x600"
- EndSubSection
- EndSection
|