So I installed Fedora 34 in KVM (ubuntu 20.04 host) to check out gnome-4.0. It works well except the hot corner and edges don't work ( because they are in conflict with those effects of the host?, say you go the hot corner, it activates it in the host, host DE is unity but it has similar hot corners and edge effects) I tried to uninstall spice-vdagent in guest to disable mouse integration but then the screen resolution become vastly reduced (I guess, spice-vdagent is kind of like guest additions in VirtualBox) and the corner still doesn't work.
In the guest
And by way of testing the graphics in the guest, I installed the gnome-shell compiz extension and 'wobbly windows' does work (actually that is the only compiz effect in the extension out of the box), the blur background extension also works (strangely that doesn't work in the host with gnome-shell 3 since it doesn't play well with the Nvidia card)
Is there a way to configure the VM so that the corners work in the guest?
Thanks.
Edited: I mistakenly chose the wrong tag, host OS is Ubuntu, not Lubuntu, don't know how to change that.
In the guest
Code:
[monkeybrain@fedora ~]$ glxinfo | grep OpenGL
OpenGL vendor string: Mesa/X.org
OpenGL renderer string: llvmpipe (LLVM 12.0.0, 256 bits)
OpenGL core profile version string: 4.5 (Core Profile) Mesa 21.1.3
OpenGL core profile shading language version string: 4.50
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL core profile extensions:
OpenGL version string: 3.1 Mesa 21.1.3
OpenGL shading language version string: 1.40
OpenGL context flags: (none)
OpenGL extensions:
OpenGL ES profile version string: OpenGL ES 3.2 Mesa 21.1.3
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20
OpenGL ES profile extensions:
Code:
[monkeybrain@fedora ~]$ glxinfo | grep render
direct rendering: Yes
GLX_MESA_query_renderer, GLX_MESA_swap_control, GLX_OML_swap_method,
GLX_EXT_visual_rating, GLX_MESA_copy_sub_buffer, GLX_MESA_query_renderer,
Extended renderer info (GLX_MESA_query_renderer):
OpenGL renderer string: llvmpipe (LLVM 12.0.0, 256 bits)
GL_ARB_compute_shader, GL_ARB_conditional_render_inverted,
GL_NV_conditional_render, GL_NV_copy_image, GL_NV_depth_clamp,
GL_ARB_conditional_render_inverted, GL_ARB_conservative_depth,
GL_NV_conditional_render, GL_NV_copy_depth_to_color, GL_NV_copy_image,
GL_EXT_render_snorm, GL_EXT_robustness, GL_EXT_sRGB_write_control,
GL_MESA_shader_integer_functions, GL_NV_conditional_render,
GL_OES_element_index_uint, GL_OES_fbo_render_mipmap,
Is there a way to configure the VM so that the corners work in the guest?
Thanks.
Edited: I mistakenly chose the wrong tag, host OS is Ubuntu, not Lubuntu, don't know how to change that.