Re: [beagleboard] Dell monitor touchscreen and QT tslib

2015-03-06 Thread Bremenpl
I am using debian. I cant tell the exact qt version now, as i dont have the 
hardware on me. I remember that there are inputa from 0 to 3 though. I 
tried all of them I think. The touch screen only barelly works with none of 
them selected and they appear only after i connect the monitor through 
usb... Weird.



On March 6, 2015 8:07:55 PM James S  wrote:


Which version of Qt are you using?
Debian or Angstrom On the Bone?
Is there any other event in /dev/input?

--
For more options, visit http://beagleboard.org/discuss
---
You received this message because you are subscribed to a topic in the 
Google Groups "BeagleBoard" group.
To unsubscribe from this topic, visit 
https://groups.google.com/d/topic/beagleboard/t4YGC-Y3a1Q/unsubscribe.
To unsubscribe from this group and all its topics, send an email to 
beagleboard+unsubscr...@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.



--
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups "BeagleBoard" group.

To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[beagleboard] Dell monitor touchscreen and QT tslib

2015-03-06 Thread James S
Which version of Qt are you using?
Debian or Angstrom On the Bone?
Is there any other event in /dev/input?

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[beagleboard] Dell monitor touchscreen and QT tslib

2015-03-06 Thread bremenpl
Hello there,
I have a E2014T dell touch monitor and I am trying to use it in pair with 
BeagleBone Black. The touch module is connected using usb cable.
I have read in this tutorial: 
http://embedded.von-kannen.net/2014/05/21/qt-4-8-6-on-beaglebone-black/#comment-4288
How to enable the tslib and touchscreen. But I think, that this reffers to 
a touchscreen not connected to the usb, because it doesnt work.

Without adding those variables to enviroment:
$ sudo nano /etc/environment
-> add the following lines
QWS_MOUSE_PROTO=tslib:/dev/input/event0
TSLIB_CALIBFILE=/etc/pointercal
TSLIB_CONFFILE=/etc/ts.conf
TSLIB_PLUGINDIR=/usr/lib/ts
-> Save (Ctrl + O) and exit (Ctrl + X)
$ sudo reboot

Touchscreen works out of the box, but it is not even close to being 
calibrated. The offset is really big and it changes when my finger is in 
different part of the display. After enabling the:

QWS_MOUSE_PROTO=tslib:/dev/input/event0

Touchscreen stops working. I feel like its not event0 at all.
When I run ts_calibrate and try to press the crosshair, it doesnt work. It 
feels like touchscreen is off for the ts_calibrate program.

Does anyone has any expirience in such usb touchscreens and BeagleBone 
Black? I Would really aprichiate some help.

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.