Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Java rendering over remote desktop

I am trying to run a java program I made in a RHEL7 server through remote desktop under windows7.

All the java programs in the server fail to render through the remote desktop. They look ok if I access to the server itself at the server place.

enter image description here

I've seen in other threads that changing the nvidia color scheme and such can help, however the server is using the default graphics.

like image 660
Santi Peñate-Vera Avatar asked Jan 29 '23 21:01

Santi Peñate-Vera


2 Answers

I figured it out:

  • When launching the remote connection, open the connection options.
  • Go to Screen
  • Go to color
  • Choose 16 bits color.

Done.

like image 130
Santi Peñate-Vera Avatar answered Feb 01 '23 12:02

Santi Peñate-Vera


When connecting to a Windows 7 machine via RDP, this worked:

  • When launching the remote connection, open the connection options;
  • Go to Display tab;
  • In Colors, choose High Color (15 bit).

The accepted answer didn't work for me, but pointed to this direction (I would post a comment, but currently I have not enough reputation).

like image 20
Rodolfo Ribeiro Avatar answered Feb 01 '23 10:02

Rodolfo Ribeiro