You are not logged in.

#1 2009-04-01 09:53:50

optik
Member
Registered: 2009-03-24
Posts: 5

Qingy&Fbdev problem

I trying to setup qingy using wiki, but qingy works only in text mode. I think that problem in fbdev:

[opt1k@opt1k]$ fbset
open /dev/fb0: No such file or directory

What wrong?

Offline

#2 2009-04-01 12:25:40

bender02
Member
From: UK
Registered: 2007-02-04
Posts: 1,328

Re: Qingy&Fbdev problem

I think that means that no framebuffer kernel driver is being used. I think the simplest way to use vesafb is to specify 'vga=<something>' as a kernel parameter in your boot loader (usually /boot/grub/menu.lst). That <something> is a numerical code for a mode. The default /boot/grub/menu.lst which comes with the grub package has a list in the comments.

The other possibility is that you'd try to use a driver specific to your graphics card; for instance if you have an intel card, you could try to 'modprobe intelfb' as root to see if it createds /dev/fb0 for you.

Offline

#3 2009-04-02 06:14:16

optik
Member
Registered: 2009-03-24
Posts: 5

Re: Qingy&Fbdev problem

Yes, I have intel video card, but

'modprobe intelfb

does not help, fb0 device still not present in /dev
I will try with grub.

Last edited by optik (2009-04-02 06:15:51)

Offline

#4 2009-04-07 16:03:52

moodydeath
Member
Registered: 2008-08-19
Posts: 3

Re: Qingy&Fbdev problem

hi, i had the same problem when i tried to start links in graphical mode (links -g) today ... completely forgot to add my user to the video group to be able to have access to the framebuffer-device in /dev/fb0

try

gpasswd -a $user video # $user should be your username :)

Offline

#5 2009-04-07 21:47:34

bender02
Member
From: UK
Registered: 2007-02-04
Posts: 1,328

Re: Qingy&Fbdev problem

It's worth a try, but if OP would have the dev but without proper permissions, the error should have been more like "Permission denied".

Offline

#6 2009-06-05 10:45:29

stabele
Member
Registered: 2008-12-22
Posts: 101

Re: Qingy&Fbdev problem

At my system after upgrade there is now /dev/fb/0 instead /dev/fb0. Solution is symlink (or fbset do it for you).

Offline

Board footer

Powered by FluxBB