Voodooprojects

Chameleon => DevTalk => Patches => Topic started by: scorpius on August 31, 2011, 08:29:13 PM

Title: [PATCH] Unstretch the Chameleon Boot Screen
Post by: scorpius on August 31, 2011, 08:29:13 PM
Here's my patch to get an unstretched boot screen for nVidia cards on DVI. After patching, you'll have to rebuild your configuration as follows:

patch -p0 < ~/Chameleon-r1488-nVidia-Unstretch.patch
rm .config .config.old
make rebuild_config
make


If you don't want to lose your configuration, you can just type make config and ensure the following two options match:(http://gamma-ray.home.comcast.net/img/Chameleon-Unstretch.png)

More info: http://forum.voodooprojects.org/index.php/topic,1885.msg9767.html.
Title: Re: [PATCH] Unstretch the Chameleon Boot Screen
Post by: ErmaC on September 04, 2011, 02:51:48 AM
I merge it in my branch
commit 1498.

Fabio
Title: Re: [PATCH] Unstretch the Chameleon Boot Screen
Post by: scorpius on September 09, 2011, 09:23:27 PM
Good. Now I hope more people can test this patch.

I also want to add it as an option rom in my mobo's bios -- and finally in my video card bios.
Title: Re: [PATCH] Unstretch the Chameleon Boot Screen
Post by: ErmaC on February 14, 2012, 03:09:57 AM
Any chance to "port" the patch to the boot0hfs.s and boot0md.s ?
I do myself the change for the boot0hfs... but is enigmatic for me into the boot0md.s

Fabio
Title: Re: [PATCH] Unstretch the Chameleon Boot Screen
Post by: scorpius on February 15, 2012, 08:04:48 PM
It can be added to boot0hfs.s with no problem. But boot0md.s has no more room.
Title: Re: [PATCH] Unstretch the Chameleon Boot Screen
Post by: JrCs on February 17, 2012, 09:05:09 AM
Hi all,

thanks scorpius. Has i said, boot0 is not the good place to put the code. It's much better to add it in stage2 (/boot). I need to check where we can put it in stage2.