Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[SOLVED BOOTSPLASH] Brak przejścia Silent do Verbose 2.6.20
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Polskie forum (Polish)
View previous topic :: View next topic  
Author Message
andrzejk
Tux's lil' helper
Tux's lil' helper


Joined: 08 Jan 2006
Posts: 139
Location: Warsaw, Poland

PostPosted: Tue May 08, 2007 3:16 pm    Post subject: [SOLVED BOOTSPLASH] Brak przejścia Silent do Verbose 2.6.20 Reply with quote

Nie mam możliwości przejścia z trybu silent do verbose poprzez F2 odkąd zmieniłem jądro z 2.6.19 na 2.6.20 może wiecie czym to jest spowodowane. Od razu uprzedzam w kernelu mam:
Code:

Device Drivers > Input Device Support
   <*>Event Interface

Nic nie pomogła dzisiejsza aktualizacja splashutils i ponowne wygenerowanie initrd
Code:

splash_geninitramfs livecd-2007.0 -r 1024x768 -g /boot/fbsplash-livecd-2007.0-1024x768 -v

no i na koniec grub.conf
Code:

title=Gentoo kompilacja 2.6.20-r8 (Internet i Praca) Gentoo (Test)

root(hd0,1)
kernel /boot/vmlinuz-2.6.20-gentoo-r8 root=/dev/sda5 video=vesafb:mttr vga=791 splash=kdgraphics,silent,theme:livecd-2007.0 fbcon=scrollback:256k quiet CONSOLE=/dev/tty1 acpi=on
initrd /boot/fbsplash-livecd-2007.0-1024x768

Czy inni użytkownicy jąder 2.6.20 mają taki sam problem czy to tylko u mnie?
_________________
Dell XPS Gentoo 3.12.2 GCC 4.8.2 KDE 4.11


Last edited by andrzejk on Thu May 10, 2007 5:27 pm; edited 1 time in total
Back to top
View user's profile Send private message
Maf
Guru
Guru


Joined: 15 May 2005
Posts: 309

PostPosted: Tue May 08, 2007 3:59 pm    Post subject: Reply with quote

U mnie działało ale configu już nie mam niestety.
Back to top
View user's profile Send private message
w.tabin
Apprentice
Apprentice


Joined: 02 Feb 2005
Posts: 158
Location: Bełchatów/Polska 51°21'52.868"N, 19°22'43.439"E

PostPosted: Tue May 08, 2007 5:45 pm    Post subject: Re: [BOOTSPLASH] Brak przejścia z Silent do Verbose dla 2.6 Reply with quote

andrzejk wrote:
Nie mam możliwości przejścia z trybu silent do verbose poprzez F2 odkąd zmieniłem jądro z 2.6.19 na 2.6.20 może wiecie czym to jest spowodowane.
Czy inni użytkownicy jąder 2.6.20 mają taki sam problem czy to tylko u mnie?

Mam obecnie kernel 2.6.21 i zrobiłem to tak:
Wykasowałem istniejący plik initramfs
Code:
rm /usr/src/linux/usr/initramfs_data.cpio.gz

Następnie utworzyłem nowy initramfs:
Code:
splash_geninitramfs -v -g /usr/src/linux/usr/initramfs_data.cpio.gz -r 1024x768 livecd-2007.0

i wygenerowałem plik initrd:
Code:
splash_geninitramfs -v -g /boot/fbsplash-livecd-2007.0-1024x768 -r 1024x768 livecd-2007.0

i zmieniłem wpis w /boot/grub/grub.conf na taki:
Code:
title=Gentoo 2.6.21-gentoo
    root (hd0,6)
    savedefault
    kernel /kernel-2.6.21-gentoo root=/dev/sda9 video=vesafb:ywrap,mtrr,1024x768-16@70 splash=silent,theme:livecd-2007.0 console=tty1
    initrd (hd0,6)/fbsplash-livecd-2007.0-1024x768

W kernelu mam
Code:
Device Drivers > Input Device Support
    < >   Event interface

i wszystko działa ok
Pozdrawiam
_________________
Gentoo 2008.0; kernel-2.6.26 + fbcondecor; xorg-x11-7.3
Back to top
View user's profile Send private message
andrzejk
Tux's lil' helper
Tux's lil' helper


Joined: 08 Jan 2006
Posts: 139
Location: Warsaw, Poland

PostPosted: Thu May 10, 2007 5:26 pm    Post subject: Reply with quote

Quote:

W kernelu mam

Device Drivers > Input Device Support
< > Event interface

I oto chodziło - dziwne bo to powinno być i było na odwrót. Po wyłączeniu i rekompilacji jest ok F2 działa.
THX
Edit
Właśnie zauważyłem jeden mały problem - wrócić z verbose do silent poprzez F2 jednakże już nie mogę - ale nie martwi mnie to zbytnio więc zostawiam SOLVED
_________________
Dell XPS Gentoo 3.12.2 GCC 4.8.2 KDE 4.11


Last edited by andrzejk on Thu May 10, 2007 5:55 pm; edited 1 time in total
Back to top
View user's profile Send private message
ukl
Apprentice
Apprentice


Joined: 05 Mar 2005
Posts: 228
Location: /dev/null

PostPosted: Thu May 10, 2007 5:30 pm    Post subject: Reply with quote

Orientuje się ktoś z was może jak aktywować framebuffer w tym kernelu? ( dla karty ATI) bo opcja ta zniknęła u mnie wraz z kernelem 2.6.20 ;<
_________________
Pozdrawiam
Paweł
Back to top
View user's profile Send private message
andrzejk
Tux's lil' helper
Tux's lil' helper


Joined: 08 Jan 2006
Posts: 139
Location: Warsaw, Poland

PostPosted: Thu May 10, 2007 6:00 pm    Post subject: Reply with quote

ukl wrote:
Orientuje się ktoś z was może jak aktywować framebuffer w tym kernelu? ( dla karty ATI) bo opcja ta zniknęła u mnie wraz z kernelem 2.6.20 ;<

Ja mam framebuffer w 2.6.20-r8:
DevcieDrivers -> Graphics Support -> Support For Frame buffer devices i Support for the framebuffer splash
Ale może o coś innego ci chodzi?
_________________
Dell XPS Gentoo 3.12.2 GCC 4.8.2 KDE 4.11
Back to top
View user's profile Send private message
ukl
Apprentice
Apprentice


Joined: 05 Mar 2005
Posts: 228
Location: /dev/null

PostPosted: Thu May 10, 2007 6:14 pm    Post subject: Reply with quote

Hm.. a to dziwne.. u mnie nie pojawia się opcja "Support for the framebuffer splash" - zastanawiam się, które z ustawień ją blokuje...
_________________
Pozdrawiam
Paweł
Back to top
View user's profile Send private message
andrzejk
Tux's lil' helper
Tux's lil' helper


Joined: 08 Jan 2006
Posts: 139
Location: Warsaw, Poland

PostPosted: Sat May 12, 2007 6:26 am    Post subject: Reply with quote

ukl wrote:
Hm.. a to dziwne.. u mnie nie pojawia się opcja "Support for the framebuffer splash" - zastanawiam się, które z ustawień ją blokuje...

Jak widać w pomocy do support for the framebuffer splash:
Code:

Depends on: FRAMEBUFFER_CONSOLE=y && !FB_TILEBLITTING

Czy czasem nie masz zaprztyczkowanego ;-):
Code:

[ ]   Enable Tile Blitting Support

_________________
Dell XPS Gentoo 3.12.2 GCC 4.8.2 KDE 4.11
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Polskie forum (Polish) All times are GMT
Page 1 of 1

 
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