Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Gensplash-How-to with progressbar!!!!!
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2, 3 ... 5, 6, 7 ... 27, 28, 29  Next  
Reply to topic    Gentoo Forums Forum Index Documentation, Tips & Tricks
View previous topic :: View next topic  
Author Message
kaovei
n00b
n00b


Joined: 12 Jun 2004
Posts: 60
Location: France - RP

PostPosted: Tue Aug 24, 2004 10:17 pm    Post subject: Reply with quote

Gensplash works ok : images are showing fine, but I have a problem with the progress bar. Indeed, the bar shows up in silent mode but does not progress at all and stays still, which makes it a simple bar instead of a progress bar.
Also, text under the bar does not show up.
I'm using gentoo-dev-sources-2.6.8-r1, splashutils 0,9_pre07.
Here are my theme config :
Code:

# config file version
version=3

# should the picture be displayed?
state=1

# fgcolor is the text forground color.
# bgcolor is the text background (i.e. transparent) color.
fgcolor=7
bgcolor=0

# (tx, ty) are the (x, y) coordinates of the text window in pixels.
# tw th is the width/height of the text window in pixels.
tx=34
ty=38
tw=1338
th=945

# ttf message output parameters
text_x=280
text_y=743
text_size=38
text_color=0xeef4ff

# name of the picture file (full path recommended)
pic=/etc/splash/livecd-2004.2/images/bootsplash-1400x1050.jpg
silentpic=/etc/splash/livecd-2004.2/images/silent-1400x1050.jpg

progress_enable=1

# background
box silent noover  279 795 1121 836 #04045498
box silent inter 279 796 279 835 #ffffff #ffffff #526bb0 #526bb0
box silent       279 786 1121 835 #ffffff #ffffff #526bb0 #526bb0
# black border
box silent         279 785 1121 796 #313234
box silent         279 836 1121 836 #eef4ff
box silent         279 785 279 836 #313234
box silent         1121 785 1121 836 #eef4ff

# text box (left, top)
box     26 26  26 984 #313234
box     26 26 1374 26 #313234
# (right, bottom)
box     1374 26 1374 984 #eef4ff
box     26 984 1374 984 #eef4ff

# box itself
box noover 27 27 1373 983 #04045498

overpaintok=1


my grub config :
Code:

title Gentoo 2004.3 Kernel 2.6.8-gentoo-r1
root (hd0,3)
kernel /boot/vmlinuz ro root=/dev/hda4 video=vesafb:ywrap,mtrr,1400x1050-32@60 splash=silent,theme:livecd-2004.2
initrd /boot/fbsplash-livecd-2004.2-1400x1050


I'm using vesafg-tng, but i don't think that the framebuffer is the problem.

If anyone could help .
Thx
Back to top
View user's profile Send private message
AtomMan1
n00b
n00b


Joined: 24 Aug 2004
Posts: 8

PostPosted: Wed Aug 25, 2004 1:01 am    Post subject: Reply with quote

Mmm, well I was rather hoping that the author might have something to say on this - particularly on how to get gensplash and vesafb-tng going on other dustros. I personally would have imagined that wide scale adoption was more of a compliment that simply restricting it to Gentoo would be - not least because some degree of standardisation in the world of Linux at large can be no bad thing.

But oh well. I don't understand it - and I've tried my best to figure it out.

It will take someone with more experience than me to figure it out.

AT
Back to top
View user's profile Send private message
AtomMan1
n00b
n00b


Joined: 24 Aug 2004
Posts: 8

PostPosted: Wed Aug 25, 2004 1:06 am    Post subject: Reply with quote

kaovei wrote:
Gensplash works ok : images are showing fine, but I have a problem with the progress bar. Indeed, the bar shows up in silent mode but does not progress at all and stays still, which makes it a simple bar instead of a progress bar.
Also, text under the bar does not show up.
I'm using gentoo-dev-sources-2.6.8-r1, splashutils 0,9_pre07.


That's a little weird. Three people reporting identical symptoms with the latest splashutils - and now one of them is a full time gentoo user too.

Maybe there is something else at play here?

AT
Back to top
View user's profile Send private message
snekiepete
Guru
Guru


Joined: 07 May 2003
Posts: 306
Location: WISCONSIN

PostPosted: Wed Aug 25, 2004 1:50 am    Post subject: Reply with quote

I had this problem as well with a theme I created (1400x1050)trying to use the livecd bootsplash. I have since moved my pics into another theme and it works well, I used the SuSE theme located at www.bootsplash.de, converted it to a gensplash theme and stuck my own 1400x1050 images in.

I dont know if this will help or not, but it sounds like the same problem I had.
Back to top
View user's profile Send private message
snekiepete
Guru
Guru


Joined: 07 May 2003
Posts: 306
Location: WISCONSIN

PostPosted: Wed Aug 25, 2004 1:52 am    Post subject: Reply with quote

dagonarth wrote:
I need help with splashutils 0.9_pre07 (kernel love 2.6.8.1, gcc 3.3.4, newest glibc with nptl). There is one error when I tried to compile it.

Code:
 CC      kernel/splash_kernel.o
In file included from splash_kernel.c:18:
/var/tmp/portage/splashutils-0.9_pre07/work/splashutils-0.9-pre07/linux/include/linux/fb.h:305: error: field `modelist' has incomplete type
make: *** [kernel/splash_kernel.o] Error 1


Did you reverse the bootsplash patch and apply the fbsplash patch?

I just noticed that 2.6.8.1-love1 uses the bootsplash patch for some reason.

Actually, I also got this error, with -mm4. there must be a patch there changing something with fb.h that splashutils does not like........
Back to top
View user's profile Send private message
AtomMan1
n00b
n00b


Joined: 24 Aug 2004
Posts: 8

PostPosted: Wed Aug 25, 2004 3:07 am    Post subject: Reply with quote

Ok, this might be where the problem lies for us all. I simply used a theme from the avaiable bootsplash themes avaiable via gentoo portage and transfered these over to my gensplash themes. Do these need conveting? If so how do i go about converting them?

AT
Back to top
View user's profile Send private message
Shiner_Man
Apprentice
Apprentice


Joined: 09 Mar 2004
Posts: 180

PostPosted: Wed Aug 25, 2004 9:43 am    Post subject: Reply with quote

Yes one thing the gensplash page lacks is telling us about themes. I'd like to use one of the bootsplash themes with gensplash but I'm not sure how to go about this.
_________________
My Site
Back to top
View user's profile Send private message
snekiepete
Guru
Guru


Joined: 07 May 2003
Posts: 306
Location: WISCONSIN

PostPosted: Wed Aug 25, 2004 1:01 pm    Post subject: Reply with quote

EDIT: see 14th and 15th post on page 7.......
https://forums.gentoo.org/viewtopic.php?t=206778&postdays=0&postorder=asc&start=163




To convert a bootsplash theme:

copy the theme to /etc/splash
copy the config file(s) that you want to use up one level and change the name.

Code:
# cp /etc/bootsplash/themes/NEWTHEME /etc/splash/NEWTHEME
# cp /etc/splash/NEWTHEME/config/bootsplash-<RESOLUTION>.cfg /etc/splash/NEWTHEME/<RESOLUTION>.cfg


edit the config to use the pictures in the appropriate places. They are located in /etc/splash/NEWTHEME/images

Code:
# nano -w /etc/splash/NEWTHEME/<RESOLUTION>.cfg




in this file you will see something like:

Code:
pic=/etc/bootsplash/themes/NEWTHEME/images/verbose-<RESOLUTION>.jpg


change all these lines to something like this:

Code:
pic=/etc/splash/NEWTHEME/images/verbose-<RESOLUTION>.jpg


Last edited by snekiepete on Wed Aug 25, 2004 8:36 pm; edited 3 times in total
Back to top
View user's profile Send private message
tts
n00b
n00b


Joined: 27 Jun 2004
Posts: 5

PostPosted: Wed Aug 25, 2004 1:19 pm    Post subject: Reply with quote

Can anyone there tell me why I always get a 8-bit color depth instead of the default 24-bit I set when the kernel was compiled? even I set it in kernel command line, still the same result. every time after reboot, I have to use fbset 1024x768-32@85 to set it to 24-bit.

BTW, I have only one entry in /etc/fb.modes with the right setup --- I say so because it worked perfectly for me at 24-bit with bootsplash & bootsplash kernel patch before I turn to use gensplash and fbsplash kernel patch.

Edit: it seems when compiling the kernel, I have to set the default resolution to 1024x768-32@85, not 1024x768@85, to get 24-bit by default.


Last edited by tts on Wed Aug 25, 2004 2:38 pm; edited 1 time in total
Back to top
View user's profile Send private message
Druker
n00b
n00b


Joined: 24 Aug 2004
Posts: 9
Location: /usr/share/zoneinfo/Europe/Moscow

PostPosted: Wed Aug 25, 2004 1:35 pm    Post subject: Reply with quote

snekiepete,
tts,
I suppose you are Gentoo users. Can you please send me your /sbin/splash script file to alex (at) konekta (dot) ru.
Back to top
View user's profile Send private message
rush_ad
l33t
l33t


Joined: 22 Jul 2004
Posts: 863
Location: New Jersey, USA

PostPosted: Wed Aug 25, 2004 2:17 pm    Post subject: Reply with quote

i followeed all the 5 steps in 5-step-guide closely. but i still have no splash. when i reboot, it doesnt show me any picture. it switches to framebuffer and then i see all bootup messages. no picture but i see some letters thrown all over the screen. i mean i see scattered latters.
i'm sure i did everything right. i'm using love 2.6.8.1.
please tell me how to fix this.
Back to top
View user's profile Send private message
snekiepete
Guru
Guru


Joined: 07 May 2003
Posts: 306
Location: WISCONSIN

PostPosted: Wed Aug 25, 2004 2:38 pm    Post subject: Reply with quote

rush_ad

did you mount /boot before following the steps?

also, I had better luck running this command rather than the one in the 5 steps

Code:
# splash_geninitramfs -v -g /boot/fbsplash-emergence-1024x768 -r 1024x768 default
Back to top
View user's profile Send private message
rush_ad
l33t
l33t


Joined: 22 Jul 2004
Posts: 863
Location: New Jersey, USA

PostPosted: Wed Aug 25, 2004 2:49 pm    Post subject: Reply with quote

i did mount /boot and when i try your command i get this error

Code:
bash-2.05b# splash_geninitramfs -v -g /boot/fbsplash-emergence-1024x768 -r 1024x768 default
o Creating directory structure..
o Copying /sbin/splash_helper..
o Copying themes..
  - default
cp: cannot stat `/etc/splash/emergence/images/silent-1024x768-240.png': No such file or directory
o Creating initramfs image..
bash-2.05b#
Back to top
View user's profile Send private message
snekiepete
Guru
Guru


Joined: 07 May 2003
Posts: 306
Location: WISCONSIN

PostPosted: Wed Aug 25, 2004 3:06 pm    Post subject: Reply with quote

interesting, check your /etc/splash/default/ <.cfg> file and make sure the spelling is correct. also check /etc/splash/default/images to make sure the image even exists
Back to top
View user's profile Send private message
rush_ad
l33t
l33t


Joined: 22 Jul 2004
Posts: 863
Location: New Jersey, USA

PostPosted: Wed Aug 25, 2004 3:16 pm    Post subject: Reply with quote

the image didnt exist so i put in one. i also tries with 800x600 resolution. still no go.
same random latters all over the screen but boots up fine and runs stable too.
any other solution?
Back to top
View user's profile Send private message
snekiepete
Guru
Guru


Joined: 07 May 2003
Posts: 306
Location: WISCONSIN

PostPosted: Wed Aug 25, 2004 3:29 pm    Post subject: Reply with quote

what framebuffer are you using?

can you post your grub.conf?

are you still using love-2.6.8.1? if so, did you reverse the bootsplash patch and apply the fbsplash patch?
Back to top
View user's profile Send private message
^DoCtOr^
n00b
n00b


Joined: 31 Jul 2003
Posts: 12

PostPosted: Wed Aug 25, 2004 3:58 pm    Post subject: Reply with quote

Hi,

My kernel is 2.6.8-r2, and although I get frambuffer, I can't seem to get my splash working.

My grub.conf:

Code:

title Gentoo Linux 2.6.8-r2
root (hd1,0)
kernel (hd1,0)/2.6.8-gentoo-r2 root=/dev/hdb3
video=vesafb:ywrap,pmipal,1024x768-24@70 splash=silent,theme:emergence
initrd /fbsplash-emergence-1024x768


I emerged splashutils after I compiled the kernel, and I don't see anything that I still need to do after all these. Any ideas?
Back to top
View user's profile Send private message
snekiepete
Guru
Guru


Joined: 07 May 2003
Posts: 306
Location: WISCONSIN

PostPosted: Wed Aug 25, 2004 4:02 pm    Post subject: Reply with quote

^DoCtOr^ wrote:
Hi,

My kernel is 2.6.8-r2, and although I get frambuffer, I can't seem to get my splash working.

My grub.conf:

Code:

title Gentoo Linux 2.6.8-r2
root (hd1,0)
kernel (hd1,0)/2.6.8-gentoo-r2 root=/dev/hdb3
video=vesafb:ywrap,pmipal,1024x768-24@70 splash=silent,theme:emergence
initrd /fbsplash-emergence-1024x768



I emerged splashutils after I compiled the kernel, and I don't see anything that I still need to do after all these. Any ideas?



did you run the geninitramfs command after emerging splashutils?
did you mount /boot before running this command?
Back to top
View user's profile Send private message
^DoCtOr^
n00b
n00b


Joined: 31 Jul 2003
Posts: 12

PostPosted: Wed Aug 25, 2004 4:11 pm    Post subject: Reply with quote

snekiepete wrote:

did you run the geninitramfs command after emerging splashutils?
did you mount /boot before running this command?


Yes. I followed Mr Spock's guide through this. However my kernel configuration is not exactly the same as yours, which I do not know if it makes a difference. I did not enable bootup logo. Does it matter?
Back to top
View user's profile Send private message
snekiepete
Guru
Guru


Joined: 07 May 2003
Posts: 306
Location: WISCONSIN

PostPosted: Wed Aug 25, 2004 4:38 pm    Post subject: Reply with quote

I don't think it matters if you have the boot logo.

I am not sure if this matters either or not, bootsplash has these enabled and I haven't seen anywhere noted that they have to be, but it's worth a shot unil spock can verify this. I have the following enabled in my kernel also:


Device Drivers ---->
Block Devices ----->
<*> Loopback device support
<*> RAM disk support
(4096) Default RAM disk size (kbytes)
[*] Initial RAM disk (initrd) support

Spock, if you are watching this thread, does this kernel config matter?
Back to top
View user's profile Send private message
^DoCtOr^
n00b
n00b


Joined: 31 Jul 2003
Posts: 12

PostPosted: Wed Aug 25, 2004 5:00 pm    Post subject: Reply with quote

I am going to post my dmesg here and go recompile my kernel, so you guys can look for any suspcious stuff if you want to, while I verify immediately whether does the bootup logo affect the splash image.

Code:



vesafb: NVidia Corporation, NV17 () Board, Chip Rev A2 (OEM: NVidia)
vesafb: VBE version: 3.0
vesafb: protected mode interface info at c000:f880
vesafb: pmi: set display start = c00cf8c5, set palette = c00cf94a
vesafb: pmi: ports = b4c3 b503 ba03 c003 c103 c403 c503 c603 c703 c803 c903 cc03 ce03 cf03 d003 d103 d203 d303 d403 d503 da03 ff03
vesafb: hardware supports DCC2 transfers
vesafb: monitor limits: vf = 88 Hz, hf = 80 kHz, clk = 162 MHz
vesafb: scrolling: redraw
vesafb: framebuffer at 0xd0000000, mapped to 0xe0807000, size 16384k
fb0: VESA VGA frame buffer device
Machine check exception polling timer started.
gx-suspmod: error: no MediaGX/Geode processor found!
apm: BIOS version 1.2 Flags 0x03 (Driver version 1.16ac)
apm: overridden by ACPI.
devfs: 2004-01-31 Richard Gooch (rgooch@atnf.csiro.au)
devfs: boot_options: 0x1
Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
udf: registering filesystem
Initializing Cryptographic API
pci_hotplug: PCI Hot Plug PCI Core version: 0.5
ACPI: Power Button (FF) [PWRF]
ACPI: Processor [CPU1] (supports C1, 8 throttling states)
isapnp: Scanning for PnP cards...
isapnp: No Plug & Play device found


Well, gonna go keep on trying :evil:
Back to top
View user's profile Send private message
Titeuf
l33t
l33t


Joined: 19 Jun 2004
Posts: 759
Location: Middelkerke, Belgium

PostPosted: Wed Aug 25, 2004 5:39 pm    Post subject: Reply with quote

I have gensplash working almost perfectly.
The only problem is that when my computer reaches init 3, gensplash goes to verbose mode.
Is there a way to fix this ?

I'm using the latest gentoo-dev-sources, so normally it contains the latest patch.
I have also compiled my theme in my kernel, because the fake initrd didn't work for me.
Back to top
View user's profile Send private message
rush_ad
l33t
l33t


Joined: 22 Jul 2004
Posts: 863
Location: New Jersey, USA

PostPosted: Wed Aug 25, 2004 5:49 pm    Post subject: Reply with quote

my grub is

Code:
title=Gentoo love-sources
root (hd0,0)
kernel /love-sources ro root=/dev/hda3 video=vesafb:ywrap,pmipal,800x600-32@85 splash=silent,theme:emergence
initrd /boot/fbsplash-emergence-800x600


i'm using framebuffer in love kernel. and i'm still using kernel-2.6.8.1-love1. i'm sure enabled ram disk support and everything in kernel.

my dmesg is
Code:
rushad@home ~ $ dmesg
Linux version 2.6.8-nitro1 (root@home) (gcc version 3.3.3 20040412 (Gentoo Linux 3.3.3-r6, ssp-3.3.2-2, pie-8.7.6)) #7 Wed Aug 18 15:15:01 EST 2004
BIOS-provided physical RAM map:
 BIOS-e820: 0000000000000000 - 000000000009f800 (usable)
 BIOS-e820: 000000000009f800 - 00000000000a0000 (reserved)
 BIOS-e820: 00000000000e6c00 - 0000000000100000 (reserved)
 BIOS-e820: 0000000000100000 - 0000000017ef0000 (usable)
 BIOS-e820: 0000000017ef0000 - 0000000017effc00 (ACPI data)
 BIOS-e820: 0000000017effc00 - 0000000017f00000 (ACPI NVS)
 BIOS-e820: 0000000017f00000 - 0000000018000000 (reserved)
 BIOS-e820: 00000000fff00000 - 0000000100000000 (reserved)
382MB LOWMEM available.
On node 0 totalpages: 98032
  DMA zone: 4096 pages, LIFO batch:1
  Normal zone: 93936 pages, LIFO batch:16
  HighMem zone: 0 pages, LIFO batch:1
DMI 2.3 present.
ACPI: RSDP (v000 PTLTD                                     ) @ 0x000f6800
ACPI: RSDT (v001 PTLTD    RSDT   0x06040000  LTP 0x00000000) @ 0x17ef9492
ACPI: FADT (v001 INTEL  Whitney  0x06040000 PTL  0x000f4240) @ 0x17effb0b
ACPI: MADT (v001 PTLTD    APIC   0x06040000  LTP 0x00000000) @ 0x17effb7f
ACPI: BOOT (v001 PTLTD  $SBFTBL$ 0x06040000  LTP 0x00000001) @ 0x17effbd9
ACPI: DSDT (v001  INTEL  Whitney 0x06040000 MSFT 0x0100000b) @ 0x00000000
ACPI: Local APIC address 0xfee00000
ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
Processor #0 6:8 APIC version 17
ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
Built 1 zonelists
Kernel command line: root=/dev/hda3 video=i810fb:vram:4,xres:1024,yres:768,bpp:8,hsync1:40,hsync2:60,vsync1:60,vsync2:150,mtrr
Found and enabled local APIC!
Initializing CPU#0
PID hash table entries: 2048 (order 11: 16384 bytes)
Detected 631.457 MHz processor.
Using tsc for high-res timesource
Console: colour VGA+ 80x25
Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
Memory: 382632k/392128k available (3608k kernel code, 8720k reserved, 1128k data, 192k init, 0k highmem, 0k BadRAM)
Checking if this processor honours the WP bit even in supervisor mode... Ok.
Calibrating delay loop... 1245.18 BogoMIPS
Mount-cache hash table entries: 512 (order: 0, 4096 bytes)
CPU: After generic identify, caps: 0383fbff 00000000 00000000 00000000
CPU: After vendor identify, caps:  0383fbff 00000000 00000000 00000000
CPU: L1 I cache: 16K, L1 D cache: 16K
CPU: L2 cache: 128K
CPU: After all inits, caps:        0383fbff 00000000 00000000 00000040
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#0.
CPU: Intel Celeron (Coppermine) stepping 03
Enabling fast FPU save and restore... done.
Enabling unmasked SIMD FPU exception support... done.
Checking 'hlt' instruction... OK.
enabled ExtINT on CPU#0
ESR value before enabling vector: 00000000
ESR value after enabling vector: 00000000
Using local APIC timer interrupts.
calibrating APIC timer ...
..... CPU clock speed is 631.0343 MHz.
..... host bus clock speed is 66.0457 MHz.
NET: Registered protocol family 16
PCI: PCI BIOS revision 2.10 entry at 0xfd9c0, last bus=1
PCI: Using configuration type 1
mtrr: v2.0 (20020519)
ACPI: Subsystem revision 20040326
ACPI: IRQ9 SCI: Level Trigger.
ACPI: Interpreter enabled
ACPI: Using PIC for interrupt routing
ACPI: PCI Root Bridge [PCI0] (00:00)
PCI: Probing PCI hardware (bus 00)
PCI: Transparent bridge - 0000:00:1e.0
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 7 9 *10 11 12 14 15)
ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 *9 10 11 12 14 15)
ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled.
ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 7 9 10 *11 12 14 15)
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.HUB_._PRT]
Linux Plug and Play Support v0.97 (c) Adam Belay
SCSI subsystem initialized
Linux Kernel Card Services
  options:  [pci] [cardbus] [pm]
PCI: Using ACPI for IRQ routing
ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10
ACPI: PCI interrupt 0000:00:01.0[A] -> GSI 10 (level, low) -> IRQ 10
ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11
ACPI: PCI interrupt 0000:00:1f.2[D] -> GSI 11 (level, low) -> IRQ 11
ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 9
ACPI: PCI interrupt 0000:00:1f.3[B] -> GSI 9 (level, low) -> IRQ 9
ACPI: PCI interrupt 0000:01:0d.0[A] -> GSI 9 (level, low) -> IRQ 9
ACPI: PCI interrupt 0000:01:0e.0[A] -> GSI 10 (level, low) -> IRQ 10
agpgart: Detected an Intel i810 Chipset.
agpgart: Maximum main memory to use for agp memory: 320M
agpgart: AGP aperture is 64M @ 0xf8000000
ACPI: PCI interrupt 0000:00:01.0[A] -> GSI 10 (level, low) -> IRQ 10
i810-i2c: Probe DDC1 Bus
i810-i2c: I2C Transfer successful
i810fb_init_pci: DDC probe successful
========================================
Display Information (EDID)
========================================
   EDID Version 1.3
   Manufacturer: STN
   Model: 5
   Serial#: 1095643447
   Year: 2002 Week 42
   Monitor Name: SAMTRON
   Serial Number: HMATA37060
   Display Characteristics:
      Monitor Operating Limits: From EDID
           H: 30-71KHz V: 50-160Hz DCLK: 110MHz
      Analog Display Input: Input Voltage - 0.700V/0.000V
      Sync: Separate
      Max H-size in cm: 32
      Max V-size in cm: 24
      Gamma: 2.26
      DPMS: Active yes, Suspend no, Standby no
      RGB Color Display
      Chroma
         RedX:     0.645 RedY:     0.321
         GreenX:   0.285 GreenY:   0.600
         BlueX:    0.142 BlueY:    0.057
         WhiteX:   0.283 WhiteY:   0.298
      First DETAILED Timing is preferred
      Display is GTF capable
   Supported VESA Modes
      720x400@70Hz
      640x480@60Hz
      640x480@75Hz
      Manufacturer's mask: 0
   Standard Timings
      640x480@60Hz
      640x480@85Hz
      800x600@85Hz
      1024x768@85Hz
      1280x1024@60Hz
   Detailed Timings
      94 MHz 1024 1072 1168 1376 768 769 772 808 +HSync +VSync

========================================
I810FB: fb0         : Intel(R) 810 Framebuffer Device v0.9.0
I810FB: Video RAM   : 4096K
I810FB: Monitor     : H: 40-60 KHz V: 60-150 Hz
I810FB: Mode        : 1024x768-8bpp@74Hz
vesafb: Intel Corporation, Intel(R) 8xx Chipset, Hardware Version 0.0 (OEM: Intel(R) 8xx Chipset Video BIOS)
vesafb: VBE version: 3.0
vesafb: protected mode interface info at c000:99e0
vesafb: pmi: set display start = b00c9a26, set palette = b00c9a4a
vesafb: pmi: ports = 3c0 3c4 3c5 3c7 3c8 3c9 3ce 3cf 3d4 3d5 3d6 3d7 3d8 3d9 3da
vesafb: hardware supports DCC2 transfers
      Monitor Operating Limits: From EDID
           H: 30-71KHz V: 50-160Hz DCLK: 110MHz
   Supported VESA Modes
      720x400@70Hz
      640x480@60Hz
      640x480@75Hz
      Manufacturer's mask: 0
   Standard Timings
      640x480@60Hz
      640x480@85Hz
      800x600@85Hz
      1024x768@85Hz
      1280x1024@60Hz
   Detailed Timings
      94 MHz 1024 1072 1168 1376 768 769 772 808 +HSync +VSync

vesafb: monitor limits: vf = 160 Hz, hf = 71 kHz, clk = 110 MHz
vesafb: scrolling: redraw
vesafb: cannot reserve video memory at 0x0
vesafb: abort, cannot ioremap video memory 0x100000 @ 0x0
Trying to free nonexistent resource <00000000-000fffff>
vesafb: probe of vesafb0 failed with error -5
vga16fb: initializing
vga16fb: mapped to 0xb00a0000
fb1: VGA16 VGA frame buffer device
Simple Boot Flag at 0x35 set to 0x1
Machine check exception polling timer started.
gx-suspmod: error: no MediaGX/Geode processor found!
apm: BIOS version 1.2 Flags 0x03 (Driver version 1.16ac)
apm: overridden by ACPI.
devfs: 2004-01-31 Richard Gooch (rgooch@atnf.csiro.au)
devfs: boot_options: 0x1
Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
NTFS driver 2.1.15 [Flags: R/O].
udf: registering filesystem
SGI XFS with large block numbers, no debug enabled
Initializing Cryptographic API
ACPI: Power Button (FF) [PWRF]
ACPI: Processor [CPU0] (supports C1)
Console: switching to colour frame buffer device 128x48
Real Time Clock Driver v1.12
Non-volatile memory driver v1.2
hw_random hardware driver 1.0.0 loaded
Linux agpgart interface v0.100 (c) Dave Jones
[drm] Initialized i810 1.4.0 20030605 on minor 0: Intel Corp. 82810 CGC [Chipset Graphics Controller]
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
Using cfq io scheduler
Floppy drive(s): fd0 is 1.44M
FDC 0 is a post-1991 82077
RAMDISK driver initialized: 16 RAM disks of 8192K size 1024 blocksize
loop: loaded (max 8 devices)
8139cp: 10/100 PCI Ethernet driver v1.2 (Mar 22, 2004)
8139cp: pci dev 0000:01:0d.0 (id 10ec:8139 rev 10) is not an 8139C+ compatible chip
8139cp: Try the "8139too" driver instead.
8139too Fast Ethernet driver 0.9.27
PCI: Enabling device 0000:01:0d.0 (0104 -> 0107)
ACPI: PCI interrupt 0000:01:0d.0[A] -> GSI 9 (level, low) -> IRQ 9
eth0: RealTek RTL8139 at 0x3000, 00:e0:7d:71:bb:35, IRQ 9
eth0:  Identified 8139 chip type 'RTL-8139A'
Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
ICH: IDE controller at PCI slot 0000:00:1f.1
ICH: chipset revision 2
ICH: not 100% native mode: will probe irqs later
    ide0: BM-DMA at 0x1800-0x1807, BIOS settings: hda:DMA, hdb:pio
    ide1: BM-DMA at 0x1808-0x180f, BIOS settings: hdc:pio, hdd:DMA
hda: QUANTUM FIREBALLlct15 15, ATA DISK drive
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
hdc: 48X12, ATAPI CD/DVD-ROM drive
hdd: WDC WD1600JB-00EVA0, ATA DISK drive
ide1 at 0x170-0x177,0x376 on irq 15
hda: max request size: 128KiB
hda: 29336832 sectors (15020 MB) w/418KiB Cache, CHS=29104/16/63, UDMA(66)
hda: cache flushes supported
 /dev/ide/host0/bus0/target0/lun0: p1 p2 p3 p4
hdd: max request size: 1024KiB
hdd: 312581808 sectors (160041 MB) w/8192KiB Cache, CHS=19457/255/63, UDMA(33)
hdd: cache flushes supported
 /dev/ide/host0/bus1/target1/lun0: p1 p2 p3
hdc: ATAPI 48X CD-ROM CD-R/RW drive, 2048kB Cache, DMA
Uniform CD-ROM driver Revision: 3.20
st: Version 20040403, fixed bufsize 32768, s/g segs 256
mice: PS/2 mouse device common for all mice
serio: i8042 AUX port at 0x60,0x64 irq 12
input: ImExPS/2 Logitech Explorer Mouse on isa0060/serio1
serio: i8042 KBD port at 0x60,0x64 irq 1
input: AT Translated Set 2 keyboard on isa0060/serio0
i2c /dev entries driver
Advanced Linux Sound Architecture Driver Version 1.0.4 (Mon May 17 14:31:44 2004 UTC).
PCI: Enabling device 0000:01:0e.0 (0304 -> 0305)
ACPI: PCI interrupt 0000:01:0e.0[A] -> GSI 10 (level, low) -> IRQ 10
ALSA device list:
  #0: Sound Blaster Live! (rev.8) at 0x3400, irq 10
NET: Registered protocol family 2
IP: routing cache hash table of 4096 buckets, 32Kbytes
TCP: Hash tables configured (established 32768 bind 65536)
NET: Registered protocol family 1
NET: Registered protocol family 17
ACPI: (supports S0 S1 S3 S4 S5)
ReiserFS: hda3: found reiserfs format "3.6" with standard journal
ReiserFS: hda3: using ordered data mode
ReiserFS: hda3: journal params: device hda3, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30
ReiserFS: hda3: checking transaction log (hda3)
ReiserFS: hda3: replayed 10 transactions in 1 seconds
ReiserFS: hda3: Using r5 hash to sort names
VFS: Mounted root (reiserfs filesystem) readonly.
Mounted devfs on /dev
Freeing unused kernel memory: 192k freed
Adding 516592k swap on /dev/hda2.  Priority:-1 extents:1
NTFS volume version 3.1.
NTFS volume version 3.1.
kjournald starting.  Commit interval 5 seconds
EXT3-fs warning: maximal mount count reached, running e2fsck is recommended
EXT3 FS on hdd3, internal journal
EXT3-fs: recovery complete.
EXT3-fs: mounted filesystem with ordered data mode.
usbcore: registered new driver usbfs
usbcore: registered new driver hub
eth0: link up, 100Mbps, full-duplex, lpa 0x45E1
rushad@home ~ $
Back to top
View user's profile Send private message
snekiepete
Guru
Guru


Joined: 07 May 2003
Posts: 306
Location: WISCONSIN

PostPosted: Wed Aug 25, 2004 5:49 pm    Post subject: Reply with quote

Titeuf wrote:
I have gensplash working almost perfectly.
The only problem is that when my computer reaches init 3, gensplash goes to verbose mode.
Is there a way to fix this ?

I'm using the latest gentoo-dev-sources, so normally it contains the latest patch.
I have also compiled my theme in my kernel, because the fake initrd didn't work for me.


are you getting any error at boot? this is covered earlier in this post, you have to edit /etc/conf.d/splash

this line:
SPLASH_VERBOSE_ON_ERRORS="yes"

change to no
Back to top
View user's profile Send private message
Titeuf
l33t
l33t


Joined: 19 Jun 2004
Posts: 759
Location: Middelkerke, Belgium

PostPosted: Wed Aug 25, 2004 5:55 pm    Post subject: Reply with quote

[quote="snekiepete"]
Titeuf wrote:

are you getting any error at boot? this is covered earlier in this post, you have to edit /etc/conf.d/splash

this line:
SPLASH_VERBOSE_ON_ERRORS="yes"

change to no

this worked, tnx
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Documentation, Tips & Tricks All times are GMT
Goto page Previous  1, 2, 3 ... 5, 6, 7 ... 27, 28, 29  Next
Page 6 of 29

 
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