WWW.GENTOO-SRBIJA.ORG
The lag here is terrible, it took me 3 days to respawn ~ Jesus Christ Subota, 04 Jul/2009  
 » SADRŽAJ
 › Uvod
 › Performanse
 › Mirori
 › Linkovi
 › Download
 › Mailing lista
 › Kontakt
 » PROFIL
» šifra
zapamti me
  Registracija
 » PRETRAGA
 » NOVI PAKETI
media-video/vlc-1.0.0_rc4: VLC media player - Video player and streamer
media-video/vlc-1.0.9999: VLC media player - Video player and streamer
media-video/vlc-9999: VLC media player - Video player and streamer
dev-libs/icu-4.2.1: International Components for Unicode
app-misc/yagtd-0.2.8: CLI todo list manager based on the 'Getting Things Done' philosophy.
net-misc/ntp-4.2.4_p7: Network Time Protocol suite/programs
net-irc/konversation-1.2_alpha3: A user friendly IRC Client for KDE4
media-video/ffmpeg-9999-r1: Complete solution to record, convert and stream audio and video. Includes libavcodec. live svn
sys-fs/e2fsprogs-1.41.7-r1: Standard EXT2/EXT3/EXT4 filesystem utilities
media-libs/opencore-amr-0.1.1: Implementation of Adaptive Multi Rate Narrowband and Wideband speech codec
 » WEBMAIL
 » GENTOO-PORTAGE
Recent Troubles
And we're back
Forum index ›› Desktop okruženja › boot-splash  
  AUTOR   PORUKA

Član
Učlanjen: 20 Dec 04
Poruke: 88
profil¬ poruka¬
 Oglašeno: 18 Jan 05  21:09  

E sad jedno pitanje, manje bitno. Kako da aktiviram boot-splash. Kako sam shvatio, pri konfiguraciji grub-a, trebao sam da dodam vga=788, pa tek da instaliram grub, sto ja nisam uradio. Da li postoji drugi nacin, osim ovoga. I ako, ne postoji, koliko je pametno da nanovo instaliram grub, da se nesto ne "poremeti".


Site Admin
Učlanjen: 28 Oct 04
Lokacija: Beograd
Poruke: 727
profil¬ poruka¬ www¬
upRE: boot-splash  Oglašeno: 18 Jan 05  23:38  

Kao prvo, bootsplash nema nikakve veze sa grub-om i njegovom ponovnom instalacijom. grub je boot-loader i pomocu njega samo kernelu prenosis komande tipa video=vesafb i sl, Evo kako u par koraka da sredis fbsplash (bootsplash se ne koristi vise, ja mislim od verzije 2.6.5 kernela).

Prvo, proveri da li imas fbsplash i vesafb-tng patch-eve za kernel. Pretpostavljam da koristis gentoo-dev-sources, od verzije 2.6.8 oni su vec instalirani. Sledece, konfiguracija i kompajliranje kernela:

cd /usr/src/linux
make xconfig


Prvo ukljuci podrsku za frame-buffer i vesafb-tng, nemoj da koristis atifb driver:

Device Drivers > Graphics support:

[*] Support for frame buffer devices
<*> VESA VGA graphics support
VESA driver type (vesafb-tng) --->


Trebace ti i podrska za fbsplash ukljucena u kernel:

Device Drivers > Graphics support > Console display driver support:

<*> Framebuffer Console support

Device Drivers > Graphics support:

[*] Support for the framebuffer splash (NEW)


Ukljuci i podrsku za initrd

Device Drivers > Block devices:

<*> RAM disk support
(4096) Default RAM disk size (kbytes) (NEW)
[*] Initial RAM disk (initrd) support


Sacuvaj promene i kompajliraj kernel:

make && make modules_install && mount /boot && make install


Sada treba instalirati splashutils, oni se koriste da ucitaju slike i dekoduju jpeg,png i slicno. Ako ne koristis "~x86" arhitekturu u make.conf-u uradi prvo sledece:

echo "media-gfx/splashutils ~x86" >> /etc/portage/package.keywords

pa tek nakon toga

emerge splashutils


Nakon toga treba napraviti initramfs image koji ce se ucitavati pri boot-u sistema:

mount /boot #ako vec nije mount-ovan
splash_geninitramfs -v -g /boot/fbsplash-emergence-1024x768 -r 1024x768 emergence


Tek sad treba konfigurisati grub tj. boot-loader i to na sledeci nacin:
Code: grub.conf


title Gentoo
root (hd0,0)
kernel (hd0,0)/kernel-2.6.8-gentoo-r1 root=/dev/hda3 video=vesafb:ywrap,mtrr,1024x768-32@70 splash=silent,theme:emergence
initrd (hd0,0)/fbsplash-emergence-1024x768


Zameni (hd0,0) sa tvojom boot particijom i naravno stavi tvoj kernel image. Jos jedna napomena, izbrisi opciju vga=xxx iz grub.conf-a, vesafb-tng driver to ne trpi za razliku od starog vesafb. A posto je vesafb-tng pisao isti developer koji je i tvorac fbsplash-a jeli, treba koristiti bas taj driver.

Mozes i da ubacis splash init skriptu da se podize sa sistemom, da bi imao splash na svakoj konzoli:

rc-update add splash default


Ako si sve uradio kako treba restartuj masinu i uzivaj!!! Evo ti i par linkova na tu temu:
Spock's homepage
Spock's Gensplash-in-5-easy-steps
Gensplash-How-to with progressbar!!!!!


Član
Učlanjen: 20 Dec 04
Poruke: 88
profil¬ poruka¬
upRE: boot-splash  Oglašeno: 20 Jan 05  00:08  

Evo malog problema koristim, x86, a ukucao sam echo "media-gfx/splashutils ~x86" >> /etc/portage/package.keywords , zurio sam, pa nisam ni razmisljao puno. Kako da vratim to??


Site Admin
Učlanjen: 28 Oct 04
Lokacija: Beograd
Poruke: 727
profil¬ poruka¬ www¬
upRE: boot-splash  Oglašeno: 20 Jan 05  01:03  

Editujes taj fajl i izbrises tu liniju koju si ubacio., iako nema potrebe...


Član
Učlanjen: 20 Dec 04
Poruke: 88
profil¬ poruka¬
upRE: boot-splash  Oglašeno: 20 Jan 05  20:10  

Pa dobro, ali opet boot splasha nema, pa sam mislio da je u tome problem.


Site Admin
Učlanjen: 27 Oct 04
Lokacija: privileged mode
Poruke: 916
profil¬ poruka¬
upRE: boot-splash  Oglašeno: 20 Jan 05  20:43  

Nacky

Pa dobro, ali opet boot splasha nema, pa sam mislio da je u tome problem.

ovo izgleda kao da te nije briga što ne radi, iskreno.

Hmm, jesi li uradio svešto je gore navedeno?
Ako si sve odradio kako treba nema razloga da nemaš bootsplash.
Mogao bi malo više informacija da nam daš, šta radiš i šta dobijaš kao rezultat, koji kernel koristiš...znaš već na šta mislim.
Više informacija o postupcima pri izvođenju radnji i tvom sistemu može mnogo da pomogne pri korigovanju problema.

----


Član
Učlanjen: 20 Dec 04
Poruke: 88
profil¬ poruka¬
upRE: boot-splash  Oglašeno: 21 Jan 05  16:34  

U pravu si, da djeluje, kao nezainteresovano, ali, vise me je sramota za svaku sitnicu da vas opterecujem. Otisao sam na Gentoo HOW TO wiki, tamo sam nasao kompletan postupak i odradio, mislim da na gornjem postupku hvali
cd /etc/splash ,pa tek onda:
splash_geninitramfs -v -g /boot/fbsplash-emergence-1024x768 -r 1024x768 emergence, i ostalo dalje.
Meni sad funkcionise, ali pri butu pojavi splash-screen i sve ono fino pise "booting system, pres F2 for Verbose mode" i malo posle toga pojavi mi se Verbose splash-screen, pa nisam siguran da li treba tako ili jos neka podesavanja treba promijeniti/podesiti???


Site Admin
Učlanjen: 28 Oct 04
Lokacija: Beograd
Poruke: 727
profil¬ poruka¬ www¬
upRE: boot-splash  Oglašeno: 21 Jan 05  20:13  

Nacky

mislim da na gornjem postupku hvali
cd /etc/splash

Ne fali nista, ova komanda ce ti napraviti initrd image u svakom slucaju. Ona po default-u trazi temu u /etc/splash. A sto se tice tog Verbose splash-screen-a koji ti se pojavljuje, proveri prvo da li imas u grub.conf-u splash=silent, a ako imas onda je moguce da ti splash prelazi u verbose mod zbog nekog erora koji imas prilikom podizanja sistema. Pogledaj ovo:
Code: /etc/conf.d/splash


# Config file for splashutils

# a theme to use, probably best left commented (the theme specified
# on the kernel command line is used)
# SPLASH_THEME="gentoo"

# on which ttys should fbsplash be enabled? defaults to RC_TTY_NUMBER
SPLASH_TTYS="0 1 2"

# what font to use? defaults to what fbtruetype uses
# SPLASH_FONT="luxisri.ttf"

# boot/reboot/shutdown message overrides
# SPLASH_BOOT_MESSAGE="Booting the system"
# SPLASH_REBOOT_MESSAGE="Rebooting the system"
# SPLASH_SHUTDOWN_MESSAGE="Shutting the system down"

# should we drop to verbose mode on initscript errors? (yes/no)
SPLASH_VERBOSE_ON_ERRORS="yes"

# allows to set different themes on different consoles
# format: "<console>:<theme> <console>:<theme> (...)"
# SPLASH_TTY_MAP="1:emergence"


Znaci, po default-u je namesteno da te prebaci u verbose mode u slucaju nekog erora.


Član
Učlanjen: 20 Dec 04
Poruke: 88
profil¬ poruka¬
upRE: boot-splash  Oglašeno: 21 Jan 05  20:43  

Moguce je, primjetio sam, recimo, kad ide *Calculating Automodule...... Bas tada "ode" u verbose mode. Nisam postavio niti jedan modul u automodu. Pa mozda zbog toga??!!


Site Admin
Učlanjen: 27 Oct 04
Lokacija: privileged mode
Poruke: 916
profil¬ poruka¬
upRE: boot-splash  Oglašeno: 21 Jan 05  20:56  

Nacky

Nisam postavio niti jedan modul u automodu. Pa mozda zbog toga??!!


Neznam da li je zbog toga,ne verujem, možda bi trebalo da pošalješ output komande dmesg da vidimo šta je, a možeš i ti sam da otkiješ problem pregledom istog:)
Za module neznam šta da kažem sem, manijače!!! Brzo sređuj fajl!

----


Član
Učlanjen: 20 Dec 04
Poruke: 88
profil¬ poruka¬
upRE: boot-splash  Oglašeno: 22 Jan 05  00:12   Izmenio: Moderator

Evo outputa dmesg-a, mislim da je problem sa hsf modemom???

Kod:
Linux version 2.6.9-gentoo-r1 (root@fujitsu-siemens) (gcc version 3.3.5 (Gentoo
Linux 3.3.5-r1, ssp-3.3.2-3, pie-8.7.7.1)) #14 SMP Thu Jan 20 22:01:31 CET 2005
BIOS-provided physical RAM map:
BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
BIOS-e820: 0000000000100000 - 000000002fff0000 (usable)
BIOS-e820: 000000002fff0000 - 000000002fff8000 (ACPI data)
BIOS-e820: 000000002fff8000 - 0000000030000000 (ACPI NVS)
BIOS-e820: 00000000fec00000 - 00000000fed00000 (reserved)
BIOS-e820: 00000000fee00000 - 00000000fef00000 (reserved)
BIOS-e820: 00000000ffee0000 - 00000000fff0ffff (reserved)
BIOS-e820: 00000000fffc0000 - 0000000100000000 (reserved)
767MB LOWMEM available.
found SMP MP-table at 000fb960
On node 0 totalpages: 196592
DMA zone: 4096 pages, LIFO batch:1
Normal zone: 192496 pages, LIFO batch:16
HighMem zone: 0 pages, LIFO batch:1
DMI 2.3 present.
ACPI: RSDP (v000 AMI ) @ 0x000fa1f0
ACPI: RSDT (v001 AMIINT SiS645XX 0x00000010 MSFT 0x0100000b) @ 0x2fff0000
ACPI: FADT (v001 AMIINT SiS645XX 0x00000011 MSFT 0x0100000b) @ 0x2fff0030
ACPI: MADT (v001 AMIINT SiS645XX 0x00001000 MSFT 0x0100000b) @ 0x2fff00c0
ACPI: DSDT (v001 SiS 648 0x00001000 MSFT 0x0100000d) @ 0x00000000
ACPI: Local APIC address 0xfee00000
ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
Processor #0 15:2 APIC version 20
ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
IOAPIC[0]: apic_id 2, version 17, address 0xfec00000, GSI 0-23
ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 high edge)
ACPI: IRQ0 used by override.
ACPI: IRQ2 used by override.
ACPI: IRQ9 used by override.
Enabling APIC mode: Flat. Using 1 I/O APICs
Using ACPI (MADT) for SMP configuration information
Built 1 zonelists
Kernel command line: root=/dev/hda3 video=vesafb:ywrap,mtrr,1024x768-32@70 splas
h=silent,theme:emergence
fbsplash: silent
fbsplash: theme emergence
Initializing CPU#0
CPU 0 irqstacks, hard=c05c3000 soft=c05bb000
PID hash table entries: 4096 (order: 12, 65536 bytes)
Detected 2667.398 MHz processor.
Using tsc for high-res timesource
Console: colour VGA+ 80x25
Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
Memory: 772672k/786368k available (3355k kernel code, 13028k reserved, 1241k dat
a, 220k init, 0k highmem)
Checking if this processor honours the WP bit even in supervisor mode... Ok.
Calibrating delay loop... 5259.26 BogoMIPS (lpj=2629632)
Mount-cache hash table entries: 512 (order: 0, 4096 bytes)
CPU: After generic identify, caps: bfebfbff 00000000 00000000 00000000
CPU: After vendor identify, caps: bfebfbff 00000000 00000000 00000000
CPU: Trace cache: 12K uops, L1 D cache: 8K
CPU: L2 cache: 512K
CPU: Hyper-Threading is disabled
CPU: After all inits, caps: bfebfbff 00000000 00000000 00000080
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#0.
CPU0: Intel P4/Xeon Extended MCE MSRs (12) available
CPU0: Thermal monitoring enabled
Enabling fast FPU save and restore... done.
Enabling unmasked SIMD FPU exception support... done.
Checking 'hlt' instruction... OK.
CPU0: Intel(R) Pentium(R) 4 CPU 2.66GHz stepping 07
per-CPU timeslice cutoff: 1462.58 usecs.
task migration cache decay timeout: 2 msecs.
Total of 1 processors activated (5259.26 BogoMIPS).
ENABLING IO-APIC IRQs
..TIMER: vector=0x31 pin1=2 pin2=-1
Brought up 1 CPUs
checking if image is initramfs... it is
Freeing initrd memory: 588k freed
NET: Registered protocol family 16
PCI: PCI BIOS revision 2.10 entry at 0xfdb31, last bus=2
PCI: Using configuration type 1
mtrr: v2.0 (20020519)
ACPI: Subsystem revision 20040816
ACPI: Interpreter enabled
ACPI: Using IOAPIC for interrupt routing
ACPI: PCI Root Bridge [PCI0] (00:00)
PCI: Probing PCI hardware (bus 00)
Uncovering SIS963 that hid as a SIS503 (compatible=1)
Enabling SiS 96x SMBus.
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
ACPI: Power Resource [URP1] (off)
ACPI: Power Resource [URP2] (off)
ACPI: Power Resource [FDDP] (off)
ACPI: Power Resource [LPTP] (off)
ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 7 10 *11 12 14 15)
ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 10 11 12 14 15) *0, disabled.
ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 7 *10 11 12 14 15)
ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 7 10 11 12 14 15) *0, disabled.
ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 7 *10 11 12 14 15)
ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 7 *10 11 12 14 15)
ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 7 10 *11 12 14 15)
ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 7 *10 11 12 14 15)
SCSI subsystem initialized
usbcore: registered new driver usbfs
usbcore: registered new driver hub
PCI: Using ACPI for IRQ routing
ACPI: PCI interrupt 0000:00:02.1[B] -> GSI 17 (level, low) -> IRQ 17
ACPI: PCI interrupt 0000:00:02.7[C] -> GSI 18 (level, low) -> IRQ 18
ACPI: PCI interrupt 0000:00:03.0[A] -> GSI 20 (level, low) -> IRQ 20
ACPI: PCI interrupt 0000:00:03.1[B] -> GSI 21 (level, low) -> IRQ 21
ACPI: PCI interrupt 0000:00:03.2[C] -> GSI 22 (level, low) -> IRQ 22
ACPI: PCI interrupt 0000:00:03.3[D] -> GSI 23 (level, low) -> IRQ 23
ACPI: PCI interrupt 0000:00:0b.0[A] -> GSI 18 (level, low) -> IRQ 18
ACPI: PCI interrupt 0000:00:0f.0[A] -> GSI 18 (level, low) -> IRQ 18
ACPI: PCI interrupt 0000:01:00.0[A] -> GSI 16 (level, low) -> IRQ 16
Machine check exception polling timer started.
audit: initializing netlink socket (disabled)
audit(1106348995.827:0): initialized
devfs: 2004-01-31 Richard Gooch (rgooch@atnf.csiro.au)
devfs: boot_options: 0x1
Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
SGI XFS with no debug enabled
inotify init: minor=63
lp: driver loaded but no devices found
Linux agpgart interface v0.100 (c) Dave Jones
agpgart: Detected SiS 648 chipset
agpgart: Maximum main memory to use for agp memory: 690M
agpgart: AGP aperture is 64M @ 0xe0000000
ACPI: PCI interrupt 0000:01:00.0[A] -> GSI 16 (level, low) -> IRQ 16
[drm] Initialized radeon 1.11.0 20020828 on minor 0: ATI Technologies Inc RV280
[Radeon 9200]
vesafb: ATI Technologies Inc., V280, 01.00 (OEM: ATI RADEON RV280)
vesafb: VBE version: 2.0
vesafb: protected mode interface info at c000:5477
vesafb: pmi: set display start = c00c550b, set palette = c00c5557
vesafb: pmi: ports = a810 a816 a854 a838 a83c a85c a800 a804 a8b0 a8b2 a8b4
vesafb: monitor limits: vf = 0 Hz, hf = 0 kHz, clk = 0 MHz
vesafb: scrolling: ywrap using protected mode interface, yres_virtual=4096
Console: switching to colour frame buffer device 128x48
fbsplash: console 0 using theme 'emergence'
fbsplash: switched splash state to 'on' on console 0
vesafb: framebuffer at 0xd0000000, mapped to 0xf0880000, size 16384k
fb0: VESA VGA frame buffer device
ACPI: Power Button (FF) [PWRF]
ACPI: Processor [CPU1] (supports C1)
serio: i8042 AUX port at 0x60,0x64 irq 12
serio: i8042 KBD port at 0x60,0x64 irq 1
Serial: 8250/16550 driver $Revision: 1.90 $ 8 ports, IRQ sharing disabled
ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
mice: PS/2 mouse device common for all mice
input: AT Translated Set 2 keyboard on isa0060/serio0
input: ImPS/2 Generic Wheel Mouse on isa0060/serio1
parport0: PC-style at 0x378 [PCSPP(,...)]
lp0: using parport0 (polling).
Using anticipatory io scheduler
Floppy drive(s): fd0 is 1.44M
FDC 0 is a post-1991 82077
RAMDISK driver initialized: 16 RAM disks of 4096K size 1024 blocksize
PPP generic driver version 2.4.2
8139too Fast Ethernet driver 0.9.27
ACPI: PCI interrupt 0000:00:0f.0[A] -> GSI 18 (level, low) -> IRQ 18
eth0: RealTek RTL8139 at 0xd000, 00:10:dc:f8:51:64, IRQ 18
eth0: Identified 8139 chip type 'RTL-8101'
Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
Probing IDE interface ide0...
hda: Maxtor 6Y080L0, ATA DISK drive
hdb: PHILIPS DVDRW416, ATAPI CD/DVD-ROM drive
Probing IDE interface ide1...
hdc: HL-DT-STDVD-ROM GDR8161B, ATAPI CD/DVD-ROM drive
hdd: LITE-ON LTR-48246S, ATAPI CD/DVD-ROM drive
Probing IDE interface ide2...
ide2: Wait for ready failed before probe !
Probing IDE interface ide3...
ide3: Wait for ready failed before probe !
Probing IDE interface ide4...
ide4: Wait for ready failed before probe !
Probing IDE interface ide5...
ide5: Wait for ready failed before probe !
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
ide1 at 0x170-0x177,0x376 on irq 15
hda: max request size: 128KiB
hda: 160086528 sectors (81964 MB) w/2048KiB Cache, CHS=65535/16/63
hda: cache flushes supported
/dev/ide/host0/bus0/target0/lun0: p1 p2 p3
hdb: ATAPI 40X DVD-ROM CD-R/RW drive, 2048kB Cache
Uniform CD-ROM driver Revision: 3.20
hdc: ATAPI 48X DVD-ROM drive, 256kB Cache
hdd: ATAPI 48X CD-ROM CD-R/RW drive, 2048kB Cache
libata version 1.02 loaded.
ieee1394: raw1394: /dev/raw1394 device initialized
ACPI: PCI interrupt 0000:00:03.3[D] -> GSI 23 (level, low) -> IRQ 23
ehci_hcd 0000:00:03.3: Silicon Integrated Systems [SiS] USB 2.0 Controller
ehci_hcd 0000:00:03.3: irq 23, pci mem f0874000
ehci_hcd 0000:00:03.3: new USB bus registered, assigned bus number 1
PCI: cache line size of 128 is not supported by device 0000:00:03.3
ehci_hcd 0000:00:03.3: USB 2.0 enabled, EHCI 1.00, driver 2004-May-10
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 6 ports detected
ohci_hcd: 2004 Feb 02 USB 1.1 'Open' Host Controller (OHCI) Driver (PCI)
ACPI: PCI interrupt 0000:00:03.0[A] -> GSI 20 (level, low) -> IRQ 20
ohci_hcd 0000:00:03.0: Silicon Integrated Systems [SiS] USB 1.0 Controller
ohci_hcd 0000:00:03.0: irq 20, pci mem f0876000
ohci_hcd 0000:00:03.0: new USB bus registered, assigned bus number 2
hub 2-0:1.0: USB hub found
hub 2-0:1.0: 2 ports detected
ACPI: PCI interrupt 0000:00:03.1[B] -> GSI 21 (level, low) -> IRQ 21
ohci_hcd 0000:00:03.1: Silicon Integrated Systems [SiS] USB 1.0 Controller (#2)
ohci_hcd 0000:00:03.1: irq 21, pci mem f0878000
ohci_hcd 0000:00:03.1: new USB bus registered, assigned bus number 3
hub 3-0:1.0: USB hub found
hub 3-0:1.0: 2 ports detected
ACPI: PCI interrupt 0000:00:03.2[C] -> GSI 22 (level, low) -> IRQ 22
ohci_hcd 0000:00:03.2: Silicon Integrated Systems [SiS] USB 1.0 Controller (#3)
ohci_hcd 0000:00:03.2: irq 22, pci mem f08



Član
Učlanjen: 20 Dec 04
Poruke: 88
profil¬ poruka¬
upRE: boot-splash  Oglašeno: 22 Jan 05  23:29  

Mislim da je problem pri boot-u, kad dodje do opcije * Seting User Font i onda dolje napise PIO_FONT unable....??!!!


Član
Učlanjen: 05 Jan 05
Lokacija: Canada
Poruke: 98
profil¬ poruka¬
upRE: boot-splash  Oglašeno: 23 Jan 05  07:14  

Za to pomoci nema: http://bugs.gentoo.org/show_bug.cgi?id=63137


Site Admin
Učlanjen: 28 Oct 04
Lokacija: Beograd
Poruke: 727
profil¬ poruka¬ www¬
upRE: boot-splash  Oglašeno: 23 Jan 05  14:49  

Mozes da komentujes u /etc/rc.conf liniju
CONSOLEFONT="default8x16" ili ga izbrisi iz boot runlevel-a
rc-update del consolefont.


Član
Učlanjen: 20 Dec 04
Poruke: 88
profil¬ poruka¬
upRE: boot-splash  Oglašeno: 23 Jan 05  23:20  

Komentarisao sam consolefont, ali opet se isto pojavljuje. Ali sad ne javlja gresku za font, ali se prebaci u verbose modu. Tada mogu samo uhvatiti (otprilike zadnje sta je pobudilo fbsplash da predje u verbose) INIT: Entering Runlevel:3 , pa ne znam moze li to imati kakve veze??!!


Član
Učlanjen: 23 Jan 05
Poruke: 52
profil¬ poruka¬
upRE: boot-splash  Oglašeno: 26 Feb 05  15:30   Izmenio: veljkos

Ajde da se i ja nadovezem na ovu pricu. Pokusao sam danas da namestim bootsplash kod mene, ali me nesto zeza. Pratio sam u putstva koja je gore naveo gen2brain, ali ne radi kako bi trebalo. Na pocetku nije prikazivao nikakoav boot-splash, konzolu je prebacio na zeljenu rezoluciju (ja sam podesio da bude 800x600-32@75). Ali splash image-a nije bilo, samo crna pozadina. Onda sam ubacio splash da se pokrece po defaultu:

gen2brain napisao:

rc-update add splash default


Sada mi na kraju boot-ovanja izbaci splash (u verbose modu), tj. priikaze pozadinu i ispise Setting framebuffer console images ... i taj background je na svim konzolama. Evo sta sam ubacio u grub.conf:

Citat:

title Gentoo/Linux-Experimental
root (hd0,3)
kernel /boot/kernel-experimental root=/dev/hda4 video=vesafb:ywrap,mtrr,800x600-32@75
splash=silent,theme:emergence
initrd (hd0,3)/boot/fbsplash-emergence-800x600


Kernel je gentoo 2.6.10

Pozdrav!


Site Admin
Učlanjen: 28 Oct 04
Lokacija: Beograd
Poruke: 727
profil¬ poruka¬ www¬
upRE: boot-splash  Oglašeno: 26 Feb 05  16:29  

Pa jesi napravio initrd? Mount-ujes /boot i pokrenes
splash_geninitramfs -v -g /boot/fbsplash-emergence-800x600 -r 800x600 emergence


Član
Učlanjen: 23 Jan 05
Poruke: 52
profil¬ poruka¬
upRE: boot-splash  Oglašeno: 26 Feb 05  16:34  

Pa, naravno!

Citat:

veljko@baobab veljko $ ls -lh /boot/fb*
-rw-r--r-- 1 root root 425K Feb 26 15:43 /boot/fbsplash-emergence-800x600



Član
Učlanjen: 23 Jan 05
Poruke: 52
profil¬ poruka¬
upRE: boot-splash  Oglašeno: 26 Feb 05  17:49   Izmenio: veljkos

Evo proradilo je. Izgleda da je moja greska. Vratio sam splash=silent,theme:emergence na liniju na kojoj je kernel /boot/kernel-experimental root=/dev/hda4 video=vesafb:ywrap,mtrr,800x600-32@75 i sad radi. To mora da bude na istoj liniji?

P.S. Gde ima da se skine jos splash tema?


Site Admin
Učlanjen: 27 Oct 04
Lokacija: privileged mode
Poruke: 916
profil¬ poruka¬
upRE: boot-splash  Oglašeno: 27 Feb 05  00:58  

Definitivno mesto sa najviše bootsplash tema http://www.bootsplash.de/
Problem sto su teme za bootsplash a ne gensplash, odnosno teme moraš da konvertuješ u gensplash.

poz.


Član
Učlanjen: 21 Sep 05
Lokacija: Beograd
Poruke: 292
profil¬ poruka¬
upRE: boot-splash  Oglašeno: 03 Nov 05  20:41  

A ja sam skinuo neke teme u formatu splash.xpm.gz
Sta da radim s tim?

Videh da u /etc/splash imaju dve teme emergence i gentoo (ja sam ih skinuo) i one imaju neke konfig fajlove koje bi mogao da editujem ali mozda postoje neki ispravniji nacin. Poz...