Re: keyboard layout variant won't stick (resets when new devices plug in, and on startup)

2016-11-28 Thread Timo Paulssen
Hi, On 28/11/16 06:15, Peter Hutterer wrote: > what DE are you using? any chance it's overwriting your setting? > Cheers, >Peter > Wow, you're absolutely right! I'm using XFCE4 and its keyboard config has "use system defaults" set to "on" on my desktop, but to "off" on my laptop. Now I'm pre

Re: Question about X on the arm's.

2016-11-28 Thread Gene Heskett
On Monday 28 November 2016 07:31:07 Thomas Lübking wrote: > On Sun, Nov 27, 2016 at 07:29:14PM -0500, Gene Heskett wrote: > >Okay anyone, I've had 3 or 4 folks over the last 36 hours claim that > > X is its own forwarding agent, why am I even using ssh? saying I'm > > not needing ssh at all. > > p

Re: Question about X on the arm's.

2016-11-28 Thread Gene Heskett
On Monday 28 November 2016 08:49:03 Gene Heskett wrote: > On Monday 28 November 2016 07:31:07 Thomas Lübking wrote: > > On Sun, Nov 27, 2016 at 07:29:14PM -0500, Gene Heskett wrote: > > >Okay anyone, I've had 3 or 4 folks over the last 36 hours claim > > > that X is its own forwarding agent, why a

Re: Question about X on the arm's.

2016-11-28 Thread Alan Coopersmith
On 11/27/16 04:29 PM, Gene Heskett wrote: Okay Alan, I've had 3 or 4 folks over the last 36 hours claim that X is its own forwarding agent, why am I even using ssh? saying I'm not needing ssh at all. X can connect directly, but without the encryption & compression that ssh adds when it acts as

Re: Question about X on the arm's.

2016-11-28 Thread Gene Heskett
On Monday 28 November 2016 13:12:03 Alan Coopersmith wrote: > On 11/27/16 04:29 PM, Gene Heskett wrote: > > Okay Alan, I've had 3 or 4 folks over the last 36 hours claim that X > > is its own forwarding agent, why am I even using ssh? saying I'm not > > needing ssh at all. > > X can connect direct

Re: Question about X on the arm's.

2016-11-28 Thread The Rasterman
On Mon, 28 Nov 2016 08:49:03 -0500 Gene Heskett said: > On Monday 28 November 2016 07:31:07 Thomas Lübking wrote: > > > On Sun, Nov 27, 2016 at 07:29:14PM -0500, Gene Heskett wrote: > > >Okay anyone, I've had 3 or 4 folks over the last 36 hours claim that > > > X is its own forwarding agent, why

What does this backtrace mean?

2016-11-28 Thread Alex Villacís Lasso
I have this computer (Acer Aspire One ZG5 using Fedora 25 32-bits) where the backtrace shown below appears every single time the machine boots. What does it mean? Should I be worried about it? Last seen on kernel version 4.8.8. [4.521679] checking generic (4000 1e) vs hw (4000

XOpenDisplay call sequence

2016-11-28 Thread Krzywicki, Alan
So if I follow the XOpenDisplay sequence up the stack I see xcb_connect() / _xcb_open_abstract( ) trying to open "/tmp/.X11-unix/X0" with protocol set to 0. On one system it eventually calls select(), on another it uses poll() instead, so it is looking for a response. Once in a while it takes

Re: Question about X on the arm's.

2016-11-28 Thread Thomas Lübking
On Mon, Nov 28, 2016 at 11:15:52AM -0500, Gene Heskett wrote: remove the '-nolisten tcp' from its launch of exec /usr/bin/X "$@" in xinit/xserverrc, and that would enable it, no one else has said to just remove the "no". What would be the nmap line to show that it is indeed listening? Well, th

Re: Question about X on the arm's.

2016-11-28 Thread Thomas Lübking
On Sun, Nov 27, 2016 at 07:29:14PM -0500, Gene Heskett wrote: Okay anyone, I've had 3 or 4 folks over the last 36 hours claim that X is its own forwarding agent, why am I even using ssh? saying I'm not needing ssh at all. pass it "-listen tcp", it should open a connection on port 6000+n (where

Re: Question about X on the arm's.

2016-11-28 Thread The Rasterman
On Mon, 28 Nov 2016 17:03:17 -0500 Gene Heskett said: > On Monday 28 November 2016 13:12:03 Alan Coopersmith wrote: > > > On 11/27/16 04:29 PM, Gene Heskett wrote: > > > Okay Alan, I've had 3 or 4 folks over the last 36 hours claim that X > > > is its own forwarding agent, why am I even using ss

Re: Question about X on the arm's.

2016-11-28 Thread Antoine Martin
On 29/11/16 05:03, Gene Heskett wrote: > On Monday 28 November 2016 13:12:03 Alan Coopersmith wrote: > >> On 11/27/16 04:29 PM, Gene Heskett wrote: >>> Okay Alan, I've had 3 or 4 folks over the last 36 hours claim that X >>> is its own forwarding agent, why am I even using ssh? saying I'm not >>>

Re: Question about X on the arm's.

2016-11-28 Thread Antoine Martin
On 29/11/16 07:57, Carsten Haitzler (The Rasterman) wrote: > On Mon, 28 Nov 2016 17:03:17 -0500 Gene Heskett said: > >> On Monday 28 November 2016 13:12:03 Alan Coopersmith wrote: >> >>> On 11/27/16 04:29 PM, Gene Heskett wrote: Okay Alan, I've had 3 or 4 folks over the last 36 hours claim t

Re: Question about X on the arm's.

2016-11-28 Thread The Rasterman
On Tue, 29 Nov 2016 09:43:54 +0700 Antoine Martin said: > On 29/11/16 07:57, Carsten Haitzler (The Rasterman) wrote: > > On Mon, 28 Nov 2016 17:03:17 -0500 Gene Heskett said: > > > >> On Monday 28 November 2016 13:12:03 Alan Coopersmith wrote: > >> > >>> On 11/27/16 04:29 PM, Gene Heskett wrote

Re: Question about X on the arm's.

2016-11-28 Thread Antoine Martin
On 29/11/16 10:28, Carsten Haitzler (The Rasterman) wrote: > On Tue, 29 Nov 2016 09:43:54 +0700 Antoine Martin > said: > >> On 29/11/16 07:57, Carsten Haitzler (The Rasterman) wrote: >>> On Mon, 28 Nov 2016 17:03:17 -0500 Gene Heskett said: >>> On Monday 28 November 2016 13:12:03 Alan Coop

Re: Question about X on the arm's.

2016-11-28 Thread Gene Heskett
On Monday 28 November 2016 18:11:29 Thomas Lübking wrote: > On Mon, Nov 28, 2016 at 11:15:52AM -0500, Gene Heskett wrote: > >> remove the '-nolisten tcp' from its launch of > >> exec /usr/bin/X "$@" > >> in xinit/xserverrc, and that would enable it, no one else has said > >> to just remove the "no

Re: Question about X on the arm's.

2016-11-28 Thread Gene Heskett
On Monday 28 November 2016 21:43:54 Antoine Martin wrote: > On 29/11/16 07:57, Carsten Haitzler (The Rasterman) wrote: > > On Mon, 28 Nov 2016 17:03:17 -0500 Gene Heskett said: > >> On Monday 28 November 2016 13:12:03 Alan Coopersmith wrote: > >>> On 11/27/16 04:29 PM, Gene Heskett wrote: >

Re: Question about X on the arm's.

2016-11-28 Thread Gene Heskett
On Monday 28 November 2016 22:58:37 Antoine Martin wrote: > On 29/11/16 10:28, Carsten Haitzler (The Rasterman) wrote: > > On Tue, 29 Nov 2016 09:43:54 +0700 Antoine Martin said: > >> On 29/11/16 07:57, Carsten Haitzler (The Rasterman) wrote: > >>> On Mon, 28 Nov 2016 17:03:17 -0500 Gene Heskett

Re: Question about X on the arm's.

2016-11-28 Thread Alan Coopersmith
On 11/28/16 07:58 PM, Antoine Martin wrote: Even 100mbit is perfectly usable for remote access provided you use the right tools and make some sacrifices. FYI: 4K@60 "fits" in H264 ~60Mbps. But again, as I said above, just don't expect to handle fullscreen video on arm where *we* don't support har