xorg.conf.lemote-yeelong 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. Section "ServerLayout"
  2. Identifier "Default Layout"
  3. Screen "Default Screen"
  4. Option "AIGLX" "false"
  5. EndSection
  6. Section "ServerFlags"
  7. Option "NoTrapSignals"
  8. EndSection
  9. Section "Module"
  10. Load "vgahw"
  11. Load "fb"
  12. Load "exa"
  13. Load "int10"
  14. Load "ddc"
  15. Load "i2c"
  16. Load "vbe"
  17. EndSection
  18. Section "Device"
  19. Identifier "card0"
  20. Driver "siliconmotion"
  21. VendorName "Silicon Motion, Inc."
  22. BoardName "SM712 LynxEM+"
  23. BusID "PCI:0:8:0"
  24. Option "AccelMethod" "EXA"
  25. Option "pci_burst" "true"
  26. Option "PanelSize" "1024x600"
  27. EndSection
  28. Section "Monitor"
  29. Identifier "Generic Monitor"
  30. Option "DPMS" "true"
  31. HorizSync 30-70
  32. VertRefresh 50-80
  33. EndSection
  34. Section "Screen"
  35. Identifier "Default Screen"
  36. Device "card0"
  37. Monitor "Generic Monitor"
  38. DefaultDepth 16
  39. SubSection "Display"
  40. Modes "1024x600"
  41. EndSubSection
  42. EndSection