You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I figure out the problem. In my case we were using xrdp with xvnc on the background. All java screens were blank when connecting with Remote Desktop. The solution was to edit \etc\xrdp\xrdp.ini
[Xvnc]
name=Xvnc
lib=libvnc.so
username=ask
password=ask
ip=127.0.0.1
port=-1
xserverbpp=24 <------ The default here was 32. I changed to 24 and it worked
I found that, when I use 32b color depth connecting to xrdp session, java app are showing blank :
https://stackoverflow.com/questions/45412979/java-rendering-over-remote-desktop
The text was updated successfully, but these errors were encountered: