From: William E. <mru...@po...> - 2005-08-20 02:14:59
|
Tiancheng, I got it to work. It had to do with my kernel boot command line in grub.conf. I had to add: vga=0x318 video=rivafb I used the standard kernel that came with Core 4 and all is well. Like magic the /dev/fb and /dev/fb0 were defined by the system (??). There is still a lot I don't understand but it is a start. Now I need to know how to make more Frame Buffer devices! Thanks for your time. ps. The HOWTO.html was not any help for my NVidia video card problem. I found it by googling around for a time. Bits and pieces! William Estrada <http://www.Mt-Umunhum-Wireless.net/resume/william_estrada.html> -- MrUmunhum at popdial dot com <mailto:MrU...@po...> -- 408-997-0743 Ymessenger ID: MrUmunhum HTTP://Mt-Umunhum-Wireless.net Tiancheng Song wrote: > I wonder your kernel is not configured properly. go to > http://www.faqs.org/docs/Linux-HOWTO/Framebuffer-HOWTO.html for more > details. > > As for the disapearing of node, put "mknod /dev/fb0 c 29 0" in your > booting up sript will create the node when boots up. > Good luck! > > Tiancheng Song > Software Engineering > IDERS Incorporated > Email: ts...@id... <mailto:ts...@id...> > Ph: (204) 779-5400 x245 > http://www.iders.ca > > IDERs Incorporated Confidential > Note: This message is intended solely for the use of the designated > recipient(s) and their appointed delegates, and may contain > confidential information. Any unauthorized disclosure, copying or > distribution of its contents is strictly prohibited. If you have > received this message in error, please destroy it and advise the > sender immediately by phone, Email or facsimile. > > > ----- Original Message ----- > *From:* William Estrada <mailto:mru...@po...> > *To:* Tiancheng Song <mailto:ts...@id...> > *Cc:* lin...@li... > <mailto:lin...@li...> > *Sent:* Thursday, August 18, 2005 2:25 PM > *Subject:* Re: [Linux-fbdev-users] Getting started > > Tiancheng, > > My typo! > > $ sudo mknod /dev/fb0 c 29 0 > $ cd /src/FB > $ sudo ./a.out > Error: cannot open framebuffer device /dev/fb0. - No such > device rc=-1 > $ ls -lrt /dev/fb* > crw-r--r-- 1 root root 29, 0 Aug 18 12:21 /dev/fb0 > $ > > Also, the nod disappears after a boot. > > William Estrada > <http://www.Mt-Umunhum-Wireless.net/resume/william_estrada.html> > -- MrUmunhum at popdial dot com <mailto:MrU...@po...> > -- 408-997-0743 > Ymessenger ID: MrUmunhum > HTTP://Mt-Umunhum-Wireless.net <http://Mt-Umunhum-Wireless.net> > > > > Tiancheng Song wrote: > >> try use "mknod (root) instead of "mkdir". >> >> >> |