All of lore.kernel.org
 help / color / mirror / Atom feed
* VGA extended text modes
  2005-01-27 18:07     ` VGA extended text mode on XenCD not functional Jared Rhine
@ 2005-02-26  8:39       ` Jared Rhine
  2005-02-27  0:12         ` B.G. Bruce
  0 siblings, 1 reply; 4+ messages in thread
From: Jared Rhine @ 2005-02-26  8:39 UTC (permalink / raw)
  To: xen-devel

  Edward> I am trying to get the hypervisor to run in an extended text
  Edward> modes,

  Ian> When dom0 takes over the VGA console (which is the default mode
  Ian> of operation) you can arrange to put it into whatever mode you
  Ian> like; you just won't get the initial boot messages from Xen in
  Ian> the extended text mode.

  Edward> I was looking at modifying the hypervisor because I couldn't
  Edward> get this to work and couldn't find a specific reference
  Edward> stating it was possible.

  Jared> I too, have failed to set any vga mode for any Xen
  Jared> installation.  Could the developers confirm 1 more time that
  Jared> it "works for them" (if indeed) and we can try to
  Jared> characterize the bug more.

Apologies for following up to this thread for the third time, but near
as I can tell, this is an open issue.

Can anyone (developers especially) confirm or deny operation of
extended VGA modes in dom0?

XenCD comes with a handy boot menu item to serve as a repeatable test
case :)

-- jared@wordzoo.com

War is God's way of teaching Americans geography. -Ambrose Bierce


-------------------------------------------------------
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] 4+ messages in thread

* RE: VGA extended text modes
@ 2005-02-26 21:20 Ian Pratt
  2005-02-28 17:25 ` Gerd Knorr
  0 siblings, 1 reply; 4+ messages in thread
From: Ian Pratt @ 2005-02-26 21:20 UTC (permalink / raw)
  To: Jared Rhine, xen-devel; +Cc: ian.pratt

>   Jared> I too, have failed to set any vga mode for any Xen
>   Jared> installation.  Could the developers confirm 1 more time that
>   Jared> it "works for them" (if indeed) and we can try to
>   Jared> characterize the bug more.
> 
> Apologies for following up to this thread for the third time, but near
> as I can tell, this is an open issue.
> 
> Can anyone (developers especially) confirm or deny operation of
> extended VGA modes in dom0?

To my knowledge I don't think any of us use extended VGA text modes. I
think we're just rather 'surprised' that it doesn't just work. After Xen
has relinguished the VGA console, domain 0 should be able to use it
however it pleases. 

However, how does dom0 set the extended text mode? I presume it doesn't
use a BIOS call. Perhaps it can't cope with the scroll state we leave
the console in?
The former would be a huge pain. Anything else is probably trivially
fixed once the cause is discovered.

Ian


-------------------------------------------------------
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] 4+ messages in thread

* Re: VGA extended text modes
  2005-02-26  8:39       ` VGA extended text modes Jared Rhine
@ 2005-02-27  0:12         ` B.G. Bruce
  0 siblings, 0 replies; 4+ messages in thread
From: B.G. Bruce @ 2005-02-27  0:12 UTC (permalink / raw)
  To: Jared Rhine; +Cc: xen-devel

I can't speak for anyone else but I know that at one time (about 2-3
weeks ago) a vga=ask allowed me to get into 80x60 mode under xen0 -
ultimately I swapped over to running intelfb in 1280x1024 but I know
that at least on my equipment (and my kernels) both of these work as 
per usual.

B.


On Sat, 2005-02-26 at 04:39, Jared Rhine wrote:
>   Edward> I am trying to get the hypervisor to run in an extended text
>   Edward> modes,
> 
>   Ian> When dom0 takes over the VGA console (which is the default mode
>   Ian> of operation) you can arrange to put it into whatever mode you
>   Ian> like; you just won't get the initial boot messages from Xen in
>   Ian> the extended text mode.
> 
>   Edward> I was looking at modifying the hypervisor because I couldn't
>   Edward> get this to work and couldn't find a specific reference
>   Edward> stating it was possible.
> 
>   Jared> I too, have failed to set any vga mode for any Xen
>   Jared> installation.  Could the developers confirm 1 more time that
>   Jared> it "works for them" (if indeed) and we can try to
>   Jared> characterize the bug more.
> 
> Apologies for following up to this thread for the third time, but near
> as I can tell, this is an open issue.
> 
> Can anyone (developers especially) confirm or deny operation of
> extended VGA modes in dom0?
> 
> XenCD comes with a handy boot menu item to serve as a repeatable test
> case :)
> 
> -- jared@wordzoo.com
> 
> War is God's way of teaching Americans geography. -Ambrose Bierce
> 
> 
> -------------------------------------------------------
> 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
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/xen-devel
> 


-------------------------------------------------------
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] 4+ messages in thread

* Re: VGA extended text modes
  2005-02-26 21:20 VGA extended text modes Ian Pratt
@ 2005-02-28 17:25 ` Gerd Knorr
  0 siblings, 0 replies; 4+ messages in thread
From: Gerd Knorr @ 2005-02-28 17:25 UTC (permalink / raw)
  To: Ian Pratt; +Cc: Jared Rhine, xen-devel, ian.pratt

"Ian Pratt" <m+Ian.Pratt@cl.cam.ac.uk> writes:

> However, how does dom0 set the extended text mode? I presume it doesn't
> use a BIOS call.

Linux uses vesa bios calls in the 16bit startup code, at least for the
stuff settable via vga="...".  Mode info is passed to 32bit code in
struct screen_info (see Documentation/i386/zero-page.txt).  Thats why
the vga argument needs special treatment by the boot loaders, they
can't just pass it on on the kernel command line like most other args.
They have to set a byte in the kernel's boot sector for that.  See
also "man rdev".  That is really old stuff from the days you have
booted your new linux kernel using "cat zImage > /dev/fd0 && reboot".

For just more text lines you can simply load a smaller font than the
default one somewhere in the dom0 boot scripts to have the same
effect.  That doesn't work for 132col txt modes or graphic modes (=>
vesafb) though.

  Gerd

-- 
#define printk(args...) fprintf(stderr, ## args)


-------------------------------------------------------
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] 4+ messages in thread

end of thread, other threads:[~2005-02-28 17:25 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-02-26 21:20 VGA extended text modes Ian Pratt
2005-02-28 17:25 ` Gerd Knorr
  -- strict thread matches above, loose matches on Subject: below --
2004-12-16  3:10 help adding extended text modes in Hypervisor Ian Pratt
2004-12-16  5:11 ` Edward Middleton
2005-01-02 14:20   ` Jared Rhine
2005-01-27 18:07     ` VGA extended text mode on XenCD not functional Jared Rhine
2005-02-26  8:39       ` VGA extended text modes Jared Rhine
2005-02-27  0:12         ` B.G. Bruce

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.