LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu
User Name
Password
Ubuntu This forum is for the discussion of Ubuntu Linux.

Notices


Reply
  Search this Thread
Old 08-26-2006, 03:45 AM   #1
Paulsrud
LQ Newbie
 
Registered: Jul 2006
Posts: 25

Rep: Reputation: 15
Problems with Splashy


After installing splashy I've just get errors.
running Splashy test in terminal
Code:
FATAL: splashy_video.c <706>:
        (#) DirectFBError [DirectFBCreate (&video->dfb)]: Initialization error!
What does this meen? And how can I check if I can meet requierments needed to even run splashy? This is really bugging since my booting sequence now looks odd and I can't figure out what I've done wrong...
And can I just reinstall Usplash if all fails?

(I know I might not provide the best information for anyone to help me, please tell me how if needed.)
 
Old 08-28-2006, 02:55 AM   #2
fabrice.regnier
LQ Newbie
 
Registered: Jul 2004
Location: France
Distribution: Debian, Redhat
Posts: 8

Rep: Reputation: 0
Hi,

I guess you didn't use vga=791 in your menu.lst (if you use GRUB).
Btw, did you check in your kernel config if the frame buffer support and vesa vga were enable (not at module but built in)

regards,

f.
 
Old 08-28-2006, 03:18 AM   #3
Paulsrud
LQ Newbie
 
Registered: Jul 2006
Posts: 25

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by fabrice.regnier
Hi,

I guess you didn't use vga=791 in your menu.lst (if you use GRUB).
Btw, did you check in your kernel config if the frame buffer support and vesa vga were enable (not at module but built in)

regards,

f.
Well. Vga=791 I have used. Using that will result in that on boot it can't recognize 'video mode number. So i'll have to define it on boot.

/boot/grub/menu.lst i've edited like this:

Code:
title		Ubuntu, kernel 2.6.15-26-386
root		(hd0,0)
kernel		/boot/vmlinuz-2.6.15-26-386 root=/dev/hdc1 ro quiet splash vga=791
initrd		/boot/initrd.img-2.6.15-26-386
savedefault
boot
how do i check these things in kernel config you are talking about?
 
Old 08-28-2006, 03:56 AM   #4
fabrice.regnier
LQ Newbie
 
Registered: Jul 2004
Location: France
Distribution: Debian, Redhat
Posts: 8

Rep: Reputation: 0
Quote:
how do i check these things in kernel config you are talking about?
grep CONFIG_FB /boot/config-2.6.15
CONFIG_FB=y
CONFIG_FB_VESA=y

if not, you'll have to recompil your kernel

Pls, take a look at http://splashy.alioth.debian.org/wiki/doku.php

regards,

f.
 
Old 08-28-2006, 08:06 AM   #5
Paulsrud
LQ Newbie
 
Registered: Jul 2006
Posts: 25

Original Poster
Rep: Reputation: 15
Hmm. /boot/config-2.6.15-26-386 (infact )

says.
Code:
CONFIG_FB=y
CONFIG_FB_VESA=m
so that's bad i guess. damn I didn't want to have to recomplie the kernel. Is there no other way?
What I read about splashy I've read that there was not going to be any need to recompile kernel...And well. I don't really know the procedure of recompling a kernel, and don't know If it's something I want to spend alot of time on.

Last edited by Paulsrud; 08-28-2006 at 08:17 AM.
 
Old 08-28-2006, 08:13 AM   #6
fabrice.regnier
LQ Newbie
 
Registered: Jul 2004
Location: France
Distribution: Debian, Redhat
Posts: 8

Rep: Reputation: 0
taken from http://splashy.alioth.debian.org/wik...be12e516c3b96a
Quote:
Having the fb driver compiled builtin is strongly recommended too
So it's not obligatory but just a big recommandation

regards,

f.
 
Old 08-28-2006, 08:31 AM   #7
Paulsrud
LQ Newbie
 
Registered: Jul 2006
Posts: 25

Original Poster
Rep: Reputation: 15
Infact i think it's config-2.6.15-23-386 Im using. well it was the same anyway so. Well what are you saying actually? It still doesn't work so I don't know.
On boot I've noticed that it says
Starting Splashy client [OK]
but well. still doesn't work properly.
 
Old 08-28-2006, 08:53 AM   #8
fabrice.regnier
LQ Newbie
 
Registered: Jul 2004
Location: France
Distribution: Debian, Redhat
Posts: 8

Rep: Reputation: 0
I mean that i don't know how to help you anymore

Try to find someone whose splashy works ok and that don't have CONFIG_FB_VESA=y but just like you (CONFIG_FB_VESA=m).

If you find someone in this case, it means my advice wasn't correct. If not, you should try a new compilation (with good options) but if you're a newbie in this, it may involve you in an endless fight with kernel, make-kpkg, modules and so on...

regards,

f.
 
Old 08-30-2006, 10:06 AM   #9
Paulsrud
LQ Newbie
 
Registered: Jul 2006
Posts: 25

Original Poster
Rep: Reputation: 15
Well. I'm getting tired of this.
i think i'll just uninstall and go back to usplash again.
It's just not worth alot of effort.
 
Old 08-30-2006, 10:34 AM   #10
fabrice.regnier
LQ Newbie
 
Registered: Jul 2004
Location: France
Distribution: Debian, Redhat
Posts: 8

Rep: Reputation: 0
Ok, it's your choice

Btw, in your menu.lst:

kernel /boot/vmlinuz-2.6.15-26-386 root=/dev/hdc1 ro quiet splash vga=791

I'm not sure you need quiet and splash. Try without this and tell me.

regards,

f.
 
Old 08-30-2006, 02:49 PM   #11
Paulsrud
LQ Newbie
 
Registered: Jul 2006
Posts: 25

Original Poster
Rep: Reputation: 15
well. haha. well yea, while shutting down my screen just went black right away. booting up was same as usual. 'undefined video mode number' 'please define' and then alot alot and again just alot more annoying white text on black
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Splashy is great! MrInept Debian 18 09-20-2006 12:51 AM
Need Help With Splashy Paulsrud Linux - Software 1 08-24-2006 02:43 AM
Splashy Error cddesjar Debian 6 01-25-2006 09:27 PM
splashy-0.1.6 kenkeanon Debian 1 01-04-2006 12:22 PM
Splashy dont show up stoned_bush Debian 7 12-17-2005 05:28 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu

All times are GMT -5. The time now is 07:34 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration