[Ubuntu-x-swat] [Bug 368135] Re: X crashes after a few minutes or seconds (Jaunty)

2010-04-16 Thread Bryce Harrington
With Lucid we no longer use fdi files, so if the bug still exists there
it must be due to something different.  Also, with lucid we are starting
to look more to -evdev than -evtouch for touchpad support, so the issue
is not one we have much interest in.  If you still want to have it
explored with the evtouch driver I would recommend going directly
upstream with this issue.

** Changed in: xf86-input-evtouch (Ubuntu)
   Status: In Progress = Fix Released

-- 
X crashes after a few minutes or seconds (Jaunty)
https://bugs.launchpad.net/bugs/368135
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xf86-input-evtouch in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 368135] Re: X crashes after a few minutes or seconds (Jaunty)

2010-03-30 Thread Florian
I have a very similar problem with a 3M Microtouch EX-II touchpanel. It works 
with the evtouch-driver (Ubuntu 9.10), but after a short period of time 
(especially if many clicks are produced) the system freezes. I am using the 
following (custom) fdi-file in /usr/share/hal/fdi/policy/20thirdparty/ :
---
?xml version=1.0 encoding=ISO-8859-1 ?
deviceinfo version=0.2
  device
match key=info.product contains=3M 3M USB Touchscreen - EX II
  merge key=input.x11_driver type=stringevtouch/merge
  merge key=input.x11_options.ReportingMode type=stringRaw/merge
  merge key=input.x11_options.Emulate3Buttons type=stringfalse/merge
  merge key=input.x11_options.Emulate3Timeout type=string1/merge
  merge key=input.x11_options.MinX type=string2500/merge
  merge key=input.x11_options.MinY type=string2500/merge
  merge key=input.x11_options.MaxX type=string13500/merge
  merge key=input.x11_options.MaxY type=string13500/merge
  merge key=inpux.x11_options.SendCoreEvents type=stringOn/merge
  merge key=input.x11_options.SwapX type=string1/merge
/match
  /device
/deviceinfo
---

Unfortunately the touchpanel does not work when SendCoreEvents is turned
off.

-- 
X crashes after a few minutes or seconds (Jaunty)
https://bugs.launchpad.net/bugs/368135
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xf86-input-evtouch in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 368135] Re: X crashes after a few minutes or seconds (Jaunty)

2010-02-22 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/xorg-server

-- 
X crashes after a few minutes or seconds (Jaunty)
https://bugs.launchpad.net/bugs/368135
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xf86-input-evtouch in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 368135] Re: X crashes after a few minutes or seconds (Jaunty)

2010-02-02 Thread Zac Luzader
Eli's last fdi fixed it for me. However the calibration points are quite
different on mine. They shouldn't be in this file, as this overrides the
calibration generated by the GUI tool. I commented mine out and have not
had problems since.

-- 
X crashes after a few minutes or seconds (Jaunty)
https://bugs.launchpad.net/bugs/368135
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xf86-input-evtouch in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 368135] Re: X crashes after a few minutes or seconds (Jaunty)

2010-01-29 Thread Kevin Brewster
There's an extra /deviceinfo at the bottom of
/usr/share/hal/fdi/policy/20thirdparty/50-elo-2700.fdi

This causes a parsing error and hal won't read the fdi..
just remove to fix..

-- 
X crashes after a few minutes or seconds (Jaunty)
https://bugs.launchpad.net/bugs/368135
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xf86-input-evtouch in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 368135] Re: X crashes after a few minutes or seconds (Jaunty)

2010-01-18 Thread Nicholas Christian Langkjær Ipsen
Also affects Karmic, Lucid(Alpha2).

-- 
X crashes after a few minutes or seconds (Jaunty)
https://bugs.launchpad.net/bugs/368135
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xf86-input-evtouch in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 368135] Re: X crashes after a few minutes or seconds (Jaunty)

2009-12-06 Thread Eli Spizzichino
using 0.8.8-0ubuntu6.1 with the eGalax touchscreen another fdi is
needed:


?xml version=1.0 encoding=ISO-8859-1 ?
deviceinfo version=0.2
device
match key=info.product contains=eGalax Inc. USB TouchController
 merge key=input.x11_driver type=stringevtouch/merge
 merge key=input.x11_options.ReportingMode type=stringRaw/merge
 merge key=input.x11_options.Emulate3Buttons type=stringfalse/merge
 merge key=input.x11_options.Emulate3Timeout type=string1/merge
 merge key=input.x11_options.SendCoreEvents type=stringOn/merge
 merge key=input.x11_options.MinX type=string0/merge
 merge key=input.x11_options.MinY type=string2/merge
 merge key=input.x11_options.MaxX type=string4096/merge
 merge key=input.x11_options.MaxY type=string4096/merge
/match
/device
/deviceinfo

using this fdi actually solves the stability issue but it's still slow in 
reacting to input and the calibration goes away when rotating.
I found the solution here 
http://swiss.ubuntuforums.org/showthread.php?t=1275975 

** Changed in: xf86-input-evtouch (Ubuntu)
   Status: Fix Released = In Progress

-- 
X crashes after a few minutes or seconds (Jaunty)
https://bugs.launchpad.net/bugs/368135
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xf86-input-evtouch in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 368135] Re: X crashes after a few minutes or seconds (Jaunty)

2009-10-14 Thread Bryce Harrington
Thanks.  The SendCoreEvents crash bug sounds like one we now have a
patch for in the xserver, so forcing SendCoreEvents on should not be
necessary.

I've also added your fdi into the package (except the now unnecessary
SendCoreEvents).

-- 
X crashes after a few minutes or seconds (Jaunty)
https://bugs.launchpad.net/bugs/368135
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xf86-input-evtouch in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 368135] Re: X crashes after a few minutes or seconds (Jaunty)

2009-10-14 Thread Launchpad Bug Tracker
This bug was fixed in the package xf86-input-evtouch - 0.8.8-0ubuntu5

---
xf86-input-evtouch (0.8.8-0ubuntu5) karmic; urgency=low

  * control: Add dependencies for ttf-freefont and x-ttcidfont-conf.
These dependencies are required by one of the earlier patches.
(LP: #299178)
  * Add debian/fdi/50-elo-2700.fdi to support EloTouch 2700 IntelliTouch
Touchmonitor Interface.
(LP: #362308)
  * Add debian/fdi/50-gunze.fdi to support GUNZE USB Touch Panel
(LP: #368135)

 -- Bryce Harrington br...@ubuntu.com   Wed, 14 Oct 2009 02:10:14
-0700

** Changed in: xf86-input-evtouch (Ubuntu)
   Status: Confirmed = Fix Released

-- 
X crashes after a few minutes or seconds (Jaunty)
https://bugs.launchpad.net/bugs/368135
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xf86-input-evtouch in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 368135] Re: X crashes after a few minutes or seconds (Jaunty)

2009-09-02 Thread Bryce Harrington
** Tags added: jaunty

-- 
X crashes after a few minutes or seconds (Jaunty)
https://bugs.launchpad.net/bugs/368135
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xf86-input-evtouch in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 368135] Re: X crashes after a few minutes or seconds (Jaunty)

2009-07-30 Thread chefpro
How have you switched off core events ?
Is it still hang ?
I have the same Problem.

-- 
X crashes after a few minutes or seconds (Jaunty)
https://bugs.launchpad.net/bugs/368135
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xf86-input-evtouch in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 368135] Re: X crashes after a few minutes or seconds (Jaunty)

2009-07-30 Thread Sami Mäkinen
I have turned core events back on, and no crashes. I'm not sure which
change is the key unfortunately.

Is your touch screen configured by xorg.conf or a HAL fdi file? I have
also taken an fdi file into use, which could affect this issue.

-- 
X crashes after a few minutes or seconds (Jaunty)
https://bugs.launchpad.net/bugs/368135
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xf86-input-evtouch in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 368135] Re: X crashes after a few minutes or seconds (Jaunty)

2009-07-30 Thread chefpro
I only use the ubuntu way, whitch means I have modified the file
/etc/evtouch/config.

-- 
X crashes after a few minutes or seconds (Jaunty)
https://bugs.launchpad.net/bugs/368135
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xf86-input-evtouch in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 368135] Re: X crashes after a few minutes or seconds (Jaunty)

2009-07-30 Thread chefpro
So, how did you ?
Maybe, you can send me your xorg.conf and fdi file please ?

-- 
X crashes after a few minutes or seconds (Jaunty)
https://bugs.launchpad.net/bugs/368135
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xf86-input-evtouch in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 368135] Re: X crashes after a few minutes or seconds (Jaunty)

2009-07-20 Thread Sami Mäkinen
No crashes today. I still have sendcoreevents set to false, and
additionally I changed CPU frequency scaling threshold from 95 to 40, so
CPU speed is increased more aggressively. In a day or two, if no
crashes, will try setting core events back on and see if freezing occurs
again. Now I also have SSH server installed so I can check whether the
rest of the system remains functional.

-- 
X crashes after a few minutes or seconds (Jaunty)
https://bugs.launchpad.net/bugs/368135
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xf86-input-evtouch in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 368135] Re: X crashes after a few minutes or seconds (Jaunty)

2009-07-19 Thread Sami Mäkinen
I have also experienced freezes in Jaunty using evtouch - system locks
up completely and I have to do a hard poweroff. This is with the same
exact xorg.conf that worked in Hardy without any problems. Still got
freezes after removing xorg.conf and creating fdi for touch screen.

Now running with sendCoreEvents off, and so far so good. Will post back
with experiences.

-- 
X crashes after a few minutes or seconds (Jaunty)
https://bugs.launchpad.net/bugs/368135
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xf86-input-evtouch in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 368135] Re: X crashes after a few minutes or seconds (Jaunty)

2009-05-23 Thread Ramaddan
Have the same problem here, and many others reported a similar problem
and a lot of them seem to use eGalax touchscreens that use the xserver-
xorg-input-evtouch driver.

This problem came up for me in Jaunty and still ongoing in Karmic.

-- 
X crashes after a few minutes or seconds (Jaunty)
https://bugs.launchpad.net/bugs/368135
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xf86-input-evtouch in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp