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

  1. > If you want a great PAL screen (with overscan), here is a little trick:
  2. > 1)edit the ite_cc.c
  3. > 2)modify the line : ...rows = bp->..height / bp->..ftheight;
  4. > ---> test if bp->..height is greater than your old height define (in grf_ccreg.h), if it is calculate: ...rows = oldvalue / font height;
  5. > 3)edit the grf_ccreg.h
  6. > 4)change your screen height : 538 seems to be a good value (better than NTSC)
  7. > 5)compile the kernel
  8. > What would happen: in text mode, you will have the NTSC (aaarrrgh) mode,
  9. > but in graphic mode (X-Window) you will have a big screen.
  10. > Enjoy it
  11.  
  12. Is this with 713 sources?  My PAL stuff currently doesn't do anything special
  13. except display more lines.  I didn't enable the ECS PAL thing for NTCS machines
  14. so I have no way of testing if any of the PAL works.  I would like to here
  15. from someone who has tried PAL in the new sources.
  16.  
  17. Chris.
  18.  
  19.