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

  1. > * Besides that, I still didn't get my console back when quitting X.
  2. >   The following patch to sys/arch/amiga/dev/grf_cc.c helps here:
  3. >    *** grf_cc.c.old    Sun Nov 21 13:59:31 1993
  4. >    --- grf_cc.c    Sun Nov 21 14:00:02 1993
  5. >    ***************
  6. >    *** 747,753 ****
  7. >            
  8. >          case GM_GRFOFF:
  9. >            ccfb.enableFlag = 0;
  10. >    !       custom.dmacon  = DMAF_RASTER | DMAF_COPPER | DMAF_SPRITE;  /*HF*/
  11.  
  12. I threw those out completely in the new console..
  13.  
  14. > * A litte question, is it possible my caps-lock-key is broken? I type
  15. >   this and then press caps-lock *click*. NOW EVERYTHING IS IN CAPS, AS
  16. >   IT IS SUPPOSED TO, BUT IF I PRESS CAPS-LOCK ANOTHER TIME *CLICK*,
  17. >   THE LETTERS STAY CAPITALS, ALTHOUGH THE LED IN THE CAPS-LOCK-KEY IS
  18. >   OUT. THEN IF I PRESS CAPS LOCK ANOTHER TIME *CLICK*, the light goes
  19. >   _on_ and I've got my usual charset back. If I press Caps-Lock
  20. >   another time *click*, everything is back in a "normal" state. What's
  21. >   going on here?
  22.  
  23. Ehrm.. I guess I know what's happening, but since we don't have X
  24. sources (hint hint:-)) I can't verify. The sun ddx does the Caps-lock
  25. interpretation of the capslock key by itself, ie. on first key-DOWN it
  26. considers the key to have locked, skips the following key-UP, and on
  27. next key-DOWN key-UP it releases it again. Since the amiga keyboard on
  28. the other hand does NOT send a key-UP on the initial key press (ie. the
  29. amiga keyboard does the capslock logic by itself), you have to press
  30. capslock twice right now so get the sun-behavior. The fix in the
  31. server is simple, just remove the special treatment of capslock:-)
  32.  
  33. > * twm doesn't seem to pop up any menues. Even though I only use the
  34. >   2-button C=-mouse, it should pop up some menus then. Can someone
  35. >   with a 3-button-mouse tell me if his/her twm produces menus?
  36.  
  37. Are there default menus in /usr/lib/X11/* ?
  38.  
  39. > * Last one has nothing to do with X but with Emacs. It seems to modify
  40. >   some signal keys: left-Amiga doesn't work as Meta-Key any more
  41. >   (well, it does never in non-X, sigh) and - very annoying - ^g is
  42. >   mapped as interrupt-key: stty -a says: intr = ^G.
  43.  
  44. (set-input-mode nil nil t)
  45.  
  46. > * Shared libs would be a fine thing. Any news about this?
  47.  
  48. Yep, Paul Mackeras has apparently created a gas with m68k pic, but I
  49. just didn't have time to look into this too over the weekend :-/
  50.  
  51. > ObWhine: I'd like to have a PAL-mode, too. :-)
  52.  
  53. Ok, I didn't remove if from the new console, so it's there for those
  54. that want to get headaches..
  55.  
  56. -Markus
  57. -- 
  58. CHUUG/EUnet Switzerland                Markus Wild
  59. Zweierstrasse 35    Tel: +41 1 291 45 80    mw@eunet.ch
  60. CH-8004 Zuerich        Fax: +41 1 291 46 42    S=mw;P=EUnet;A=EUnet;C=CH
  61.  
  62.