Tiny Core Linux

Tiny Core Base => TCB Q&A Forum => Topic started by: destroyedlolo on June 13, 2010, 02:49:16 PM

Title: vga= and PPR question
Post by: destroyedlolo on June 13, 2010, 02:49:16 PM
Hi all,

I did my first TC hard drive installation but I'm facing some question :

1/ my grub commands are :
Code: [Select]
kernel /boot/bzImage quiet tce=hda6 kmap=fr vga=788
initrd /boot/tinycore.gz
but TC is still booting in default 1024x768 screen ... why ?

2/ In installed 2 extentions :
I have no problem at all with kmaps, but ... after rebooting, OnDemande menu is not displayed. If I launch AppBrowser, it saids grub is already loaded.
Why I don't have OnDemande menu visible after a reboot ?

Thanks

Laurent
Title: Re: vga= and PPR question
Post by: destroyedlolo on June 13, 2010, 03:31:23 PM
So, replying to myself.

I have added
Code: [Select]
home=hda6 restore=hda6 in my boot code and it's working now.
But I'm still incline to think vga= is ignored ...
Title: Re: vga= and PPR question
Post by: curaga on June 13, 2010, 04:44:19 PM
vga only applies on the console, X resolution is determined in .xsession for Xvesa (or use xsetup.sh to change it).
Title: Re: vga= and PPR question
Post by: destroyedlolo on June 13, 2010, 06:44:10 PM
Ok, thanks.

Laurent