Re: Symbol i830PrintModes unresolved (fwd)

2005-05-24 Thread Alan Hourihane
Fixed.

Alan.

On Tue, May 24, 2005 at 07:44:58 +0800, Jeff Chua wrote:
 Latest CVS build has this problem during 'startx' ...
 
 Symbol i830PrintModes from module /usr/X11R6/lib/modules/drivers/i810_drv.o 
 is
 unresolved!
 
 Changes prior to May 23 is ok.
 
 
 Thanks,
 Jeff
 ___
 Devel mailing list
 Devel@XFree86.Org
 http://XFree86.Org/mailman/listinfo/devel
___
Devel mailing list
Devel@XFree86.Org
http://XFree86.Org/mailman/listinfo/devel


Re: magictouch touch screen driver

2005-05-24 Thread bruno schwander
I have my driver for the serial MagicTouch touchscreen working. There is
just one thing that I am not sure of: if the resolution is changed
dynamically (by some program running fullscreen for example), the scaling
is off. How do I find if the resolution has changed ? Right now, I check
the screen size when the device inits, and store that away. Should I
instead use the actual screen size everytime through screenInfo ? Is that
safe ? Also, how can I twiddle the DTR, RTS lines, I do not find some
abstraction for that...

then, how do I submit the driver ? send it to this list ?

bruno


On Sun, 22 May 2005 [EMAIL PROTECTED] wrote:

 Hi everybody,

 I am interested in getting the magictouch driver running. According to the
 cvs comments, it needs updating to the new 4.x interfaces. My questions
 are then:

 - Is there a sample/dummy input driver available ? The one I could find is
 marked as out of date.

 - If there is no good sample driver, which driver would be a good starting
 point ? i.e. up to date, not cluttered by extra device-specific stuff...
 I see dmc is still described in the driver man pages (thus probably
 functional?) so I was going to use that as a model, unless someone more
 familiar with XFree86 development sends me in another direction.

 Any advice, things to watch out for, are welcome...

 bruno


 ___
 Devel mailing list
 Devel@XFree86.Org
 http://XFree86.Org/mailman/listinfo/devel



___
Devel mailing list
Devel@XFree86.Org
http://XFree86.Org/mailman/listinfo/devel


Re: magictouch touch screen driver

2005-05-24 Thread David Dawes
On Tue, May 24, 2005 at 08:05:43AM -0700, bruno schwander wrote:
I have my driver for the serial MagicTouch touchscreen working. There is
just one thing that I am not sure of: if the resolution is changed
dynamically (by some program running fullscreen for example), the scaling
is off. How do I find if the resolution has changed ? Right now, I check
the screen size when the device inits, and store that away. Should I
instead use the actual screen size everytime through screenInfo ? Is that
safe ? Also, how can I twiddle the DTR, RTS lines, I do not find some
abstraction for that...

Maybe xf86SetSerialModemState() will let you twiddle the DTR, RTS lines.
I haven't looked at that stuff in a while.  Perhaps someone else can give
you some answers to your other questions.

then, how do I submit the driver ? send it to this list ?

You can either send it here, or submit it at bugs.xfree86.org.

David
___
Devel mailing list
Devel@XFree86.Org
http://XFree86.Org/mailman/listinfo/devel


Re: Touch Input Driver port 3.3.6 - 4.x

2005-05-24 Thread Sergey Babkin
Fred Gleason wrote:
 
 On Wednesday 18 May 2005 18:48, Quentin Olson wrote:
  I have the source for an old input driver that was written for XFree86
  3.3.6 that I would like to use under 4.x (4.5). Is there any
  documentation on what is required, howtos, etc.?
 
 Which touch hardware in particular are you trying to support?  A driver for
 the USB-based ELOs was just recently added.

BTW, the serial ELO driver could benefit by setting the defaults
X and Y ranges correctly. They are something like 300 to 3700,
same as for USB. I can look up the exact values in the ELO docs
if anybody cares.

Or maybe they are already correct now - I haven't checked it
for a while.

-SB
___
Devel mailing list
Devel@XFree86.Org
http://XFree86.Org/mailman/listinfo/devel


Re: magictouch touch screen driver

2005-05-24 Thread Sergey Babkin
[EMAIL PROTECTED] wrote:
 
 Hi everybody,
 
 I am interested in getting the magictouch driver running. According to the
 cvs comments, it needs updating to the new 4.x interfaces. My questions
 are then:
 
 - If there is no good sample driver, which driver would be a good starting
 point ? i.e. up to date, not cluttered by extra device-specific stuff...

I think the ELO one is simple enough.

-SB
___
Devel mailing list
Devel@XFree86.Org
http://XFree86.Org/mailman/listinfo/devel


Re: Symbol i830PrintModes unresolved (fwd)

2005-05-24 Thread Jeff Chua

On Tue, 24 May 2005, Alan Hourihane wrote:


Fixed.



Confirmed lastest cvs to be working again.

Thanks,
Jeff.
___
Devel mailing list
Devel@XFree86.Org
http://XFree86.Org/mailman/listinfo/devel