sstfb.txt 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174
  1. Introduction
  2. This is a frame buffer device driver for 3dfx' Voodoo Graphics
  3. (aka voodoo 1, aka sst1) and Voodoo² (aka Voodoo 2, aka CVG) based
  4. video boards. It's highly experimental code, but is guaranteed to work
  5. on my computer, with my "Maxi Gamer 3D" and "Maxi Gamer 3d²" boards,
  6. and with me "between chair and keyboard". Some people tested other
  7. combinations and it seems that it works.
  8. The main page is located at <http://sstfb.sourceforge.net>, and if
  9. you want the latest version, check out the CVS, as the driver is a work
  10. in progress, I feel uncomfortable with releasing tarballs of something
  11. not completely working...Don't worry, it's still more than usable
  12. (I eat my own dog food)
  13. Please read the Bug section, and report any success or failure to me
  14. (Ghozlane Toumi <gtoumi@laposte.net>).
  15. BTW, If you have only one monitor , and you don't feel like playing
  16. with the vga passthrou cable, I can only suggest borrowing a screen
  17. somewhere...
  18. Installation
  19. This driver (should) work on ix86, with "late" 2.2.x kernel (tested
  20. with x = 19) and "recent" 2.4.x kernel, as a module or compiled in.
  21. It has been included in mainstream kernel since the infamous 2.4.10.
  22. You can apply the patches found in sstfb/kernel/*-2.{2|4}.x.patch,
  23. and copy sstfb.c to linux/drivers/video/, or apply a single patch,
  24. sstfb/patch-2.{2|4}.x-sstfb-yymmdd to your linux source tree.
  25. Then configure your kernel as usual: choose "m" or "y" to 3Dfx Voodoo
  26. Graphics in section "console". Compile, install, have fun... and please
  27. drop me a report :)
  28. Module Usage
  29. Warnings.
  30. # You should read completely this section before issuing any command.
  31. # If you have only one monitor to play with, once you insmod the
  32. module, the 3dfx takes control of the output, so you'll have to
  33. plug the monitor to the "normal" video board in order to issue
  34. the commands, or you can blindly use sst_dbg_vgapass
  35. in the tools directory (See Tools). The latest solution is pass the
  36. parameter vgapass=1 when insmodding the driver. (See Kernel/Modules
  37. Options)
  38. Module insertion:
  39. # insmod sstfb.o
  40. you should see some strange output from the board:
  41. a big blue square, a green and a red small squares and a vertical
  42. white rectangle. why? the function's name is self-explanatory:
  43. "sstfb_test()"...
  44. (if you don't have a second monitor, you'll have to plug your monitor
  45. directly to the 2D videocard to see what you're typing)
  46. # con2fb /dev/fbx /dev/ttyx
  47. bind a tty to the new frame buffer. if you already have a frame
  48. buffer driver, the voodoo fb will likely be /dev/fb1. if not,
  49. the device will be /dev/fb0. You can check this by doing a
  50. cat /proc/fb. You can find a copy of con2fb in tools/ directory.
  51. if you don't have another fb device, this step is superfluous,
  52. as the console subsystem automagicaly binds ttys to the fb.
  53. # switch to the virtual console you just mapped. "tadaaa" ...
  54. Module removal:
  55. # con2fb /dev/fbx /dev/ttyx
  56. bind the tty to the old frame buffer so the module can be removed.
  57. (how does it work with vgacon ? short answer : it doesn't work)
  58. # rmmod sstfb
  59. Kernel/Modules Options
  60. You can pass some options to the sstfb module, and via the kernel
  61. command line when the driver is compiled in:
  62. for module : insmod sstfb.o option1=value1 option2=value2 ...
  63. in kernel : video=sstfb:option1,option2:value2,option3 ...
  64. sstfb supports the following options :
  65. Module Kernel Description
  66. vgapass=0 vganopass Enable or disable VGA passthrou cable.
  67. vgapass=1 vgapass When enabled, the monitor will get the signal
  68. from the VGA board and not from the voodoo.
  69. Default: nopass
  70. mem=x mem:x Force frame buffer memory in MiB
  71. allowed values: 0, 1, 2, 4.
  72. Default: 0 (= autodetect)
  73. inverse=1 inverse Supposed to enable inverse console.
  74. doesn't work yet...
  75. clipping=1 clipping Enable or disable clipping.
  76. clipping=0 noclipping With clipping enabled, all offscreen
  77. reads and writes are discarded.
  78. Default: enable clipping.
  79. gfxclk=x gfxclk:x Force graphic clock frequency (in MHz).
  80. Be careful with this option, it may be
  81. DANGEROUS.
  82. Default: auto
  83. 50Mhz for Voodoo 1,
  84. 75MHz for Voodoo 2.
  85. slowpci=1 fastpci Enable or disable fast PCI read/writes.
  86. slowpci=1 slowpci Default : fastpci
  87. dev=x dev:x Attach the driver to device number x.
  88. 0 is the first compatible board (in
  89. lspci order)
  90. Tools
  91. These tools are mostly for debugging purposes, but you can
  92. find some of these interesting :
  93. - con2fb , maps a tty to a fbramebuffer .
  94. con2fb /dev/fb1 /dev/tty5
  95. - sst_dbg_vgapass , changes vga passthrou. You have to recompile the
  96. driver with SST_DEBUG and SST_DEBUG_IOCTL set to 1
  97. sst_dbg_vgapass /dev/fb1 1 (enables vga cable)
  98. sst_dbg_vgapass /dev/fb1 0 (disables vga cable)
  99. - glide_reset , resets the voodoo using glide
  100. use this after rmmoding sstfb, if the module refuses to
  101. reinsert .
  102. Bugs
  103. - DO NOT use glide while the sstfb module is in, you'll most likely
  104. hang your computer.
  105. - If you see some artefacts (pixels not cleaning and stuff like that),
  106. try turning off clipping (clipping=0), and/or using slowpci
  107. - the driver don't detect the 4Mb frame buffer voodoos, it seems that
  108. the 2 last Mbs wrap around. looking into that .
  109. - The driver is 16 bpp only, 24/32 won't work.
  110. - The driver is not your_favorite_toy-safe. this includes SMP...
  111. [Actually from inspection it seems to be safe - Alan]
  112. - When using XFree86 FBdev (X over fbdev) you may see strange color
  113. patterns at the border of your windows (the pixels lose the lowest
  114. byte -> basically the blue component and some of the green). I'm unable
  115. to reproduce this with XFree86-3.3, but one of the testers has this
  116. problem with XFree86-4. Apparently recent Xfree86-4.x solve this
  117. problem.
  118. - I didn't really test changing the palette, so you may find some weird
  119. things when playing with that.
  120. - Sometimes the driver will not recognise the DAC, and the
  121. initialisation will fail. This is specifically true for
  122. voodoo 2 boards, but it should be solved in recent versions. Please
  123. contact me.
  124. - The 24/32 is not likely to work anytime soon, knowing that the
  125. hardware does ... unusual things in 24/32 bpp.
  126. - When used with another video board, current limitations of the linux
  127. console subsystem can cause some troubles, specifically, you should
  128. disable software scrollback, as it can oops badly ...
  129. Todo
  130. - Get rid of the previous paragraph.
  131. - Buy more coffee.
  132. - test/port to other arch.
  133. - try to add panning using tweeks with front and back buffer .
  134. - try to implement accel on voodoo2, this board can actually do a
  135. lot in 2D even if it was sold as a 3D only board ...
  136. ghoz.
  137. --
  138. Ghozlane Toumi <gtoumi@laposte.net>
  139. $Date: 2002/05/09 20:11:45 $
  140. http://sstfb.sourceforge.net/README