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

  1. > the maxprot field is filled with VM_PROT_ALL, but the field prot is missed.
  2.  
  3. Funny.. I fixed exactly this bug yesterday :-)
  4.  
  5. > in the function grfaddr(),
  6. > you must replace #if 0 by #if 1
  7. > and then you should be able to map the grf0 or grf1 driver memory :-)
  8.  
  9. Done, cool! One step further towards X ...
  10.  
  11. > if you press a key for a time (then it autorepeate itself)
  12. > Then without releasing the key, you hold another key.
  13. > This new key should repeate itself now.
  14. > Instead of this, the new key is printed once and the other key is
  15. > still repeating itself.
  16. > to stop, you must have the key up event.
  17.  
  18. Interesting.. never tried this one :-)
  19.  
  20. > this is an annoying problem, because when you have a sped typing you have
  21. > some strange typing.
  22. > for example : "cd /root" becomes "cdc c/root"
  23. > or "cdc ccc/root"
  24.  
  25. Hm.. you got a weird typing attitude ;-) Nah, serious, I'd like to see
  26. the bug fixed, but I'm on the war path with keyboard repeats anyway...
  27.  
  28. > It seems that the problem is that the key down event is not detected
  29. > so current cahr issn't updated and no delay is activated.
  30.  
  31. Nah, I think it sees the key down, and it checks whether it's alread
  32. in repeat-mode. Sees it is, and doesn't start repeat again.. Pure guess,
  33. without looking at sources though..
  34.  
  35. > How can I switch the retina to graphic mode.
  36. > (the IOCTL isn't implemented)
  37. > and I'd like to write it.
  38.  
  39. Oh.. do you have the NCR manual for the chip? I'm still hoping that
  40. Lutz Vieweg finds a little timeslot to add the missing ioctl. He already
  41. did the major part of the existing driver, and I think he'd be best
  42. suited for this task :-)
  43.  
  44. > The notion of graphic mode is a good idea, but
  45. > when your font isn't appropriate to de video mode,
  46. > you cant get into trouble.
  47. > I suggest and intellingent graphic mode list
  48. > which would accomodate with the font behavyours.
  49.  
  50. Hm, due to bus-congestion in alphanumeric mode, the Retina can't go
  51. much beyond 800x600, and in that resolution, I can still read the 8x8
  52. font quite well. In gfx-mode, we're running custom fonts anyway, so
  53. where is the problem?
  54.  
  55. > 1st, we'll work for grf0 (custom chips)
  56. > but we're waiting for a retina solution.
  57. > the 1st stem (memory mapping) is solved.
  58. > the second is to adapt the keyboard and
  59. > the monochromes graphic routines.
  60.  
  61. I'm currently writing a /dev/kbd and /dev/mouse, if you assume the
  62. SunOS interface to those, you'll be happy :-)
  63.  
  64. > (we'll have to implement an ioctl to activate/remove the hardware sprite)
  65.  
  66. Yep, and to position it. Btw, the Retina includes a hardware sprite
  67. as well in gfx-mode, that's the main reason I want hi-level mouse support.
  68.  
  69. > (that would be an interresting feature if the hardware srite mouse
  70. > could be used for cut/paste operations in text mode)
  71.  
  72. That was the original intention of Mike Schwartz when he wrote the 
  73. cc-console, I think..
  74.  
  75. -Markus
  76. -- 
  77. CHUUG/EUnet Switzerland                Markus Wild
  78. Zweierstrasse 35    Tel: +41 1 291 45 80    mw@eunet.ch
  79. CH-8004 Zuerich        Fax: +41 1 291 46 42    S=mw;P=EUnet;A=EUnet;C=CH
  80.  
  81.