Right now the main thread is only responsible for anything input related
and the render thread only looks at this one event that caused troubles.
So far I did not encounter any problems I did not see in
single-connection cases too.
I'll take the warning into account. But without render thread no
s
On 2020-01-20 6:37 a.m., Danie Wessels wrote:
> On 17/01/2020 13:16, Michel Dänzer wrote:
>> On 2020-01-16 10:49 p.m., Danie Wessels wrote:
>>> Hi
>>>
>>> I have just upgraded Centos 7 to 8 on this same hardware and previous
>>> gnome installation was fine with 1920x1200 resolution on the HP LP2465
On 17/01/2020 13:16, Michel Dänzer wrote:
On 2020-01-16 10:49 p.m., Danie Wessels wrote:
Hi
I have just upgraded Centos 7 to 8 on this same hardware and previous
gnome installation was fine with 1920x1200 resolution on the HP LP2465
(24" ) monitor. (BTW: Upgrade did not go smooth due to insuffi
On Sun, 19 Jan 2020 19:05:58 +0100 Roland Plüss said:
> In many cases I can do it purely on the render thread only if this
> helps. If though a toolkit is involved (FOX in this case) then I need to
> "inject" the render window.
>
> I can prevent synchronization issues easily if this is required