xorg.conf 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  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. # Option "DualHead" "true"
  34. EndSection
  35. Section "Device"
  36. Identifier "card1"
  37. Driver "fbdev"
  38. Option "UseFBDev" "true"
  39. EndSection
  40. Section "Monitor"
  41. Identifier "Generic Monitor"
  42. Option "DPMS" "false"
  43. HorizSync 30-70
  44. VertRefresh 50-80
  45. EndSection
  46. Section "Screen"
  47. Identifier "Default Screen"
  48. Device "card0"
  49. Monitor "Generic Monitor"
  50. DefaultDepth 16
  51. SubSection "Display"
  52. Modes "1024x600"
  53. # Virtual 1824 600
  54. EndSubSection
  55. EndSection