xorg.conf.lemote-yeelong 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  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 "xaa"
  14. Load "int10"
  15. Load "ddc"
  16. Load "i2c"
  17. Load "vbe"
  18. Disable "glx"
  19. Disable "dri"
  20. EndSection
  21. Section "Device"
  22. Identifier "card0"
  23. Driver "siliconmotion"
  24. VendorName "Silicon Motion, Inc."
  25. BoardName "SM712 LynxEM+"
  26. BusID "PCI:0:8:0"
  27. Option "AccelMethod" "XAA"
  28. Option "pci_burst" "true"
  29. Option "PanelSize" "1024x600"
  30. EndSection
  31. Section "Monitor"
  32. Identifier "Generic Monitor"
  33. Option "DPMS" "true"
  34. HorizSync 30-70
  35. VertRefresh 50-80
  36. EndSection
  37. Section "Screen"
  38. Identifier "Default Screen"
  39. Device "card0"
  40. Monitor "Generic Monitor"
  41. DefaultDepth 16
  42. SubSection "Display"
  43. Modes "1024x600"
  44. EndSubSection
  45. EndSection