Re: One (Intel) GPU multiseat without Xephyr/Xnest, with a Xorg server per output

2018-09-19 Thread Troll Berserker
On 18/09/18 19:10, Adam Jackson wrote: On Tue, 2018-09-18 at 18:28 +0300, Troll Berserker wrote: Is it possible? No. Yes, with DRM Leases. Although there is no production ready solution. ___ xorg@lists.x.org: X.Org support Archives:

Re: Black screen, UI lock up, when starting Xserver,

2018-09-19 Thread Adam Jackson
On Wed, 2018-09-19 at 06:53 +0100, John Talbut wrote: > OK Adam, thanks for the suggestion about ssh, which I have now got working. > > So, I boot to runlevel 3, log into tty1 as root and run 'X -retro' the > UI locks up. The keyboard is completely unresponsive. > > However, I can see using ssh

ANN: xterm-336

2018-09-19 Thread Thomas Dickey
Files: ftp://ftp.invisible-island.net/xterm/current/xterm-336.tgz ftp://ftp.invisible-island.net/xterm/current/xterm-336.tgz.asc ftp://ftp.invisible-island.net/xterm/patches/xterm-336.patch.gz ftp://ftp.invisible-island.net/xterm/patches/xterm-336.patch.gz.asc

[Bug 107992] New: xf86-video-amdgpu-18.1.0: video freezes in firefox

2018-09-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=107992 Bug ID: 107992 Summary: xf86-video-amdgpu-18.1.0: video freezes in firefox Product: xorg Version: unspecified Hardware: Other OS: All Status: NEW

[Bug 107992] xf86-video-amdgpu-18.1.0: video freezes in firefox

2018-09-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=107992 Alexander Tsoy changed: What|Removed |Added Attachment #141654|text/x-log |text/plain mime type|

Re: Sharing a KMS device

2018-09-19 Thread Troll Berserker
On 19/09/18 17:54, Keith Packard wrote: Pekka Paalanen writes: Hi Keith, sorry to bump in, but do you mean that a lessee doing drmDropMaster() will both succeed and drop master also for the lessor (and recursively through the whole leasing tree up and down as a consequence)? If that call

Re: Sharing a KMS device

2018-09-19 Thread Troll Berserker
On 19/09/18 18:12, Troll Berserker wrote: BTW, what is 'mastern'? (DRM_DEBUG_LEASE("Attempt to drop lessee %d as mastern", file_priv->master->lessee_id);) Sry, it is already fiexed. ___ xorg-devel@lists.x.org: X.Org development Archives:

Re: Sharing a KMS device

2018-09-19 Thread Keith Packard
Pekka Paalanen writes: > Hi Keith, > > sorry to bump in, but do you mean that a lessee doing drmDropMaster() > will both succeed and drop master also for the lessor (and recursively > through the whole leasing tree up and down as a consequence)? If that call weren't disabled for lessees, then

Re: Sharing a KMS device

2018-09-19 Thread Pekka Paalanen
On Tue, 18 Sep 2018 16:42:37 -0700 "Keith Packard" wrote: > Troll Berserker writes: > > > Hmm. I see that drmDropMaster became conditional: > > > > if (!ms->fd_passed) > > drmDropMaster(ms->fd); > > That's actually a fix which is necessary so that the lessee doesn't give >