Someone has re-implemented ucs2any.pl in C

2003-06-11 Thread Aidan Kehoe
Hi, In the interests of portability--their base system doesn't ship with perl--the NetBSD people have implemented ucs2any.pl in C. There's a version at http://backyard.homeunix.net:8080/~ben/ucs2any/ It's worth considering including this in the XFree86 tree, if the server-side re-encoding is a

Re: Someone has re-implemented ucs2any.pl in C

2003-06-11 Thread Matthias Scheler
On Wed, Jun 11, 2003 at 02:54:41PM +0100, Aidan Kehoe wrote: In the interests of portability--their base system doesn't ship with perl--the NetBSD people have implemented ucs2any.pl in C. There's a version at http://backyard.homeunix.net:8080/~ben/ucs2any/ I was the one who initiated

Re: iBook us-keyboard problem

2003-06-11 Thread Frank Murphy
+#if defined (i386) defined (SVR4) +/* + * PANIX returns DICOP standards based keycodes in using 106jp + * keyboard. We need to remap some keys. + */ +if(xf86Info.panix106 == TRUE){ + switch (scanCode) { + case 0x56:scanCode = KEY_BSlash2; break;

Re: iBook us-keyboard problem

2003-06-11 Thread David Dawes
On Wed, Jun 11, 2003 at 05:57:25PM +0200, Frank Murphy wrote: +#if defined (i386) defined (SVR4) +/* + * PANIX returns DICOP standards based keycodes in using 106jp + * keyboard. We need to remap some keys. + */ +if(xf86Info.panix106 == TRUE){ + switch (scanCode)

Re: status of SiS 3d?

2003-06-11 Thread Sven Luther
On Mon, Jun 02, 2003 at 09:51:00PM -0700, Alex Deucher wrote: --- Ian Romanick [EMAIL PROTECTED] wrote: I certainly wouldn't buy one to replace my Radeon 8500! :) It would be exclusively to update the drive. It's the same reason I would be a Gamma card w/an R2 rasterizer...too bad

Keyboard driver for X

2003-06-11 Thread Jason Kim
Hi all.. Has anyone developedkeyboard driverfor X ?Or does anyone know current situation? (Current X-server accesses the console directly to read keyboard input.. right?) Have a nice night...