tridentfb.txt 2.6 KB

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