[Qemu-devel] Re: qemu curses driver

2005-12-13 Thread Blue Swirl
I only have no way to see whether everything works because I didn't even find a working BIOS image for Sparc 64, but it should be fine. Do the video adapters used in Sparc 32 machines really have nothing like a text mode? No, they are just frame buffers converting pixel data to RGB. For example,

[Qemu-devel] Re: qemu curses driver

2005-12-12 Thread andrzej zaborowski
Hiya, On 12/12/05, Blue Swirl <[EMAIL PROTECTED]> wrote: > Sparc32 graphics cards are just frame buffers without a text mode. Sparc64 > uses PCI cards, including VGA, so any text mode enhancements could be useful > there. I just noticed that there's a Sparc64 architecture, and it is there quite s

Re: [Qemu-devel] Re: qemu curses driver

2005-12-12 Thread andrzej zaborowski
Hi there, On 12/12/05, Johannes Schindelin <[EMAIL PROTECTED]> wrote: > > - fixed the terminal resize event handling, now it should work > > regardless of the curses library implementation, > > Unfortunately, it does not work here. ATM I am using a cygwin rxvt, and > run qemu via SSH. I don't know

[Qemu-devel] Re: qemu curses driver

2005-12-12 Thread Blue Swirl
Hi, Sparc32 graphics cards are just frame buffers without a text mode. Sparc64 uses PCI cards, including VGA, so any text mode enhancements could be useful there. If you have a VGA test program, I could try to port it to Sparc64. __

Re: [Qemu-devel] Re: qemu curses driver

2005-12-12 Thread Johannes Schindelin
Hi, thank you for your quick reply! On Mon, 12 Dec 2005, andrzej zaborowski wrote: > - fixed the terminal resize event handling, now it should work > regardless of the curses library implementation, Unfortunately, it does not work here. ATM I am using a cygwin rxvt, and run qemu via SSH. I don

[Qemu-devel] Re: qemu curses driver

2005-12-11 Thread andrzej zaborowski
Hi there, This is a slightly corrected version of the previous patch. The changes are: - fixed the terminal resize event handling, now it should work regardless of the curses library implementation, - some keyboard input details, - and changed the Makefile to compile the curses driver for all targ