akarl10
akarl10
Remmina probably will have such a setting version 1.4.26 see https://github.com/FreeRDP/Remmina/commit/ba5c6cec5b4df72d372b4a12af5e235412a16a35
I've made some experiments with this branch with different hardware configurations and same compile (built on a custom ppa) What I discovered is that if lrandr is enabled non nvidia...
I discovered why lrandr crashes if not used with an nvidia gpu: rdpKeyboard:rdpkeybPlug calls xorgxrdpCheckWrap. This one set xf86DriverList[0]->PciProbe if the x driver is NVIDIA. xorgxrdpPciProbe calls xorgxrdpWrapPreIntScreenInit that sets...
> Yeah, it's quite possible DES didn't use keyed checksums, perhaps. But... we definitely need to get onto this before insecure workarounds start floating around on Reddit. I tried this...
I had a similar issue lately. Something is loading the "modesetting" driver. I fixed that by removing the package that did that (don't remember exactly, but for me clearly not...
I would like to add something: On a other system (intel gpu) I added something to /etc/X11/xorg.conf.d/ to force the modesetting driver for my gpu on the physical display (something...
I think you need to add `GPUDevice ""` to you xrdp/xorg.conf You should probably revert the changes you have done in the files in xorg.conf.d I think this xorg.conf file...
you could try to unmask xrdp with `systemctl unmask xrdp.service`, but usually a service does not get masked "randomly", something must have done this
@piez0r you say you use KDE Plasma: did plasmashell block also after login or was there no issue? When I was hit by a thinclient_drive lockup issue that was because...
the reason why I mentioned the clipboard thing is because afaik chansrv is single threaded and if it blocks the whole filesystem is blocked. Anything that does interacts with thinclient_drive...