mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
504 B

  1. Section "Module"
  2. Load "dbe" # Double-Buffering Extension
  3. Load "v4l" # Video for Linux
  4. Load "extmod"
  5. Load "type1"
  6. Load "freetype"
  7. Load "glx" # 3D layer
  8. Load "drm"
  9. Load "dri" #Load the dri module
  10. EndSection
  11. Section "DRI"
  12. Section "Device"
  13. Identifier "device1"
  14. Driver "via"
  15. Option "DPMS"
  16. Option "TVType" "PAL" #use "TVType" "NTSC" in North America *)
  17. Option "TVVScan" "over"
  18. Option "TVOutput" "S-Video"
  19. Option "ActiveDevice" "CRT,TV"
  20. EndSection