RoboticsAcademy icon indicating copy to clipboard operation
RoboticsAcademy copied to clipboard

Unable to run RADI with GPU acceleration

Open pariaspe opened this issue 3 years ago • 3 comments

I'm getting this error with VGL when I'm trying to run the latest RADI with GPU acceleration:

[VGL] ERROR: Could not open display /dev/dri/card0.
[WARN] [1642851485.742479]: [GAZEBO] Check timeout exceeded

Since VGL fails, Gazebo launching also fails and I can not play with the exercise. I was able to use GPU acceleration with RADI 3.1 versions.

pariaspe avatar Jan 23 '22 12:01 pariaspe

You could try to do this and see if it works. sudo nvidia-xconfig -a --allow-empty-initial-configuration --use-display-device=None \ --virtual=1920x1200 --busid {busid}

soumilbaldota avatar Mar 14 '22 02:03 soumilbaldota

Similar to (https://github.com/VirtualGL/virtualgl/issues/108#issuecomment-531851472)

soumilbaldota avatar Mar 14 '22 02:03 soumilbaldota

Hi @soumilbaldota, thanks for the suggestion but it didn't work in my system. Have you tried it?

pariaspe avatar Mar 18 '22 19:03 pariaspe

Solved in #1902. Thanks @iamarkaj !

pariaspe avatar Jan 09 '23 14:01 pariaspe