WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: vga= and PPR question  (Read 1674 times)

Offline destroyedlolo

  • Jr. Member
  • **
  • Posts: 50
    • destroyedlolo's website
vga= and PPR question
« 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 :
  • kmaps - install mode
  • grub - onDemande
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
« Last Edit: June 13, 2010, 03:27:00 PM by destroyedlolo »

Offline destroyedlolo

  • Jr. Member
  • **
  • Posts: 50
    • destroyedlolo's website
Re: vga= and PPR question
« Reply #1 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 ...

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 11044
Re: vga= and PPR question
« Reply #2 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).
The only barriers that can stop you are the ones you create yourself.

Offline destroyedlolo

  • Jr. Member
  • **
  • Posts: 50
    • destroyedlolo's website
Re: vga= and PPR question
« Reply #3 on: June 13, 2010, 06:44:10 PM »
Ok, thanks.

Laurent