From: James S. <jsi...@ac...> - 2000-04-30 15:00:01
|
hi!! Well today I have been work on some new code that will allow you to boot both a MDA display and a VGA con display at the same time. I'm going to finish it today. Does anyone have a MDA display and a video card that can run as VGAcon. I really like to give this a try soon. Thank you. Q: Why did they deprecate a.out support in linux? A: Because a nasty coff is bad for your elf. James Simmons ____/| fbdev/gfx developer \ o.O| http://www.linux-fbdev.org =(_)= http://linuxgfx.sourceforge.net U |
From: Steffen S. <s.s...@ph...> - 2000-05-01 14:40:20
|
James Simmons wrote: > hi!! > > Well today I have been work on some new code that will allow you to boot > both a MDA display and a VGA con display at the same time. I'm going to > finish it today. Does anyone have a MDA display and a video card that can > run as VGAcon. I really like to give this a try soon. Thank you. I have. Steffen _______________________________________________________________________________ Steffen Seeger mailto:se...@ph... |
From: James S. <jsi...@ac...> - 2000-05-05 13:40:14
|
> > Well today I have been work on some new code that will allow you to boot > > both a MDA display and a VGA con display at the same time. I'm going to > > finish it today. Does anyone have a MDA display and a video card that can > > run as VGAcon. I really like to give this a try soon. Thank you. > > I have. Cool. I just need to talk to Richard Gooch about handling hot swappable video cards. |
From: Matan Ziv-Av <ma...@sv...> - 2000-05-01 19:58:59
|
> Well today I have been work on some new code that will allow you to boot > both a MDA display and a VGA con display at the same time. I'm going to > finish it today. Does anyone have a MDA display and a video card that can > run as VGAcon. I really like to give this a try soon. Thank you. What does this mean? I have such setup, and currently use mdacon and a user space daemon I wrote to emulate a second terminal with a monochrome monitor and a 2nd keyboard attahced to the ps/2 mouse port. Does the console system you write allow this? Does it facilitate having multiple terminals? -- Matan Ziv-Av. ma...@sv... |
From: James S. <jsi...@ac...> - 2000-05-05 13:38:56
|
> What does this mean? Really multihead. > I have such setup, and currently use mdacon and a user space daemon I > wrote to emulate a second terminal with a monochrome monitor and a 2nd > keyboard attahced to the ps/2 mouse port. > > Does the console system you write allow this? Does it facilitate having > multiple terminals? Yes and Yes :) Well it will. It needs more work. I need to find away to create more /dev/ttyX with hot swappable video cards. |
From: Matan Ziv-Av <ma...@sv...> - 2000-05-05 18:19:26
|
> > I have such setup, and currently use mdacon and a user space daemon I > > wrote to emulate a second terminal with a monochrome monitor and a 2nd > > keyboard attahced to the ps/2 mouse port. > > > > Does the console system you write allow this? Does it facilitate having > > multiple terminals? > > Yes and Yes :) Well it will. It needs more work. I need to find away to > create more /dev/ttyX with hot swappable video cards. OK, so how do I test? I did not find any explanation in the web pages. -- Matan Ziv-Av. ma...@sv... |
From: Mike A. H. <mh...@me...> - 2000-06-28 22:32:23
|
On Sun, 30 Apr 2000, James Simmons wrote: >Date: Sun, 30 Apr 2000 10:55:05 -0400 (EDT) >From: James Simmons <jsi...@ac...> >To: Linux console project <lin...@li...> >Subject: early multihead support > > >hi!! > > Well today I have been work on some new code that will allow you to boot >both a MDA display and a VGA con display at the same time. I'm going to >finish it today. Does anyone have a MDA display and a video card that can >run as VGAcon. I really like to give this a try soon. Thank you. > >Q: Why did they deprecate a.out support in linux? >A: Because a nasty coff is bad for your elf. Sorry if this reply is too much after the fact, but I have the required setup you describe above. I use a PCI Cirrus Logic with an old ISA mono card with kernels 2.2.x and it works fine. If you've got some new code that needs testing, I'd be glad too. I also have a Voodoo card in this box as well - if that makes any difference. Just let me know if you need any testing, either public testing or private stuff - you can email me - as can anyone else involved with the console stuff. I look forward to this new subsystem. Take care, TTYL -- Mike A. Harris Linux advocate Computer Consultant GNU advocate Capslock Consulting Open Source advocate I've overclocked my keyboard interface. It's quite messy dipping my hands into the mineral oil, but *MAN* is my keyboard ever fast now! - Anonymous Coward |
From: James S. <jsi...@ac...> - 2000-06-29 14:26:50
|
> Sorry if this reply is too much after the fact, but I have the > required setup you describe above. I use a PCI Cirrus Logic > with an old ISA mono card with kernels 2.2.x and it works > fine. If you've got some new code that needs testing, I'd be > glad too. I also have a Voodoo card in this box as well - if > that makes any difference. > > Just let me know if you need any testing, either public testing > or private stuff - you can email me - as can anyone else involved > with the console stuff. > > I look forward to this new subsystem. Its almost done. I have to finish the blanking code. After this is just a matter of changing the size of the VC pools to 16 and with the current 64 limit we can have 4 active heads at one time. After this I'm going to have to raise the 64 limit which is going to require alot of tty code changes :-( I will announce when you will be avaiable for testing and then once we have it going I will announce it on the kernel and fbdev mailing list. Q: Why did they deprecate a.out support in linux? A: Because a nasty coff is bad for your elf. James Simmons [jsi...@li...] ____/| fbdev/console/gfx developer \ o.O| http://www.linux-fbdev.org =(_)= http://linuxgfx.sourceforge.net U http://linuxconsole.sourceforge.net |