Search found 5 matches

by juhel
01 May 2024, 16:40
Forum: Bug reports
Topic: OpenGL problem with Ubuntu 22.04 and x2go
Replies: 0
Views: 428

OpenGL problem with Ubuntu 22.04 and x2go

Hi, On Ubuntu 22.04, I've installed x2go server and the Coppelia software. When I run Coppelia directly on the server, it works : phil@DL:/usr/local/CoppeliaSim_Edu_V4_6_0_rev18_Ubuntu22_04$ ./coppeliaSim [CoppeliaSimClient] loading the CoppeliaSim library... [CoppeliaSimClient:loadinfo] done. [Copp...
by juhel
25 Apr 2024, 10:29
Forum: Bug reports
Topic: Pb of refresh through remote connexion
Replies: 3
Views: 718

Re: Pb of refresh through remote connexion

I solved my problem.

The reason was due to this line in .bashrc file :

export QT_XCB_GL_INTEGRATION=none

I remove it and now it works!

Philippe
by juhel
24 Apr 2024, 16:36
Forum: Bug reports
Topic: Pb of refresh through remote connexion
Replies: 3
Views: 718

Pb of refresh through remote connexion

Hi, On Ubuntu 22.04, when I run ./coppeliaSim, there's a problem of resfresh on the Scene panel. https://dev2.icam.fr/toulouse/GEI/phil/coppelia.png It occurs only when I access to Coppelia through a remote connexion with X2Go or Reminna (with VNC protocol). If I run Coppelia on the Ubuntu computer,...
by juhel
24 Nov 2020, 21:26
Forum: Bug reports
Topic: Difference in simxGetVisionSensorDepthBuffer results between 2 computers
Replies: 2
Views: 5680

Re: Difference in simxGetVisionSensorDepthBuffer results between 2 computers

Yes, you're right because on one computer, I've a NVIDIA GPU 2080 but not on the other one.

Regards.
by juhel
24 Nov 2020, 15:11
Forum: Bug reports
Topic: Difference in simxGetVisionSensorDepthBuffer results between 2 computers
Replies: 2
Views: 5680

Difference in simxGetVisionSensorDepthBuffer results between 2 computers

Hi, I've written this small program : from simulation import vrep import numpy as np vrep.simxFinish(-1) # Just in case, close all opened connections sim_client = vrep.simxStart('127.0.0.1', 19997, True, True, 5000, 5) # Connect to V-REP on port 19997 sim_ret, cam_handle = vrep.simxGetObjectHandle(s...