Search Members Help

» Welcome Guest
[ Log In :: Register ]

Mini-ITX Boards Sale, Fanless BareBones Mini-ITX, Bootable 1G DSL USBs, 533MHz Fanless PC <-- SALE $200 each!
Get The Official Damn Small Linux Book. DSL Market , Great VPS hosting provided by Tektonic
 

[ Track this topic :: Email this topic :: Print this topic ]

reply to topic new topic new poll
Topic: Framebuffer.., ..cannot be found< Next Oldest | Next Newest >
eeffoC Offline





Group: Members
Posts: 29
Joined: Jan. 2007
Posted: Jan. 04 2007,22:24 QUOTE

Hi Folks,

im experiencing problems with a Qtopia program.

When I try to open it i get the following error message:

Can't open framebuffer device /dev/fb0
Can't open framebuffer device /dev/fb0
Can't open framebuffer device /dev/fb0
Segmentation fault


As a beginner to Linux I cannot figure out how to fix that...

Any suggestions would be appreciated!
Back to top
Profile PM 
fastmonkeywheels Offline





Group: Members
Posts: 5
Joined: Jan. 2007
Posted: Jan. 05 2007,21:10 QUOTE

The device nodes used to access the framebuffer module aren't present in /dev.  This means they need to be made with mknod.

mknod /dev/fb0 c 29 0
mknod /dev/fb1 c 29 1

etc.

I had to do the same thing with my system.  The 29 is the major number for the framebuffer device and the 0,1,etc is the minor number.  The 'c' stands for character since this is a character device.

If you're running a non persistent system you'll probably have to remaster the disk to add these nodes.  If you need more help, post your boot process, i.e. cd boot, hd-install frugal, etc.
Back to top
Profile PM 
1 replies since Jan. 04 2007,22:24 < Next Oldest | Next Newest >

[ Track this topic :: Email this topic :: Print this topic ]

 
reply to topic new topic new poll
Quick Reply: Framebuffer..

Do you wish to enable your signature for this post?
Do you wish to enable emoticons for this post?
Track this topic
View All Emoticons
View iB Code