xorg.conf.lemote-yeelong 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  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 "HWCursor" "false"
  30. Option "SWCursor" "true"
  31. Option "PanelSize" "1024x600"
  32. EndSection
  33. Section "Monitor"
  34. Identifier "Generic Monitor"
  35. Option "DPMS" "true"
  36. HorizSync 30-70
  37. VertRefresh 50-80
  38. EndSection
  39. Section "Screen"
  40. Identifier "Default Screen"
  41. Device "card0"
  42. Monitor "Generic Monitor"
  43. DefaultDepth 16
  44. SubSection "Display"
  45. Modes "1024x600"
  46. EndSubSection
  47. EndSection