home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / unix / amiga / 274 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  2.2 KB

  1. Path: pellew.ntu.edu.au!morinda!hoffmann
  2. From: hoffmann@morinda.it.ntu.edu.au (Arthur Hoffmann)
  3. Newsgroups: comp.unix.amiga
  4. Subject: Re: size of display on A3000
  5. Date: 29 Jan 1996 09:27:51 GMT
  6. Organization: Northern Territory University
  7. Message-ID: <4ei3un$ah8@pellew.ntu.edu.au>
  8. References: <4egsat$4s@stc06.ctd.ornl.gov>
  9. NNTP-Posting-Host: morinda.cs.ntu.edu.au
  10. X-Newsreader: TIN [version 1.2 PL2]
  11.  
  12. charles thomas (thomas@orph01.phy.ornl.gov) wrote:
  13. : OK! now I have a healthy NetBSD-1.1 + X11R6 running on my
  14. : stock A3000. Both the console and Xdaniver displays come up
  15. : on a 640x400 screen with lots of black around the edges. I 
  16. : was routinely running with an overscan of 680x495 with Amiga
  17. : DOS. Can I get comparable displays out of NetBSD?
  18.  
  19. yes.
  20.  
  21. I for example use this comand for console mode:
  22.  
  23. iteconfig -x 2 -y -2 -h 560 -w 724
  24.  
  25. To get this permanent you can change this when you compile your own
  26. kernel.
  27.  
  28. in /usr/src/sys/arch/amiga/dev/ite_cc.c you can change the following
  29. lines like I did for my display:
  30.  
  31.  
  32. /* patchable */
  33. int ite_default_x = 2;          /* def leftedge offset */
  34. int ite_default_y = -2;         /* def topedge offset */
  35. int ite_default_width = 724;    /* def width */
  36. int ite_default_depth = 2;      /* def depth */
  37. #if defined (GRF_NTSC)
  38. int ite_default_height = 560;   /* def NTSC height */
  39. #elif defined (GRF_PAL)
  40. int ite_default_height = 560;   /* def PAL height */
  41. #else
  42. int ite_default_height = 560;   /* def NON-PAL/NTSC height (?) */
  43. #endif
  44.  
  45. I believe that the "/* patchable */" means that you can use the
  46. binpatch program to change the appropriate values on an existing
  47. kernel, but you have to find out for your self how to do that ( I
  48. never use binpatch)
  49.  
  50. and for Xdaniver I use the following line in
  51. /usr/local/X11/lib/X11/xdm/Xservers
  52.  
  53. :0 Local local /usr/local/X11R6/bin/X -width 724 -height 560 -X 2 -Y -2 -depth 1
  54.  
  55. btw the -depth 1 means that you are going to run a black & white
  56. display. I found this to be the only acceptable mode (speedwise).
  57. I believe you can change it to 2 for 4 colours or 3 for 16 clours.
  58.  
  59. --
  60. Arthur.
  61.  
  62. __
  63. Arthur Hoffmann                    hoffmann@it.ntu.edu.au
  64. ========I need a Quantum LPS240 SCSI Hard disk: Dead or Alive=======
  65. ++++++++I need a SCSI Scanner - TWAIN compliant              +++++++
  66.