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