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