From: Antonino A. D. <ad...@ho...> - 2005-03-11 04:43:05
|
On Thursday 10 March 2005 13:26, Mukund JB. wrote: > 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 > > > > 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 > > Modprobe i810fb vram=2 xres=1024 bpp=16 hsync1=30 hsync2=55 vsync1=50 > vsync2=85 accel=1 rotate=1 > > the screen rotated. GREAT. > > But when I try this without accel=1 rotation fails. Can u just narrate > me what is accel accentually doing? Because if accel is on, the driver is using it's own version of drawing functions which are flexible enough that additional features can be added, such as screen rotation. If accel is off, the driver will use the generic functions which cannot do screen rotation. Of course, one can write a software version that can do screen rotation. > > Also, the font I am getting looks linear & is not good? I do I modify > the font format Use setfont. Tony |