aty128fb.rst 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. =================
  2. What is aty128fb?
  3. =================
  4. .. [This file is cloned from VesaFB/matroxfb]
  5. This is a driver for a graphic framebuffer for ATI Rage128 based devices
  6. on Intel and PPC boxes.
  7. Advantages:
  8. * It provides a nice large console (128 cols + 48 lines with 1024x768)
  9. without using tiny, unreadable fonts.
  10. * You can run XF68_FBDev on top of /dev/fb0
  11. * Most important: boot logo :-)
  12. Disadvantages:
  13. * graphic mode is slower than text mode... but you should not notice
  14. if you use same resolution as you used in textmode.
  15. * still experimental.
  16. How to use it?
  17. ==============
  18. Switching modes is done using the video=aty128fb:<resolution>... modedb
  19. boot parameter or using `fbset` program.
  20. See Documentation/fb/modedb.rst for more information on modedb
  21. resolutions.
  22. You should compile in both vgacon (to boot if you remove your Rage128 from
  23. box) and aty128fb (for graphics mode). You should not compile-in vesafb
  24. unless you have primary display on non-Rage128 VBE2.0 device (see
  25. Documentation/fb/vesafb.rst for details).
  26. X11
  27. ===
  28. XF68_FBDev should generally work fine, but it is non-accelerated. As of
  29. this document, 8 and 32bpp works fine. There have been palette issues
  30. when switching from X to console and back to X. You will have to restart
  31. X to fix this.
  32. Configuration
  33. =============
  34. You can pass kernel command line options to vesafb with
  35. `video=aty128fb:option1,option2:value2,option3` (multiple options should
  36. be separated by comma, values are separated from options by `:`).
  37. Accepted options:
  38. ========= =======================================================
  39. noaccel do not use acceleration engine. It is default.
  40. accel use acceleration engine. Not finished.
  41. vmode:x chooses PowerMacintosh video mode <x>. Deprecated.
  42. cmode:x chooses PowerMacintosh colour mode <x>. Deprecated.
  43. <XxX@X> selects startup videomode. See modedb.txt for detailed
  44. explanation. Default is 640x480x8bpp.
  45. ========= =======================================================
  46. Limitations
  47. ===========
  48. There are known and unknown bugs, features and misfeatures.
  49. Currently there are following known bugs:
  50. - This driver is still experimental and is not finished. Too many
  51. bugs/errata to list here.
  52. Brad Douglas <brad@neruo.com>