All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: vesafb
@ 2007-05-07 13:29 Jayant Mangalampalli
  2007-05-07 19:57 ` vesafb ron minnich
  0 siblings, 1 reply; 23+ messages in thread
From: Jayant Mangalampalli @ 2007-05-07 13:29 UTC (permalink / raw)
  To: xen-devel


[-- Attachment #1.1: Type: text/plain, Size: 767 bytes --]

On 4/30/07, Ian Pratt <Ian.Pratt@xxxxxxxxxxxx> wrote:

>> As regards enabling vesafb, it might be nice to add support to Xen to
>> drop into real mode via a trampoline in the bottom megabyte and
execute
>> a BIOS call (marshalling the registers in each direction). We can
then
>> get the dom0 kernel to make this hypercall when initialising the
vesafb.

> ok, I have implemented this in linuxbios once already, I will look
> into it.I had hoped never to see it again but you can't win them all
-- ron

Can this release be expected some time soon? We are stuck on exactly the
same issue and were thinking on similar lines when we ran into this
discussion. Perhaps the implementation is best left to the experts? :-)

Thanks,
Jayant Mangalampalli


[-- Attachment #1.2: Type: text/html, Size: 3141 bytes --]

[-- Attachment #2: Type: text/plain, Size: 138 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel

^ permalink raw reply	[flat|nested] 23+ messages in thread
* RE: vesafb
@ 2007-05-08  8:49 Ian Pratt
  0 siblings, 0 replies; 23+ messages in thread
From: Ian Pratt @ 2007-05-08  8:49 UTC (permalink / raw)
  To: Keir Fraser, Jan Beulich
  Cc: ron minnich, Ian Pratt, xen-devel, Jayant Mangalampalli

> > Exactly, and Ian intends to do the same thing (i.e. parse the 
> > Linux-dom0 command line). This is what I consider 
> counter-intuitive - 
> > Xen should only care about its own command line (unless absolutely 
> > needed to make assumptions about dom0's), and GrUB really 
> shouldn't look at Linux'
> > command line either.
> 
> Oh, I see, I didn't spot that. Yes, we may as well shift the 
> vga= option onto Xen's command line. It's what we did with 
> every other option we took from Linux, so it would also be 
> consistent (apic=, etc.).

That would make sense if xen could use the graphics framebuffer, but
since xen currently only supports text mode the option really only
applies to dom0. I guess we might add support in future, in which case
parsing it from xen's command line is OK. This may have implications for
other dom0 OSes who are expecting to find the console in text mode,
though.

Ian

^ permalink raw reply	[flat|nested] 23+ messages in thread
* vesafb
@ 2007-04-30 20:54 ron minnich
  2007-04-30 21:52 ` vesafb Ian Pratt
  0 siblings, 1 reply; 23+ messages in thread
From: ron minnich @ 2007-04-30 20:54 UTC (permalink / raw)
  To: xen-devel

Can vesafb be used in a dom0? I ask because I can not get it to work.
I am wondering if vm86mode is verboten in a xen guest.

thanks

ron

^ permalink raw reply	[flat|nested] 23+ messages in thread
* vesafb
@ 2006-06-05 18:02 Nathan King
  2006-06-08  0:32 ` vesafb Antonino A. Daplas
  0 siblings, 1 reply; 23+ messages in thread
From: Nathan King @ 2006-06-05 18:02 UTC (permalink / raw)
  To: linux-fbdev-devel


[-- Attachment #1.1: Type: text/plain, Size: 719 bytes --]

Hey folks,

I'm trying to get a feel for how all this works as I get ready to really
start monkeying with the driver, so I liberally sprinkled some printk's
around vesafb.c and cfb_fillrect.c and recompiled. However I only ever get
messages from three of the vesafb.c functions, all on bootup, and none from
cfb_fillrect.c. I know doing all those messages will slow down my system(or
they would if they worked right) but I'm just trying to figure out what
files control what.

So my question is, which files are responsible for all these constant
fillrect and bitblt operations, and can they monkeyed with to generate
kernel or other messages?

Using 2.6.16 with fedora core 5 and the VESA driver.

Many thanks,
Nathan

[-- Attachment #1.2: Type: text/html, Size: 754 bytes --]

[-- Attachment #2: Type: text/plain, Size: 0 bytes --]



[-- Attachment #3: Type: text/plain, Size: 182 bytes --]

_______________________________________________
Linux-fbdev-devel mailing list
Linux-fbdev-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-fbdev-devel

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

end of thread, other threads:[~2007-05-09  8:14 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-07 13:29 vesafb Jayant Mangalampalli
2007-05-07 19:57 ` vesafb ron minnich
2007-05-07 20:14   ` vesafb Ian Pratt
2007-05-08  3:14     ` vesafb Kaushik Barde
2007-05-08  7:22     ` vesafb Jan Beulich
2007-05-08  7:40       ` vesafb Keir Fraser
2007-05-08  7:50         ` vesafb Jan Beulich
2007-05-08  8:00           ` vesafb Keir Fraser
2007-05-08  9:56             ` vesafb Jan Beulich
2007-05-08 10:38               ` vesafb Keir Fraser
2007-05-08 19:20                 ` vesafb Kaushik Barde
2007-05-08 20:06                   ` vesafb Keir Fraser
2007-05-08 20:47                     ` vesafb Kaushik Barde
2007-05-08 21:34                       ` vesafb Keir Fraser
2007-05-08 21:43                         ` vesafb Kaushik Barde
2007-05-09  7:48                         ` vesafb Jan Beulich
2007-05-09  8:14                           ` vesafb Keir Fraser
  -- strict thread matches above, loose matches on Subject: below --
2007-05-08  8:49 vesafb Ian Pratt
2007-04-30 20:54 vesafb ron minnich
2007-04-30 21:52 ` vesafb Ian Pratt
2007-05-01  0:13   ` vesafb ron minnich
2006-06-05 18:02 vesafb Nathan King
2006-06-08  0:32 ` vesafb Antonino A. Daplas

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.