[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: framebuffer on O2



Guillaume Ansanay-Alex wrote:
>>Did you try already "fbset", or passing video=... to the kernel
>>at boottime? Those are the standard ways to change screen resolution.
> 
> fbset "1280x1024-70" worked fine. At the moment I could'nt find how to
> pass the video= option properly... video=1280x1024-70 didn't work. But
> wait, I didn't try video=1280x1024@70...

You probably want to try passing video=gbefb:1024x768-15@72 to the
kernel -- or something similar.  That exact parameter, will set the
resolution to 1024x768, 15-bit colour (16/24/32-bit colour was b0rked in
X last time I checked), at a refresh rate of 72Hz.

In my arc.cf (arcload) config, I have:
> append  "root=/dev/sda2";
> append  "ro";
> append  "video=gbefb:1024x768-15@72";
> 
> ip32 {
>         working {
>                 description     "SGI O2\n\r";
>                 image system    "/vmlinux.32";
>         }
> ...

For arcboot... it's very similar:
> label=working
>         image=/vmlinux
>         append="root=/dev/sda2 video=gbefb:1024x768-15@72"

If you're netbooting... AFAIK the OSLoadOptions may allow you to specify
this... but I'm not sure, this is unexplored territory for me.

Hope this helps. :-)
Regards,
-- 
Stuart Longland (aka Redhatter)              .'''.
Gentoo Linux/MIPS Cobalt and Docs Developer  '.'` :
. . . . . . . . . . . . . . . . . . . . . .   .'.'
http://dev.gentoo.org/~redhatter             :.'

International Asperger's Year (1906 ~ 2006)
http://dev.gentoo.org/~redhatter/iay

Attachment: signature.asc
Description: OpenPGP digital signature


Reply to: