home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / os / mswindo / apps / 2461 < prev    next >
Encoding:
Internet Message Format  |  1992-08-29  |  2.8 KB

  1. Xref: sparky comp.os.ms-windows.apps:2461 comp.os.ms-windows.misc:2728
  2. Newsgroups: comp.os.ms-windows.apps,comp.os.ms-windows.misc
  3. Path: sparky!uunet!sjsca4!rushmore!poffen
  4. From: poffen@rushmore (Russ Poffenberger)
  5. Subject: Re: Wnqvtnet screen scroll is painfully slow
  6. Message-ID: <1992Sep3.203457.27609@sj.ate.slb.com>
  7. Sender: news@sj.ate.slb.com
  8. Organization: Schlumberger Technologies, ATE division, San Jose, Ca.
  9. X-Newsreader: Tin 1.1 PL4
  10. References: <715354037.26160@minster.york.ac.uk>
  11. Date: Thu, 3 Sep 92 20:34:57 GMT
  12. Lines: 40
  13.  
  14. ken@minster.york.ac.uk writes:
  15. : Brett D. Watson (brettw@matt.ksu.ksu.edu) wrote:
  16. : : >In article <robert.715252601@swanee> robert@swanee.ee.uwa.edu.au (Roberto Togneri) writes:
  17. : : >>I like winqvt except for one very annoying fact:
  18. : : >>
  19. : : >>The screen scroll is interminably slow and painful. Especially when
  20. : : >>listing a long file.
  21. : : 
  22. : :   But WHY does a simple text window scroll so slow?  I have the same
  23. : : problem as Roberto and I use 1024x768x256.  Text in ANY other window
  24. : : scrolls just fine.  And my connection is ethernet so that's fairly
  25. : : fast.  Come to think of it though, if I run a TN3270 window I have the
  26. : : same problem.  What gives?
  27. : I have a fast local bus S3 graphics card and the scrolling is now tolerable.
  28. : Under a Trident or Oak or Tseng Labs it's damn awful. Let's face it,
  29. : WinQVT scrolling is just dreadful: if you use the scroll bar on the side to
  30. : go back a few lines you'll see it _redraws_ the whole screen for every line.
  31. : It's just badly written, that's all. Now, if I had access to the TCP (e.g.
  32. : via a DLL) then I could have done something about it. But I haven't. Which is
  33. : why I am ditching WinQVTNet and going across to PCNFS 4.0 (beside the fact
  34. : that PCNFS 4.0 comes with telnet for windows anyway).
  35.  
  36. Don't be too quick to judge. I have written a comm program, and have to
  37. wrestle with the problem of Windows slow scrolling and painting, and I
  38. can assure you that even using the Windows API functions for scrolling a
  39. client region without repainting is no speed demon either. Accelerator
  40. cards like the S3 based ones are EXTREMELY fast at video to video BitBlt
  41. which is what scrolling is, up to 50X faster than a dumb video card where
  42. the CPU has to read the video memory, shift it, and write it back out.
  43.  
  44. Face it. When you are talking about a graphics environment, not having
  45. some help with an accelerated card is going to be slow. Remember that even
  46. text is still just pixels when writing to the video, not like DOS text mode
  47. where the card does the text generation.
  48.  
  49. Russ Poffenberger               DOMAIN: poffen@sj.ate.slb.com
  50. Schlumberger Technologies ATE   UUCP:   {uunet,decwrl,amdahl}!sjsca4!poffen
  51. 1601 Technology Drive        CIS:    72401,276
  52. San Jose, Ca. 95110             Voice: (408)437-5254  FAX: (408)437-5246
  53.