Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. Section "Device"
  2. Identifier "Generic Video Card"
  3. VendorName "Silicon Integrated Systems [SiS]"
  4. BoardName "771/671 PCIE VGA Display Adapter"
  5. Busid "PCI:1:0:0"
  6. Driver "vesa"
  7. Screen 0
  8. Option "UseFBDev" "true"
  9. Option "DPMS"
  10. Option "ShadowFB"
  11. Option "MaxXFBMem"
  12. VideoRam 262016
  13. Option "RenderAccel" "true"
  14. Option "AllowGLXWithComposite" "true"
  15. Option "backingstore" "true"
  16. Option "AddARGBGLXVisuals" "True"
  17.  
  18. EndSection
  19.  
  20. Section "Monitor"
  21. Identifier "Configured Monitor"
  22. Vendorname "Generic LCD Display"
  23. Modelname "LCD Panel 1280x800"
  24. HorizSync 20-107
  25. VertRefresh 50-185
  26. modeline "800x600@56" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
  27. modeline "800x600@60" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
  28. modeline "1280x768@60" 80.14 1280 1344 1480 1680 768 769 772 795 -hsync +vsync
  29. modeline "1280x720@60" 74.48 1280 1336 1472 1664 720 721 724 746 -hsync +vsync
  30. modeline "1280x800@60" 83.46 1280 1344 1480 1680 800 801 804 828 -hsync +vsync
  31. Gamma 1.0
  32. EndSection
  33.  
  34. Section "Screen"
  35. Identifier "Default Screen"
  36. Monitor "Configured Monitor"
  37. Device "Configured Video Device"
  38. Defaultdepth 24
  39. SubSection "Display"
  40. Depth 24
  41. Virtual 1280 768
  42. Modes "1280x768@60" "1280x720@60" "800x600@60" "1280x800@60" "800x600@56"
  43. EndSubSection
  44. EndSection
  45.  
  46. Section "Module"
  47. Load "dri"
  48. Load "dbe" # Double-Buffering Extension
  49. Load "v4l" # Video for Linux
  50. Load "extmod"
  51. Load "type1"
  52. Load "freetype"
  53. Load "glx" # 3D layer
  54. Load "GLcore"
  55. Load "i2c"
  56. Load "bitmap"
  57. Load "ddc"
  58. Load "int10"
  59. Load "vbe"
  60. Load "speedo"
  61. Load "record"
  62. EndSection
  63.  
  64. Section "DRI"
  65. Mode 0666
  66. EndSection