If you are using RStudio on Linux on a Wayland compositor and you have a HiDPI monitor, you might be wondering why it's all blurry. I have some good news for you. I've been trying to get it to work for a while too and I finally did today.

From terminal, run RStudio using:
`rstudio --disable-gpu --enable-features=UseOzonePlatform --ozone-platform=wayland`

For more information see:
https://github.com/rstudio/rstudio/issues/11962#issuecomment-1364452301

#RStudio #Wayland #Linux #HiDPI

HiDPI support on Wayland on RStudio electron · Issue #11962 · rstudio/rstudio

Currently RStudio electron works without workarounds on wayland, however, it doesn't support HiDPI monitors, and renders them blurry. From my understanding electron apps may support "--ena...

GitHub