rsdtudio desktop does not start

Im unable to start rstudio desktop.

this is the error im getting when i execute "rstudio" from terminal (ubuntu16.04)

root@matlab_booster:~# rstudio
qt.qpa.xcb: failed to initialize XRandr
qt.qpa.xcb: XKeyboard extension not present on the X server
QStandardPaths: wrong ownership on runtime directory /run/user/1001, 1001 instead of 0
qt.glx: qglx_findConfig: Failed to finding matching FBConfig (5 6 5 0)
qt.glx: qglx_findConfig: Failed to finding matching FBConfig (1 6 5 0)
qt.glx: qglx_findConfig: Failed to finding matching FBConfig (1 1 5 0)
qt.glx: qglx_findConfig: Failed to finding matching FBConfig (1 1 1 0)
qt.glx: qglx_findConfig: Failed to finding matching FBConfig (1 1 1 0)
qt.glx: qglx_findConfig: Failed to finding matching FBConfig (5 6 5 0)
qt.glx: qglx_findConfig: Failed to finding matching FBConfig (1 6 5 0)
qt.glx: qglx_findConfig: Failed to finding matching FBConfig (1 1 5 0)
qt.glx: qglx_findConfig: Failed to finding matching FBConfig (1 1 1 0)
qt.glx: qglx_findConfig: Failed to finding matching FBConfig (1 1 1 0)
Could not initialize GLX
Aborted (core dumped)

Can you tell us a bit more about your environment? This seems potentially like an issue with your system's display drivers.

Do you have any better luck with software rendering? See https://support.rstudio.com/hc/en-us/articles/360017886674-Troubleshooting-RStudio-Rendering-Errors for more information.

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.