home *** CD-ROM | disk | FTP | other *** search
/ ftp.xmission.com / 2014.06.ftp.xmission.com.tar / ftp.xmission.com / pub / lists / fractdev / archive / fractdev.200104 < prev    next >
Internet Message Format  |  2001-04-30  |  9KB

  1. From: "Jonathan Osuch" <osuchj@qwest.net>
  2. Subject: DOS truecolor
  3. Date: 01 Apr 2001 19:32:16 -0500
  4.  
  5. Tim,
  6.  
  7. Part of the problem I'm having with the truecolor routines is due to my
  8. laptop's video chip.  The 888 modes display the correct colors but much
  9. darker than they should be.  The colors look fine on my desktop machine.
  10. I'll have a look at the VESA info.
  11.  
  12. There is something else wrong with the 565 modes.  It looks like some of the
  13. color bits are getting lost.  This happens on both machines.
  14.  
  15. I've downloaded a bunch of VESA documentation.  Maybe something will turn
  16. up.
  17.  
  18. Jonathan
  19.  
  20.  
  21.  
  22. Thanks for using Fractdev, The Fractint Developer's Discussion List
  23. Post Message:   fractdev@lists.xmission.com
  24. Get Commands:   majordomo@lists.xmission.com "help"
  25. Administrator:  twegner@fractint.org
  26. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractdev"
  27.  
  28.  
  29. -------------------------------------------------------------------------------
  30.  
  31. From: Tim Wegner <twegner@swbell.net>
  32. Subject: Re: DOS truecolor
  33. Date: 01 Apr 2001 22:03:49 -0600
  34.  
  35. Jonatrhan wrote:
  36.  
  37. > There is something else wrong with the 565 modes.  It looks like some of the
  38. > color bits are getting lost.  This happens on both machines.
  39.  
  40. If you tell me what to look for, I can try on my machine.
  41.  
  42. Some possible sources of help 
  43.   - compare with what Piclab, and see if Piclab has the same 
  44. problem
  45.   - we could probably contact Bert. Even though he has long since 
  46. "retired" from fractint, it was never hard to get him working on the 
  47. truecolor.
  48.  
  49. Tim
  50.  
  51.  
  52. Thanks for using Fractdev, The Fractint Developer's Discussion List
  53. Post Message:   fractdev@lists.xmission.com
  54. Get Commands:   majordomo@lists.xmission.com "help"
  55. Administrator:  twegner@fractint.org
  56. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractdev"
  57.  
  58.  
  59. -------------------------------------------------------------------------------
  60.  
  61. From: Rich <legalize@xmission.com>
  62. Subject: Re: DOS truecolor 
  63. Date: 02 Apr 2001 14:59:52 -0600
  64.  
  65.  
  66. In article <000d01c0bb0c$967dc380$380e270c@qwest.net>,
  67.     "Jonathan Osuch" <osuchj@qwest.net>  writes:
  68.  
  69. > The 888 modes display the correct colors but much
  70. > darker than they should be.
  71.  
  72. This sounds like the gamma correction was set incorrectly, making the
  73. colors appear too dark even though the correct values are stored in
  74. the frame buffer.
  75. --
  76. Ask me about my upcoming book on Direct3D from Addison-Wesley!
  77. Direct3D Book <http://www.xmission.com/~legalize/book/>
  78.          Home <http://www.xmission.com/~legalize/>
  79.     Fractals! <http://www.xmission.com/~legalize/fractals/>
  80.  
  81. Thanks for using Fractdev, The Fractint Developer's Discussion List
  82. Post Message:   fractdev@lists.xmission.com
  83. Get Commands:   majordomo@lists.xmission.com "help"
  84. Administrator:  twegner@fractint.org
  85. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractdev"
  86.  
  87.  
  88. -------------------------------------------------------------------------------
  89.  
  90. From: "Jonathan Osuch" <osuchj@qwest.net>
  91. Subject: Re: DOS truecolor
  92. Date: 02 Apr 2001 19:17:40 -0500
  93.  
  94. Tim,
  95.  
  96. > If you tell me what to look for, I can try on my machine.
  97.  
  98. I've modified the put pixel routine so I'd have to send you a patch first.
  99. I plan to make some more modifications this week.  If I don't have it fixed
  100. by the end of the week, I'll upload a temporary patch for you to look at.
  101.  
  102. I haven't looked at the get pixel routine, so solid guessing, etc. are
  103. broken.  I will need to merge the truecolor routine with the standard
  104. getpixel() routine to make it work.  This is because of the number of places
  105. (files) where the getpixel() routine is used.
  106.  
  107. > Some possible sources of help
  108. >  - compare with what Piclab, and see if Piclab has the same
  109. > problem
  110.  
  111. I don't have it with me.  Maybe this weekend.
  112.  
  113. >  - we could probably contact Bert. Even though he has long since
  114. > "retired" from fractint, it was never hard to get him working on the
  115. > truecolor.
  116.  
  117. I'd like to hear what he is doing these days, but I don't think we need to
  118. drag him into this just yet.
  119.  
  120. Jonathan
  121.  
  122.  
  123.  
  124. Thanks for using Fractdev, The Fractint Developer's Discussion List
  125. Post Message:   fractdev@lists.xmission.com
  126. Get Commands:   majordomo@lists.xmission.com "help"
  127. Administrator:  twegner@fractint.org
  128. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractdev"
  129.  
  130.  
  131. -------------------------------------------------------------------------------
  132.  
  133. From: "Jonathan Osuch" <osuchj@qwest.net>
  134. Subject: DOS truecolor update
  135. Date: 25 Apr 2001 19:38:11 -0500
  136.  
  137. It's been a while since any mention was made of progress with the DOS
  138. truecolor patch.  There really is a good reason.  It works fine on one
  139. machine, but not two others.  It looks like it is a problem with the
  140. palette/dacbox because if I poke the appropriate values to the screen it
  141. works fine.  Should be fixed soon.
  142.  
  143. Jonathan
  144.  
  145.  
  146.  
  147. Thanks for using Fractdev, The Fractint Developer's Discussion List
  148. Post Message:   fractdev@lists.xmission.com
  149. Get Commands:   majordomo@lists.xmission.com "help"
  150. Administrator:  twegner@fractint.org
  151. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractdev"
  152.  
  153.  
  154. -------------------------------------------------------------------------------
  155.  
  156. From: "Jonathan Osuch" <osuchj@qwest.net>
  157. Subject: ATI All-in-Wonder
  158. Date: 29 Apr 2001 12:15:03 -0500
  159.  
  160. Tim,
  161.  
  162. I tried running Fractint on a machine using ATI's All-in-Wonder card this
  163. morning.  No luck.  Fractint detects a VESA card, but the image is always
  164. scrambled.  I've intentionally stayed away from the ATI cards since the Mach
  165. 8 because of their lousy drivers.  It appears they haven't gotten any
  166. better.
  167.  
  168. Jonathan
  169.  
  170.  
  171.  
  172. Thanks for using Fractdev, The Fractint Developer's Discussion List
  173. Post Message:   fractdev@lists.xmission.com
  174. Get Commands:   majordomo@lists.xmission.com "help"
  175. Administrator:  twegner@fractint.org
  176. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractdev"
  177.  
  178.  
  179. -------------------------------------------------------------------------------
  180.  
  181. From: Tim Wegner <twegner@swbell.net>
  182. Subject: Re: ATI All-in-Wonder
  183. Date: 29 Apr 2001 15:59:00 -0600
  184.  
  185. Jonathan wrote:
  186.  
  187. > I tried running Fractint on a machine using ATI's All-in-Wonder card this
  188. > morning.  No luck.  Fractint detects a VESA card, but the image is always
  189. > scrambled.  I've intentionally stayed away from the ATI cards since the Mach
  190. > 8 because of their lousy drivers.  It appears they haven't gotten any
  191. > better.
  192.  
  193. A few years ago, when I decided to join the "1600x1200" hardware 
  194. club, I tried a bunch of video boards. I ended up returning several 
  195. boards making liberal use of CompUSA's return policies. I felt a 
  196. littlke guilty about it, but in my defence it is impossible reading the 
  197. specs on the box to know what the VESA support is, and of 
  198. course the sales people are clueless. One of the boards I returned 
  199. was an ATI that had TV support (might have been called "All-in-
  200. Wonder"). I ended up with a board with an Nvidia TNT chipset.
  201.  
  202. The problem is that VESA support these days is spotty because 
  203. so many people are running WIndows. The ATI board had fine 
  204. Windows driver support, but did not have a VESA 1600x1200 
  205. mode. 
  206.  
  207. I have found boards with NVIDIA chipsets work well with Fractint. 
  208. My latest PC is an HP that comes with a board with the Nvidia 
  209. VANTA chipset. Works well.
  210.  
  211. Tim
  212.  
  213.  
  214.  
  215. Thanks for using Fractdev, The Fractint Developer's Discussion List
  216. Post Message:   fractdev@lists.xmission.com
  217. Get Commands:   majordomo@lists.xmission.com "help"
  218. Administrator:  twegner@fractint.org
  219. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractdev"
  220.  
  221.  
  222. -------------------------------------------------------------------------------
  223.  
  224. From: "Jonathan Osuch" <osuchj@qwest.net>
  225. Subject: Xfractint patch
  226. Date: 30 Apr 2001 20:23:01 -0500
  227.  
  228. Tim,
  229.  
  230. I slipped a dif for Xfractint into the 20.1.08 patch.  It only affects
  231. Xfractint files and has the added x.  With it, the Xfractint code will
  232. compile and run.  Otherwise, it won't.  I still haven't updated the
  233. Xfractint sources.
  234.  
  235. Jonathan
  236.  
  237.  
  238.  
  239. Thanks for using Fractdev, The Fractint Developer's Discussion List
  240. Post Message:   fractdev@lists.xmission.com
  241. Get Commands:   majordomo@lists.xmission.com "help"
  242. Administrator:  twegner@fractint.org
  243. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractdev"
  244.  
  245.  
  246. -------------------------------------------------------------------------------
  247.  
  248. From: Tim Wegner <twegner@swbell.net>
  249. Subject: Re: Xfractint patch
  250. Date: 30 Apr 2001 22:02:08 -0600
  251.  
  252.  
  253. > I slipped a dif for Xfractint into the 20.1.08 patch.  It only affects
  254. > Xfractint files and has the added x.  With it, the Xfractint code will
  255. > compile and run. 
  256.  
  257. I'll try it. I've installed Mandrake 8.0.
  258.  
  259. Tim
  260.  
  261.  
  262. Thanks for using Fractdev, The Fractint Developer's Discussion List
  263. Post Message:   fractdev@lists.xmission.com
  264. Get Commands:   majordomo@lists.xmission.com "help"
  265. Administrator:  twegner@fractint.org
  266. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractdev"
  267.  
  268.