tridentfb.txt 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. Tridentfb is a framebuffer driver for some Trident chip based cards.
  2. The following list of chips is thought to be supported although not all are
  3. tested:
  4. those from the Image series with Cyber in their names - accelerated
  5. those with Blade in their names (Blade3D,CyberBlade...) - accelerated
  6. the newer CyberBladeXP family - nonaccelerated
  7. Only PCI/AGP based cards are supported, none of the older Tridents.
  8. How to use it?
  9. ==============
  10. When booting you can pass the video parameter.
  11. video=tridentfb
  12. The parameters for tridentfb are concatenated with a ':' as in this example.
  13. video=tridentfb:800x600,bpp=16,noaccel
  14. The second level parameters that tridentfb understands are:
  15. noaccel - turns off acceleration (when it doesn't work for your card)
  16. accel - force text acceleration (for boards which by default are noacceled)
  17. fp - use flat panel related stuff
  18. crt - assume monitor is present instead of fp
  19. center - for flat panels and resolutions smaller than native size center the
  20. image, otherwise use
  21. stretch
  22. memsize - integer value in Kb, use if your card's memory size is misdetected.
  23. look at the driver output to see what it says when initializing.
  24. memdiff - integer value in Kb,should be nonzero if your card reports
  25. more memory than it actually has.For instance mine is 192K less than
  26. detection says in all three BIOS selectable situations 2M, 4M, 8M.
  27. Only use if your video memory is taken from main memory hence of
  28. configurable size.Otherwise use memsize.
  29. If in some modes which barely fit the memory you see garbage at the bottom
  30. this might help by not letting change to that mode anymore.
  31. nativex - the width in pixels of the flat panel.If you know it (usually 1024
  32. 800 or 1280) and it is not what the driver seems to detect use it.
  33. bpp - bits per pixel (8,16 or 32)
  34. mode - a mode name like 800x600 (as described in Documentation/fb/modedb.txt)
  35. Using insane values for the above parameters will probably result in driver
  36. misbehaviour so take care(for instance memsize=12345678 or memdiff=23784 or
  37. nativex=93)
  38. Contact: jani@astechnix.ro