Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Problema splashutils
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

Goto page 1, 2  Next  
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) Forum di discussione italiano
View previous topic :: View next topic  
Author Message
canduc17
l33t
l33t


Joined: 11 Oct 2005
Posts: 795
Location: Ferrara, Italy

PostPosted: Sun Sep 17, 2006 9:15 am    Post subject: Problema splashutils Reply with quote

Ciao a tutti. Sto seguendo questa guida e quest'altra per settare uno splash decente all'avvio del mio Acer Aspire 1307LC (monitor 15" XGA TFT LCD), ma non funziona.
I passi che ho seguito sono:
Code:
emerge -va splashutils splash-themes-gentoo splash-themes-livecd
genkernel --menuconfig kernel
genkernel --gensplash=livecd-2006.1 initrd
come spiegato nella guida e il mio grub.conf è:
Code:
default 0
timeout 0

splashimage=(hd0,0)/boot/grub/splash.xpm.gz

title=Gentoo Linux 2.6.17-r7
root (hd0,0)
kernel /boot/kernel-genkernel-x86-2.6.17-gentoo-r7 root=/dev/ram0 init=/linuxrc ramdisk=8192 real_root=/dev/hda3 udev vga=0x317 video=vesafb:mtrr,ywrap,1024x768-32@70 splash=verbose,theme=/etc/splash/livecd-2006.1 CONSOLE=/dev/tty1 quiet
initrd /boot/initramfs-genkernel-x86-2.6.17-gentoo-r7
All'avvio della macchina, sotto il logo del pinguino posto in alto a sinistra, il messaggio d'errore è:
Code:
PCI: Cannot allocate resource region 0 of device 0000:00:0a.0
Can't open config file /etc/splash/default/1024x768.cfg.
Can't open file (null)!
Failed to load image (null).
Failed to get verbose splash image
...e poi continua con il boot senza problemi. Qualcuno può farmi un po' di chiarezza?
_________________
A cow enters a supermarket, does an handstand and dies. (Public toilet graffito)
Back to top
View user's profile Send private message
nikko96
Apprentice
Apprentice


Joined: 22 Jul 2005
Posts: 229
Location: Pulcinella's Country

PostPosted: Sun Sep 17, 2006 5:40 pm    Post subject: Re: Problema splashutils Reply with quote

canduc17 wrote:
All'avvio della macchina, sotto il logo del pinguino posto in alto a sinistra, il messaggio d'errore è:
Code:
PCI: Cannot allocate resource region 0 of device 0000:00:0a.0
Can't open config file /etc/splash/default/1024x768.cfg.
Can't open file (null)!
Failed to load image (null).
Failed to get verbose splash image
...e poi continua con il boot senza problemi. Qualcuno può farmi un po' di chiarezza?

Non vorrei dire una scemenza,mi sembra che devi disabilitare nel kernel il boot con il logo linux.
_________________
My system: cpu Intel core 2 duo e6750,mb asus p5n-e sli,scheda grafica nvidia GeForce 9600 GT,kernel 2.6.31-gentoo-r6
Back to top
View user's profile Send private message
Luca89
Advocate
Advocate


Joined: 27 Apr 2005
Posts: 2107
Location: Agrigento (Italy)

PostPosted: Sun Sep 17, 2006 5:54 pm    Post subject: Reply with quote

Confermo ciò detto da nikko96 e aggiungo che questa riga:
Code:
splash=verbose,theme=/etc/splash/livecd-2006.1

Dovrebbe essere:
Code:
splash=verbose,theme=livecd-2006.1

_________________
Running Fast!
Back to top
View user's profile Send private message
canduc17
l33t
l33t


Joined: 11 Oct 2005
Posts: 795
Location: Ferrara, Italy

PostPosted: Mon Sep 18, 2006 8:48 am    Post subject: Reply with quote

Fatto. Sono andato in /usr/src/linux e ho digitato
Code:
make menuconfig
In Device Drivers/Graphic support/Logo configuration ho disabilitato tutto e poi ho fatto un bel
Code:
make && make modules_install
Inoltre ho modificato la stringa in grub.conf.
E il risultato è identico: stesso messaggio di errore riportato sopra e sempre sotto al pinguino, che non è sparito...
_________________
A cow enters a supermarket, does an handstand and dies. (Public toilet graffito)
Back to top
View user's profile Send private message
Onip
Advocate
Advocate


Joined: 02 Sep 2004
Posts: 2912
Location: Parma (Italy)

PostPosted: Mon Sep 18, 2006 8:58 am    Post subject: Reply with quote

il kernel, oltre a ricompilarlo, devi anche avviarlo. Metti l'immagine del kernel che hai creato in /boot, metti a posto il boot loader e prova a vedere se funziona
_________________
Linux Registered User n. 373835

Titus Lucretius Carus, De Rerum Natura - Tantum religio potuit suadere malorum
Back to top
View user's profile Send private message
canduc17
l33t
l33t


Joined: 11 Oct 2005
Posts: 795
Location: Ferrara, Italy

PostPosted: Mon Sep 18, 2006 11:46 am    Post subject: Reply with quote

Bene. Siccome non l'ho mai fatto ho scritto
Code:
cp arch/i386/boot/bzImage /boot/bzImage-2.6.17-gentoo-r10
come riportato in questa guida ed ho modificato grub.conf così:
Code:
default 1
timeout 5

splashimage=(hd0,0)/boot/grub/splash.xpm.gz

title=Gentoo Linux 2.6.17-r10
root (hd0,0)
kernel /boot/bzImage-2.6.17-gentoo-r10 root=/dev/ram0 init=/linuxrc ramdisk=8192 real_root=/dev/hda3 udev vga=0x317 video=vesafb:mtrr,ywrap,1024x768-32@70 splash=verbose,theme=/etc/splash/livecd-2006.1 CONSOLE=/dev/tty1 quiet

title=Gentoo Linux 2.6.17-r7
kernel /boot/kernel-genkernel-x86-2.6.17-gentoo-r7 root=/dev/ram0 init=/linuxrc ramdisk=8192 real_root=/dev/hda3 udev vga=0x317 video=vesafb:mtrr,ywrap,1024x768-32@70 splash=verbose,theme=/etc/splash/livecd-2006.1 CONSOLE=/dev/tty1 quiet
initrd /boot/initramfs-genkernel-x86-2.6.17-gentoo-r7
e mi si blocca il boot! L'errore riportato è:
Code:
Error 15: File not found
Che cosa devo scrivere in grub.conf? Come si mette a posto l'initrd per il kernel ricompilato se in /boot non ce n'è un altro?
_________________
A cow enters a supermarket, does an handstand and dies. (Public toilet graffito)
Back to top
View user's profile Send private message
nikko96
Apprentice
Apprentice


Joined: 22 Jul 2005
Posts: 229
Location: Pulcinella's Country

PostPosted: Mon Sep 18, 2006 12:29 pm    Post subject: Reply with quote

canduc17 wrote:
Bene. Siccome non l'ho mai fatto ho scritto
Code:
cp arch/i386/boot/bzImage /boot/bzImage-2.6.17-gentoo-r10

Avendo una /boot separata da / dovevi prima montarla per poi copiarci il bzimage.
Comunque ti consiglio di seguire questa guida sull'avvio grafico,anche perchè devi crearti un file initrd da caricare all'avvio che andrai a posizionare in /boot
(non i file in /etc/splash che servono per creare initrd che vai ad indicare a grub)
_________________
My system: cpu Intel core 2 duo e6750,mb asus p5n-e sli,scheda grafica nvidia GeForce 9600 GT,kernel 2.6.31-gentoo-r6
Back to top
View user's profile Send private message
Cazzantonio
Bodhisattva
Bodhisattva


Joined: 20 Mar 2004
Posts: 4514
Location: Somewere around the world

PostPosted: Mon Sep 18, 2006 12:48 pm    Post subject: Reply with quote

Moved from Forum italiano (Italian) to Forum di discussione italiano.
_________________
Any mans death diminishes me, because I am involved in Mankinde; and therefore never send to know for whom the bell tolls; It tolls for thee.
-John Donne
Back to top
View user's profile Send private message
canduc17
l33t
l33t


Joined: 11 Oct 2005
Posts: 795
Location: Ferrara, Italy

PostPosted: Mon Sep 18, 2006 2:25 pm    Post subject: Reply with quote

La guida che menzioni è esattamente la stessa, solo che è tradotta. C'è anche il link alla guida che menzionavo io.
Perchè devo montare boot? All'avvio me la monta automaticamente, come si vede dal mio /etc/fstab:
Code:
/dev/hda1   /boot     ext2       defaults,noatime     1 2
/dev/hda2   none      swap       sw                   0 0
/dev/hda3   /         reiserfs   noatime              0 1
 
none        /proc     proc       defaults             0 0
none        /dev/shm  tmpfs      nodev,nosuid,noexec  0 0
   
/dev/cdroms/cdrom0    /mnt/cdrom    auto      noauto,user    0 0
E poi riesco ad accedere a /boot/grub/grub.conf direttamente, senza fare alcun mount...
_________________
A cow enters a supermarket, does an handstand and dies. (Public toilet graffito)
Back to top
View user's profile Send private message
nikko96
Apprentice
Apprentice


Joined: 22 Jul 2005
Posts: 229
Location: Pulcinella's Country

PostPosted: Mon Sep 18, 2006 2:59 pm    Post subject: Reply with quote

canduc17 wrote:
La guida che menzioni � esattamente la stessa, solo che � tradotta. C'� anche il link alla guida che menzionavo io.
Perch� devo montare boot? All'avvio me la monta automaticamente, come si vede dal mio /etc/fstab:
Code:
/dev/hda1   /boot     ext2       defaults,noatime     1 2
/dev/hda2   none      swap       sw                   0 0
/dev/hda3   /         reiserfs   noatime              0 1
 
none        /proc     proc       defaults             0 0
none        /dev/shm  tmpfs      nodev,nosuid,noexec  0 0
   
/dev/cdroms/cdrom0    /mnt/cdrom    auto      noauto,user    0 0
E poi riesco ad accedere a /boot/grub/grub.conf direttamente, senza fare alcun mount...

Scusa pensavo che l'avessi separata :oops: tanto da non ritrovarti l'immagine del kernel che copiavi.
Niente puoi vedere se hai creato il file da caricare all'avvio con
Code:
# splash_geninitramfs -v -g /boot/fbsplash-tuo-tema-1024x768  -r 1024x768 emergence

dopo aver emerso splashutils,ovviamente(e con risoluzione 1024x768).
Inoltre ti consiglio di usare la compilazione manuale del kernel :copiati il config da qualche parte, make mrproper in /usr/src/linux,ricopi il config in usr/src/linux e
Code:
# make && emerge splashutils && make modules_install && make install
cosi ti installi pure il nuovo kernel insieme ai suoi file.
Ciao

Edit: in grub.conf dovresti indicare (hd0,0)/percorso/file senza /boot,visto che boot è una partizione separata,(hd0,0) e /boot indicano la stessa cosa.
_________________
My system: cpu Intel core 2 duo e6750,mb asus p5n-e sli,scheda grafica nvidia GeForce 9600 GT,kernel 2.6.31-gentoo-r6
Back to top
View user's profile Send private message
canduc17
l33t
l33t


Joined: 11 Oct 2005
Posts: 795
Location: Ferrara, Italy

PostPosted: Mon Sep 18, 2006 10:47 pm    Post subject: Reply with quote

Allora...sto diventando matto: ho ricominciato tutto da capo utilizzando la guida di nikko96 citata sopra e naturalmente non va una mazza.
I comandi che ho digitato (esattamente quelli della guida) sono:
Code:
ls -al /usr/src/linux   #e andava bene
rm /usr/src/linux
ln -s /usr/src/linux-2.6-correct/ /usr/src/linux
emerge splashutils
cd /usr/src/linux
genkernel --menuconfig --gensplash=emergence all #le patch per fbsplash erano già settate...ho aspettato la mia mezz'ora
#di compilazione...
make modules_install
make install
cd /etc/splash
splash_geninitramfs -v -g /boot/fbsplash-livecd-2006.1-1024x768  -r 1024x768 livecd-2006.1
e questo è il mio grub.conf ora:
Code:
default 0
timeout 5

splashimage=(hd0,0)/boot/grub/splash.xpm.gz

root (hd0,0)

title=Gentoo Linux 2.6.17-r7
kernel /boot/kernel-genkernel-x86-2.6.17-gentoo-r7 root=/dev/hda3 init=/linuxrc ramdisk=8192 udev vga=791 video=vesafb:mtrr,ywrap,1024x768-32@70 splash=verbose,theme=livecd-2006.1 CONSOLE=/dev/tty1 quiet

initrd (hd0,0)/boot/fbsplash-livecd-2006.1-1024x768
L'errore riportato è sempre quello del mio primo post (sempre sotto al pinguino).
Se in grub.conf specifico "splash=silent" al posto di "splash=verbose", all'inizio del boot mi dà lo stesso errore poi, dopo un po' mi parte una schermata con il logo di Gentoo e la barra di avanzamento, ma sotto c'è scritto "Gentoo Linux 2004.0"!!!!
E se premo F2 per andare in modalità verbose ho la schermata con i vari passi del boot che avanzano e come sfondo il logo di gentoo blu.
Se premo "i" per interrompere il boot, premo 4 per avere una shell, dò la password di root e faccio shift+pg_up per rivedermi il messaggio di errore iniziale, questo non c'è più!!
Qualcuno mi può spiegare cosa c'è che non va e dove sbaglio?
_________________
A cow enters a supermarket, does an handstand and dies. (Public toilet graffito)
Back to top
View user's profile Send private message
Luca89
Advocate
Advocate


Joined: 27 Apr 2005
Posts: 2107
Location: Agrigento (Italy)

PostPosted: Tue Sep 19, 2006 11:47 am    Post subject: Reply with quote

Cazzantonio wrote:
Moved from Forum italiano (Italian) to Forum di discussione italiano.


Perchè? Le splashutils fanno parte di Gentoo.
_________________
Running Fast!
Back to top
View user's profile Send private message
canduc17
l33t
l33t


Joined: 11 Oct 2005
Posts: 795
Location: Ferrara, Italy

PostPosted: Tue Sep 19, 2006 12:08 pm    Post subject: Reply with quote

Sì, in effetti non l'ho capito neanch'io...
_________________
A cow enters a supermarket, does an handstand and dies. (Public toilet graffito)
Back to top
View user's profile Send private message
nikko96
Apprentice
Apprentice


Joined: 22 Jul 2005
Posts: 229
Location: Pulcinella's Country

PostPosted: Tue Sep 19, 2006 12:40 pm    Post subject: Reply with quote

canduc17 wrote:
Allora...sto diventando matto: ho ricominciato tutto da capo utilizzando la guida di nikko96 citata sopra e naturalmente non va una mazza.
I comandi che ho digitato (esattamente quelli della guida) sono:
Code:
ls -al /usr/src/linux   #e andava bene
rm /usr/src/linux
ln -s /usr/src/linux-2.6-correct/ /usr/src/linux

fin qua ci siamo,dopo, visto che hai mixato il metodo con genkernel con quello della compilazione manuale
ti consiglio di proseguire con uno solo dei due,per esempio quello manuale:
Code:

# cd /usr/src/linux
# make clean
# make menuconfig
# make
# emerge splashutils
# make modules_install
# make install

quindi prosegui con
Code:
# cd /etc/splash
splash_geninitramfs -v -g /boot/fbsplash-livecd-2006.1-1024x768  -r 1024x768 livecd-2006.1
canduc17 wrote:
e questo è il mio grub.conf ora:
Code:
default 0
timeout 5

splashimage=(hd0,0)/boot/grub/splash.xpm.gz

root (hd0,0)

title=Gentoo Linux 2.6.17-r7
kernel /boot/kernel-genkernel-x86-2.6.17-gentoo-r7 root=/dev/hda3 init=/linuxrc ramdisk=8192 udev vga=791 video=vesafb:mtrr,ywrap,1024x768-32@70 splash=verbose,theme=livecd-2006.1 CONSOLE=/dev/tty1 quiet

initrd (hd0,0)/boot/fbsplash-livecd-2006.1-1024x768
L'errore riportato è sempre quello del mio primo post (sempre sotto al pinguino).

Questo perchè continui ad usare lo stesso kernel di prima,devi vedere in /boot come viene nominato il nuovo kernel(probabilmente un link a vmlinuz)
Come ultima cosa in grub.conf,riferisciti alla partizione di /boot con una sola indicazione,/boot appunto oppure (hd0,0)
Ciao.
_________________
My system: cpu Intel core 2 duo e6750,mb asus p5n-e sli,scheda grafica nvidia GeForce 9600 GT,kernel 2.6.31-gentoo-r6
Back to top
View user's profile Send private message
canduc17
l33t
l33t


Joined: 11 Oct 2005
Posts: 795
Location: Ferrara, Italy

PostPosted: Tue Sep 19, 2006 7:29 pm    Post subject: Reply with quote

Niente da fare: ho seguito tutto quello che mi hai detto e l'errore riportato è sempre quello. Ora il mio grub.conf è:
Code:
default 0
timeout 5

splashimage=(hd0,0)/boot/grub/splash.xpm.gz

root (hd0,0)

title=Gentoo Linux 2.6.17-r7
kernel /boot/vmlinuz-2.6.17-gentoo-r7 root=/dev/hda3 init=/linuxrc ramdisk=8192 udev vga=791 video=vesafb:mtrr,ywrap,1024x768-32@70 splash=verbose,theme=livecd-2006.1 CONSOLE=/dev/tty1 quiet

initrd /boot/fbsplash-livecd-2006.1-1024x768
Idee? Non so proprio dove sbattere la testa...
_________________
A cow enters a supermarket, does an handstand and dies. (Public toilet graffito)
Back to top
View user's profile Send private message
nikko96
Apprentice
Apprentice


Joined: 22 Jul 2005
Posts: 229
Location: Pulcinella's Country

PostPosted: Wed Sep 20, 2006 12:12 pm    Post subject: Reply with quote

canduc17 wrote:
Niente da fare: ho seguito tutto quello che mi hai detto e l'errore riportato è sempre quello. Ora il mio grub.conf è:
Code:
default 0
timeout 5

splashimage=(hd0,0)/boot/grub/splash.xpm.gz

root (hd0,0)

title=Gentoo Linux 2.6.17-r7
kernel /boot/vmlinuz-2.6.17-gentoo-r7 root=/dev/hda3 init=/linuxrc ramdisk=8192 udev vga=791 video=vesafb:mtrr,ywrap,1024x768-32@70 splash=verbose,theme=livecd-2006.1 CONSOLE=/dev/tty1 quiet

initrd /boot/fbsplash-livecd-2006.1-1024x768
Idee? Non so proprio dove sbattere la testa...

Prova con grub.conf configurato in questo modo:
Code:
default 0
timeout 5
splashimage=(hd0,0)/grub/splash.xpm.gz

title Gentoo Linux 2.6.17-r7
root (hd0,0)
kernel (hd0,0)/vmlinuz-2.6.17-gentoo-r7 root=/dev/hda3 video=vesafb:mtrr,ywrap,1024x768-32@70 splash=silent,theme=livecd-2006.1 CONSOLE=/dev/tty1 quiet
initrd (hd0,0)/fbsplash-livecd-2006.1-1024x768

Se hai compilato il kernel correttamente dovrebbe fungere,ciao.
_________________
My system: cpu Intel core 2 duo e6750,mb asus p5n-e sli,scheda grafica nvidia GeForce 9600 GT,kernel 2.6.31-gentoo-r6
Back to top
View user's profile Send private message
Scen
Retired Dev
Retired Dev


Joined: 29 Jul 2003
Posts: 2470
Location: Padova, Italy

PostPosted: Wed Sep 20, 2006 1:39 pm    Post subject: Reply with quote

Per fugare ogni dubbio, potresti postare l'output di
Code:

ls -l /boot/

?
_________________
I was born in a deep forest/I wish I could live here all my life/I am made from stones and roots/My home, these woods and roads
All my life I loved this sound/Of the woods all around/Eagles flies where the winds blows free
Journey is my destiny
Back to top
View user's profile Send private message
canduc17
l33t
l33t


Joined: 11 Oct 2005
Posts: 795
Location: Ferrara, Italy

PostPosted: Wed Sep 20, 2006 6:35 pm    Post subject: Reply with quote

Ora non mi dà messaggi d'errore, ma non va ugualmente.
L'output è:
Code:
  Booting 'Gentoo Linux 2.6.17-r7'

root (hd0,0)
 Filesystem type is ext2fs, partition type 0x83
kernel (hd0,0)/vmlinuz-2.6.17-gentoo-r7 root=/dev/hda3 video=vesafb:mtrr,ywrap,1024x768-32@70 splash=silent,theme=livecd-2006.1 CONSOLE=/dev/tty1 quiet
  [Linux-bzImage, setup=0x1c00, size=0x18fa74]
initrd (hd0,0)/fbsplash-livecd-2006.1-1024x768
  [Linux-initrd @ 0x1ef97000, 0x4875e bytes]

Uncompressing Linux... Ok, booting the kernel.
PCI: Cannot allocate resource region 0 of device 0000:00:0a.0
INIT: version 2.86 booting
e poi parte il boot.

I problemi sono:
1 - Mi si è rimpicciolito lo schermo: ho 4-5 cm di nero sopra, sotto, a destra e a sinistra dello schermo, prima che cominci la shell;
2 - Non vedo nessuno bootsplash! Dovrei vedere quello di avvio del livecd, giusto? E invece niente... :(
L'output di "ls -l /boot" è
Code:
totale 13031
lrwxrwxrwx 1 root root       1  1 set 13:51 boot -> .
lrwxrwxrwx 1 root root      23 19 set 21:20 config -> config-2.6.17-gentoo-r7
-rw-r--r-- 1 root root   40952 19 set 21:20 config-2.6.17-gentoo-r7
-rw-r--r-- 1 root root   40952 18 set 23:47 config-2.6.17-gentoo-r7.old
lrwxrwxrwx 1 root root      27 19 set 21:20 config.old -> config-2.6.17-gentoo-r7.old
-rw-r--r-- 1 root root  618337 18 set 23:49 fbsplash-emergence-1024x768
-rw-r--r-- 1 root root  296798 19 set 21:20 fbsplash-livecd-2006.1-1024x768
drwxr-xr-x 2 root root    1024  2 set 05:27 grub
-rw-r--r-- 1 root root 5256403 18 set 23:46 initramfs-genkernel-x86-2.6.17-gentoo-r7
-rw-r--r-- 1 root root 1644671 18 set 23:31 kernel-genkernel-x86-2.6.17-gentoo-r7
drwx------ 2 root root   12288  1 set 13:24 lost+found
lrwxrwxrwx 1 root root      27 19 set 21:20 System.map -> System.map-2.6.17-gentoo-r7
-rw-r--r-- 1 root root  689580 19 set 21:20 System.map-2.6.17-gentoo-r7
-rw-r--r-- 1 root root  689580 18 set 23:47 System.map-2.6.17-gentoo-r7.old
-rw-r--r-- 1 root root  689580 18 set 23:31 System.map-genkernel-x86-2.6.17-gentoo-r7
lrwxrwxrwx 1 root root      31 19 set 21:20 System.map.old -> System.map-2.6.17-gentoo-r7.old
lrwxrwxrwx 1 root root      24 19 set 21:20 vmlinuz -> vmlinuz-2.6.17-gentoo-r7
-rw-r--r-- 1 root root 1644660 19 set 21:20 vmlinuz-2.6.17-gentoo-r7
-rw-r--r-- 1 root root 1644671 18 set 23:47 vmlinuz-2.6.17-gentoo-r7.old
lrwxrwxrwx 1 root root      28 19 set 21:20 vmlinuz.old -> vmlinuz-2.6.17-gentoo-r7.old
Ho due domande:
1 - La stringa "1024x768-32@70" l'ho scritta un po' a sentimento, non sono sicuro nè del 32 (che se ho capito bene è la profondità di colore dello splashscreen), nè della frequenza (70 penso che fosse quella impostata per Windows, quando c'era). La risoluzione, invece sono sicuro che va bene. C'è un sistema per ottenere i parametri giusti?
2 - Quando si va in "/usr/src/linux" e si fa "make menuconfig", si opera sul kernel attualmente in uso?

Aspetto risposte, suggerimenti, messaggi di solidarietà!
_________________
A cow enters a supermarket, does an handstand and dies. (Public toilet graffito)
Back to top
View user's profile Send private message
nikko96
Apprentice
Apprentice


Joined: 22 Jul 2005
Posts: 229
Location: Pulcinella's Country

PostPosted: Thu Sep 21, 2006 10:44 am    Post subject: Reply with quote

Se posti un
Code:
# lspci
al limite proviamo a darti una mano per la configurazione del kernel,proprio perchè
ci dev'essere qualche funzione non attivata.

Edit 1:dipende dal tuo hardware,comunque deve essere settato nel kernel
Edit 2:si opera sui sorgenti del kernel in cui stai dando il comando make menuconfig
_________________
My system: cpu Intel core 2 duo e6750,mb asus p5n-e sli,scheda grafica nvidia GeForce 9600 GT,kernel 2.6.31-gentoo-r6
Back to top
View user's profile Send private message
canduc17
l33t
l33t


Joined: 11 Oct 2005
Posts: 795
Location: Ferrara, Italy

PostPosted: Thu Sep 21, 2006 12:13 pm    Post subject: Reply with quote

Ecco l'output di lspci:
Code:
00:00.0 Host bridge: VIA Technologies, Inc. VT8363/8365 [KT133/KM133] (rev 80)
00:01.0 PCI bridge: VIA Technologies, Inc. VT8363/8365 [KT133/KM133 AGP]
00:0a.0 CardBus bridge: O2 Micro, Inc. OZ601/6912/711E0 CardBus/SmartCardBus Controller
00:11.0 ISA bridge: VIA Technologies, Inc. VT8231 [PCI-to-ISA Bridge] (rev 10)
00:11.1 IDE interface: VIA Technologies, Inc. VT82C586A/B/VT82C686/A/B/VT823x/A/C PIPC Bus Master IDE (rev 06)
00:11.2 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 1e)
00:11.4 Bridge: VIA Technologies, Inc. VT8235 ACPI (rev 10)
00:11.5 Multimedia audio controller: VIA Technologies, Inc. VT82C686 AC97 Audio Controller (rev 40)
00:11.6 Communication controller: VIA Technologies, Inc. AC'97 Modem Controller (rev 20)
00:12.0 Ethernet controller: VIA Technologies, Inc. VT6102 [Rhine-II] (rev 51)
01:00.0 VGA compatible controller: S3 Inc. VT8636A [ProSavage KN133] AGP4X VGA Controller (TwisterK) (rev 01)
02:00.0 USB Controller: NEC Corporation USB (rev 43)
02:00.1 USB Controller: NEC Corporation USB (rev 43)
02:00.2 USB Controller: NEC Corporation USB 2.0 (rev 04)

_________________
A cow enters a supermarket, does an handstand and dies. (Public toilet graffito)
Back to top
View user's profile Send private message
nikko96
Apprentice
Apprentice


Joined: 22 Jul 2005
Posts: 229
Location: Pulcinella's Country

PostPosted: Thu Sep 21, 2006 12:54 pm    Post subject: Reply with quote

Tra le altre cose abilitate o meno nel kernel,controlla queste voci
Code:

Processor type and features  --->
          [*] MTRR (Memory Type Range Register) support
Device Drivers  --->
   Block devices  --->
      <*> RAM disk support
      (16)  Default number of RAM disks
      (4096) Default RAM disk size (kbytes)
      [*] Initial RAM filesystem and RAM disk (initramfs/initrd) support
Graphics support  --->
      <*> Support for frame buffer devices
      <*>   VESA VGA graphics support
              VESA driver type (vesafb-tng)  --->
           (1024x768@60) VESA default mode (NEW)
      Console display driver support  --->
           [*]   Video mode selection support
           <*> Framebuffer Console support
     [*] Support for the framebuffer splash

Poi in grub.conf metti come risoluzione 1024x768-16@60,ciao.
_________________
My system: cpu Intel core 2 duo e6750,mb asus p5n-e sli,scheda grafica nvidia GeForce 9600 GT,kernel 2.6.31-gentoo-r6
Back to top
View user's profile Send private message
canduc17
l33t
l33t


Joined: 11 Oct 2005
Posts: 795
Location: Ferrara, Italy

PostPosted: Thu Sep 21, 2006 9:21 pm    Post subject: Reply with quote

Se metto la risoluzione "1024x768-16@60", non mi cambia nulla: stessi bandoni neri di prima e niente splashscreen.
Per quanto riguarda il kernel io ho
Code:
Processor type and features  --->
          [*] MTRR (Memory Type Range Register) support   //Settato
Device Drivers  --->
   Block devices  --->
      <*> RAM disk support   //Settato
      (16)  Default number of RAM disks  //Settato
      (4096) Default RAM disk size (kbytes)   ///Settato, ma al posto di 4096 ho 8192
      [*] Initial RAM filesystem and RAM disk (initramfs/initrd) support    //Settato
Graphics support  --->
      <*> Support for frame buffer devices    //Settato
      <*>   VESA VGA graphics support        //Settato
              VESA driver type (vesafb-tng)  --->    //Io qui ho "VESA driver type (vesafb) --->"
           (1024x768@60) VESA default mode (NEW)   //Questa riga proprio non ce l'ho!!!
      Console display driver support  --->     //Qua io ho settato anche un "[*] VGA text console"
           [*]   Video mode selection support  //Settato
           <*> Framebuffer Console support  //Settato
     [*] Support for the framebuffer splash  //Settato
Ti ricordo che il mio kernel è il 2.6.17-gentoo-r7.
Una domanda...Come fai a copiare le voci da menuconfig? (Dubito che tu le abbia copiate a manoni...)
_________________
A cow enters a supermarket, does an handstand and dies. (Public toilet graffito)
Back to top
View user's profile Send private message
Scen
Retired Dev
Retired Dev


Joined: 29 Jul 2003
Posts: 2470
Location: Padova, Italy

PostPosted: Fri Sep 22, 2006 6:50 am    Post subject: Reply with quote

In "Graphics support" prova ad abilitare (builtin) anche la voce
Code:

<*> S3 Savage support
   [ ]   Enable DDC2 Support (NEW)
   [ ]   Enable Console Acceleration (NEW)

e prova a modificare la configurazione di grub (lo puoi fare anche al volo, premendo 'e' e poi 'c' sulla voce del kernel che utilizzi):

sostituisci
Code:

video=vesafb

con
Code:

video=savagefb

(il resto rimane invariato)

Magari la tua scheda video non è supportata pienamente da vesafb-tng, così puoi provare ad utilizzare il framebuffer driver per le schede S3 Savage.
_________________
I was born in a deep forest/I wish I could live here all my life/I am made from stones and roots/My home, these woods and roads
All my life I loved this sound/Of the woods all around/Eagles flies where the winds blows free
Journey is my destiny
Back to top
View user's profile Send private message
canduc17
l33t
l33t


Joined: 11 Oct 2005
Posts: 795
Location: Ferrara, Italy

PostPosted: Fri Sep 22, 2006 7:51 am    Post subject: Reply with quote

Allora: facendo come ha detto Scen, spariscono i bandoni neri (la risoluzione insomma va bene), ma all'inizio mi dà questo errore:
Code:
Can't open config file /etc/splash/default/1024x768.cfg.
Can't open file (null)!
Failed to load image (null).
Failed to get verbose splash image
e poi mi carica sempre la barra di scorrimento di Gentoo 2004.0.
Perchè va a cercare in /etc/splash/default e non in /etc/splash/livecd-2006.1/1024x768???
Non ho capito se si possono copiare le voci del menuconfig con un comando speciale, senza ricopiarle a mano...
_________________
A cow enters a supermarket, does an handstand and dies. (Public toilet graffito)
Back to top
View user's profile Send private message
Scen
Retired Dev
Retired Dev


Joined: 29 Jul 2003
Posts: 2470
Location: Padova, Italy

PostPosted: Fri Sep 22, 2006 9:38 am    Post subject: Reply with quote

Sto splash ti sta proprio facendo dannare :)

Il kernel l'hai compialto a mano o tramite genkernel?

l'initrd l'hai creato correttamente
Code:

splash_geninitram -v -g /boot/fbsplash-livecd-2006.1-1024x768 -r 1024x768 livecd-2006.1

?

puoi postare (per l'ultima volta :roll: ) il tuo grub.conf e il contenuto di /boot?

Per me dev'esserci qualche errore nella conf. di grub o nell'initrd (perchè, come dici tu, ti vuole caricare lo splash "default")

[EDIT]
FORSE ho trovato l'errore! :P

in grub.conf devi scrivere
Code:

splash=silent,theme:livecd-2006.1

invece che
Code:

splash=silent,theme=livecd-2006.1

(errore di sintassi) :roll:

[/EDIT]
_________________
I was born in a deep forest/I wish I could live here all my life/I am made from stones and roots/My home, these woods and roads
All my life I loved this sound/Of the woods all around/Eagles flies where the winds blows free
Journey is my destiny
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) Forum di discussione italiano All times are GMT
Goto page 1, 2  Next
Page 1 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum