Lieber Besucher, herzlich willkommen bei: GentooForum.de. Falls dies Ihr erster Besuch auf dieser Seite ist, lesen Sie sich bitte die Hilfe durch. Dort wird Ihnen die Bedienung dieser Seite näher erläutert. Darüber hinaus sollten Sie sich registrieren, um alle Funktionen dieser Seite nutzen zu können. Benutzen Sie das Registrierungsformular, um sich zu registrieren oder informieren Sie sich ausführlich über den Registrierungsvorgang. Falls Sie sich bereits zu einem früheren Zeitpunkt registriert haben, können Sie sich hier anmelden.
Quellcode |
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
$ eix -c splash [I] kde-base/ksplash (4.9.0(4)@08/06/2012): KDE splashscreen framework (the splashscreen of KDE itself, not of individual apps) [N] kde-misc/ksplasher ((~)2.0_beta2-r1(4)): a KSplashX engine (KDE4) Splash Screen Creator [N] media-gfx/bootsplash-themes (20060913): A collection of Bootsplash themes [N] media-gfx/grub-splashes (20091109): Collection of grub splashes [N] media-gfx/splash-themes-gentoo (20101212): A collection of Gentoo themes for splashutils. [N] media-gfx/splash-themes-livecd (2007.0-r2(2007.0)): Gentoo theme for gensplash consoles [N] media-gfx/splash-themes-livedvd ((~)12.0): Gentoo theme for gensplash consoles [N] media-gfx/splashutils ((~)1.5.4.4-r1): Framebuffer splash utilities. [N] media-gfx/xsplash [1] (--): X-based boot splash [N] sys-apps/lcdsplash (--): splash Gentoo boot information on LCD's [1] "sunrise" /var/lib/layman/sunrise Found 10 matches. |
Quellcode |
|
1 2 3 |
flammenflitzer boot # splash_manager -c set --theme=livecd-2007.0 --tty=1 Can't open /dev/fb0 or /dev/fb/0 Error: Theme 'livecd-2007.0' doesn't seem to provide a config file for the current resolution (). |
Quellcode |
|
1 |
flammenflitzer boot # splash_geninitramfs --verbose --res 1024x768 --generate /boot/initramfs-bootsplash gentoo |
Quellcode |
|
1 2 3 4 |
title Gentoo Linux root=/dev/sda5 splash neu root (hd0,4) kernel /boot/bzImage root=/dev/sda5 video=vesafb:1024x768-32@60,mtrr,ywrap splash=verbose,theme:natural_gentoo console=tty1 initrd (hd0,4)/boot/initramfs-bootsplash |
Quellcode |
|
1 |
rc-update add fbcondecor default |
Quellcode |
|
1 2 3 4 5 6 7 8 |
flammenflitzer boot # cat /usr/src/linux/.config | grep VESA # CONFIG_FB_BOOT_VESA_SUPPORT is not set CONFIG_FB_UVESA=y # CONFIG_FB_VESA is not set flammenflitzer boot # cat /usr/src/linux/.config | grep FRAM CONFIG_FRAMEBUFFER_CONSOLE=y # CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY is not set # CONFIG_FRAMEBUFFER_CONSOLE_ROTATION is not set |
Dieser Beitrag wurde bereits 2 mal editiert, zuletzt von »flammenflitzer« (16.08.2012, 20:43)
Quellcode |
|
1 2 3 4 5 6 7 8 9 10 11 12 13 |
cat /usr/src/linux/.config | grep VESA # CONFIG_FB_BOOT_VESA_SUPPORT is not set # CONFIG_FB_UVESA is not set # CONFIG_FB_VESA is not set cat /usr/src/linux/.config | grep FRAM CONFIG_SCHED_OMIT_FRAME_POINTER=y CONFIG_FRAMEBUFFER_CONSOLE=y # CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY is not set # CONFIG_FRAMEBUFFER_CONSOLE_ROTATION is not set CONFIG_FRAME_WARN=2048 CONFIG_ARCH_WANT_FRAME_POINTERS=y CONFIG_FRAME_POINTER=y |
undZitat von »flammenflitzer«
Quellcode
1 2 CONFIG_FB_UVESA=y # CONFIG_FB_VESA is not set
passt so nicht zusammen. Wenn du den uvesafb Treiber im Kernel nutzen möchtest, dann muss auch die Video-Anweisung in der Kernelzeile zu diesem Treiber passen (video=uvesafb statt video=vesafb)Zitat
Quellcode
1 kernel /boot/bzImage root=/dev/sda5 video=vesafb:1024x768-32@60,mtrr,ywrap
Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »josef.95« (17.08.2012, 17:59)
Quellcode |
|
1 |
splash_manager -c demo -t livedvd-12.0 -m s --steps=100 |
Quellcode |
|
1 |
splash_manager -c set --theme=livedvd-12.0 --tty=1 |
Quellcode |
|
1 |
splash_geninitramfs --verbose --res 1920x1200 --generate /boot/initramfs-bootsplash livedvd-12.0 |
Quellcode |
|
1 |
kernel /boot/bzImage root=/dev/md2 md=2,/dev/sda2,/dev/sdc2 real_root=/dev/md2 video=uvesafb:mtrr:3,ywrap,1920x1200-24@60 splash=verbose,theme:livedvd-12.0 console=tty1 |
Quellcode |
|
1 |
rc-update add fbcondecor boot |
Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »boospy« (17.08.2012, 19:24)
Quellcode |
|
1 2 3 4 |
title Gentoo Linux root=/dev/sda5 splash root (hd0,4) kernel /boot/bzImage root=/dev/sda5 video=uvesafb:ywrap,pmipal,1280x1024-32@75,mtrr:3,splash=silent,fadein,theme:livecd-2007.0 console=/dev/tty1 initrd (hd0,4)/boot/initramfs-bootsplash |
Quellcode |
|
1 |
splash_manager -c set --theme=livecd-2007.0 --tty=1 |
Quellcode |
|
1 2 |
General setup ---> (/usr/src/initramfs) Initramfs source file(s) |
Quellcode |
|
1 2 3 4 5 |
Device Drivers -> <*> Connector - unified userspace <-> kernelspace linker ---> Graphics support -> [*] Support for frame buffer devices ---> [*] Enable firmware EDID |
Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »flammenflitzer« (18.08.2012, 08:04)
Quellcode |
|
1 |
splash=silent,fadein,fadeout,theme:natural_gentoo video=1366x768 quiet console=tty1 BOOT_MSG="Willkommen!" |