I have Debian 8 with XFCE running on vmware virtualization.
If I work on the console of vSphere no problems.
If I connect over VNC (thighVNC) using "my-hostname:1" I have some problems (I guess the two problems are connected):
1) If i want to to to go to "Applications Menu -> Settings -> Display" then I get the message: "Unable to start the Xfce Display Settings. This system is using RandR 1.1 For the display settings to work version 1.2 is required at least". I do NOT have this problem on the vSphere Console.
2) I installed RStudio. If I want to launch it, it get the following output on the console:
QXcbConnection: Failed to initialize XRandr
Qt:XKEYBOARD extension not presten on the X server
libGL error: No matching fbConfigs or visuals found
libGL error: failed to load driver: swrast
Unsupported screen format: depth 16, red_mask: 3f, blue_mask:f800
...
then a lot of QWidget and QPainter errors
...
and finally a segmentation fault
What is wrong?
Answers to questions below:
sduo find /usr -iname "*libGL.so*" -exec ls -l {} \;
gives:
lrwxrwxrwx 1 root root 14 Aug 19 2015 /usr/lib/x86_64-linux- gnu/libGL.so.1 -> libGL.so.1.2.0
-rw-r--r-- 1 root root 627320 Aug 19 2015 /usr/lib/x86_64-linux-gnu/libGL.so.1.2.0
AND
glxgears
gives:
libGL: OpenDriver: trying /usr/lib/x86_64-linux-gnu/dri/tls/swrast_dri.so
libGL: OpenDriver: trying /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so
libGL: Can't open configuration file /home/bioinf/.drirc: No such file or directory.
libGL: Can't open configuration file /home/bioinf/.drirc: No such file or directory.
libGL error: No matching fbConfigs or visuals found
libGL error: failed to load driver: swrast
30063 frames in 5.0 seconds = 6012.055 FPS