Re: webcamd based touchscreen problem on Pi3

2018-03-08 Thread Bernd Walter
On Thu, Mar 08, 2018 at 10:10:47PM +0100, Hans Petter Selasky wrote: > You can try running usbdump to capture USB packets. > > ktrace is also your friend. > > dd if=/dev/input/event0 bs=1 > > Also check ownership of devices, that X.org can read from them. It happens earlier, /dev/input/event0

Re: webcamd based touchscreen problem on Pi3

2018-03-08 Thread Bernd Walter
On Thu, Mar 08, 2018 at 02:41:50PM -0800, Oleksandr Tymoshenko wrote: > Bernd Walter (ti...@cicely7.cicely.de) wrote: > > On Thu, Mar 08, 2018 at 02:29:44PM -0800, Oleksandr Tymoshenko wrote: > > > Bernd Walter (ti...@cicely7.cicely.de) wrote: > > > > On Thu, Mar 08, 2018 at 12:38:38PM -0800,

Re: webcamd based touchscreen problem on Pi3

2018-03-08 Thread Oleksandr Tymoshenko
Bernd Walter (ti...@cicely7.cicely.de) wrote: > On Thu, Mar 08, 2018 at 02:29:44PM -0800, Oleksandr Tymoshenko wrote: > > Bernd Walter (ti...@cicely7.cicely.de) wrote: > > > On Thu, Mar 08, 2018 at 12:38:38PM -0800, Oleksandr Tymoshenko wrote: > > > > Bernd Walter (ti...@cicely7.cicely.de) wrote:

Re: webcamd based touchscreen problem on Pi3

2018-03-08 Thread Bernd Walter
On Thu, Mar 08, 2018 at 02:29:44PM -0800, Oleksandr Tymoshenko wrote: > Bernd Walter (ti...@cicely7.cicely.de) wrote: > > On Thu, Mar 08, 2018 at 12:38:38PM -0800, Oleksandr Tymoshenko wrote: > > > Bernd Walter (ti...@cicely7.cicely.de) wrote: > > > > On Thu, Mar 08, 2018 at 08:11:31PM +0100,

Re: webcamd based touchscreen problem on Pi3

2018-03-08 Thread Oleksandr Tymoshenko
Bernd Walter (ti...@cicely7.cicely.de) wrote: > On Thu, Mar 08, 2018 at 12:38:38PM -0800, Oleksandr Tymoshenko wrote: > > Bernd Walter (ti...@cicely7.cicely.de) wrote: > > > On Thu, Mar 08, 2018 at 08:11:31PM +0100, Bernd Walter wrote: > > > https://github.com/gonzoua/evdev-dump/tree/freebsd > > >

Re: webcamd based touchscreen problem on Pi3

2018-03-08 Thread Bernd Walter
On Thu, Mar 08, 2018 at 12:38:38PM -0800, Oleksandr Tymoshenko wrote: > Bernd Walter (ti...@cicely7.cicely.de) wrote: > > On Thu, Mar 08, 2018 at 08:11:31PM +0100, Bernd Walter wrote: > > https://github.com/gonzoua/evdev-dump/tree/freebsd > > ... > > checking for unistd.h... yes > > checking

Performance Benchmark for PTI (aka Meltdown mitigation)

2018-03-08 Thread Arshan Khanifar
Executive Summary: - The PTI feature increases the system call times by more than 100%. - As a macrobenchmark, buildworld was used. Wall clock and user time showed no statistically-significant changes, while system time increased by less than 5%. This email contains the results for benchmarking

Re: webcamd based touchscreen problem on Pi3

2018-03-08 Thread Hans Petter Selasky
On 03/08/18 22:08, Bernd Walter wrote: On Thu, Mar 08, 2018 at 09:08:49PM +0100, Bernd Walter wrote: On Thu, Mar 08, 2018 at 08:11:31PM +0100, Bernd Walter wrote: This is what I have right now: [20]sa# cat /etc/X11/xorg.conf Section "InputDevice" Identifier "Touchscreen"

Re: webcamd based touchscreen problem on Pi3

2018-03-08 Thread Bernd Walter
On Thu, Mar 08, 2018 at 09:08:49PM +0100, Bernd Walter wrote: > On Thu, Mar 08, 2018 at 08:11:31PM +0100, Bernd Walter wrote: > > This is what I have right now: > > [20]sa# cat /etc/X11/xorg.conf > > > > Section "InputDevice" > > Identifier "Touchscreen" > > Driver

Re: webcamd based touchscreen problem on Pi3

2018-03-08 Thread Oleksandr Tymoshenko
Bernd Walter (ti...@cicely7.cicely.de) wrote: > On Thu, Mar 08, 2018 at 08:11:31PM +0100, Bernd Walter wrote: > https://github.com/gonzoua/evdev-dump/tree/freebsd > ... > checking for unistd.h... yes > checking linux/input.h usability... no > checking linux/input.h presence... no > checking for

Re: webcamd based touchscreen problem on Pi3

2018-03-08 Thread Bernd Walter
On Thu, Mar 08, 2018 at 08:11:31PM +0100, Bernd Walter wrote: > This is what I have right now: > [20]sa# cat /etc/X11/xorg.conf > > Section "InputDevice" > Identifier "Touchscreen" > Driver "evdev" > Option "Device" "/dev/input/event0" > EndSection

Re: webcamd based touchscreen problem on Pi3

2018-03-08 Thread Bernd Walter
On Thu, Mar 08, 2018 at 07:30:26PM +0300, Greg wrote: > On 03/08, Hans Petter Selasky wrote: > >On 03/08/18 17:16, Bernd Walter wrote: > >>Hardware is a Raspberry Pi3 with current r330034. > >>I'm trying to run a USB touchscreen. > >>Tested wmt and uep, but neither wants to attach, although the

Re: webcamd based touchscreen problem on Pi3

2018-03-08 Thread Roberto Fernandez Cueto
Roberto Fernandez-Cueto schrieb am 08.03.2018 17:36 _ You have to explicitely tell Xorg that you want to use the touch with the layout. Something like, Section "ServerLayout" Identifier "MyLayout"

Re: webcamd based touchscreen problem on Pi3

2018-03-08 Thread Greg
On 03/08, Hans Petter Selasky wrote: On 03/08/18 17:16, Bernd Walter wrote: Hardware is a Raspberry Pi3 with current r330034. I'm trying to run a USB touchscreen. Tested wmt and uep, but neither wants to attach, although the Waveshare display I'm using is likely running an egalaxy firmware.

Re: webcamd based touchscreen problem on Pi3

2018-03-08 Thread Hans Petter Selasky
On 03/08/18 17:16, Bernd Walter wrote: Hardware is a Raspberry Pi3 with current r330034. I'm trying to run a USB touchscreen. Tested wmt and uep, but neither wants to attach, although the Waveshare display I'm using is likely running an egalaxy firmware. However webcamd accepts the device and

webcamd based touchscreen problem on Pi3

2018-03-08 Thread Bernd Walter
Hardware is a Raspberry Pi3 with current r330034. I'm trying to run a USB touchscreen. Tested wmt and uep, but neither wants to attach, although the Waveshare display I'm using is likely running an egalaxy firmware. However webcamd accepts the device and creates a /dev/input/event0. But I can't

Re: best settings for usb2 and attached disks, and sdcards

2018-03-08 Thread Bernd Walter
On Thu, Mar 08, 2018 at 07:26:11AM -0800, bob prohaska wrote: > On Thu, Mar 08, 2018 at 10:46:36AM +0100, Bernd Walter wrote: > > > > I'm currently very pleased with the SanDisk Extreme Plus micro SD > > cards. > > They are quite expensive, but behave way better with random writes. > > > I don't

Re: best settings for usb2 and attached disks, and sdcards

2018-03-08 Thread bob prohaska
On Thu, Mar 08, 2018 at 10:46:36AM +0100, Bernd Walter wrote: > > I'm currently very pleased with the SanDisk Extreme Plus micro SD > cards. > They are quite expensive, but behave way better with random writes. > I don't think I've seen Sandisk Extreme Plus devices, how do they differ from

Re: vboxvfs: Not a directory

2018-03-08 Thread Ronald Klop
Including the virtualbox port maintainer in the loop. Any thoughts? Ronald. On Sun, 04 Mar 2018 22:04:05 +0100, Ronald Klop wrote: Hi, I'm trying to use vboxfs on # uname -a FreeBSD sjakie 12.0-CURRENT FreeBSD 12.0-CURRENT #4 r329516M: Sun Feb 18 12:37:36 CET

Re: System76 Galago Pro with 8th gen CPU

2018-03-08 Thread Greg
On 03/07, Eric van Gyzen wrote: Has anyone tried -CURRENT on the latest System76 Galago Pro with an 8th gen Kaby Lake R?  All the reports I've heard, including the Laptops page on the wiki, concern systems with a 7th gen Kaby Lake. "8th gen Kaby Lake" WTF Intel, what are you doing with the

Re: best settings for usb2 and attached disks, and sdcards

2018-03-08 Thread Bernd Walter
On Wed, Mar 07, 2018 at 06:15:25AM +, John wrote: > Hi, > [cc'd to arm@ and fs@ where it's also relevant] > > I have a number of rpi3 & rpi3 machines. Usually I want to attach a usb > keydrive to them so that the sdcard isn't thrashed. They're all running > -current. usr/src and usr/ports