kitty will not start under ubuntu 20.04 under virtualbox #4241
Replies: 4 comments 3 replies
-
As far as I can remember, VirtualBox does not have OpenGL 3.3 support. Try the following environment variables. LIBGL_ALWAYS_SOFTWARE=true GALLIUM_DRIVER=llvmpipe kitty https://docs.mesa3d.org/drivers/llvmpipe.html |
Beta Was this translation helpful? Give feedback.
-
@page-down when I reboot virtual box, kitty does not open. I have to rerun the command again and only I can launch kitty from the terminal. Is there any way to set that permanent ? |
Beta Was this translation helpful? Give feedback.
-
I haven't consider that option. What would be the difference ? |
Beta Was this translation helpful? Give feedback.
-
That sounds pretty good! I have never done the ssh connection to a VM so I’ll have to search for it and see how I can do that. |
Beta Was this translation helpful? Give feedback.
-
I run ubuntu 20.04 under virtualbox on a Windows 10 host. Trying to run kitty, I get the GLFW error reported elsewhere:
Failed to create GLFW temp window!
The solution for which seems to be "Install at least v3.3 of OpenGL for kitty to use". I would gladly install the necessary OpenGL version, but need some guidance on what packages that means I need to install.
glxinfo reports this for the OpenGL settings on the ubuntu system running under virtualbox:
OpenGL vendor string: VMware, Inc.
OpenGL renderer string: SVGA3D; build: RELEASE; LLVM;
OpenGL version string: 2.1 Mesa 21.0.3
OpenGL shading language version string: 1.20
OpenGL extensions:
OpenGL ES profile version string: OpenGL ES 2.0 Mesa 21.0.3
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 1.0.16
OpenGL ES profile extensions:
Is there an environment variable or config file setting that would let kitty run in this setup without any further software installed?
I also see that the kitty version supplied with ubuntu 20.04 is 0.15.0, is there a repository from which I could use apt install to upgrade that to a newer version?
Any help or advice appreciated.
Peter
Beta Was this translation helpful? Give feedback.
All reactions