home *** CD-ROM | disk | FTP | other *** search
/ ftp.xmission.com / 2014.06.ftp.xmission.com.tar / ftp.xmission.com / pub / lists / fractint / archive / v01.n017 < prev    next >
Internet Message Format  |  1997-09-18  |  42KB

  1. From: fractint-owner@xmission.com (fractint Digest)
  2. To: fractint-digest@xmission.com
  3. Subject: fractint Digest V1 #17
  4. Reply-To: fractint@xmission.com
  5. Sender: fractint-owner@xmission.com
  6. Errors-To: fractint-owner@xmission.com
  7. Precedence: 
  8.  
  9.  
  10. fractint Digest       Friday, September 19 1997       Volume 01 : Number 017
  11.  
  12.  
  13.  
  14. In this issue:
  15.  
  16.     (fractint) Joining
  17.     (fractint) Getting fractint
  18.     Re: (fractint) Getting fractint 
  19.     Re: (fractint) Getting fractint
  20.     (fractint) Using FractInt with an Imagine 128...
  21.     (fractint) Old L-System bug 
  22.     Re: (fractint) NYC fractal show
  23.     Re: (fractint) NYC fractal show
  24.     Re: (fractint) Old L-System bug
  25.     (fractint) L-System Fractal Wanted!
  26.     Re: (fractint) Old L-System bug 
  27.     Re: (fractint) Matrox Millenium cards
  28.     Re: (fractint) Joining
  29.     Re: (fractint) Matrox Millenium cards
  30.     (fractint) About out of print books...
  31.     (fractint) entering my own algorythyms
  32.     Re: (fractint) entering my own algorythyms 
  33.     (fractint) video modes
  34.     (fractint) Help!
  35.     (fractint) dmj-pub.frm (take two)
  36.     Re: (fractint) Help!
  37.     Re: (fractint) entering my own algorythyms
  38.     Re: (fractint) video modes
  39.     Re: (fractint) video modes
  40.     Re: (fractint) Help!
  41.     (fractint) Controlling Fractals...
  42.     (fractint) video modes continued
  43.  
  44. See the end of the digest for information on subscribing to the fractint
  45. or fractint-digest mailing lists and on how to retrieve back issues.
  46.  
  47. ----------------------------------------------------------------------
  48.  
  49. Date: Wed, 17 Sep 97 11:35:00 +1
  50. From: "P.Toth Andras" <ptotha@MZSG.SULIMAIL.iif.hu>
  51. Subject: (fractint) Joining
  52.  
  53. Microsoft Mail v3.0 IPM.Microsoft Mail.Note
  54. K|ldo: P.Toth Andras
  55. Cmmzett: Fractint
  56. Targy:  Joining
  57. Datum: 1997-09-17 11:35
  58. Prioritas: 
  59. Rvgzmtett bet9tmpus-kiszlet: 0001
  60. \zenetazonosmts: A1543415
  61. Beszilgetisazonosmts: A1543415
  62.  
  63. ##############################################################################
  64.  
  65. Sorry for the lame header - the mail program does it :(
  66.  
  67.  Well, hello to everybody. This is my first time to send a mail to this list 
  68.  - I hope You won't mind my beginner questions!
  69.  
  70.  Basically my problem is not with Fractint, but making fractal calculations 
  71. faster.
  72.  I worked with Mandelbrot fractals for about 2 months. As I work on 
  73. Commodore 64 (1 Mhz) the calculation time is very important - so if You have 
  74. any good ideas to speed up Mandelbrot calculations, please let me know!
  75.  
  76.  My ideas were:
  77.  
  78.  -Use 2 bytes for numbers (1 bit negative flag, 3 bits for whole, 12 bits for 
  79. decimal) Ofcourse 2 complements.
  80.  
  81.  -Give the iteration counter maximum a little value (f.e. 10)
  82.  
  83.  -I don't know the special name for this stuff: the maximum distance of the 
  84. moving point {  sqrt(x*x+y*y)>=maxdistance   }. Well, I used no squareroot 
  85. function, I calculated the distance and compared oit with the maxdistance 
  86. squared (maxdistance was 2)
  87.  
  88.  Yes, I think these were the basic improvements (only :( ). There were some 
  89. more like coding the multiplier routine faster (the C64 has no inbuilt 
  90. command like MUL), etc.
  91.  
  92.  There MUST be other ways of speeding up the routine, coz I saw fullscreen 
  93. (160x200) REALTIME mandelbrot fractals calculated in 4 seconds...
  94.  
  95.  Anyway, thank you for your help, and please forgive my bad english and poor 
  96. sentences, but I'm in the middle of a MS-Works lesson and I could not 
  97. concentrate perfectly.
  98.  
  99. Best wishes: Andras P.Toth (Hungary)
  100.  
  101.  
  102. - ------------------------------------------------------------
  103. Thanks for using Fractint, The Fractals and Fractint Discussion List
  104. Post Message:   fractint@xmission.com
  105. Get Commands:   majordomo@xmission.com "help"
  106. Administrator:  twegner@phoenix.net
  107. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  108.  
  109. ------------------------------
  110.  
  111. Date: Wed, 17 Sep 1997 14:31:51 -0700 (MST)
  112. From: Sky Nelson <skynel@soliton.physics.arizona.edu>
  113. Subject: (fractint) Getting fractint
  114.  
  115. I would like to download fractint, but I am concerned about viruses (I 
  116. just started doing web downloading last night.) Anybody have any help or 
  117. ideas about how to avoid viruses or get a viral disinfectant program for 
  118. a PC with windows 95?
  119.  
  120. Thank you!
  121.     Sky Nelson
  122.  
  123. - ------------------------------------------------------------
  124. Thanks for using Fractint, The Fractals and Fractint Discussion List
  125. Post Message:   fractint@xmission.com
  126. Get Commands:   majordomo@xmission.com "help"
  127. Administrator:  twegner@phoenix.net
  128. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  129.  
  130. ------------------------------
  131.  
  132. Date: Wed, 17 Sep 1997 16:16:25 -0600
  133. From: Rich Thomson <rthomson@ptc.com>
  134. Subject: Re: (fractint) Getting fractint 
  135.  
  136. > I would like to download fractint, but I am concerned about viruses
  137.  
  138. The fractint ZIP file on Spanky is not contaminated.  Look at <URL:
  139. http://spanky.triumf.ca> and follow the fractint links to download the
  140. ZIP file.
  141. - --
  142.   ``Between stimulus and response is the will to choose.''  -- Steven Covey
  143.  =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  144.      3D Paint: The Power to Create in 3D;        Rich Thomson
  145.      email me for more info                rthomson@ptc.com
  146.  
  147. - ------------------------------------------------------------
  148. Thanks for using Fractint, The Fractals and Fractint Discussion List
  149. Post Message:   fractint@xmission.com
  150. Get Commands:   majordomo@xmission.com "help"
  151. Administrator:  twegner@phoenix.net
  152. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  153.  
  154. ------------------------------
  155.  
  156. Date: Wed, 17 Sep 1997 16:24:57 -0700
  157. From: Tim Riley  <triley@its.bldrdoc.gov>
  158. Subject: Re: (fractint) Getting fractint
  159.  
  160.   From: Sky Nelson <skynel@soliton.physics.arizona.edu>
  161.   Subject: (fractint) Getting fractint
  162. > I would like to download fractint, but I am concerned about viruses (I 
  163. > just started doing web downloading last night.) Anybody have any help or 
  164. > ideas about how to avoid viruses or get a viral disinfectant program for 
  165. > a PC with windows 95?
  166. - ---------------End of Original Message-----------------
  167.  
  168. Both McAfee and Norton produce capable virus scan programs. I personally use
  169. McAfee since we bought a site licence here at work. Their web site is:
  170.  
  171. http://www.mcafee.com
  172.  
  173. But don't get too paranoid. I've had access to the internet (in its various
  174. shapes and forms) for over 10 years, and I have _never_ encountered a virus.
  175. I worked with someone who would scream "VIRUS" at least once a week. In every
  176. case, it turned out that, with his limited computer abilities, he either didn't
  177. know how to run a particular program, or he had his system so twisted in a
  178. knot (messed up or missing configuration files, misplaced files, incomplete
  179. installation) that nothing would work.
  180.  
  181.  -----------------------------------------
  182. |               Tim Riley                 |
  183. | Institute for Telecommunication Science |
  184. |     National Telecommunications and     |
  185. |       Information Administration        |
  186. |          US Dept. of Commerce           |
  187. |            Boulder, Colorado            |
  188. |      E-mail:triley@its.bldrdoc.gov      |
  189. |     Per favore spenga le Sue scarpe     |
  190. |  davanti abbandonare il nave spaziale.  |
  191.  -----------------------------------------
  192.  
  193.  
  194. - ------------------------------------------------------------
  195. Thanks for using Fractint, The Fractals and Fractint Discussion List
  196. Post Message:   fractint@xmission.com
  197. Get Commands:   majordomo@xmission.com "help"
  198. Administrator:  twegner@phoenix.net
  199. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  200.  
  201. ------------------------------
  202.  
  203. Date: Wed, 17 Sep 1997 18:39:54 -0500
  204. From: Tim <stimothy@interaccess.com>
  205. Subject: (fractint) Using FractInt with an Imagine 128...
  206.  
  207. Hello everyone!
  208.  
  209. This is my first posting to the FractInt list and I am wondering if
  210. anybody on the list uses an Imagine 128 (mine has 4 meg of ram) to draw
  211. their fractals?  It seems that the chipset on the card only allows for
  212. 512k in DOS which doesn't allow for very good resolution!  I've been
  213. told that I need a DOS VESA driver so if anybody could help me I'd
  214. appreciate it!  I have a 21" Viewsonic PS and am really looking forward
  215. to finding some incredible images!
  216.  
  217. If it turns out that this card is pretty bogus for drawing fractals, I'd
  218. entertain upgrading to a new video card.  I am wondering if 3D
  219. accelerators also can provide a benefit with the FractInt program.  I've
  220. had this Imagine 128 for about two years so I am kinda in need for an
  221. upgrade anyway!  What would be the ultimate card for drawing with a
  222. Pentium system?  I also use Win95 for games and Netscape so the card
  223. would have to work with this as well.
  224.  
  225. Looking forward to any replies!
  226.  
  227. Sincerely,
  228.  
  229. Tim Maxwell
  230.  
  231.  
  232. - ------------------------------------------------------------
  233. Thanks for using Fractint, The Fractals and Fractint Discussion List
  234. Post Message:   fractint@xmission.com
  235. Get Commands:   majordomo@xmission.com "help"
  236. Administrator:  twegner@phoenix.net
  237. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  238.  
  239. ------------------------------
  240.  
  241. Date: Wed, 17 Sep 1997 19:15:23 -0500
  242. From: Barry Bluestein <barryblu@tmn.com>
  243. Subject: (fractint) Old L-System bug 
  244.  
  245. I would love to know if there is a fix for a bug that crept into Fractint DOS
  246. after ver 14 or 15 (the one that shipped with the Waite Press Fractint book).
  247. Prior to this bug, the L-System 'ColorSnowflake' would generate symmetrical
  248. images at levels at least as high as 8. Since then, any value over 5 results in
  249. a warped, asymetrical image being generated.
  250.  
  251. This bug has performed on all machines I have ever tested it on.
  252.  
  253. Any thoughts? If nescessary, I would even be willing to load a pre-bug version
  254. of Fractint just to access this one formula. It's easily my favorite 'fractal'.
  255.  
  256. - --
  257. Barry Bluestein
  258. TeleJamaica Design Project Manager
  259.  
  260. USAID/Kingston
  261. 2 Hainning Rd
  262. Kingston 5, Jamaica, W.I.
  263. 809-926-5001 x3327
  264.  
  265.  
  266.  
  267. - ------------------------------------------------------------
  268. Thanks for using Fractint, The Fractals and Fractint Discussion List
  269. Post Message:   fractint@xmission.com
  270. Get Commands:   majordomo@xmission.com "help"
  271. Administrator:  twegner@phoenix.net
  272. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  273.  
  274. ------------------------------
  275.  
  276. Date: Wed, 17 Sep 1997 19:16:43 -0500
  277. From: Barry Bluestein <barryblu@tmn.com>
  278. Subject: Re: (fractint) NYC fractal show
  279.  
  280. Donald Archer wrote:
  281.  
  282. > Everybody welcome to my NYC exhibit of large output (24" x 36")
  283. > fractal prints on canvas now thru Saturday, October 11 at:
  284. >
  285. > Vanderbilt YMCA
  286. > 224 East 47th Street
  287. > (betw. 2nd and 3rd Aves)
  288. > New York City
  289. > Lobby exhibit, open 24 hours daily.
  290. >
  291. > Many of these prints are U-draw fractals drawn by viewer input to my sites at:
  292. >
  293.  
  294. [snip]
  295.  
  296. What is "U-draw?"
  297.  
  298.  
  299. - --
  300. Barry Bluestein
  301. TeleJamaica Design Project Manager
  302.  
  303. USAID/Kingston
  304. 2 Hainning Rd
  305. Kingston 5, Jamaica, W.I.
  306. 809-926-5001 x3327
  307.  
  308.  
  309.  
  310. - ------------------------------------------------------------
  311. Thanks for using Fractint, The Fractals and Fractint Discussion List
  312. Post Message:   fractint@xmission.com
  313. Get Commands:   majordomo@xmission.com "help"
  314. Administrator:  twegner@phoenix.net
  315. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  316.  
  317. ------------------------------
  318.  
  319. Date: Wed, 17 Sep 1997 21:40:29 -0400 (EDT)
  320. From: Donald Archer <arch@dorsai.org>
  321. Subject: Re: (fractint) NYC fractal show
  322.  
  323. Barry,
  324.  
  325. >Donald Archer wrote:
  326. >
  327. >> Everybody welcome to my NYC exhibit of large output (24" x 36")
  328. >> fractal prints on canvas now thru Saturday, October 11 at:
  329. >>
  330. >> Vanderbilt YMCA
  331. >> 224 East 47th Street
  332. >> (betw. 2nd and 3rd Aves)
  333. >> New York City
  334. >> Lobby exhibit, open 24 hours daily.
  335. >>
  336. >> Many of these prints are U-draw fractals drawn by viewer input to my sites 
  337.  
  338. >What is "U-draw?
  339.  
  340. A forms page is provided on my sites for viewers to submit by email to
  341. me random numbers and functions. I then draw an image in Fractint based on these
  342. parameters using (I hope) interesting formulas, affix the submitter's name, 
  343. then post the image to my site. The viewers love it and I love the
  344. action and the challange. I call these fractals U-draws.
  345.  
  346. My U-draw sites are:
  347.  
  348. http://www.dorsai.org/~arch
  349.  
  350. and/or
  351.  
  352. http://www.ingress.com/~arch
  353.  
  354. Don
  355.  
  356.  
  357.  
  358.  
  359. - ------------------------------------------------------------
  360. Thanks for using Fractint, The Fractals and Fractint Discussion List
  361. Post Message:   fractint@xmission.com
  362. Get Commands:   majordomo@xmission.com "help"
  363. Administrator:  twegner@phoenix.net
  364. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  365.  
  366. ------------------------------
  367.  
  368. Date: Wed, 17 Sep 1997 20:56:22 -0500
  369. From: "Justin A. Kolodziej" <4wg7kolodzie@vms.csd.mu.edu>
  370. Subject: Re: (fractint) Old L-System bug
  371.  
  372. Barry Bluestein wrote:
  373.  
  374. > I would love to know if there is a fix for a bug that crept into Fractint DOS
  375. > after ver 14 or 15 (the one that shipped with the Waite Press Fractint book).
  376. > Prior to this bug, the L-System 'ColorSnowflake' would generate symmetrical
  377. > images at levels at least as high as 8. Since then, any value over 5 results in
  378. > a warped, asymetrical image being generated.
  379. >
  380. > This bug has performed on all machines I have ever tested it on.
  381. >
  382. > Any thoughts? If nescessary, I would even be willing to load a pre-bug version
  383. > of Fractint just to access this one formula. It's easily my favorite 'fractal'.
  384. >
  385. > --
  386. > Barry Bluestein
  387. > TeleJamaica Design Project Manager
  388.  
  389. Mr. Bluestein has a point here.  Both the "Snowflake2" and "SnowflakeColor"
  390. L-system types go haywire on levels 5 and above.   On level 5, the first few
  391. mini-snowflakes are drawn OK, but then it seems the program realizes that the
  392. entire snowflake won't fit on the screen and scales the remaining segments to fit,
  393. with disasterous results.  Level 6 is so screwed up that only the first largest
  394. sub-snowflake (which, by the way, IS the level 5 snowflake) is entirely on the
  395. screen.  Correct me if I'm wrong, but isn't the whole thing supposed to be on the
  396. screen?  If anyone out there has any ideas on this, such as what might be wrong or
  397. how to fix it, send 'em in!
  398.  
  399. Justin Kolodziej
  400.  
  401. - -- no cool signature :( --
  402.  
  403.  
  404. - ------------------------------------------------------------
  405. Thanks for using Fractint, The Fractals and Fractint Discussion List
  406. Post Message:   fractint@xmission.com
  407. Get Commands:   majordomo@xmission.com "help"
  408. Administrator:  twegner@phoenix.net
  409. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  410.  
  411. ------------------------------
  412.  
  413. Date: Wed, 17 Sep 1997 21:17:40 -0500
  414. From: "Justin A. Kolodziej" <4wg7kolodzie@vms.csd.mu.edu>
  415. Subject: (fractint) L-System Fractal Wanted!
  416.  
  417. Ever since I've seen the "Twin Dragon Skin" fractal described in Benoit
  418. B. Mandelbrot's book, "The Fractal Geometry of Nature", I've wanted to
  419. see what it looked like.  So far, it hasn't appeared in any book that I
  420. checked in iterated form, only in generator form.  I was hoping it would
  421. be included in the L-system fractals, but alas! No such luck! So, if
  422. anyone out there has a formula file for this or (horror of horrors!) can
  423. tell me how to do it myself, I would greatly appreciate it! Thanks!
  424.  
  425. Justin Kolodziej
  426.  
  427. - -- no cool signature :( --
  428.  
  429.  
  430.  
  431. - ------------------------------------------------------------
  432. Thanks for using Fractint, The Fractals and Fractint Discussion List
  433. Post Message:   fractint@xmission.com
  434. Get Commands:   majordomo@xmission.com "help"
  435. Administrator:  twegner@phoenix.net
  436. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  437.  
  438. ------------------------------
  439.  
  440. Date: Wed, 17 Sep 1997 22:40:37 -0600
  441. From: "Tim Wegner" <twegner@phoenix.net>
  442. Subject: Re: (fractint) Old L-System bug 
  443.  
  444. Barry wrote:
  445.  
  446. > I would love to know if there is a fix for a bug that crept into Fractint DOS
  447. > after ver 14 or 15 (the one that shipped with the Waite Press Fractint book).
  448. > Prior to this bug, the L-System 'ColorSnowflake' would generate symmetrical
  449. > images at levels at least as high as 8. Since then, any value over 5 results in
  450. > a warped, asymetrical image being generated.
  451.  
  452. I have known about this bug for years, but your raising it again 
  453. cast some light. The bug does not appear in 16.11 but does appear in 
  454. 17.2. In between those versions assembler speedup code was added. 
  455. Generally in Fractint the debug=90 option disables assembler and uses 
  456. the C code, but this doesn't work for lsys as near as I can tell, so 
  457. the C code is not used.
  458.  
  459. On a hunch I tried the Xfractint version, which of course does not 
  460. use the assembler. The snowflakecolor fractal was OK at level 6. This 
  461. suggests that the assembler is where the bug is.
  462.  
  463. I'll investigate adding a switch to use the C code in the DOS 
  464. version. I've mentioned this to Adrian mariano, the assembler author, 
  465. but I haven't heard from him in a while.
  466.  
  467. Tim
  468.  
  469.  
  470. - ------------------------------------------------------------
  471. Thanks for using Fractint, The Fractals and Fractint Discussion List
  472. Post Message:   fractint@xmission.com
  473. Get Commands:   majordomo@xmission.com "help"
  474. Administrator:  twegner@phoenix.net
  475. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  476.  
  477. ------------------------------
  478.  
  479. Date: Thu, 18 Sep 1997 08:23:22 -0400 (EDT)
  480. From: Evin C Robertson <ecr+@andrew.cmu.edu>
  481. Subject: Re: (fractint) Matrox Millenium cards
  482.  
  483. Like the excerpt from Microsoft states, NT does not like programs
  484. directly talking to the hardware; the hardware abstraction layer is
  485. talked to instead.  This means all the great SVGA detection logic in
  486. fractint can't work properly.  I tried using fractint under NT before,
  487. and none of the higher resolution modes were available, and some of the
  488. modes had interesting side effects.  I don't recomend using DOS fractint
  489. under NT.  NT is a good operating system, and fractint is a good
  490. program, but they don't cooperate very well.  I recomend either using
  491. the dual boot in NT to boot to DOS (if you have a copy of it), or using
  492. the (oh no) windows port of fractint. 
  493.  
  494. - ------------------------------------------------------------
  495. Thanks for using Fractint, The Fractals and Fractint Discussion List
  496. Post Message:   fractint@xmission.com
  497. Get Commands:   majordomo@xmission.com "help"
  498. Administrator:  twegner@phoenix.net
  499. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  500.  
  501. ------------------------------
  502.  
  503. Date: Thu, 18 Sep 1997 10:01:13 -0400 (EDT)
  504. From: ao950@freenet.carleton.ca (Paul Derbyshire)
  505. Subject: Re: (fractint) Joining
  506.  
  507. > -Use 2 bytes for numbers (1 bit negative flag, 3 bits for whole, 12 bits for 
  508. >decimal) Ofcourse 2 complements.
  509.  
  510. Fixed point math. (The C-64 uses 2's complement? kewl. I don't remember
  511. much about my old C-64, except that signed char was from -128 to 127,
  512. consistent with bias-128 or 2's...) For deeper zooms try 4 bytes, 1 sign
  513. bit, 3 bits point 28. For types other than mandelbrot you have problems if
  514. the set is bigger than +/-7. There goes continuous potential, labmda-cos
  515. z, etc.
  516. (Did the C-64 have an FPU? If not how come BASIC could deal with float
  517. types? Emulation?)
  518.  
  519. > -Give the iteration counter maximum a little value (f.e. 10)
  520.  
  521. 10? That'll give you a triangular black blob and a few bands of color :P
  522. Any decent Mandelbrotting requires it to be at least a small int. Try an
  523. unsigned int, 2 bytes 0-65535. (Gets slow for high iters of course.)
  524.  
  525. > -I don't know the special name for this stuff: the maximum distance of the 
  526. >moving point {  sqrt(x*x+y*y)>=maxdistance   }. Well, I used no squareroot 
  527. >function, I calculated the distance and compared oit with the maxdistance 
  528. >squared (maxdistance was 2)
  529.  
  530. That will save some cycles. (Watch out for overflow. Don't forget if the
  531. real or imag parts goes above 7 or below -8 it will wrap with your fixed
  532. point numbers.)
  533.  
  534. > Yes, I think these were the basic improvements (only :( ). There were some 
  535. >more like coding the multiplier routine faster (the C64 has no inbuilt 
  536. >command like MUL), etc.
  537.  
  538. Gak! I remember that. No MUL! Yack. I coded a 64-bit fixed point mult...
  539. in asm... never actually tried to run the darn thing. Afraid of the result
  540. probably. :)
  541.  
  542. > There MUST be other ways of speeding up the routine, coz I saw fullscreen 
  543. >(160x200) REALTIME mandelbrot fractals calculated in 4 seconds...
  544.  
  545. 160x200...gak! That was the biggest mode wasn't it...160x200x16. eeeuw.
  546. Nowadays if you catch a vid card that won't do 320x240x256 you throw it
  547. back and try again.
  548.  
  549.  
  550. - --
  551.     .*.  Where feelings are concerned, answers are rarely simple [GeneDeWeese]
  552.  -()  <  When I go to the theater, I always go straight to the "bag and mix"
  553.     `*'  bulk candy section...because variety is the spice of life... [me]
  554. Paul Derbyshire ao950@freenet.carleton.ca, http://chat.carleton.ca/~pderbysh
  555.  
  556. - ------------------------------------------------------------
  557. Thanks for using Fractint, The Fractals and Fractint Discussion List
  558. Post Message:   fractint@xmission.com
  559. Get Commands:   majordomo@xmission.com "help"
  560. Administrator:  twegner@phoenix.net
  561. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  562.  
  563. ------------------------------
  564.  
  565. Date: Thu, 18 Sep 1997 10:06:13 -0400 (EDT)
  566. From: ao950@freenet.carleton.ca (Paul Derbyshire)
  567. Subject: Re: (fractint) Matrox Millenium cards
  568.  
  569. >
  570. >Like the excerpt from Microsoft states, NT does not like programs
  571. >directly talking to the hardware; the hardware abstraction layer is
  572. >talked to instead.  This means all the great SVGA detection logic in
  573. >fractint can't work properly.  I tried using fractint under NT before,
  574. >and none of the higher resolution modes were available, and some of the
  575. >modes had interesting side effects.  I don't recomend using DOS fractint
  576. >under NT.  NT is a good operating system, and fractint is a good
  577. >program, but they don't cooperate very well.  I recomend either using
  578. >the dual boot in NT to boot to DOS (if you have a copy of it), or using
  579. >the (oh no) windows port of fractint. 
  580.  
  581. Two words. Disk-video, and, GIF-viewer.
  582.  
  583. - --
  584.     .*.  Where feelings are concerned, answers are rarely simple [GeneDeWeese]
  585.  -()  <  When I go to the theater, I always go straight to the "bag and mix"
  586.     `*'  bulk candy section...because variety is the spice of life... [me]
  587. Paul Derbyshire ao950@freenet.carleton.ca, http://chat.carleton.ca/~pderbysh
  588.  
  589. - ------------------------------------------------------------
  590. Thanks for using Fractint, The Fractals and Fractint Discussion List
  591. Post Message:   fractint@xmission.com
  592. Get Commands:   majordomo@xmission.com "help"
  593. Administrator:  twegner@phoenix.net
  594. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  595.  
  596. ------------------------------
  597.  
  598. Date: Thu, 18 Sep 1997 09:13:15 -0700
  599. From: "Jay Hill"<jrhill@NOTESGW.NOSC.MIL>
  600. Subject: (fractint) About out of print books...
  601.  
  602. To all who are looking for Fractal Creations 2nd edition.  Sorry for the
  603. delay.
  604.  I'll post more definite search results about this in a few weeks.
  605.  
  606. Jay
  607.  
  608.  
  609.  
  610. - ------------------------------------------------------------
  611. Thanks for using Fractint, The Fractals and Fractint Discussion List
  612. Post Message:   fractint@xmission.com
  613. Get Commands:   majordomo@xmission.com "help"
  614. Administrator:  twegner@phoenix.net
  615. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  616.  
  617. ------------------------------
  618.  
  619. Date: Thu, 18 Sep 1997 10:31:39 -0700 (MST)
  620. From: Sky Nelson <skynel@soliton.physics.arizona.edu>
  621. Subject: (fractint) entering my own algorythyms
  622.  
  623. How do all of you enter your own algorythyms into fractint? Or do you use 
  624. fractint? I wrote a program at home to do this, but I am now on a Unix at 
  625. school, and would love to know if I can actually enter new equations of 
  626. my own into fractint, for it to plot...
  627.  
  628.     Thanks!
  629.         Sky
  630.  
  631. - ------------------------------------------------------------
  632. Thanks for using Fractint, The Fractals and Fractint Discussion List
  633. Post Message:   fractint@xmission.com
  634. Get Commands:   majordomo@xmission.com "help"
  635. Administrator:  twegner@phoenix.net
  636. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  637.  
  638. ------------------------------
  639.  
  640. Date: Thu, 18 Sep 1997 15:25:33 -0600
  641. From: Rich Thomson <rthomson@ptc.com>
  642. Subject: Re: (fractint) entering my own algorythyms 
  643.  
  644. Sky Nelson <skynel@soliton.physics.arizona.edu>  writes:
  645. > How do all of you enter your own algorythyms into fractint?
  646.  
  647. Read the formula tutorial and the help files for the formula fractal
  648. type.  Synopsis:
  649.  
  650. my_formula_fractal {
  651.     reset type=formula formulafile=mystuff.frm formulaname=my_formula
  652.     ; corners=...
  653.     ; colors=...
  654.     ; etc.
  655. }
  656. - --
  657.   ``Between stimulus and response is the will to choose.''  -- Steven Covey
  658.  =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  659.      3D Paint: The Power to Create in 3D;        Rich Thomson
  660.      email me for more info                rthomson@ptc.com
  661.  
  662. - ------------------------------------------------------------
  663. Thanks for using Fractint, The Fractals and Fractint Discussion List
  664. Post Message:   fractint@xmission.com
  665. Get Commands:   majordomo@xmission.com "help"
  666. Administrator:  twegner@phoenix.net
  667. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  668.  
  669. ------------------------------
  670.  
  671. Date: Thu, 18 Sep 1997 17:37:30 -0400
  672. From: GEDEON PETERI <GEDEON@InfoAve.Net>
  673. Subject: (fractint) video modes
  674.  
  675. The following questions are not directly related to fractals or
  676. Fractint, but they are at least motivated solely by my desire to
  677. maximize my ability to generate fractals at the highest possible
  678. resolution.  If I am not mistaken, such questions were invited in the
  679. introduction to this mailing list. I am woefully ignorant about some
  680. things.  In particular, I am somewhat embarrassed to say, I am not
  681. completely clear about the difference between video upgrade kits, video
  682. drivers, and video cards.  I have a NEC Ready 9710 machine (166 Mhz
  683. Pentium MMX; 16MB RAM; 2MB video RAM).  My manual says that a video
  684. upgrade kit is available to raise video memory to 4MB, but I suspect
  685. that there are ways to go beyond that by addition of cards, drivers,
  686. etc.  Is that correct?  I cannot get any useful information from the
  687. manufacturer.  The best reply I was able to get from them, despite the
  688. praises lavished on their support services by the salesman who sold me
  689. the computer, repeated verbatim what is stated in my printed user's
  690. manual, and nothing more.  At present I am using Fractint in SF7  video
  691. mode (1024x768x256), but would like to be able to display higher
  692. resolution images on my screen, as well as be prepared for the time when
  693. Fractint will be available in true color.  I would greatly appreciate
  694. any suggestions either directly, or by reference to a source where I
  695. could get such information.  May I add that I am tremendously grateful
  696. to the Stone Soup Group for providing such a wonderful thing as
  697. Fractint.  (I only discovered this mailing list a couple of days ago and
  698. this is my first posted message.)  Thanks, Gedeon Peteri.
  699.  
  700.  
  701. - ------------------------------------------------------------
  702. Thanks for using Fractint, The Fractals and Fractint Discussion List
  703. Post Message:   fractint@xmission.com
  704. Get Commands:   majordomo@xmission.com "help"
  705. Administrator:  twegner@phoenix.net
  706. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  707.  
  708. ------------------------------
  709.  
  710. Date: Thu, 18 Sep 1997 20:58:17 -0600 
  711. From: Roelf Renkema <centiped@xs4all.nl>
  712. Subject: (fractint) Help!
  713.  
  714. I can't get Fractint running on my machine. I'm using the dos version 19.6.
  715. Now under DOS it just won't startup and crashes my system (a 486-dx2 66Mhz)
  716. Under Win95 I get the message that it's using a wrong instruction and halts on
  717. 391D:0BE0 interupts used none. Anyone....sugestions!
  718.                                             _/_/|
  719.         grey@nym,alias.net                 (o(o) \
  720.           ' The Wolf '                  OO~~     /
  721.                                         \--__   ,/
  722.     "I like'm sweet and wet"            |/~  `-'
  723.  
  724.  
  725. - ------------------------------------------------------------
  726. Thanks for using Fractint, The Fractals and Fractint Discussion List
  727. Post Message:   fractint@xmission.com
  728. Get Commands:   majordomo@xmission.com "help"
  729. Administrator:  twegner@phoenix.net
  730. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  731.  
  732. ------------------------------
  733.  
  734. Date: Wed, 17 Sep 1997 23:40:32 -0400
  735. From: "Damien M. Jones" <dmj@emi.net>
  736. Subject: (fractint) dmj-pub.frm (take two)
  737.  
  738. Howdy folks,
  739.  
  740. Those of you who subscribe to the digest will not have received the FRM
  741. file I attached to a message.  Should you wish a copy, I will post one soon
  742. on my web site (and I'll post a note here when I do so, sometime tomorrow
  743. it seems).  Anyone who can't wait that long :-) should e-mail me and I'll
  744. send it out right away.
  745.  
  746. I did not post the file uncompressed because it's huge, but compresses
  747. *very* well into a 7K ZIP.
  748.  
  749. Damien M. Jones  /  temporary sanity designs  /  http://www.emi.net/~dmj/
  750.    dmj@emi.net  /  my gallery: http://www.geocities.com/SoHo/Lofts/2605/
  751.  
  752.  
  753.  
  754. - ------------------------------------------------------------
  755. Thanks for using Fractint, The Fractals and Fractint Discussion List
  756. Post Message:   fractint@xmission.com
  757. Get Commands:   majordomo@xmission.com "help"
  758. Administrator:  twegner@phoenix.net
  759. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  760.  
  761. ------------------------------
  762.  
  763. Date: Fri, 19 Sep 1997 13:33:21 -0400
  764. From: nick.grasso@hrads.com (Grasso, Nick)
  765. Subject: Re: (fractint) Help!
  766.  
  767. At 08:58 PM 9/18/97 -0600, Roelf Renkema <centiped@xs4all.nl> wrote:
  768. >I can't get Fractint running on my machine. I'm using the dos version 19.6.
  769. >Now under DOS it just won't startup and crashes my system (a 486-dx2 66Mhz)
  770. >Under Win95 I get the message that it's using a wrong instruction and
  771. halts on
  772. >391D:0BE0 interupts used none. Anyone....sugestions!
  773.  
  774. It sounds to me like the EXE is corrupt. Try downloading it again.
  775.  
  776. Nick
  777. nick.grasso@hrads.com
  778.  
  779.  
  780. - ------------------------------------------------------------
  781. Thanks for using Fractint, The Fractals and Fractint Discussion List
  782. Post Message:   fractint@xmission.com
  783. Get Commands:   majordomo@xmission.com "help"
  784. Administrator:  twegner@phoenix.net
  785. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  786.  
  787. ------------------------------
  788.  
  789. Date: Fri, 19 Sep 1997 14:18:49 -0400 (EDT)
  790. From: ao950@freenet.carleton.ca (Paul Derbyshire)
  791. Subject: Re: (fractint) entering my own algorythyms
  792.  
  793. >
  794. >
  795. >How do all of you enter your own algorythyms into fractint? Or do you use 
  796. >fractint? I wrote a program at home to do this, but I am now on a Unix at 
  797. >school, and would love to know if I can actually enter new equations of 
  798. >my own into fractint, for it to plot...
  799.  
  800. Check the fractint dox for the formula type.
  801.  
  802. - --
  803.     .*.  Where feelings are concerned, answers are rarely simple [GeneDeWeese]
  804.  -()  <  When I go to the theater, I always go straight to the "bag and mix"
  805.     `*'  bulk candy section...because variety is the spice of life... [me]
  806. Paul Derbyshire ao950@freenet.carleton.ca, http://chat.carleton.ca/~pderbysh
  807.  
  808. - ------------------------------------------------------------
  809. Thanks for using Fractint, The Fractals and Fractint Discussion List
  810. Post Message:   fractint@xmission.com
  811. Get Commands:   majordomo@xmission.com "help"
  812. Administrator:  twegner@phoenix.net
  813. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  814.  
  815. ------------------------------
  816.  
  817. Date: Fri, 19 Sep 1997 14:30:43 -0400
  818. From: nick.grasso@hrads.com (Grasso, Nick)
  819. Subject: Re: (fractint) video modes
  820.  
  821. At 05:37 PM 9/18/97 -0400, GEDEON PETERI <GEDEON@InfoAve.Net> wrote:
  822. >The following questions are not directly related to fractals or
  823. >Fractint, but they are at least motivated solely by my desire to
  824. >maximize my ability to generate fractals at the highest possible
  825. >resolution.  If I am not mistaken, such questions were invited in the
  826. >introduction to this mailing list. I am woefully ignorant about some
  827. >things.  In particular, I am somewhat embarrassed to say, I am not
  828. >completely clear about the difference between video upgrade kits, video
  829. >drivers, and video cards.  I have a NEC Ready 9710 machine (166 Mhz
  830. >Pentium MMX; 16MB RAM; 2MB video RAM).  My manual says that a video
  831. >upgrade kit is available to raise video memory to 4MB, but I suspect
  832. >that there are ways to go beyond that by addition of cards, drivers,
  833. >etc.  Is that correct?  I cannot get any useful information from the
  834. >manufacturer.  The best reply I was able to get from them, despite the
  835. >praises lavished on their support services by the salesman who sold me
  836. >the computer, repeated verbatim what is stated in my printed user's
  837. >manual, and nothing more.  At present I am using Fractint in SF7  video
  838. >mode (1024x768x256), but would like to be able to display higher
  839. >resolution images on my screen, as well as be prepared for the time when
  840. >Fractint will be available in true color.  I would greatly appreciate
  841. >any suggestions either directly, or by reference to a source where I
  842. >could get such information.  May I add that I am tremendously grateful
  843. >to the Stone Soup Group for providing such a wonderful thing as
  844. >Fractint.  (I only discovered this mailing list a couple of days ago and
  845. >this is my first posted message.)  Thanks, Gedeon Peteri.
  846.  
  847. Hello Gedeon,
  848.  
  849. Here is some info on video cards that may help:
  850.  
  851. > The video modes you can display are directly related to the amount of
  852. video memory,
  853. For example, a card with 2Mb can display the following modes:
  854. 640x480x256
  855. 800x600x256
  856. 1024x768x256
  857. 1280x1024x256
  858. 640x480x65536 (high color)
  859. 800x600x65536 (high color)
  860. 1024x768x65536 (high color)
  861. 1152x864x65536 (high color)
  862. 640x480x16million (true color)
  863. 800x600x16million (true color)
  864.  
  865. A 4Mb card can also display:
  866. 1024x768x16million
  867. 1152x864x16million (this is my favorite mode for 17 inch monitors)
  868. 1280x1024x16million
  869. 1600x1200x256 (This mode may work with 2Mb ??)
  870. 1600x1200x65536
  871.  
  872. 8Mb is needed for 1600x1200x16million
  873.  
  874. The driver cannot change this situation. If you want the 4Mb modes, you
  875. must get the 4Mb upgrade or buy a new video card with 4Mb. There are some
  876. differences among drivers for different video cards, however. Some do not
  877. support 1152x864 or 1600x1200 at all.
  878.  
  879. > Your monitor must also be able to support the resolution you want. Number
  880. of colors is not an issue, but some monitors cannot handle 1600x1200.
  881.  
  882. > Most recent DOS programs do not need video drivers because most modern
  883. cards and DOS programs support the VESA standard. VESA support may be built
  884. into the video card's BIOS or you may have to load a small DOS TSR. Most
  885. (but not all) of the above modes are supported by VESA. All those other
  886. video modes you see in fractint are left over from the days before VESA.
  887.  
  888. > You do need a video driver for Windows, but of course all video cards
  889. come with one. However, it pays to check manufacturer's web site for
  890. updates. Windows video drivers are notoriously buggy and are the cause of
  891. many Windows crashes and problems. The drivers are often updated frequently.
  892.  
  893. I hope this helps somewhat. If you have any more questions, please post
  894. them or you can email me directly.
  895.  
  896. Nick
  897. nick.grasso@hrads.com
  898.  
  899.  
  900. - ------------------------------------------------------------
  901. Thanks for using Fractint, The Fractals and Fractint Discussion List
  902. Post Message:   fractint@xmission.com
  903. Get Commands:   majordomo@xmission.com "help"
  904. Administrator:  twegner@phoenix.net
  905. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  906.  
  907. ------------------------------
  908.  
  909. Date: Fri, 19 Sep 1997 15:09:57 -0400
  910. From: "Damien M. Jones" <dmj@emi.net>
  911. Subject: Re: (fractint) video modes
  912.  
  913. Nick, Gedeon,
  914.  
  915. 1600x1200x256 is doable on my 2M graphics card.  In general, I've been
  916. pretty happy with this amount of RAM on the card, since 1600x1200 is about
  917. the highest mode my monitor can display anyway.
  918.  
  919. I would also note that some video cards will accomodate "odd" RAM sizes.
  920. For example, I once worked with a Number Nine GXE something-or-other that
  921. had 3M of RAM on it.  This allowed a mode like 1024x768x16M which doesn't
  922. quite fit in 2M.
  923.  
  924. You can calculate the amount of RAM needed for a mode by simply multiplying
  925. the width by the height by the bit depth and dividing by eight.  For example:
  926.  
  927. 640 x 480 x 8 (256 colors) / 8 = 307200 (fits in 512K)
  928. 800 x 600 x 16 (65K colors) / 8 = 960000 (just fits in 1M)
  929. 1024 x 768 x 24 (16M colors) / 8 = 2359296 (doesn't fit in 2M)
  930. 800 x 600 x 32 (16M colors) / 8 = 1920000 (just fits in 2M)
  931.  
  932. You'll notice in the above examples that I list both 24-bit and 32-bit as
  933. being 16M color modes.  A 32-bit mode wastes eight bits of each pixel, but
  934. because 32-bit values are easier (and faster) for computers to deal with
  935. than 24-bit values, many graphics cards go ahead and waste the RAM to
  936. provide increased performance.  Some cards do not support true 24-bit
  937. modes, but always use 32-bit modes instead.
  938.  
  939. How do you tell which 16M mode your card is using?  In Windows, it's pretty
  940. easy: right-click a blank area of your desktop, choose "Properties", switch
  941. to the "Settings" tab, and in the "Color palette" drop-down, you should see
  942. the actual bit depth listed.  Typically you can choose between 8-bit,
  943. 16-bit, 24-bit, and 32-bit.  Just remember that visually, 24-bit and 32-bit
  944. will be the same, but 32-bit modes will have higher performance.
  945.  
  946. Unless you're doing serious graphics work, I'd recommend using a 16-bit
  947. mode.  Performance here is even better than 32-bit modes, and it seems the
  948. best trade-off between performance and color quality.  Web browsing in
  949. 8-bit modes (256-color) is rather grainy, as all that pretty color (which
  950. you're downloading whether you see the quality or not) is wasted.  At the
  951. moment, bit depth beyond 8 doesn't do anything for FractInt, but when you
  952. run FractInt from Windows it will change the display mode anyway.
  953.  
  954. Just my ramblings...
  955.  
  956. Damien M. Jones  /  temporary sanity designs  /  http://www.emi.net/~dmj/
  957.    dmj@emi.net  /  my gallery: http://www.geocities.com/SoHo/Lofts/2605/
  958.  
  959.  
  960. - ------------------------------------------------------------
  961. Thanks for using Fractint, The Fractals and Fractint Discussion List
  962. Post Message:   fractint@xmission.com
  963. Get Commands:   majordomo@xmission.com "help"
  964. Administrator:  twegner@phoenix.net
  965. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  966.  
  967. ------------------------------
  968.  
  969. Date: Fri, 19 Sep 1997 20:20:46 +0200
  970. From: Roelf Renkema <centiped@xs4all.nl>
  971. Subject: Re: (fractint) Help!
  972.  
  973. At 13:33 19-09-97 -0400, you wrote:
  974. >At 08:58 PM 9/18/97 -0600, Roelf Renkema <centiped@xs4all.nl> wrote:
  975. >>I can't get Fractint running on my machine. I'm using the dos version 19.6.
  976. >>Now under DOS it just won't startup and crashes my system (a 486-dx2 66Mhz)
  977. >>Under Win95 I get the message that it's using a wrong instruction and
  978. >halts on
  979. >>391D:0BE0 interupts used none. Anyone....sugestions!
  980. >
  981. >It sounds to me like the EXE is corrupt. Try downloading it again.
  982. >
  983. >Nick
  984. >nick.grasso@hrads.com
  985. >
  986. Nah to easy, was the first of the last things I tried &8-)
  987. - --                                            _/_/|
  988.         grey@nym,alias.net                 (o(o) \
  989.           ' The Wolf '                  OO~~     /
  990.                                         \--__   ,/
  991.     "I like'm sweet and wet"            |/~  `-'
  992.  
  993. - ------------------------------------------------------------
  994. Thanks for using Fractint, The Fractals and Fractint Discussion List
  995. Post Message:   fractint@xmission.com
  996. Get Commands:   majordomo@xmission.com "help"
  997. Administrator:  twegner@phoenix.net
  998. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  999.  
  1000. ------------------------------
  1001.  
  1002. Date: Fri, 19 Sep 1997 12:48:21 -0700 (MST)
  1003. From: Sky Nelson <skynel@soliton.physics.arizona.edu>
  1004. Subject: (fractint) Controlling Fractals...
  1005.  
  1006. Does anybody know how to take a simple algorythym, like a mandelbrot, and 
  1007. via initial conditions control what part you look at? I tried adding 
  1008. constants here and there, but it warped the pattern,,,, I just want to 
  1009. translate it around the screen, depending on initial parameters...
  1010.  
  1011.     Thanks!
  1012.         Sky
  1013.  
  1014. - ------------------------------------------------------------
  1015. Thanks for using Fractint, The Fractals and Fractint Discussion List
  1016. Post Message:   fractint@xmission.com
  1017. Get Commands:   majordomo@xmission.com "help"
  1018. Administrator:  twegner@phoenix.net
  1019. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  1020.  
  1021. ------------------------------
  1022.  
  1023. Date: Fri, 19 Sep 1997 16:30:40 -0400
  1024. From: GEDEON PETERI <GEDEON@InfoAve.Net>
  1025. Subject: (fractint) video modes continued
  1026.  
  1027.     Nick, Damien,
  1028.     Many thanks for the highly informative letters.  Since the maximum
  1029. resolution my monitor will support is 1280x1024, it appears that I am
  1030. already set for this with my 2MB of video RAM.  Simply adding the update
  1031. kit to 4MB would enable me to use 1600x1200 with present Fractint - 256
  1032. colors.  Only if Fractint went to true color (16 million) would I need
  1033. 8MB to support the 1600x1200 resolution.  Am I correct to draw these
  1034. conclusions?  If so, though going for 8MB does not make any sense at
  1035. this time for me, I am nonetheless curious whether an 8MB video card
  1036. could be installed in my computer?  In other words, does the fact that
  1037. the manual only mentions upgrading to 4MB mean that there are other
  1038. system components (excluding the monitor) which could not support more
  1039. than that, or does it not?
  1040.     Gedeon.
  1041.  
  1042.  
  1043. - ------------------------------------------------------------
  1044. Thanks for using Fractint, The Fractals and Fractint Discussion List
  1045. Post Message:   fractint@xmission.com
  1046. Get Commands:   majordomo@xmission.com "help"
  1047. Administrator:  twegner@phoenix.net
  1048. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  1049.  
  1050. ------------------------------
  1051.  
  1052. End of fractint Digest V1 #17
  1053. *****************************
  1054.  
  1055. To subscribe to fractint Digest, send the command:
  1056.  
  1057.     subscribe fractint-digest
  1058.  
  1059. in the body of a message to "majordomo@xmission.com".  If you want to
  1060. subscribe something other than the account the mail is coming from, such
  1061. as a local redistribution list, then append that address to the
  1062. "subscribe" command; for example, to subscribe "local-fractint":
  1063.  
  1064.     subscribe fractint-digest local-fractint@your.domain.net
  1065.  
  1066. A non-digest (direct mail) version of this list is also available; to
  1067. subscribe to that instead, replace all instances of "fractint-digest"
  1068. in the commands above with "fractint".
  1069.  
  1070. Back issues are available for anonymous FTP from ftp.xmission.com, in
  1071. pub/lists/fractint/archive.  These are organized by date.
  1072.  
  1073.