Re: [pc110] Svgalib on PC-110

M.Wada (munemasa nospam at jcaptain.jnovel.co.jp)
Wed, 4 Feb 98 18:20:37 +0900

In message <199802012225.HAA29148 nospam at mail.t3.rim.or.jp>
"[pc110] Svgalib on PC-110"
"pc110 nospam at swan.ml.org (Byrom)" wrote:

Hello
> Has anyone used programs compiled with libsvga on the PC-110?
>
> I'm able to get 320x200x256, but would really like to be able to
> get 640x480x256. Does anyone have a working libvga.config or
> any suggestions?
>
> I'm not an expert on the libvga.config options, but I've tried to
> make reasonable choices.

Problem is function ctCalcClock in svgalib-1.2.13/src/chips.c

try rearrange

static void ctCalcClock(unsigned char* vclk,unsigned int Clock)
{
vclk[VCLK(0)] = 5;
vclk[VCLK(1)] = 14;
vclk[VCLK(2)] = 13;
return;
}

bye
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
Munemasa Wada <munemasa nospam at t3.rim.or.jp>
<http://www.jnovel.co.jp/~munemasa/>
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/