linux-fbdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* RE: [Linux-fbdev-devel] "remap_page_range" i810 compile time problem ..
@ 2005-03-10  5:26 Mukund JB.
  2005-03-11  3:47 ` Antonino A. Daplas
  0 siblings, 1 reply; 2+ messages in thread
From: Mukund JB. @ 2005-03-10  5:26 UTC (permalink / raw)
  To: adaplas, linux-fbdev-devel, linux-fbdev-users

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?

Also, the font I am getting looks linear & is not good? I do I modify
the font format

Regards,
Mukund jampala



> 



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_ide95&alloc_id\x14396&op=click

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [Linux-fbdev-devel] "remap_page_range" i810 compile time problem ..
  2005-03-10  5:26 [Linux-fbdev-devel] "remap_page_range" i810 compile time problem Mukund JB.
@ 2005-03-11  3:47 ` Antonino A. Daplas
  0 siblings, 0 replies; 2+ messages in thread
From: Antonino A. Daplas @ 2005-03-11  3:47 UTC (permalink / raw)
  To: linux-fbdev-devel, Mukund JB., adaplas, linux-fbdev-users

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




-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-03-11  3:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-03-10  5:26 [Linux-fbdev-devel] "remap_page_range" i810 compile time problem Mukund JB.
2005-03-11  3:47 ` Antonino A. Daplas

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).