LKML Archive mirror
 help / color / mirror / Atom feed
* 2.5.52 vesafb -- no display
@ 2002-12-18 22:01 Pavel Machek
  2002-12-20 18:39 ` James Simmons
  0 siblings, 1 reply; 4+ messages in thread
From: Pavel Machek @ 2002-12-18 22:01 UTC (permalink / raw
  To: kernel list

Hi!

vesafb still shows nothing on HP OmniBook. It worked in 2.5.49, IIRC,
and works on Toshiba.
								Pavel
-- 
Worst form of spam? Adding advertisment signatures ala sourceforge.net.
What goes next? Inserting advertisment *into* email?

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

* Re: 2.5.52 vesafb -- no display
  2002-12-18 22:01 2.5.52 vesafb -- no display Pavel Machek
@ 2002-12-20 18:39 ` James Simmons
  2002-12-20 22:05   ` Pavel Machek
  0 siblings, 1 reply; 4+ messages in thread
From: James Simmons @ 2002-12-20 18:39 UTC (permalink / raw
  To: Pavel Machek; +Cc: kernel list


> vesafb still shows nothing on HP OmniBook. It worked in 2.5.49, IIRC,
> and works on Toshiba.

Let me guess. You are using vga=791. Try changing that to another mode. 


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

* Re: 2.5.52 vesafb -- no display
  2002-12-20 18:39 ` James Simmons
@ 2002-12-20 22:05   ` Pavel Machek
  2002-12-20 22:17     ` James Simmons
  0 siblings, 1 reply; 4+ messages in thread
From: Pavel Machek @ 2002-12-20 22:05 UTC (permalink / raw
  To: James Simmons; +Cc: Pavel Machek, kernel list

Hi!

> > vesafb still shows nothing on HP OmniBook. It worked in 2.5.49, IIRC,
> > and works on Toshiba.
> 
> Let me guess. You are using vga=791. Try changing that to another
> > mode. 

Whats so bad with 791?
								Pavel

-- 
Casualities in World Trade Center: ~3k dead inside the building,
cryptography in U.S.A. and free speech in Czech Republic.

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

* Re: 2.5.52 vesafb -- no display
  2002-12-20 22:05   ` Pavel Machek
@ 2002-12-20 22:17     ` James Simmons
  0 siblings, 0 replies; 4+ messages in thread
From: James Simmons @ 2002-12-20 22:17 UTC (permalink / raw
  To: Pavel Machek; +Cc: kernel list


> > > vesafb still shows nothing on HP OmniBook. It worked in 2.5.49, IIRC,
> > > and works on Toshiba.
> > 
> > Let me guess. You are using vga=791. Try changing that to another
> > > mode. 
> 
> Whats so bad with 791?

I haven't figured it out but we do have a theory.

In cfbimgblt.c in function color_imageblit you will see

unsigned long *palette = (unsigned long *) p->pseudo_palette;


Change that to 

u32 *palette = (u32 *) p->pseudo_palette;

Tell me if this fixes your problem.



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

end of thread, other threads:[~2002-12-20 22:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-12-18 22:01 2.5.52 vesafb -- no display Pavel Machek
2002-12-20 18:39 ` James Simmons
2002-12-20 22:05   ` Pavel Machek
2002-12-20 22:17     ` James Simmons

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 read-only IMAP folder(s) and NNTP newsgroup(s).