tridentfb.rst 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. =========
  2. Tridentfb
  3. =========
  4. Tridentfb is a framebuffer driver for some Trident chip based cards.
  5. The following list of chips is thought to be supported although not all are
  6. tested:
  7. those from the TGUI series 9440/96XX and with Cyber in their names
  8. those from the Image series and with Cyber in their names
  9. those with Blade in their names (Blade3D,CyberBlade...)
  10. the newer CyberBladeXP family
  11. All families are accelerated. Only PCI/AGP based cards are supported,
  12. none of the older Tridents.
  13. The driver supports 8, 16 and 32 bits per pixel depths.
  14. The TGUI family requires a line length to be power of 2 if acceleration
  15. is enabled. This means that range of possible resolutions and bpp is
  16. limited comparing to the range if acceleration is disabled (see list
  17. of parameters below).
  18. Known bugs:
  19. 1. The driver randomly locks up on 3DImage975 chip with acceleration
  20. enabled. The same happens in X11 (Xorg).
  21. 2. The ramdac speeds require some more fine tuning. It is possible to
  22. switch resolution which the chip does not support at some depths for
  23. older chips.
  24. How to use it?
  25. ==============
  26. When booting you can pass the video parameter::
  27. video=tridentfb
  28. The parameters for tridentfb are concatenated with a ':' as in this example::
  29. video=tridentfb:800x600-16@75,noaccel
  30. The second level parameters that tridentfb understands are:
  31. ======== =====================================================================
  32. noaccel turns off acceleration (when it doesn't work for your card)
  33. fp use flat panel related stuff
  34. crt assume monitor is present instead of fp
  35. center for flat panels and resolutions smaller than native size center the
  36. image, otherwise use
  37. stretch
  38. memsize integer value in KB, use if your card's memory size is misdetected.
  39. look at the driver output to see what it says when initializing.
  40. memdiff integer value in KB, should be nonzero if your card reports
  41. more memory than it actually has. For instance mine is 192K less than
  42. detection says in all three BIOS selectable situations 2M, 4M, 8M.
  43. Only use if your video memory is taken from main memory hence of
  44. configurable size. Otherwise use memsize.
  45. If in some modes which barely fit the memory you see garbage
  46. at the bottom this might help by not letting change to that mode
  47. anymore.
  48. nativex the width in pixels of the flat panel.If you know it (usually 1024
  49. 800 or 1280) and it is not what the driver seems to detect use it.
  50. bpp bits per pixel (8,16 or 32)
  51. mode a mode name like 800x600-8@75 as described in
  52. Documentation/fb/modedb.rst
  53. ======== =====================================================================
  54. Using insane values for the above parameters will probably result in driver
  55. misbehaviour so take care(for instance memsize=12345678 or memdiff=23784 or
  56. nativex=93)
  57. Contact: [email protected]