Ubuntu This forum is for the discussion of Ubuntu Linux. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
08-26-2006, 03:45 AM
|
#1
|
LQ Newbie
Registered: Jul 2006
Posts: 25
Rep:
|
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.)
|
|
|
08-28-2006, 02:55 AM
|
#2
|
LQ Newbie
Registered: Jul 2004
Location: France
Distribution: Debian, Redhat
Posts: 8
Rep:
|
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.
|
|
|
08-28-2006, 03:18 AM
|
#3
|
LQ Newbie
Registered: Jul 2006
Posts: 25
Original Poster
Rep:
|
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?
|
|
|
08-28-2006, 03:56 AM
|
#4
|
LQ Newbie
Registered: Jul 2004
Location: France
Distribution: Debian, Redhat
Posts: 8
Rep:
|
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.
|
|
|
08-28-2006, 08:06 AM
|
#5
|
LQ Newbie
Registered: Jul 2006
Posts: 25
Original Poster
Rep:
|
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.
|
|
|
08-28-2006, 08:13 AM
|
#6
|
LQ Newbie
Registered: Jul 2004
Location: France
Distribution: Debian, Redhat
Posts: 8
Rep:
|
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.
|
|
|
08-28-2006, 08:31 AM
|
#7
|
LQ Newbie
Registered: Jul 2006
Posts: 25
Original Poster
Rep:
|
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.
|
|
|
08-28-2006, 08:53 AM
|
#8
|
LQ Newbie
Registered: Jul 2004
Location: France
Distribution: Debian, Redhat
Posts: 8
Rep:
|
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.
|
|
|
08-30-2006, 10:06 AM
|
#9
|
LQ Newbie
Registered: Jul 2006
Posts: 25
Original Poster
Rep:
|
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.
|
|
|
08-30-2006, 10:34 AM
|
#10
|
LQ Newbie
Registered: Jul 2004
Location: France
Distribution: Debian, Redhat
Posts: 8
Rep:
|
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.
|
|
|
08-30-2006, 02:49 PM
|
#11
|
LQ Newbie
Registered: Jul 2006
Posts: 25
Original Poster
Rep:
|
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 
|
|
|
All times are GMT -5. The time now is 08:18 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|