View previous topic :: View next topic |
Author |
Message |
calvizia Apprentice
Joined: 26 Sep 2004 Posts: 224 Location: Versilia
|
Posted: Sun Feb 13, 2005 11:01 pm Post subject: |
|
|
metti tutte le info per capire dove potrebbe essere il problema _________________ coming soon....
Kernel amd64/nvidia-kernel/Emu10k1/gentoo-dev-sources
A8N-SLI Deluxe/Athlon64@3000+/512x2 corsair XMS CL 2-2-2-5/1x6600GT/WD SATA 80+MAXTOR SATA 300gb |
|
Back to top |
|
|
unz l33t
Joined: 28 Jul 2004 Posts: 819 Location: Roma, Italia
|
Posted: Sun Feb 13, 2005 11:43 pm Post subject: |
|
|
a parte tutto quello che ho scritto prima io in /etc/rc.conf ho
Code: | CONSOLEFONT="lat9w-16" |
ma non è che avete degli splash bruttissimi ed il pc si rifiuta di caricarli?
provate questo -> http://gnome-look.org/content/show.php?content=20590 _________________ Ma che c'hai là? Sulla spalla!!!! http://lascimmia.it/ |
|
Back to top |
|
|
paperp Guru
Joined: 27 Feb 2004 Posts: 544 Location: Toscana , Italy
|
Posted: Mon Feb 14, 2005 10:25 am Post subject: |
|
|
provo a postare i vari riferimenti per capire meglio:
Grub- Code: |
# Grub boot menu configuration file
#
# Boot automatically after 30 secs.
timeout 10
# By default, boot the first entry.
default 1
# Fallback to the second entry.
fallback 0
# Use Gentoo Splash Image
splashimage=(hd0,0)/grub/gentoo.xpm.gz
# Boot Gentoo Linux at 1280x1024 framebuffer resolution
title Gentoo-2.6.10
root (hd0,0)
kernel (hd0,0)/kernel-2.6.10-cko3 ro root=/dev/hda3 video=vesafb:ywrap,mtrr,1280x1024-16@60 splash=verbose,theme:emergence
initrd (hd0,0)/fbsplash-emergence-1280x1024 |
Il kernel in questione è un cko
Code: |
boatanchor ~ # uname -r
2.6.10-cko3 |
Il kernel è stato configurato con tutte le features richieste.Faccio notare che ho cambiato più volte sia il video= che la definizione avevo infatti 32@85 e l'ho calato all'attuale..altro non mi viene in mente. |
|
Back to top |
|
|
calvizia Apprentice
Joined: 26 Sep 2004 Posts: 224 Location: Versilia
|
Posted: Mon Feb 14, 2005 10:45 am Post subject: |
|
|
Scheda Video? inserisci al posto di vesafb
nel caso di schede radeon >> radeonfb
nel caso di schede nvidia >> rivafb _________________ coming soon....
Kernel amd64/nvidia-kernel/Emu10k1/gentoo-dev-sources
A8N-SLI Deluxe/Athlon64@3000+/512x2 corsair XMS CL 2-2-2-5/1x6600GT/WD SATA 80+MAXTOR SATA 300gb |
|
Back to top |
|
|
paperp Guru
Joined: 27 Feb 2004 Posts: 544 Location: Toscana , Italy
|
Posted: Mon Feb 14, 2005 11:54 am Post subject: |
|
|
Ho una nvidia , e ho già provato a cambiare in rivafb , ma niente!! |
|
Back to top |
|
|
f0llia l33t
Joined: 22 Apr 2003 Posts: 873
|
Posted: Fri Jul 08, 2005 3:11 pm Post subject: |
|
|
torno ad avere lo stesso problema ... niente fb all'avvio.. stavolta il kernel è:
Code: |
~ # uname -r
2.6.12-gentoo-r4
|
ho compilato tutto nel kernel e ho seguito qui https://forums.gentoo.org/viewtopic.php?p=1506448 per mettere il fb ..
ma al reboot niente di niente..
il mio grub.conf:
Code: |
cat /boot/grub/grub.conf
default 0
timeout 20
splashimage=(hd0,0)/grub/splash.xpm.gz
title=Gentoo Linux 2005.0
root (hd0,0)
kernel /boot/bzImage root=/dev/hda3 gentoo=nodevfs video=vesafb:ywrap,mtrr,1280x1024-32@60 splash=silent, theme:gechi
initrd /boot/fbsplash-gechi-1280x1024
#Boot per Windows Xp
title=Windows Xp Professional
rootnoverify (hd0,3)
makeactive
chainloader +1
|
|
|
Back to top |
|
|
Onip Advocate
Joined: 02 Sep 2004 Posts: 2912 Location: Parma (Italy)
|
Posted: Fri Jul 08, 2005 3:24 pm Post subject: |
|
|
Code: | Hal9000 ~ # uname -r
2.6.12-gentoo-r4
Hal9000 ~ # cat /boot/grub/grub.conf
default 1
timeout 10
splashimage=(hd0,4)/grub/splash.xpm.gz
title=Gentoo 2.6
root (hd0,4)
kernel /kernel-2.6.12-gentoo-r4 root=/dev/hda3 video=vesafb:mtrr,ywrap,1024x768-32@60 splash=silent,theme:livecd-2005.0 quiet CONSOLE=/dev/tty1 <-- va sulla linea di kernel
initrd (hd0,4)/fbsplash-livecd-2005.0-1024x768
title=Windows Xp
rootnoverify (hd0,0)
chainloader +1
makeactive
|
A me funziona tutto perfettamente. con queste splashutils (le ultime stabili per x86)
Code: | Hal9000 ~ # eix splashutils
* media-gfx/splashutils
Available versions: 0.9.1 ~1.1.9.6 1.1.9.6-r1
Installed: 1.1.9.6-r1
Homepage: http://dev.gentoo.org/~spock/projects/gensplash/
Description: Framebuffer splash utilities. |
Nota1: La riga con CONSOLE=/dev/tty1 va sulla linea del kernel
Nota2: pare che le splashutils si compilino in funzione anche dei sorgenti del kernel. ==> se avete cambiato kenrel le dovete riemergere.
Byez _________________ Linux Registered User n. 373835
Titus Lucretius Carus, De Rerum Natura - Tantum religio potuit suadere malorum |
|
Back to top |
|
|
f0llia l33t
Joined: 22 Apr 2003 Posts: 873
|
Posted: Fri Jul 08, 2005 3:31 pm Post subject: |
|
|
@onip: mi potresti dire dove posso reperire il fb del livecd 2005.0 ?
cmq non funziona anche mettendo CONSOLE sulla linea del kernel... |
|
Back to top |
|
|
Onip Advocate
Joined: 02 Sep 2004 Posts: 2912 Location: Parma (Italy)
|
Posted: Fri Jul 08, 2005 3:34 pm Post subject: |
|
|
Code: | media-gfx/splash-themes-livecd
Available versions: 2004.3 2005.0
Installed: 2005.0
Homepage: http://www.gentoo.org/
Description: Gentoo theme for gensplash consoles
|
TUTTA quella riga va messa nella linea del kernel, non solo CONSOLE.
Io proverei a ricompilare splashutils. _________________ Linux Registered User n. 373835
Titus Lucretius Carus, De Rerum Natura - Tantum religio potuit suadere malorum |
|
Back to top |
|
|
f0llia l33t
Joined: 22 Apr 2003 Posts: 873
|
Posted: Fri Jul 08, 2005 3:43 pm Post subject: |
|
|
Tnx
Io ho una scheda ATI Radeon 9000 Mobility, se nel kernel invece che vesa-tng sceglo il driver per le radeon e in grub metto video=radeonfb dovrebbe essere ok , o sbaglio ? |
|
Back to top |
|
|
f0llia l33t
Joined: 22 Apr 2003 Posts: 873
|
Posted: Fri Jul 08, 2005 4:41 pm Post subject: |
|
|
sono riuscito a attivarlo, ma mi restano ancora 2 problemini...
non riesco piu a levare il fb "emergence"... ho cancellato fbsplash-emergence da /boot e rifatto tutto con
Code: |
splash_geninitramfs -v -g /boot/fbsplash-livecd-2005.0-1024x768 -r 1024x768 livecd-2005.0
|
poi ho sistemato in grub.conf sostituendo i nomi, ma nulla.. al reboot mi appare sempre lo stesso fb.
L'altro problema è che non resta nulla al momento del login.. l'immagine sotto se ne va .. come posso risolvere ?
Grazie mille |
|
Back to top |
|
|
Onip Advocate
Joined: 02 Sep 2004 Posts: 2912 Location: Parma (Italy)
|
Posted: Fri Jul 08, 2005 4:47 pm Post subject: |
|
|
per il primo problema penso che dipenda dal fatto che tu hai compilato lo splash direttamente nel kernel (o per lo meno io ho capito così dai comandi che hai dato)
SE è così ti conviene compilare un kernel con solamente il supporto allo splash e riservare il tema all'initrd.
Per il secondo problema proprio non saprei dirti. _________________ Linux Registered User n. 373835
Titus Lucretius Carus, De Rerum Natura - Tantum religio potuit suadere malorum |
|
Back to top |
|
|
f0llia l33t
Joined: 22 Apr 2003 Posts: 873
|
Posted: Fri Jul 08, 2005 4:52 pm Post subject: |
|
|
non l'ho compilato direttamente nel kernel.. ho seguito la guida e precisamente il punto :
Code: |
Caricare l'immagine initramfs dinamicamente all'avvio
# mount /boot
# cd /etc/splash
# splash_geninitramfs -v -g /boot/fbsplash-emergence-1024x768 -r 1024x768 emergence
|
ovviamente sostituendo a emergence livecd-2005.0
@ onip: tu anche dopo il login continui ad avere un'immagine di sfondo ? |
|
Back to top |
|
|
Onip Advocate
Joined: 02 Sep 2004 Posts: 2912 Location: Parma (Italy)
|
Posted: Fri Jul 08, 2005 4:57 pm Post subject: |
|
|
sì, io l'immagine ce l'ho.
ma hai seguito il post di IPCoP? perchè quello è ridondante. se guardi usa due volte il comando splash_geninitramfs, la prima per compilare l'immagine nel kernel e la seconda per generare il ramdisk. Oppure usi genkernel?[/code] _________________ Linux Registered User n. 373835
Titus Lucretius Carus, De Rerum Natura - Tantum religio potuit suadere malorum |
|
Back to top |
|
|
f0llia l33t
Joined: 22 Apr 2003 Posts: 873
|
|
Back to top |
|
|
Onip Advocate
Joined: 02 Sep 2004 Posts: 2912 Location: Parma (Italy)
|
Posted: Fri Jul 08, 2005 5:12 pm Post subject: |
|
|
è quella che ho seguito anche io.
Comunque. Se hai usato genkernel x compilarti il kernel wiki wrote: | genkernel --menuconfig --gensplash=emergence all
|
oppure se ti sei compilato l'immagine nel kernel a mano
wiki wrote: | # rm /usr/src/linux/usr/initramfs_data.cpio.gz
# splash_geninitramfs -v -g /usr/src/linux/usr/initramfs_data.cpio.gz -r 1024x768 emergence |
Allora devi ricompilarti il kenrel (e prima anche l'immagine se lo hai fatto) cambiando opportunamente l'indicazione del tema.
Se hai fatto come ho fatto io, cioè kenel compilato a mano e initrd esterno al kernel allora non so che dirti _________________ Linux Registered User n. 373835
Titus Lucretius Carus, De Rerum Natura - Tantum religio potuit suadere malorum |
|
Back to top |
|
|
f0llia l33t
Joined: 22 Apr 2003 Posts: 873
|
Posted: Fri Jul 08, 2005 5:15 pm Post subject: |
|
|
Onip wrote: |
Se hai fatto come ho fatto io, cioè kenel compilato a mano e initrd esterno al kernel allora non so che dirti |
Esattamente questa via ho seguito... |
|
Back to top |
|
|
CarloJekko Veteran
Joined: 31 Mar 2005 Posts: 1315 Location: Baia Domizia :-)
|
Posted: Mon Jul 11, 2005 4:44 pm Post subject: |
|
|
aggiornando qualcosa non sò cosa mi è uscito inserisci CONSOLE=/dev/tty1 al boot , e non sò perchè il prgogress bar non fungeva. Allora ho inseriro stò CONSOLE=/dev/tty1 al grub ed ora il progress bar funge ma mi carica mezza schermata con il silent e mezza con il verbose (cercherò di fare una foto e di farvela vedere xkè è una cosa stupenda!)
cmq è così
questo è lo schermo
Code: |
____________________
| qui compare la metà
| di sotto dello splash
| silent con
| progress bar
|
|____________________
| qui compare
| il verbose |
| |
| |
| |
| |
|____________________| |
che casino! che devo fare? _________________ C. |
|
Back to top |
|
|
Onip Advocate
Joined: 02 Sep 2004 Posts: 2912 Location: Parma (Italy)
|
Posted: Mon Jul 11, 2005 6:04 pm Post subject: |
|
|
aggiungere "quiet" avevo anche io lo stesso problema
Code: | Hal9000 ~ # grep kernel /boot/grub/grub.conf
kernel /kernel-2.6.12-gentoo-r4 root=/dev/hda3 video=vesafb:mtrr,ywrap,1024x768-32@60 splash=silent,theme:livecd-2005.1 quiet CONSOLE=/dev/tty1 |
tutto va sulla stessa riga _________________ Linux Registered User n. 373835
Titus Lucretius Carus, De Rerum Natura - Tantum religio potuit suadere malorum |
|
Back to top |
|
|
CarloJekko Veteran
Joined: 31 Mar 2005 Posts: 1315 Location: Baia Domizia :-)
|
Posted: Mon Jul 11, 2005 7:17 pm Post subject: |
|
|
grazie...
tanto per la cronaca ho appena quasi passato il filo dal reinstallare l'intera gentoo, a causa del framebuffer
non ci crederete mai ma mi ha salvato il Matlab (ed Onip) THX!! _________________ C. |
|
Back to top |
|
|
|