#21234 new defect
upgrade vb from 6.1.40 to 7 or fresh install vb7,vmsvga(3D) conflict with xrdp's dri3 & glamor
回報者: | sxd | 負責人: | |
---|---|---|---|
元件: | 3D support | 版本: | VirtualBox-7.0.2 |
關鍵字: | xrdp dri3 glamor vmsvga | 副本: | |
Guest type: | Linux | Host type: | all |
描述
debian11 guest on virtualbox 6.1.x, xrdp 0.9.12 support dri3 and glamor, works well with vmsvga(3D). After virtualbox is upgraded to 7.0.2 or fresh install vb7, Windows 10/11 remote desktop cannot access debian11 guest with xrdp 0.9.12. .xorgxrdp.10.log's lastline shows (EE) Server terminated with error (1).closing log file.
Temporary Solution: Modify /etc/X11/xrdp/xorg.conf #Option "DRMDevice" "/dev/dri/renderD128" Option "DRMDevice" "" or disable vmsvga(3D) or cancel the xrdp login user's access permission on /dev/dri/renderD128 (including the impact of uaccess mechanism on /dev/dri/renderD128).
更動歷史 (2)
comment:2 2 年 前 由 編輯
You are right. I did some tests again. After setting VMSVGA video memory to 128M, xrdp (with glamor) could be connected, but all the text on the menu could not be displayed, maybe it is related to xrdp. However, I also found that if "sudo apt-get purge xserver-xorg-video-vmware" and directly use modeset, the text on all menus in the vt console also could not be displayed, and the symptoms were consistent with the above xrdp.
I would suspect that this is an issue with xrdp but hard to tell without any logs...