[XFree86] Compiling xf86Elo.c into elographics_drv.o

2005-07-07 Thread DOLLOFF, MATTHEW D. (MATT) (JSC-ER7) (NASA)
I am currently running redhat 9.0 and using the default XFree86 (version 4.3.0-2). I am trying to setup dual touch screen monitors (using twinview) and I am working on modifying the xf86Elo.c to allow me to use both touch panels appropriately. I am wondering if there is some sort of

[XFree86] Help with Adding New Option To Driver

2005-07-13 Thread DOLLOFF, MATTHEW D. (MATT) (JSC-ER7) (NASA)
I am trying to add a new option to xf86Elo.c (elographics_drv.o) so that I can set up the driver to deal with twin view monitors. I am not sure where I can add the option in the source code so that when the XF86Config file is parsed it recognizes the option as a valid option, and then how

[XFree86] Xinerma and Mouse Pointer

2005-08-10 Thread DOLLOFF, MATTHEW D. (MATT) (JSC-ER7) (NASA)
I am currently trying to run 4 touch screen monitors using Xinerama and am encountering a few problems. First of all, each monitor has it's own graphics card and is up and running Xinerama without any problems. The problem occurs when I try to use the touch capabilities. Every screen

RE: [XFree86] Xinerma and Mouse Pointer

2005-08-10 Thread DOLLOFF, MATTHEW D. (MATT) (JSC-ER7) (NASA)
to the logical coordinate */ x += panoramiXdataPtr[n].x; y += panoramiXdataPtr[n].y; } #endif This is just a guess though. I haven't studied this. Mark. On Wed, 10 Aug 2005, DOLLOFF, MATTHEW D. (MATT) (JSC-ER7) (NASA) wrote: I am currently trying

[XFree86] X and elographics_drv.o

2005-08-23 Thread DOLLOFF, MATTHEW D. (MATT) (JSC-ER7) (NASA)
I am trying to run X from a command line using X -xf86config /etc/X11/XF86Config with touch panels using the ELO touch panel driver. The problem is that when I do this, the touch panel does not work. When I bring up X normally (ie a reboot) the touch panels work fine. Any ideas on what