home *** CD-ROM | disk | FTP | other *** search
/ ftp.xmission.com / 2014.06.ftp.xmission.com.tar / ftp.xmission.com / pub / lists / fractint / archive / v01.n240 < prev    next >
Internet Message Format  |  1998-06-22  |  40KB

  1. From: owner-fractint-digest@lists.xmission.com (fractint-digest)
  2. To: fractint-digest@lists.xmission.com
  3. Subject: fractint-digest V1 #240
  4. Reply-To: fractint-digest
  5. Sender: owner-fractint-digest@lists.xmission.com
  6. Errors-To: owner-fractint-digest@lists.xmission.com
  7. Precedence: bulk
  8.  
  9.  
  10. fractint-digest         Tuesday, June 23 1998         Volume 01 : Number 240
  11.  
  12.  
  13.  
  14.  
  15. ----------------------------------------------------------------------
  16.  
  17. Date: Mon, 22 Jun 1998 18:15:14 -0500
  18. From: David Ellis <dellis@swbell.net>
  19. Subject: Re: (fractint) Version of FractInt with 3DNow! support?
  20.  
  21. At 07:13 PM 6/22/98 +0100, you wrote:
  22. >I meant, compared to what processor? An ordinary K6? At what speed?
  23.  
  24.   Compared to the same processor (whatever the speed) running the
  25. unenhanced code, obviously.  A K6-2 running at 50 Mhz will execute the
  26. 3DNow! enhanced mandelbrot code 5 times faster than the same processor
  27. running the original, non-enhanced mandelbrot code.
  28.  
  29.  
  30.   Couple of other notes - someone mentioned that the K6-2 has an improved
  31. FPU with pipelining.  This is false.  See AMD's web site for details on
  32. exactly what they improved and added (
  33. http://www.amd.com/products/cpg/k63d.html ) . They'd be the first to holler
  34. if they had made such improvements as adding pipelining to the K6-2.  FWIW,
  35. I ran my original K6-300 thru Winbench and the FPU Winmark was 973.  I then
  36. popped the K6 out and replaced it with the K6-2 and got a 974.  No
  37. discernable difference.
  38.  
  39.   As for the applicability of the new 3DNow! instructions to FractInt, I
  40. see no reason why they can't be used as a superior substitute for 32-bit
  41. integer work, regular FPU zooms, and deep-zooming.  Obviously, if a
  42. programmer can code deep zoom utilizing 64-bit double precision FPU
  43. registers, they can do the same using 32-bit single precision FPU
  44. registers.  Since fractal coding usually involves a lot of square root work
  45. and since the 3DNow! instruction set includes the ability to do square
  46. roots over 10 times faster than the regular FPU, it can be expected that
  47. you can get from here to there faster using the 3DNow! instruction than
  48. with the regular FPU unit, its' 64-bit register size notwithstanding.
  49.  
  50.  
  51.  
  52.  
  53. - --------------------------------------------------------------
  54. Thanks for using Fractint, The Fractals and Fractint Discussion List
  55. Post Message:   fractint@lists.xmission.com
  56. Get Commands:   majordomo@lists.xmission.com "help"
  57. Administrator:  twegner@phoenix.net
  58. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  59.  
  60. ------------------------------
  61.  
  62. Date: Mon, 22 Jun 1998 19:16:51 EDT
  63. From: <SKarl52884@aol.com>
  64. Subject: Re: (fractint) DOS on a floppy?t't't't't't....
  65.  
  66. In a message dated 98-06-22 18:28:56 EDT, you write:
  67.  
  68. <<  DOS on a floppy >>
  69.  
  70. "P'L'P'L'P'L'P'L'P'L'PLEASE EDDIE!!!!!!!"
  71. Roger pleads feaverishly behind a thin and gradually collapsing firewall of
  72. sanity
  73. as the sound of that karmic phrase bounces around in his empty head like a
  74. flubber ping pong ball.
  75. "Youse know how us toones are....If I..If I... hear that phraze
  76. onononone...one more time
  77. I'm gonna.....I'm gonna looooooooooozzzzzzzzzzzzzz it!!!!!!!!! "
  78. Eddie...  sometimes sadistic...especially when he hasn't had the time to spend
  79. fractalizing....when he's been working on tedious things like learning new
  80. software
  81. and lameo software ta boot....he turns slowly to Roger and
  82. venemously....lustfully even...
  83. with a gleam of impending pleasure in his eyes says .... " What phraze you
  84. silly rabbit...
  85. could it beeeeeee.... DOS on a FLoppy "????"
  86.  Sweat is now beading up on Rodgers forehead ....dripping off his drooping,
  87. quivering ears.
  88. He has his arms wrapped around his head holding it in but the pressure is
  89. mounting
  90. behind his bugging eyes and it seems that theres going to be no comeing back
  91. from that last taunt from the realm of old cliche. He's turning pink holding
  92. his breath... but to no avail. Like a teenage boy over the edge in a make out
  93. session with his first "real" girlfriend...he just can't hold the ammo any
  94. more>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
  95.  { turn the page }
  96.  
  97. Twoooooooooooooooooooooo000000000000000000000000000000000000000000000000000000
  98. 0000000...
  99. gasp...gasp....pant...pant...
  100. Bits!!!!!!!!!
  101. ============================================================================
  102. End of rant,
  103. Steve :-P.    
  104.  
  105. - --------------------------------------------------------------
  106. Thanks for using Fractint, The Fractals and Fractint Discussion List
  107. Post Message:   fractint@lists.xmission.com
  108. Get Commands:   majordomo@lists.xmission.com "help"
  109. Administrator:  twegner@phoenix.net
  110. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  111.  
  112. ------------------------------
  113.  
  114. Date: Mon, 22 Jun 1998 18:25:45 -0500
  115. From: "Damien M. Jones" <dmj@fractalus.com>
  116. Subject: Re: (fractint) Version of FractInt with 3DNow! support?
  117.  
  118. David Ellis,
  119.  
  120.  -  Couple of other notes - someone mentioned that the K6-2 has an improved
  121.  - FPU with pipelining.
  122.  
  123. That was me.
  124.  
  125.  - This is false.  See AMD's web site for details on exactly what they
  126.  - improved and added
  127.  
  128. Thanks for the correction and the reference.  The information I had read
  129. regarding that was published in a trade magazine (I forget which one)
  130. rather than taken directly from AMD's site.
  131.  
  132.  - FWIW, I ran my original K6-300 thru Winbench and the FPU Winmark was 973.
  133.  - I then popped the K6 out and replaced it with the K6-2 and got a 974.
  134.  
  135. Hmmm, yeah, that seems to indicate it's the same old FPU!
  136.  
  137.  -  As for the applicability of the new 3DNow! instructions to FractInt, I
  138.  - see no reason why they can't be used as a superior substitute for 32-bit
  139.  - integer work, regular FPU zooms, and deep-zooming.
  140.  
  141. Because single-precision floating-point numbers have only 24 bits of
  142. precision, not 32 bits.  They don't get you as far.  And they're not going
  143. to get you any substantial improvement in deepzooming, which is based on
  144. using fixed-point integers of arbitrary size.  MMX doesn't offer much for
  145. deepzooming, either.
  146.  
  147.  - Obviously, if a programmer can code deep zoom utilizing 64-bit double
  148.  - precision FPU registers,
  149.  
  150. They don't, the deepzoom is based on integer code.
  151.  
  152.  - Since fractal coding usually involves a lot of square root work
  153.  
  154. Some fractals do, many don't.  The Mandelbrot set calculation involves only
  155. addition, subtraction, and multiplication.
  156.  
  157.  - and since the 3DNow! instruction set includes the ability to do square
  158.  - roots over 10 times faster than the regular FPU, it can be expected that
  159.  - you can get from here to there faster using the 3DNow! instruction than
  160.  - with the regular FPU unit, its' 64-bit register size notwithstanding.
  161.  
  162. You don't have to zoom very far to get beyond 24-bit precision.  A few
  163. zooms will do it.
  164.  
  165. Damien M. Jones   \\
  166. dmj@fractalus.com  \\  http://www.icd.com/tsd/ (temporary sanity designs)
  167.                     \\  http://www.fractalus.com/ (fractals are my hobby)
  168.  
  169. - --------------------------------------------------------------
  170. Thanks for using Fractint, The Fractals and Fractint Discussion List
  171. Post Message:   fractint@lists.xmission.com
  172. Get Commands:   majordomo@lists.xmission.com "help"
  173. Administrator:  twegner@phoenix.net
  174. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  175.  
  176. ------------------------------
  177.  
  178. Date: Mon, 22 Jun 1998 18:40:48 -0500
  179. From: "Damien M. Jones" <dmj@fractalus.com>
  180. Subject: Re: (fractint) Version of FractInt with 3DNow! support?
  181.  
  182. David Ellis,
  183.  
  184.  - Small correction: two floating point numbers, not four.  (According to
  185.  - AMD's "AMD-3D Technology Manual" PDF file, anyway.)
  186.  
  187. Seems I must apologize for this one too: it's two numbers per instruction,
  188. but up to two instructions per cycle, thus your number of four is correct
  189. as per AMD's web page.
  190.  
  191. Damien M. Jones   \\
  192. dmj@fractalus.com  \\  http://www.icd.com/tsd/ (temporary sanity designs)
  193.                     \\  http://www.fractalus.com/ (fractals are my hobby)
  194.  
  195. - --------------------------------------------------------------
  196. Thanks for using Fractint, The Fractals and Fractint Discussion List
  197. Post Message:   fractint@lists.xmission.com
  198. Get Commands:   majordomo@lists.xmission.com "help"
  199. Administrator:  twegner@phoenix.net
  200. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  201.  
  202. ------------------------------
  203.  
  204. Date: Mon, 22 Jun 1998 18:50:59 -0500
  205. From: David Ellis <dellis@swbell.net>
  206. Subject: (fractint) RE: Mandelbrots and 3DNow!
  207.  
  208. Perhaps if someone on this list who speaks German could go poke around C'T
  209. Magazine's web site and locate their mandelbrot program (and source,
  210. perhaps).  The English section is very limited and I can't find the program
  211. they are talkingabout anywhere.  Especially if we can obtain the source
  212. code that utilizes the 3DNow! code, then we will now how they manage to
  213. generate mandelbrots with it.
  214.  
  215. http://www.heise.de/ct/
  216.  
  217.  
  218.  
  219.  
  220. - --------------------------------------------------------------
  221. Thanks for using Fractint, The Fractals and Fractint Discussion List
  222. Post Message:   fractint@lists.xmission.com
  223. Get Commands:   majordomo@lists.xmission.com "help"
  224. Administrator:  twegner@phoenix.net
  225. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  226.  
  227. ------------------------------
  228.  
  229. Date: Mon, 22 Jun 1998 21:40:43 -0400
  230. From: "Jason Hine" <tumnus@together.net>
  231. Subject: (fractint) Fwd: Algorithms
  232.  
  233. The following message was posted by Karlton on 6/22/98 to the
  234. fracprogrammers-list.  I am re-posting it here because I thought some of the
  235. folks on this list might have some ideas for him.  I don't think he is a member
  236. of this list, and because most of us are not members of the
  237. fracprogramming-list, I am including his email addr+ACo-ss, +AF8-without+AF8- Karlton's
  238. permission.
  239. To try and avoid possible spamming techniques, each piece of his addr+ACo-ss is on a
  240. separate line, followed by a space and a random character.  Comments on my
  241. audacity and technique are welcome.  And now, without further Ado...
  242.  
  243. Karlton writes:
  244. I am programming a Massively Parallel computer.  I have already
  245. programmed it to do the Mandelbrot and the Julia sets, I am looking for
  246. other fractal algorithms that would also work on it.  If you have any or
  247. know where I can find some fractal algorithms, I would appreciate it.
  248. Karlton
  249. wirsingk +ACU-
  250. +AEA-acm.org +ACM-
  251.  
  252.  
  253. - --------------------------------------------------------------
  254. Thanks for using Fractint, The Fractals and Fractint Discussion List
  255. Post Message:   fractint@lists.xmission.com
  256. Get Commands:   majordomo@lists.xmission.com "help"
  257. Administrator:  twegner@phoenix.net
  258. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  259.  
  260. ------------------------------
  261.  
  262. Date: Mon, 22 Jun 1998 22:04:25 -0400 (EDT)
  263. From: kragen@pobox.com (Kragen)
  264. Subject: Re: (fractint) Fwd: Algorithms
  265.  
  266. On Mon, 22 Jun 1998, Jason Hine wrote:
  267. > Karlton writes:
  268. > I am programming a Massively Parallel computer.  I have already
  269. > programmed it to do the Mandelbrot and the Julia sets, I am looking for
  270. > other fractal algorithms that would also work on it.  If you have any or
  271. > know where I can find some fractal algorithms, I would appreciate it.
  272. > Karlton
  273. > wirsingk +ACU-
  274. > +AEA-acm.org +ACM-
  275.  
  276. It would be worthwhile to enhance fractint to support MPI or PVM,
  277. methinks.
  278.  
  279. Kragen
  280.  
  281.  
  282. - --------------------------------------------------------------
  283. Thanks for using Fractint, The Fractals and Fractint Discussion List
  284. Post Message:   fractint@lists.xmission.com
  285. Get Commands:   majordomo@lists.xmission.com "help"
  286. Administrator:  twegner@phoenix.net
  287. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  288.  
  289. ------------------------------
  290.  
  291. Date: Mon, 22 Jun 1998 21:40:49 -0600
  292. From: "mctupper" <mctupper@holly.colostate.edu>
  293. Subject: (fractint) (fractit) A late Easter Egg
  294.  
  295. This is a multi-part message in MIME format.
  296.  
  297. - ------=_NextPart_000_0003_01BD9E26.6D7E9500
  298. Content-Type: text/plain;
  299.     charset="iso-8859-1"
  300. Content-Transfer-Encoding: 7bit
  301.  
  302. I missed out on decorating Easter eggs this year, but through the magic of
  303. fractals, I have found a nice little egg all ready to go.  I hope you enjoy
  304. it as much as I did finding it.
  305.  
  306. - ------------------------------------------------
  307. Mariah1            { ;               (c) Mary Tupper
  308.   reset=1960 type=fn(z)+fn(pix) function=sin/sqr
  309.   corners=0.13334272567/0.13499635367/-0.18217274635/-0.18255847359/0.1341\
  310.   2318083/-0.18321335322 params=0/0/1/0 float=y inside=0
  311.   potential=255/200/250 invert=1/0/0
  312.   colors=8LrbbZ<8>OI5<6>eYJg_LiaNkcPneR<4>zpa<4>jdWgaVcZT`WSYUR<6>AAK<3>AL\
  313.   QAOSARUBUWBXY<6>DqlDtnCql<6>7Ta<6>L4R<13>7Nu5Px5Nu<6>B5`B6`<24>nru<17>DD\
  314.   MAAKABL<17>Djn<12>EFA<11>svcsvcsvcsvc<10>_UMYRKXQKWPJUMHSJF<6>EAbDCeCEgB\
  315.   GjAIn8Lr8Lr7Nu5Px<5>98fA5cB5`<2>E7UG8SH9QJANKBLMCLOEK<5>_VZb`c<5>nru<5>d\
  316.   da
  317.   }
  318.  
  319.  
  320. OK, who stopped payment on my reality check?
  321.  
  322. - ------=_NextPart_000_0003_01BD9E26.6D7E9500
  323. Content-Type: image/gif;
  324.     name="Judge's Chambers.gif"
  325. Content-Transfer-Encoding: base64
  326. Content-ID: <110433603@23061998-3487>
  327.  
  328. R0lGODlhIAM7ANX/ACEhISEYGCEQEGs5GGMxEHs5EEohCJRCEKVKEDkhEJxKEK1SEFopCGsxCEop
  329. EIQ5AJxCAK1KAGs5ELVaEHM5CK1SCJRCAKVKAIxCAL1aAM5jADkpGEIpEDkpEGuUjEpaWoytrWN7
  330. e4SlpTlKSmOEhDFCQsDAwFp7eyk5OVJzczlSUkJjYzFSUiE5OSFCQnuUnEpjaxApMYSUnAAQGCk5
  331. QggYIRghKSkxOSEpMUpKUjExORAQGAAAAAAAAAAAAAAAACH5BAEAACYALAAAAAAgAzsAQAb/wEsl
  332. MiFmjpNJZaFcDDYcgK5UstloJRSWhsPaarialWViuUawsrlmWpVapVwJZ7sBcLfSSGXq+/+AgYKD
  333. hIWGh4iJiouMjY6PkJGSk5SVlpeYmZqbnJ2en6CZGRUZSqMTCxUVFhUKCgcCAbJ0dDQjMTAufS1l
  334. KSQuMS01NzU0MGspKyknMS4vIi8swSwkdXl7odna29zd3t/g4eLj5OXm54AWTAsLCBcKCK4Q8K4J
  335. sgAlOjUxwR8tVjA8sBhRY4aLFTl0tKDRjCEMGMpshNGhokqNYSNw4JiCDZ3HjyBDihxJsqTJkygb
  336. QbiQCsJKBRYwyMRg4QGFWAIAoGjBggaJ/2QwRpjgEcODhxQxyhBcAeLEjBkxUMTosmPHDRxzNIKp
  337. cQeFHj4pw4odS7as2bNo01qCwA6BWwTs2sFt68AegBUefrm4GKPGDqw4cthBEebNihEzuDJNgSLH
  338. Px06tH6ZgUPnV7WYM2vezLmz58+IMkTQoIFUhSQVXEJodeDJhgA2YlTN8+VvjciJAaggEaLFDGGV
  339. N1oBcAfwCJ62WAC4cQ0s6OfQo0ufTr26JHWo5NJTMC+eAtcBtH7IUYfGbxwhPmj8cmNEZBs7Lhav
  340. bIX5iBvWaOH56ty6//8ABijggCCNdoQGGWgwAYIKkpZgAQ5sAIBQWX1x0QgoXPSFVmDgsP8DhgTV
  341. UEIMNuTwwRd1YHWfRpbtAdYHiMBI4Iw01mjjjQMqIAQr7Kyiyo9KUABFADtIBEZfNKSgQgyJpWBC
  342. DFfhEAMNC6WQAhm6OBmbGMGU8MELJyzXXH84lmnmmWimidlcqRCRhBJLFHEBAR28FkZgwVA5ggu+
  343. nLBnCkeZ8IEOI9AgogoCJflkHffZkNEM5DHHn5qUVmrppZh+s9IQF3QawaedhnoBA68FcEczJ6RB
  344. 4gjJnJACDM2soMJCMaCRxgxftLCeFRLpYIdE+7nYh4yZFmvsscgm+8dKokbQ6UqfRktAAhKGAEML
  345. HoywwgksoFDirCyc4AIZcIRAQ7gfqMD/hzR4FIlVCyhU1EJXkypr77345jsgjKehNoFo/r45gT2x
  346. xCcHcTbooNNFV8awzAq6wBBCCsLgCsBFLQhzA5QY17DCHWPqK/LIJJe85lyqCKwKO85SwMFrxOHg
  347. Hh4qYLjCxCbA0FSHVelRAhg2wAbGCDnskbHHXLRIpslMN+300+Js2mwEFYjaqQQvAwBjCy5AhUIy
  348. L8yaccL0aSQlc1zZQBhhVkCp0c/ANucHsVDXbffdeEMihCpWrywEOwVsALNE3n4QTA0LYQHWVVqM
  349. MBANLuhCRs7H+Hk4ky6AfFnenHfuuecyFvDAAzI9cMABGIw+kwUXYP1aZCKmMMIHI+5T/wML17rQ
  350. Qkb8lEDDURCtwIIvZEjEhQ0BzaC5ukt/7vzz0OdbQAGuWGABTNa74oo7DdgDmxVY3SD2uR70kQYL
  351. sn4gQwk8SBPDCn1EfkbGU/We+X7qRq///vwXq4qbAgtgEiQgOFPhQ1K6k19eABWQK7VABwmjgp6E
  352. gQITDINELUhKzpaXv/558IMgnNE8YDIPllzAHe7QnuvuEgIRBG8FLThMUjI4Ag9ATAUbMwMv+rCn
  353. FVSlbTILjg2Ik4cOhvCISEwiaP6VICIg6Aif+heCIOSAAPhOh82gGAtaQAIPiOsET9JDGbiogsTQ
  354. 4AMwgODFNIIfPAxxOSVgnhLnSMc6kv9FYHFpCwIqsMfVkOo17VlBUkjAPhzIAAQgcF8MWIBIcyUF
  355. BupyQ5fWEwYwoEBiYopj8+zIyU56Uhw/ChUE3NGpVlgAAhYQwA5yUoJwiaB8T4lPBpUhPJ4UJDZU
  356. gtdTyOCBEMjsAzfIGNcyB0c5fvKYyEwmKBTwo2Y201mqCBwHBADBD6EABe7CgQx50hPf1IBVM1DB
  357. K2mXqxbcwFfvwQEKRkBETSrznfCMpyROQ5ok1FOAFRDS4MQAGR0kJCM3QAFUtuQMEtAARRqaA7C8
  358. tKcqxSCTxpSnRCdK0T8U4ADXs948sqe9PbrOVJUMzxD9so+F5CwEVmDbEOkQNIncgAv/G4sXDcRW
  359. mSIasaI4zSky/5eEUgjwTRCCmRictJMS9GaLKoChxYIpkeHwbkpwuAqJDnMME7TzpjrNqlbnOMJT
  360. vqNqKByhAgj4mhEUqgYZ4tLNPgCVOzQ1MCqgQ5SARYcZ5GEYYvDWVbG61b76dX9MZNCCpDjYB0Uo
  361. PCZIaghu8Y8lteAD19TrOd8GgBnEa0RY8dKIVHAitFYGjh35q2hH6zzSmNZBDDqtBh7gAAcIIB/D
  362. eZvarFACO+SDDlP45grWs7s7LYQObqPDXjcZI9Ia97jFWlCCjsBcBH2qX0EV6UttUAU4mGBEWGCB
  363. Cnw1FRr4IXI5M58JktEHG5ggg8oL/xZfkcve9t7LdKjDwAFeUYEHrCJ7FiDAy0Cqq6m8IQ0560kX
  364. rpK4yEGMDFjCRS7EsI8ZjIAEHHSvhCesLOtZ2ML3pQmzJHBYABgJT8fZhw14ssjYqBNyLggIDF4F
  365. sT7U6rris0EIPEAcr4SWwjjOsZqYOwpSMHcITMxAXeyEhxsUzRa5PNcWbbUqOKSKBVA+hg2AMd6e
  366. QKRWmruxjrfMZRqtJBUXeElMaFI6l8VCFhdRiM+41ocUGAqMwbBgDlKgAxaM2ErAuyE/ZgWoGter
  367. y4AOtH/wmAo98rGUZA1AZHzlO4Y47hmIRLAJXEACEFBGB/yAMsRgIAOU0gI+cc0ycf8FTepSa4ZZ
  368. oXJWmC8QrU8RoIAXG4aUbDGuRR5EBMlwUgxgi+maTSmutN1VL/ysZVMb+9hoCWWoSNkpElrAAAlI
  369. gBQwzY8YqEAwL33BQZKxp+vSAHJ5GpfuwjA7XuHgNyuVG7LXze6xsEUu8I53O15tp91x7TjCpAEM
  370. C6KLxE06hlOytiBHAD7IZEQMJRD1qNvN8IaTYwjOXEIz91ZFaZsIeK86Di62mAIwmcC7Oai2Cz5g
  371. JfcVyQa4Mhtz7CCpYjv85TAHR7/6RbWAvSnRjmoxDAPeAmjoArzBECacDdUCOluBBvi5ihiCw5GF
  372. x/zpUN+EaEohGon/aIQHIOuEwO3/sZzVDBgeAMELhDfea3FRBDOIzwoQQnD2mLsgmXR51OdOd0tc
  373. NKOntLD2mImABJw5DzEkwdphpzM48yIZMpDBCp6CVhPcYhi1peQNlJe0pju97pjP/CHc0iMANmEJ
  374. znq1tB0Xg2eQKARdzFBDd+PLYqwdBNaa1eGscJE4wKCLL6jp5jTP+94nAkg9/WkShjwhKFvJT1fA
  375. hSBTYK7hEQZxJ6CB6nmSjCqsJ088ifvlfc/9zGMnLggYpTy2I4AzH8SGIjDBU2KNAjTiNpgZG0gY
  376. UM6UbGnkQ/gRQzC13/3++98E84BKL8FHOvIOKvQy6IEUGeQXyoNGSzIrLpBLYhAU/zXgAh7QabJH
  377. Ikg3B2DwF9q3ff8Xgg23KarGapwiBKESIaWyA5GxEXYFHyMQAlDBC2vHECaAAiswdgd1f1fAWf9A
  378. IjgAEfwngkRYd8pVWIPVIExUF7LQKzoQH1kRHzJjAunBLUnRFGm1A1PhLUETA531bbszB1Kwe0VY
  379. hjGHBHDyJqXgJqRBRaayFY0BGecmHABQFTPwOyHAJHXIFfgxHLExJTAwU+oyL6AFgmZ4iIG2EnCx
  380. aqh0YalDAX8UAHbAFWJQWX9RVziAPiHAAj9zMWvUdjUVGbWCC5M2EKKGiKjIcIQGfnvURxGQaPQR
  381. axexD/zgAS8wXilgVzdwciQCLP8S8QYZggXHcQIxNISpeIzGhmqesmqs1mocZid1AFlppwJUggIs
  382. cDvlYxW7VlselgM5sBwZ1AW8szEOZkEfiIzoSGrK1inM9g4uYQGJ5mEooAMfQEjHoScgMAI8gAe7
  383. difCIRHLsR56gB/j4VLGmI4IuWXvxnlswnltMQARMiFZkEEj1hdFtwJ8kTbwkSKT1VRTcSdz8JGx
  384. 1XQJWZI6BnE/QjWpEEqq8IwAoBT/gCsmAEZlFBVLohUBuRy8Ugdx82ko0IcHaZJCyV798iZApgQq
  385. E10l8HEZdF606Dha8A/00UZhEB/dJSXUxStVcBVD1HLrNZRg6VeqgAQ/VpZT1FpTVtQHtxVQaOU7
  386. UkgLSqdNGaEC3lIojcEFQXgFzIECEGWIYfmX8nRaCaJaqaUBBeAaGLIhGiGHAEk0XwA7UjIriMM2
  387. cfQFHsaTMtOV6gaYnLlVQQAAOw==
  388.  
  389. - ------=_NextPart_000_0003_01BD9E26.6D7E9500--
  390.  
  391.  
  392. - --------------------------------------------------------------
  393. Thanks for using Fractint, The Fractals and Fractint Discussion List
  394. Post Message:   fractint@lists.xmission.com
  395. Get Commands:   majordomo@lists.xmission.com "help"
  396. Administrator:  twegner@phoenix.net
  397. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  398.  
  399. ------------------------------
  400.  
  401. Date: Mon, 22 Jun 1998 23:42:24 -0400
  402. From: "Marie Drozdis" <mariedrozdis@worldnet.att.net>
  403. Subject: RE: (fractint) par-files
  404.  
  405. This is a multi-part message in MIME format.
  406.  
  407. - ------=_NextPart_000_0003_01BD9E37.6866CF40
  408. Content-Type: text/plain;
  409.     charset="iso-8859-1"
  410. Content-Transfer-Encoding: 7bit
  411.  
  412. We don't attach pars because not all of us are able to use attachments or
  413. read them.
  414.  
  415.  -----Original Message-----
  416.  
  417.  
  418.  
  419.  
  420.         This is what I have been saying. Why don't we attach the pars?
  421.  
  422.         Faye
  423.         arkangel@sb.net
  424.  
  425.  
  426. - ------=_NextPart_000_0003_01BD9E37.6866CF40
  427. Content-Type: text/html;
  428.     charset="iso-8859-1"
  429. Content-Transfer-Encoding: quoted-printable
  430.  
  431. <!DOCTYPE HTML PUBLIC "-//W3C//DTD W3 HTML//EN">
  432. <HTML>
  433. <HEAD>
  434.  
  435. <META content=3Dtext/html;charset=3Diso-8859-1 =
  436. http-equiv=3DContent-Type><!DOCTYPE HTML PUBLIC "-//W3C//DTD W3 =
  437. HTML//EN">
  438. <META content=3D'"MSHTML 4.72.2106.6"' name=3DGENERATOR>
  439. </HEAD>
  440. <BODY bgColor=3D#ffffff>
  441. <DIV><SPAN class=3D710474003-23061998><FONT color=3D#0000ff face=3DArial =
  442. size=3D2>We=20
  443. don't attach pars because not all of us are able to use attachments or =
  444. read=20
  445. them.</FONT></SPAN></DIV>
  446. <DIV><SPAN class=3D710474003-23061998><FONT color=3D#0000ff face=3DArial =
  447.  
  448. size=3D2></FONT></SPAN><FONT face=3D"Times New Roman" size=3D2><SPAN=20
  449. class=3D710474003-23061998><FONT color=3D#0000ff face=3DArial=20
  450. size=3D2> </FONT></SPAN></FONT></DIV>
  451. <DIV><FONT face=3D"Times New Roman" size=3D2><SPAN =
  452. class=3D710474003-23061998><FONT=20
  453. color=3D#0000ff face=3DArial size=3D2> </FONT></SPAN>-----Original=20
  454. Message-----<BR><SPAN class=3D710474003-23061998><FONT color=3D#0000ff =
  455. face=3DArial=20
  456. size=3D2>   </FONT><B></B></SPAN></FONT><FONT face=3DArial=20
  457. size=3D2><BR><BR></DIV>
  458. <BLOCKQUOTE=20
  459. style=3D"BORDER-LEFT: #0000ff solid 2px; MARGIN-LEFT: 5px; PADDING-LEFT: =
  460. 5px">
  461.     <BLOCKQUOTE=20
  462.     style=3D"BORDER-LEFT: #000000 solid 2px; MARGIN-LEFT: 5px; =
  463. PADDING-LEFT: 5px"></FONT>
  464.         <DIV><FONT color=3D#000000 face=3DArial size=3D3><SPAN=20
  465.         class=3D710474003-23061998><FONT color=3D#0000ff face=3DArial=20
  466.         size=3D2>   </FONT></SPAN></FONT></DIV>
  467.         <DIV><FONT size=3D2>This is what I have been saying. Why don't =
  468. we attach=20
  469.         the pars?</FONT></DIV>
  470.         <DIV><FONT size=3D2></FONT> </DIV>
  471.         <DIV><FONT size=3D2>Faye</FONT></DIV>
  472.         <DIV><FONT size=3D2><A=20
  473.         href=3D"mailto:arkangel@sb.net">arkangel@sb.net</A></FONT></DIV>
  474.         <DIV><FONT =
  475. size=3D2></FONT> </DIV></BLOCKQUOTE></BLOCKQUOTE></BODY></HTML>
  476.  
  477. - ------=_NextPart_000_0003_01BD9E37.6866CF40--
  478.  
  479.  
  480. - --------------------------------------------------------------
  481. Thanks for using Fractint, The Fractals and Fractint Discussion List
  482. Post Message:   fractint@lists.xmission.com
  483. Get Commands:   majordomo@lists.xmission.com "help"
  484. Administrator:  twegner@phoenix.net
  485. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  486.  
  487. ------------------------------
  488.  
  489. Date: Mon, 22 Jun 1998 22:31:40 -0700
  490. From: "Faye Williams" <arkangel@sb.net>
  491. Subject: (fractint) DOS on a floppy??  YES!
  492.  
  493. This is a multi-part message in MIME format.
  494.  
  495. - ------=_NextPart_000_0064_01BD9E2D.86987FE0
  496. Content-Type: text/plain;
  497.     charset="iso-8859-1"
  498. Content-Transfer-Encoding: quoted-printable
  499.  
  500. To Christian and Steve,
  501. I forwarded this message to the computer expert here who set up my =
  502. computer and all the computers for my company.  He's an electronic =
  503. engineer and a computer technician.  He's been working
  504. on computer for over 18 years from the old teletype in a sound proof =
  505. room through the Apple II, Apple II Plus, Commodore, IBM-PC, 286, 386, =
  506. 486, Pentium, Pentium Pro, Pentium MMX, and finally the Pentium II. He's =
  507. also worked with higher end systems such as SUN, SGI, VME, and SciTech. =
  508. He's worked with MS-DOS versions 5.0, 6.0, 6.1, 6.2, 6.22, and 7.5 =
  509. (released with Windows 95). and also other os's such as OS/2, OSR2, =
  510. Linux, UNIX, and Macintosh. He presently owns 7 systems doing highend =
  511. video, graphics and animation.  This is his explanation as to why why I =
  512. don't have DOS on my system.
  513. My thanks to you Christian for your attempt to help me find an MS-DOS =
  514. solution but an MS-DOS window using F8 then 6 or shutdown and restart in =
  515. MS-DOS mode only gets you to a command prompt. I have OSR2 on my present =
  516. system (Second release of Windows 95). I once had a dual operating =
  517. system on my drive but it is not possible with OSR2. If you still have =
  518. the older Windows 95 it will work, but only if you install MS-DOS 6.22 =
  519. (or other version). First, copy the dos dir to another dir, install =
  520. Windows 95 to a different dir than Windows 3.1 or 3.11 Windows for =
  521. Workgroups, edit the MS Dos.sys file from the Windows 95 side (boot to =
  522. Windows 95) add under options 'BootMulti=3D1' and 'BootMenu=3D1'. Delete =
  523. the dos dir and copy the contents of the saved dos back to the original =
  524. dos dir renaming 5 files that end in .exe to .old and that is it. Two =
  525. fully independent os's working on the same machine. The reason why OSR2 =
  526. won't work with this setup is that it has a certain capabilities that =
  527. the Windows 95 or DOS os's don't have. DOS has a 2 Gb partition =
  528. limitation. Windows 95 was released with DOS 7.5. Windows 95 sat atop of =
  529. this DOS 7.5 so it too had this 2 GB limitation. OSR2 is it's own os. NO =
  530. DOS. This os allows one drive to be partitioned at nearly any size. For =
  531. instance, my drive C is 8 Gb. When you goto fdisk (set up partitions) =
  532. with OSR2 it asks if you want to enable large disk support. This 8 Gb =
  533. partition (drive c) is not recognized by any version of DOS or previous =
  534. versions of Windows 95. If I boot to a floppy,  drive c does not even =
  535. show up!! When I drop to a command prompt (it says ms-dos prompt because =
  536. it emulates a dos prompt) it is just that, a command prompt, not MS-Dos. =
  537. If you type ver at this command prompt you will see it still is Windows =
  538. 95 . Fractint and some other programs require MS-DOS version 5.0, 6.0 =
  539. ,6.1 ,6.2, or 6.22 to run properly. The first version of Windows 95 =
  540. placed atop of MS-DOS 7.5 also does not work with some programs. The =
  541. only way to run fractint is to boot to a DOS 6.22 formatted floppy. That =
  542. is what I have to do.
  543.  
  544. Faye
  545. arkangel@sb.net
  546.  
  547.  
  548. - ------=_NextPart_000_0064_01BD9E2D.86987FE0
  549. Content-Type: text/html;
  550.     charset="iso-8859-1"
  551. Content-Transfer-Encoding: quoted-printable
  552.  
  553. <!DOCTYPE HTML PUBLIC "-//W3C//DTD W3 HTML//EN">
  554. <HTML>
  555. <HEAD>
  556.  
  557. <META content=3Dtext/html;charset=3Diso-8859-1 =
  558. http-equiv=3DContent-Type>
  559. <META content=3D'"MSHTML 4.71.1712.3"' name=3DGENERATOR>
  560. </HEAD>
  561. <BODY bgColor=3D#ffffff>
  562. <DIV><FONT size=3D2>To Christian and Steve,</FONT></DIV>
  563. <DIV><FONT size=3D2>I forwarded this message to the computer expert here =
  564. who set=20
  565. up my computer and all the computers for my company.  He's an =
  566. electronic=20
  567. engineer and a computer technician.  He's been working</FONT></DIV>
  568. <DIV><FONT size=3D2>on computer for over 18 years <FONT=20
  569. face=3D"Times New Roman">from the old teletype in a sound proof room =
  570. through the=20
  571. Apple II, Apple II Plus, Commodore, IBM-PC, 286, 386, 486, Pentium, =
  572. Pentium Pro,=20
  573. Pentium MMX, and finally the Pentium II. He's also worked with higher =
  574. end=20
  575. systems such as SUN, SGI, VME, and SciTech. He's worked with MS-DOS =
  576. versions=20
  577. 5.0, 6.0, 6.1, 6.2, 6.22, and 7.5 (released with Windows 95). and also =
  578. other=20
  579. os's such as OS/2, OSR2, Linux, UNIX, and Macintosh. He presently owns 7 =
  580. systems=20
  581. doing highend video, graphics and animation.  This is his =
  582. explanation as to=20
  583. why </FONT></FONT><FONT face=3D"Times New Roman" size=3D2>why I don't =
  584. have DOS on my=20
  585. system.</FONT></DIV>
  586. <DIV><FONT size=3D2><FONT face=3D"Times New Roman">My thanks to =
  587. </FONT></FONT><FONT=20
  588. size=3D2><FONT face=3D"Times New Roman">you Christian for your attempt =
  589. to help me=20
  590. find an MS-DOS solution but an MS-DOS window using F8 then 6 or shutdown =
  591. and=20
  592. restart in MS-DOS mode only gets you to a command prompt. I have OSR2 on =
  593. my=20
  594. present system (Second release of Windows 95). I once had a dual =
  595. operating=20
  596. system on my drive but it is not possible with OSR2. If you still have =
  597. the older=20
  598. Windows 95 it will work, but only if you install MS-DOS 6.22 (or other =
  599. version).=20
  600. First, copy the dos dir to another dir, install Windows 95 to a =
  601. different dir=20
  602. than Windows 3.1 or 3.11 Windows for Workgroups, edit the MS Dos.sys =
  603. file from=20
  604. the Windows 95 side (boot to Windows 95) add under options =
  605. 'BootMulti=3D1' and=20
  606. 'BootMenu=3D1'. Delete the dos dir and copy the contents of the saved =
  607. dos back to=20
  608. the original dos dir renaming 5 files that end in .exe to .old and that =
  609. is it.=20
  610. Two fully independent os's working on the same machine. The reason why =
  611. OSR2=20
  612. won't work with this setup is that it has a certain capabilities that =
  613. the=20
  614. Windows 95 or DOS os's don't have. DOS has a 2 Gb partition limitation. =
  615. Windows=20
  616. 95 was released with DOS 7.5. Windows 95 sat atop of this DOS 7.5 so it =
  617. too had=20
  618. this 2 GB limitation. OSR2 is it's own os. NO DOS. This os allows one =
  619. drive to=20
  620. be partitioned at nearly any size. For instance, my drive C is 8 Gb. =
  621. When you=20
  622. goto fdisk (set up partitions) with OSR2 it asks if you want to enable =
  623. large=20
  624. disk support. This 8 Gb partition (drive c) is not recognized by any =
  625. version of=20
  626. DOS or previous versions of Windows 95. If I boot to a floppy,  =
  627. drive c=20
  628. does not even show up!! When I drop to a command prompt (it says ms-dos =
  629. prompt=20
  630. because it emulates a dos prompt) it is just that, a command prompt, not =
  631. MS-Dos.=20
  632. If you type ver at this command prompt you will see it still is Windows =
  633. 95 .=20
  634. Fractint and some other programs require MS-DOS version 5.0, 6.0 ,6.1 =
  635. ,6.2, or=20
  636. 6.22 to run properly. The first version of Windows 95 placed atop of =
  637. MS-DOS 7.5=20
  638. also does not work with some programs. The only way to run fractint is =
  639. to boot=20
  640. to a DOS 6.22 formatted floppy. That is what I have to =
  641. do.</FONT></FONT></DIV>
  642. <DIV> </DIV>
  643. <DIV><FONT size=3D2><FONT face=3D"Times New =
  644. Roman">Faye</FONT></FONT></DIV>
  645. <DIV><FONT size=3D2><FONT face=3D"Times New Roman"><A=20
  646. href=3D"mailto:arkangel@sb.net">arkangel@sb.net</A></FONT></FONT></DIV>
  647. <DIV><FONT size=3D2><FONT=20
  648. face=3D"Times New Roman"></FONT></FONT> </DIV></BODY></HTML>
  649.  
  650. - ------=_NextPart_000_0064_01BD9E2D.86987FE0--
  651.  
  652.  
  653. - --------------------------------------------------------------
  654. Thanks for using Fractint, The Fractals and Fractint Discussion List
  655. Post Message:   fractint@lists.xmission.com
  656. Get Commands:   majordomo@lists.xmission.com "help"
  657. Administrator:  twegner@phoenix.net
  658. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  659.  
  660. ------------------------------
  661.  
  662. Date: Mon, 22 Jun 1998 21:41:37 -1000
  663. From: "Shauna Jones" <shauna@aloha.net>
  664. Subject: Re: (fractint) DOS on a floppy?
  665.  
  666. On 22 Jun 98 at 18:21, davides wrote:
  667.  
  668. > At 08:33 PM 6/21/1998 -0700, Faye Williams wrote:
  669. > (snipped)
  670. > >I don't have DOS on my computer.  I have DOS on a floppy that runs fractint
  671. > >for me. 
  672. > (snipped)
  673. > I am very puzzled by the above statement. I suspect what is intended is
  674. > that you have Fractint 19.x (DOS version) as opposed to Winfract, and you
  675. > have that copy of the program on a floppy - is that correct? 
  676.  
  677. Well, he could be running OS/2, which can be installed 
  678. without DOS support, or Windows NT. Neither are DOS! <G>
  679.  
  680. Another blast of bits from David
  681. Visit our not-so-boring web page: http://www.aloha.net/~shauna/
  682. Visit the Hawaii Astronomical Society: http://www.hawastsoc.org/
  683. For the best Hawaii & Pacific Basin surf forecast: mailto:hisurf@aloha.net
  684.  
  685. Random Thought for this Nanosecond
  686. John F. Kennedy: Ask not what your operating system can do for you, ask what you can do for your operating system.
  687.  
  688.  
  689.  
  690. - --------------------------------------------------------------
  691. Thanks for using Fractint, The Fractals and Fractint Discussion List
  692. Post Message:   fractint@lists.xmission.com
  693. Get Commands:   majordomo@lists.xmission.com "help"
  694. Administrator:  twegner@phoenix.net
  695. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  696.  
  697. ------------------------------
  698.  
  699. Date: Tue, 23 Jun 1998 09:46:56 +0200 (MET DST)
  700. From: fjslman@wins.uva.nl (F.J. Slijkerman)
  701. Subject: Re: (fractint) Version of FractInt with 3DNow! support?
  702.  
  703. > single precision floating-point numbers
  704.  
  705. That's of course enough for 3D applications and games -- but
  706. for fractals it's still unusable. No one ever seems to care
  707. about fractals :(
  708.  
  709. Regards,
  710. Frederik.
  711.  
  712. - --------------------------------------------------------------
  713. Thanks for using Fractint, The Fractals and Fractint Discussion List
  714. Post Message:   fractint@lists.xmission.com
  715. Get Commands:   majordomo@lists.xmission.com "help"
  716. Administrator:  twegner@phoenix.net
  717. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  718.  
  719. ------------------------------
  720.  
  721. Date: Tue, 23 Jun 1998 04:34:44 EDT
  722. From: <JimBeau549@aol.com>
  723. Subject: (fractint) 1 par (birds)
  724.  
  725. I found these two lovebirds and thought everyone should see them. :)
  726. Enjoy~
  727.  
  728. Jim
  729.  
  730. *****************************************************************
  731.  
  732. Field_Grouse       { ; 0:03:05.97 75mhz 800x600
  733.                      ; 6/22/98 image(c) JamesWeaver
  734.   reset=1821 type=formula formulafile=fractint.frm
  735.   formulaname=inandout02 function=asinh/cosxx passes=1
  736.   center-mag=0/0/0.3/1/90 params=0.6650000000000001/0/0/0 float=y
  737.   colors=000DDG<4>005332<17>zpa<12>UPFMJIEDLAAK<3>ALQAOSARUBUWBXY<6>DqlDtn\
  738.   Cqm<2>BghAdg9`e8Yd7Vb<7>14RC6QO8OP9NQBM000000UFJVHI<7>zH0<8>SDF<4>L0KB8D\
  739.   1H5<19>Q`5Sa6R`6<16>2I6IIAZJE<6>wgF<8>XKDUHDSGC<6>AB7000HIC<10>svcsvc<9>\
  740.   VVLSSJPPHMMFKJD<6>200pdJ<5>zjF<13>RCCEEE<13>kki<12>FFI
  741.   }
  742.  
  743.  
  744. - --------------------------------------------------------------
  745. Thanks for using Fractint, The Fractals and Fractint Discussion List
  746. Post Message:   fractint@lists.xmission.com
  747. Get Commands:   majordomo@lists.xmission.com "help"
  748. Administrator:  twegner@phoenix.net
  749. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  750.  
  751. ------------------------------
  752.  
  753. Date: Tue, 23 Jun 1998 06:07:50 -0400
  754. From: davides <davides@pipeline.com>
  755. Subject: Re: (fractint) DOS on a floppy?
  756.  
  757. At 09:41 PM 6/22/1998 -1000, you wrote:
  758. >
  759. >Well, he could be running OS/2, which can be installed 
  760. >without DOS support, or Windows NT. Neither are DOS! <G>
  761. >
  762. But now we have the answer: DOS indeed on  a floppy :). Just, for some
  763. reason, sounds odd to me, but so do most things... :)
  764. davides@pipeline.com
  765. ds30@umail.umd.edu
  766. Back up my hard drive?
  767. How do I put it in reverse?
  768.  
  769. - --------------------------------------------------------------
  770. Thanks for using Fractint, The Fractals and Fractint Discussion List
  771. Post Message:   fractint@lists.xmission.com
  772. Get Commands:   majordomo@lists.xmission.com "help"
  773. Administrator:  twegner@phoenix.net
  774. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  775.  
  776. ------------------------------
  777.  
  778. Date: Tue, 23 Jun 1998 09:38:56 -0400 (EDT)
  779. From: Ian Kaplan <ijk@force.stwing.upenn.edu>
  780. Subject: Re: (fractint) Fwd: Algorithms
  781.  
  782. Kragen wrote:
  783.  
  784. > It would be worthwhile to enhance fractint to support MPI or PVM,
  785. > methinks.
  786.  
  787. Might as well work from the nice, clean XWindows source for this- I don't 
  788. think anyone will want the DOS features on a massively-parallel box! I 
  789. imagine that our original messager has considerable experience doing 
  790. ports to his box; given the source code, he might want to undertake the 
  791. project...
  792.  
  793.  
  794. - --------------------------------------------------------------
  795. Thanks for using Fractint, The Fractals and Fractint Discussion List
  796. Post Message:   fractint@lists.xmission.com
  797. Get Commands:   majordomo@lists.xmission.com "help"
  798. Administrator:  twegner@phoenix.net
  799. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  800.  
  801. ------------------------------
  802.  
  803. Date: Tue, 23 Jun 1998 10:32:28 -0400 (EDT)
  804. From: kragen@pobox.com (Kragen)
  805. Subject: Re: (fractint) DOS on a floppy??  YES!
  806.  
  807. On Mon, 22 Jun 1998, Faye Williams wrote:
  808. > <a rather unreadable message, due to a lousy email reader>
  809.  
  810. As far as I can see, what you're saying is that you can't run Fractint
  811. in Win95 OSR2's DOS prompt -- whether you're in a DOS window or just
  812. "booted in DOS mode" -- right?  What happens when you try it?
  813.  
  814. Kragen
  815.  
  816.  
  817.  
  818. - --------------------------------------------------------------
  819. Thanks for using Fractint, The Fractals and Fractint Discussion List
  820. Post Message:   fractint@lists.xmission.com
  821. Get Commands:   majordomo@lists.xmission.com "help"
  822. Administrator:  twegner@phoenix.net
  823. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  824.  
  825. ------------------------------
  826.  
  827. Date: Tue, 23 Jun 1998 10:50:38 -0400 (EDT)
  828. From: kragen@pobox.com (Kragen)
  829. Subject: Re: (fractint) Fwd: Algorithms
  830.  
  831. On Tue, 23 Jun 1998, Ian Kaplan wrote:
  832. > > It would be worthwhile to enhance fractint to support MPI or PVM,
  833. > > methinks.
  834. > Might as well work from the nice, clean XWindows source for this
  835.  
  836. Praise the Lord and pass the compilers!
  837.  
  838. > - I don't 
  839. > think anyone will want the DOS features on a massively-parallel box! 
  840.  
  841. It'd be nice to be able to use a DOS box to watch the fractals being
  842. generated, change parameters, etc., given that the DOS UI is still a
  843. lot nicer than the XFractint UI.  Also, it might be worthwhile to set
  844. up a huge MP machine that can be used to render fractals for Sylvie
  845. Gallet, Wizzle, Gumbycat, et al., while they sit at home running
  846. Fractint on their little DOS boxes.
  847.  
  848. > I imagine that our original messager has considerable experience doing 
  849. > ports to his box; given the source code, he might want to undertake the 
  850. > project...
  851.  
  852. Agreed.
  853.  
  854. Kragen
  855.  
  856.  
  857. - --------------------------------------------------------------
  858. Thanks for using Fractint, The Fractals and Fractint Discussion List
  859. Post Message:   fractint@lists.xmission.com
  860. Get Commands:   majordomo@lists.xmission.com "help"
  861. Administrator:  twegner@phoenix.net
  862. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  863.  
  864. ------------------------------
  865.  
  866. Date: Tue, 23 Jun 1998 11:35:22 -0400
  867. From: "RJ Corradino" <rjcor@countless-codes.com>
  868. Subject: RE: (fractint) DOS on a floppy??  YES!
  869.  
  870. I find this quite confusing.  I do have OSR2 running, and I tried out a ver
  871. at the command prompt.  It does say Windows 95, not dos.  Neat.
  872.  
  873. Only weird thing is, Fractint runs fine for me.  Is this just a partitioning
  874. thing then?  I'm on a 5.2 gig HD...
  875.  
  876. - -RJ
  877.  
  878.  
  879.  
  880. Faye wrote;
  881. To Christian and Steve,
  882. I forwarded this message to the computer expert here who set up my computer
  883. and all the computers for my company.  He's an electronic engineer and a
  884. computer technician.  He's been working
  885. on computer for over 18 years from the old teletype in a sound proof room
  886. through the Apple II, Apple II Plus, Commodore, IBM-PC, 286, 386, 486,
  887. Pentium, Pentium Pro, Pentium MMX, and finally the Pentium II. He's also
  888. worked with higher end systems such as SUN, SGI, VME, and SciTech. He's
  889. worked with MS-DOS versions 5.0, 6.0, 6.1, 6.2, 6.22, and 7.5 (released with
  890. Windows 95). and also other os's such as OS/2, OSR2, Linux, UNIX, and
  891. Macintosh. He presently owns 7 systems doing highend video, graphics and
  892. animation.  This is his explanation as to why why I don't have DOS on my
  893. system.
  894. My thanks to you Christian for your attempt to help me find an MS-DOS
  895. solution but an MS-DOS window using F8 then 6 or shutdown and restart in
  896. MS-DOS mode only gets you to a command prompt. I have OSR2 on my present
  897. system (Second release of Windows 95). I once had a dual operating system on
  898. my drive but it is not possible with OSR2. If you still have the older
  899. Windows 95 it will work, but only if you install MS-DOS 6.22 (or other
  900. version). First, copy the dos dir to another dir, install Windows 95 to a
  901. different dir than Windows 3.1 or 3.11 Windows for Workgroups, edit the MS
  902. Dos.sys file from the Windows 95 side (boot to Windows 95) add under options
  903. 'BootMulti=1' and 'BootMenu=1'. Delete the dos dir and copy the contents of
  904. the saved dos back to the original dos dir renaming 5 files that end in .exe
  905. to .old and that is it. Two fully independent os's working on the same
  906. machine. The reason why OSR2 won't work with this setup is that it has a
  907. certain capabilities that the Windows 95 or DOS os's don't have. DOS has a 2
  908. Gb partition limitation. Windows 95 was released with DOS 7.5. Windows 95
  909. sat atop of this DOS 7.5 so it too had this 2 GB limitation. OSR2 is it's
  910. own os. NO DOS. This os allows one drive to be partitioned at nearly any
  911. size. For instance, my drive C is 8 Gb. When you goto fdisk (set up
  912. partitions) with OSR2 it asks if you want to enable large disk support. This
  913. 8 Gb partition (drive c) is not recognized by any version of DOS or previous
  914. versions of Windows 95. If I boot to a floppy,  drive c does not even show
  915. up!! When I drop to a command prompt (it says ms-dos prompt because it
  916. emulates a dos prompt) it is just that, a command prompt, not MS-Dos. If you
  917. type ver at this command prompt you will see it still is Windows 95 .
  918. Fractint and some other programs require MS-DOS version 5.0, 6.0 ,6.1 ,6.2,
  919. or 6.22 to run properly. The first version of Windows 95 placed atop of
  920. MS-DOS 7.5 also does not work with some programs. The only way to run
  921. fractint is to boot to a DOS 6.22 formatted floppy. That is what I have to
  922. do.
  923.  
  924. Faye
  925. arkangel@sb.net
  926.  
  927.  
  928.  
  929. - --------------------------------------------------------------
  930. Thanks for using Fractint, The Fractals and Fractint Discussion List
  931. Post Message:   fractint@lists.xmission.com
  932. Get Commands:   majordomo@lists.xmission.com "help"
  933. Administrator:  twegner@phoenix.net
  934. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  935.  
  936. ------------------------------
  937.  
  938. Date: Tue, 23 Jun 1998 11:44:30 -0400 (EDT)
  939. From: kragen@pobox.com (Kragen)
  940. Subject: RE: (fractint) DOS on a floppy??  YES!
  941.  
  942. On Tue, 23 Jun 1998, RJ Corradino wrote:
  943. > I find this quite confusing.  I do have OSR2 running, and I tried out a ver
  944. > at the command prompt.  It does say Windows 95, not dos.  Neat.
  945.  
  946. After you shut down your computer, when it says "it is now safe to turn
  947. off your computer", what happens if you type "mode co80" and hit
  948. return?
  949.  
  950. Kragen
  951.  
  952.  
  953. - --------------------------------------------------------------
  954. Thanks for using Fractint, The Fractals and Fractint Discussion List
  955. Post Message:   fractint@lists.xmission.com
  956. Get Commands:   majordomo@lists.xmission.com "help"
  957. Administrator:  twegner@phoenix.net
  958. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  959.  
  960. ------------------------------
  961.  
  962. End of fractint-digest V1 #240
  963. ******************************
  964.  
  965.