You are not logged in.
Pages: 1
Hi all,
I have installed Arch Linux on Virtual Box.
The current desktop environment is KDE.
I experience a strange behaviour with mouse pointer refresh.
Precisely, the operating system do not update mouse pointer when I move around desktop controls.
If I take a screenshot through PC the pointer is shown as expected but really is not.
Thank you!
Offline
Which graphics plugin and is 3D support enabled/guest-utils installed? Is this a Wayland or a Xorg session? Try exporting KWIN_FORCE_SW_CURSOR=1 like in this thread: https://bbs.archlinux.org/viewtopic.php?id=282219
Last edited by V1del (2023-03-30 12:21:23)
Offline
Hi,
thanks for the response.
The problem arises only with Wayland. I have tried now Xorg and it is fine.
3D support is disabled.
Graphics plugin: VMSVGA
Guest utils are installed.
Based on thread the file path "/home/<my_username>/.config/plasma-workspace/env/kwin_vars.sh" is not present.
Here is what I have on .config folder:
- plasma-localerc
- plasma-org.kde.plasma.desktop-appletsrc
- plasmashellrc
- plasmanotifyrc
- plasmarc
- plasma-welcomerc
The variable KWIN_FORCE_SW_CURSOR is not set on system.
Thanks
Offline
You can create that file with that variable exported and make it executable. Generally speaking Wayland absolutely requires some form of 3D acceleration so this might fix itself if you enable that.
Last edited by V1del (2023-03-30 16:02:14)
Offline
Hi,
the problem has been solved applying the following operations:
1. Enable 3D accelaration on Virtual Box settings
2. Creating the script "/home/<my_username>/.config/plasma-workspace/env/kwin_vars.sh" and make it executable.
On the other hand these operations create two major NEW problems as a consequence:
A. the background wallpaper is always black (before It was ok)
B. Cursor movement do not follow very well hand movement.
I would to highlight that the display's scaling set is 150% because I am using a 4K display
Thanks until now!
Offline
Try to drop the script/remove the export, but you still need to generally be aware that you are running in a virtual machine with a virtual GPU and performance will in general not be representative of what it would be if you ran it on bare metal.
Offline
Pages: 1