Input driver devel

2003-05-28 Thread Robert Woerle
Hi I did make a touchscreen driver for a Tablet PC . I also have a calibration utility that writes the new coordinates to the XF86Config Next step is to make the calibration valid on-the-fly and dont need to restart the X-Server ?? I now want to know how i can issue a SIGNAL to a input driver t

xterm resize fails

2003-05-28 Thread Dr Andrew C Aitchison
Patch 3.62 to xc/programs/xterm/screen.c breaks xterm resizing. The call to SET_TTYSIZE no longer happens when TRACE isn't enabled. Fix is to revert to version 3.61 Do I need to report this in bugzilla ? -- Dr. Andrew C. Aitchison Computer Officer, DPMMS, Cambridge [EMAIL PROTECTED]

Re: xterm resize fails

2003-05-28 Thread Thomas Dickey
On Wed, May 28, 2003 at 12:43:16PM +0100, Dr Andrew C Aitchison wrote: > Patch 3.62 to xc/programs/xterm/screen.c breaks xterm resizing. > The call to SET_TTYSIZE no longer happens when TRACE isn't enabled. > Fix is to revert to version 3.61 that sounds like a compiler optimization problem: c

Re: xterm resize fails

2003-05-28 Thread Marc Aurele La France
On Wed, 28 May 2003, Dr Andrew C Aitchison wrote: > Patch 3.62 to xc/programs/xterm/screen.c breaks xterm resizing. > The call to SET_TTYSIZE no longer happens when TRACE isn't enabled. > Fix is to revert to version 3.61 OK. I'll fix it. > Do I need to report this in bugzilla ? Nah. Marc. +-

Writing a new input driver

2003-05-28 Thread Marco Lazzarotto
Hi, I have to write a driver for the ronics touchscreen. Since the sample driver is outdated (in the 4.3.0 source tree,almost), where do I find a good starting point to do it? Thanks in advance Marco Lazzarotto ___ Devel mailing list [EMAIL PROTECTED]

Re: IBM port replicator noise?

2003-05-28 Thread Alex Deucher
I suspect it was not designed to handle the bandwidth needed for 1600x1200. DVI may be the future, but the ports are limited by the transmitters driving them, just as CRT ports are limited by the RAMDAC. As 1600x1200 LCDs become more popular, I'm sure you'll see the capabilities of DVI ports incr

Re: Input driver devel

2003-05-28 Thread Alex Deucher
There are some hacks to accomplish this, but I don't think there's really an elegant way to do this in the current architecture. Xfree86 5 should address this. Alex --- Robert Woerle <[EMAIL PROTECTED]> wrote: > Hi > > I did make a touchscreen driver for a Tablet PC . > I also have a calibratio

Re: xterm resize fails

2003-05-28 Thread Thomas Dickey
On Wed, May 28, 2003 at 07:16:08AM -0600, Marc Aurele La France wrote: > On Wed, 28 May 2003, Dr Andrew C Aitchison wrote: > > > Patch 3.62 to xc/programs/xterm/screen.c breaks xterm resizing. > > The call to SET_TTYSIZE no longer happens when TRACE isn't enabled. > > Fix is to revert to version 3