From: Mukund JB. <muk...@es...> - 2005-03-10 05:20:02
|
Hi adaplas, > > I have problem with compiling the i810fb driver downloaded from > > Sourceforge site. > > I have D/W the i810fb patch "linux-i810fb-0.0.35.tar.bz2". > > > > When I run the make modules I get the following error >=20 > Try the i810fb-lite driver. If that does not work, let me know what > kernel version you are using. I got it. The " remap_page_range" API the i810fb driver is using is old & when I modifies the API with required parameters , I compiled well & worked. When I inserted the module using the modprobe i.e=20 Modprobe i810fb vram=3D2 xres=3D1024 bpp=3D16 hsync1=3D30 hsync2=3D55 = vsync1=3D50 vsync2=3D85 accel=3D1 rotate=3D1 the screen rotated. GREAT. But when I try this without accel=3D1 rotation fails. Can u just narrate me what is accel accentually doing? Also, the font I am getting looks linear & is not good? I do I modify the font format Regards, Mukund jampala >=20 |