From: Antonino A. D. <ad...@ho...> - 2004-11-09 05:12:48
|
On Tuesday 09 November 2004 11:26, David Liontooth wrote: > Antonino A. Daplas wrote: > >On Friday 05 November 2004 18:21, David Liontooth wrote: > > Hi Tony, > > Thank you! That did the trick. I now have a framebuffer of any size, > including my 1280x854 monitor. > How do I generate new entries for /etc/fb.modes? I know the 1280x854 > entry I use is slightly wrong, If you have sample XFree86 modelines, you can use the utility modeline2fb to convert them to entries compatible with /etc/fb.modes. Or you can use the VESA GTF (Generalized Timing Formula). There are several utilities as well as online calculators that will generate mode timings for you based on the GTF. You can easily do a google search for both of them. > but evidently not wrong enough to cause problems, and a 720x480 entry I > tried to create failed. > > I'm now able to run slideshows using fbi, and the results are excellent! > I also tried to play videos, > and fbxine will play stuff, the sound is fine, the speed is correct, but > the colors are all swapped. Is The rivafb driver uses DirectColor and several applications have difficulties with this mode since they assume that Truecolor and Directcolor are the same. (Most applications are used to Truecolor). If I have time, I'll see what's wrong with fbxine. > there anything I can do? I also tried mplayer -vo fbdev, but that didn't > work -- it looks like mplayer > tries to scale the framebuffer to the size of the movie and fails if > that size is not available. I get the same thing to, not just rivafb. Similarly, once I have time, I'll try to examine this. > > This is very cool and I really appreciate your patch. It would be great > to have this in the kernel. I already submitted the patch. Tony |