home *** CD-ROM | disk | FTP | other *** search
/ Amiga GigaPD 3 / Amiga_GigaPD_v3_3of3.iso / netbsd / docs / mailinglist-archive / 1993-09 / text0121.txt < prev    next >
Encoding:
Text File  |  1993-06-25  |  1.6 KB  |  42 lines

  1. > Hello Markus,
  2. > When I run loadbsd vmunix.644, the mouse pointer freezes.
  3. > loadbsd says "using 4MB FASTRAM at $200000, 1MB chipmem"
  4. > after that, nothing happens anymore,no hd activity or anything.
  5. > When I'm running the workbench on my Retina card, the screen stays as it is, that
  6. > means the workbench screen. When I startup without the retina software,
  7. > ( holding both mouse buttons during boot etc.), the systems reboots (sometimes) and the screen
  8. > stays gray, no initial console.
  9. > I put in some printf statements in loadbsd.c, and the last one that got printed
  10. > was just before the call to "startit". No hardisk activity anymore after that.
  11. > I have to reboot manually and then the system starts amigados again.
  12. > -John
  13.  
  14. You have two choices, either:
  15.  
  16.     1. binpatch the kernel so that the display mode is appropriate
  17. for the monitor you are using, OR
  18.  
  19.     2. unplug the retina and use the native display.
  20.  
  21. Problem is that turning off the retina emulation isn't enough, the
  22. kernel is still able to realise that you have a retina and so sends
  23. console output to the retina. Meanwhile you've turned retinaemu off
  24. and watching chip mem so nothing appears to be happening, but it is!!
  25. (I had _exactly_ the same problem at first).
  26.  
  27. Hope this helps.
  28.  
  29. -Trevor.
  30.  
  31.  
  32. +----------------------------+----------------------------------------+
  33. |   Trevor Elbourne          | Computer and Systems Technology (CaST) |
  34. |   trevore@vast.unsw.edu.au | Dept of Computer Science & Engineering |
  35. |   trevore@cse.unsw.edu.au  |     University of New South Wales      | 
  36. +----------------------------+----------------------------------------+
  37.  
  38.  
  39.  
  40.