home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / sys / mac / hardware / 21610 < prev    next >
Encoding:
Internet Message Format  |  1992-11-19  |  1.7 KB

  1. Xref: sparky comp.sys.mac.hardware:21610 comp.sys.mac.programmer:18439
  2. Newsgroups: comp.sys.mac.hardware,comp.sys.mac.programmer
  3. Path: sparky!uunet!pageworks.com!world!eff!sol.ctr.columbia.edu!zaphod.mps.ohio-state.edu!darwin.sura.net!mojo.eng.umd.edu!russotto
  4. From: russotto@eng.umd.edu (Matthew T. Russotto)
  5. Subject: DPI on the fly
  6. Message-ID: <1992Nov15.192516.27925@eng.umd.edu>
  7. Date: Sun, 15 Nov 92 19:25:16 GMT
  8. Organization: Project GLUE, University of Maryland, College Park
  9. Summary: Some control codes for the Q700
  10. Keywords: Random info
  11. Lines: 25
  12.  
  13. Just a little information I found messing around with _Control and
  14. _Status codes.  If you have a multisync monitor but no software to
  15. change the resolution, this might come in handy.
  16.  
  17. To make the Q700 built-in video come up with the monitor in the mode
  18. you desire, make a _Control call, cscode=9,  csParam = &shortvar, with
  19. shortvar = to something from this little table:
  20.  
  21. C325:  12" monitor (512*384)
  22. C925:  13" monitor (640*480)
  23. C725:  16" monitor
  24. CB25:  640*480 VGA
  25. EB25:  800*600 SVGA
  26.  
  27. There are other values for all the other supported resolutions.  The
  28. way the hardware seems to work is it checks the sense lines.  If the sense
  29. lines are the same as last time, it comes up in the mode it was set
  30. to.  If they have changed, it comes up in the default mode for the new
  31. sense lines.  This means that no matter what the sense lines say, you
  32. can set the video mode to something else.
  33. -- 
  34. Matthew T. Russotto    russotto@eng.umd.edu    russotto@wam.umd.edu
  35. Some news readers expect "Disclaimer:" here.
  36. Just say NO to police searches and seizures.  Make them use force.
  37. (not responsible for bodily harm resulting from following above advice)
  38.