From: James S. <jsi...@ac...> - 2000-04-01 15:06:49
|
Hi folks!!! Well I have more free time now that my mid terms are behind me. Fbdev changes are pretty much finished. For now :) So today I will begain merging several patches I receieved and also will merged Domini work. The next step will be getting it to work with the input suite. I will commit this stuff sometime tonight EST. Have fun. "Look it's a text editor, no it's a OS, no it's Emacs" James Simmons ____/| fbdev/gfx developer \ o.O| http://www.linux-fbdev.org =(_)= http://linuxgfx.sourceforge.net U |
From: James S. <jsi...@ac...> - 2000-06-19 15:33:37
|
I finally got the new console code to compiloe and now it is in the testing phase. I'm hoping to have it ready by Wednesday. I will post as soon as I get it to work. Note only vgacon will work with the new console system. I will update teh other drivers later. 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 |
From: James S. <jsi...@su...> - 2000-12-08 19:09:58
|
Hi! More reports for more bug fixes. All the ioctl have pretty much been tested and they passed. They all should be multihead safe. Next is to enable console resizing for any console sub system. I will be attempting this with vgacon. I even have early support for TIOCSWINSZ. This allows for change the screen size of a single VC. |
From: Dominik K. <dom...@un...> - 2000-04-01 20:46:04
|
On Sat, Apr 01, 2000 at 10:12:26AM -0500, James Simmons wrote: > > Hi folks!!! > > Well I have more free time now that my mid terms are behind me. Fbdev > changes are pretty much finished. For now :) So today I will begain > merging several patches I receieved and also will merged Domini work. The > next step will be getting it to work with the input suite. I will commit > this stuff sometime tonight EST. Have fun. Great! I got myself a busy week too with lots of little problems eating my time. Worst of all: my laptop has finally broken down and i am to expect a courier from Dell on Monday to pick it up. I've saved all my work, no sweat, but until i get it back there is not much development work possible: both my SS10 and my Multia have terrible turn-around times for kernel compilation. Not to mention that 486DX-100 with is doubling as my ISDN router. Good news is: i will be on vacation beginning mid-April for three weeks and i expect that i will find lots of time to do some coding... Dominik -- Networking Group, Hospital of Johannes Gutenberg-University Obere Zahlbacher Straße 69, 55101 Mainz, Germany Tel: +49 (0)6131 17-2482 FAX: +49 (0)6131 17-5521 |
From: James S. <jsi...@ac...> - 2000-04-02 03:24:11
|
> Great! I got myself a busy week too with lots of little problems eating my > time. Worst of all: my laptop has finally broken down and i am to expect > a courier from Dell on Monday to pick it up. I've saved all my work, no > sweat, but until i get it back there is not much development work possible: > both my SS10 and my Multia have terrible turn-around times for kernel > compilation. Not to mention that 486DX-100 with is doubling as my ISDN > router. > > Good news is: i will be on vacation beginning mid-April for three weeks and > i expect that i will find lots of time to do some coding... Yikes. That's why you have been quite. After may I will be free this summer. I will graduation from college and as of yet have no job so I will have plenty of free time. Just need money to eat :( I'm still working on Vojtechs stuff. The driver/char/keybaord.c code looks like its needds lots of fixing. "Look it's a text editor, no it's a OS, no it's Emacs" James Simmons ____/| fbdev/gfx developer \ o.O| http://www.linux-fbdev.org =(_)= http://linuxgfx.sourceforge.net U |
From: Dominik K. <dom...@un...> - 2000-04-02 10:04:37
|
On Sat, Apr 01, 2000 at 10:29:59PM -0500, James Simmons wrote: > I'm still working on Vojtechs stuff. The driver/char/keybaord.c code looks > like its needds lots of fixing. Yes. I ran in to a design defect in the keytables code: you can´t specify alternate sequences, which is quite important for 8-bit mode. If you look at the DEC keyboard tables you will find that the function keys and numeric keypad keys send CSI or SS3 as prefix with is different depending on whether you are in 7 or 8 bit mode. I also found a couple of errors in the default keymap wrt to F1..F5: we are sending sequences i can not find in any doc from DEC... Also we might have a bit of a problem implementing backarrow key mode and some other DEC keyboard related modes without changing the keyboard driver. It that is worth the effort is yet another question. Dominik -- Networking Group, Hospital of Johannes Gutenberg-University Obere Zahlbacher Straße 69, 55101 Mainz, Germany Tel: +49 (0)6131 17-2482 FAX: +49 (0)6131 17-5521 |
From: James S. <jsi...@ac...> - 2000-04-02 18:22:06
|
> > I'm still working on Vojtechs stuff. The driver/char/keybaord.c code looks > > like its needds lots of fixing. > > Yes. I ran in to a design defect in the keytables code: you can´t specify > alternate sequences, which is quite important for 8-bit mode. If you look > at the DEC keyboard tables you will find that the function keys and numeric > keypad keys send CSI or SS3 as prefix with is different depending on whether > you are in 7 or 8 bit mode. I also found a couple of errors in the default > keymap wrt to F1..F5: we are sending sequences i can not find in any doc > from DEC... Also we might have a bit of a problem implementing backarrow > key mode and some other DEC keyboard related modes without changing the > keyboard driver. It that is worth the effort is yet another question. I ported over the bulk of Vojtech work. It's in CVS. I didn't modified keyboard.c and console.c and vt.c with Vojtech work. We have to work on cleaning up the keyboard events to console mapping. We have to break it up into peices. |