Voyager Video support color depths?

Martin Krause Martin.Krause at tqs.de
Wed Feb 8 20:29:33 EST 2006


Hi Russ,

linuxppc-embedded-bounces at ozlabs.org wrote on :
> I had a question about the various video support that has been tested
> with the 2.4.25 DENX Kernel.
> 
> To date I have had pretty good luck with by making sure I have
> compiled the kernel with the Voyager.h file set at 32 BPP mode.
> 
> For speed optimization I wanted to cut it back to 16 BPP mode,
> however I couldn't hardly get it to boot the machine after I did this
> change by changing '#define SCREEN_BPP 16'. Most attempts the kernel

You are using an old driver. Please try the current top of git one.

The driver now supports kernel parameters. To set the color depth during
booting you could use for example:

video=voyager:bpp=16

> would lock up before a login prompt was available. When I tried
> SCREEN_BPP at 8 then it booted fine, however QT/Embedded had terrible
> colors.

Support for 8 bpp mode should be improved in the current driver.

> I was wondering if I should be looking for the trouble in some other
> code, or perhaps hardware, or if this is a known bug in the SM501 /
> Voyager driver, or perhaps the linux frame buffer driver.

How is your SM501 connected to your CPU? Which board are you using?
The default configuration of the driver assumes tht the SM501 is
connected via the SH4-Interface, not PCI.

Regards,
Martin



More information about the Linuxppc-embedded mailing list