pvr2fb.txt
上传用户:jlfgdled
上传日期:2013-04-10
资源大小:33168k
文件大小:2k
源码类别:

Linux/Unix编程

开发平台:

Unix_Linux

  1. $Id: pvr2fb.txt,v 1.1 2001/05/24 05:09:16 mrbrown Exp $
  2. What is pvr2fb?
  3. ===============
  4. This is a driver for PowerVR 2 based graphics frame buffers, such as the
  5. one found in the Dreamcast.
  6. Advantages:
  7.  * It provides a nice large console (128 cols + 48 lines with 1024x768)
  8.    without using tiny, unreadable fonts.
  9.  * You can run XF86_FBDev on top of /dev/fb0
  10.  * Most important: boot logo :-)
  11. Disadvantages:
  12.  * Driver is currently limited to the Dreamcast PowerVR 2 implementation
  13.    at the time of this writing.
  14. Configuration
  15. =============
  16. You can pass kernel command line options to pvr2fb with
  17. `video=pvr2:option1,option2:value2,option3' (multiple options should be
  18. separated by comma, values are separated from options by `:').
  19. Accepted options:
  20. font:X    - default font to use. All fonts are supported, including the
  21.             SUN12x22 font which is very nice at high resolutions.
  22. mode:X    - default video mode. The following video modes are supported:
  23.             640x240-60, 640x480-60.
  24.     
  25.             Note: the 640x240 mode is currently broken, and should not be
  26.             used for any reason. It is only mentioned as a reference.
  27. inverse   - invert colors on screen (for LCD displays)
  28. nomtrr    - disables write combining on frame buffer. This slows down driver
  29.             but there is reported minor incompatibility between GUS DMA and
  30.             XFree under high loads if write combining is enabled (sound
  31.             dropouts). MTRR is enabled by default on systems that have it
  32.             configured and that support it.
  33. cable:X   - cable type. This can be any of the following: vga, rgb, and
  34.             composite. If none is specified, we guess.
  35. output:X  - output type. This can be any of the following: pal, ntsc, and
  36.             vga. If none is specified, we guess.
  37. X11
  38. ===
  39. XF86_FBDev should work, in theory. At the time of this writing it is
  40. totally untested and may or may not even portray the beginnings of
  41. working. If you end up testing this, please let me know!
  42. --
  43. Paul Mundt <lethal@linuxdc.org>