Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
No framebuffer device [solved]
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
benefiz
n00b
n00b


Joined: 02 Nov 2004
Posts: 11

PostPosted: Wed Oct 11, 2006 3:43 pm    Post subject: No framebuffer device [solved] Reply with quote

Hello,

i was looking quite a while for a common problem, but havent found a solution yet. I want to enable splash.
I did everything explained in the howtos :evil::
Splash is runlevel default. I added framebuffer kernel options
Code:

CONFIG_FB=y
...
CONFIG_VIDEO_SELECT=y
...
CONFIG_FB_RADEON=y
CONFIG_FB_RADEON_I2C=y
CONFIG_FB_RADEON_DEBUG=y
...
CONFIG_VGA_CONSOLE=y
CONFIG_FRAMEBUFFER_CONSOLE=y
...
CONFIG_FB_SPLASH=y
and so on (want to save this topic from the whole config).
I only have readeon driver installed (i have ati radeon mobility x700, so no vesafb-tng driver, using vesafb doesnt change anything). X is starting.
My grub.conf looks like
Code:

...
kernel /boot/kernel-2.6.17-gentoo-r8 root=/dev/hda4 video=radeonfb splash=silent,fadein,theme:emergence console=tty1 quiet
...


My problem is, and there is no clear solution yet, i dont have framebuffer devices
Code:
#fbset
open /dev/fb0: No such file or directory

as well as when booting the kernel. What do i have to install/add to the kernel/do whatever to get /dev/{fb,fb0,fb1,etc.)?!

If i just didnt find the right thread, just link to it. I know, this topic is annoying :evil:

Cheers,
Benefiz


Last edited by benefiz on Thu Oct 12, 2006 3:26 pm; edited 1 time in total
Back to top
View user's profile Send private message
nixnut
Bodhisattva
Bodhisattva


Joined: 09 Apr 2004
Posts: 10974
Location: the dutch mountains

PostPosted: Wed Oct 11, 2006 4:57 pm    Post subject: Reply with quote

Did you recompile your kernel too and copied the kernel image to /boot with the name you use in grub.conf?
_________________
Please add [solved] to the initial post's subject line if you feel your problem is resolved. Help answer the unanswered

talk is cheap. supply exceeds demand
Back to top
View user's profile Send private message
benefiz
n00b
n00b


Joined: 02 Nov 2004
Posts: 11

PostPosted: Thu Oct 12, 2006 3:24 pm    Post subject: Reply with quote

nixnut wrote:
Did you recompile your kernel too and copied the kernel image to /boot with the name you use in grub.conf?


Although i'm a noob in this forum, i didnt forget to recompile my kernel :wink: Actually, i did it a couple of times to solve this problem :?

Anyway, the problem is finally solved :D

I didnt have success with the radeon statement in my grub AND a lot of new USE flags e.g. fbsplash or fbcon AND adding
Code:
VIDEO_CARDS="ati fbdev"
so i tried vesafb-tng (added to kernel and recompiled :wink:). Still didnt work and additionally i got a nice bug when booting. AND there is a incompatibility regarding to mobility radeons (as QuizMasta found out). So i had to use the "normal" vesa driver!!!

Important part of grub.conf
Code:
video=vesafb:ywrap,mtrr:3 vga=0x318


This thread helped me out https://forums.gentoo.org/viewtopic-t-391465.html

Cheers.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
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