You are not logged in.
Hello!
When I installed updates yesterday (with "pacman -Syu") - after reboot the screen became quickly corrupted and unusable (I have screenshots, but I don't know how to post them).
This simple downgrade from xf86-video-vmware-13.4.0-2 to xf86-video-vmware-13.4.0-1 fixes problem for me:
pacman -U /var/cache/pacman/pkg/xf86-video-vmware-13.4.0-1-x86_64.pkg.tar.zst
reboot
Environment:
AarchLinux: XFCE4 + Xorg
running under VirtualBox 7.0.10/Windows 10
VirtualBox uses display: VMSVGA + 3D acceleration enabled.
Is anybody else experiencing same issue?
Last edited by humanp (2024-04-09 06:14:50)
Offline
Additional information:
When problematic version is installed (xf86-video-vmware 13.4.0-2) there are these additional errors in /var/log/Xorg.0.log:
[ 5.346] (EE) Failed to load /usr/lib/xorg/modules/drivers/vmware_drv.so: /usr/lib/xorg/modules/drivers/vmware_drv.so: undefined symbol: vgaHWGetIndex
[ 5.346] (EE) Failed to load module "vmware" (loader failed, 0)
Here is output "inxi -G" for correctly working driver (13.4.0-1 release):
Graphics:
Device-1: VMware SVGA II Adapter driver: vmwgfx v: 2.20.0.0
Display: server: X.org v: 1.21.1.12 with: Xwayland v: 23.2.5 driver: X: loaded: vmware
unloaded: modesetting,vesa dri: vmwgfx gpu: vmwgfx tty: 113x24
API: EGL v: 1.4,1.5 drivers: swrast,vmwgfx platforms: gbm,surfaceless,device
API: OpenGL v: 4.5 compat-v: 4.1 vendor: mesa v: 24.0.4-arch1.2 note: console (EGL sourced)
renderer: SVGA3D; build: RELEASE; LLVM;, llvmpipe (LLVM 17.0.6 256 bits)
And here is diff (old correct driver 13.4.0-1 release, new incorrect driver 13.4.0-2 release):
< Display: server: X.org v: 1.21.1.12 with: Xwayland v: 23.2.5 driver: X: loaded: vmware
< unloaded: modesetting,vesa dri: vmwgfx gpu: vmwgfx tty: 113x24
---
> Display: server: X.org v: 1.21.1.12 with: Xwayland v: 23.2.5 driver: X: loaded: modesetting
> unloaded: vesa failed: vmware dri: vmwgfx gpu: vmwgfx tty: 113x24
Offline
Is anybody else experiencing same issue?
Yes, I can confirm the issue. I am running VMware Workstation 17 and an Arch Guest.
Offline
Confirmed, using Arch guest w/ openbox and X.
Problems:
- Autoresize doesn't work any more
- Text is invisible eg in terminal, some icons invisible on XFCE4 panel and status tray with 3D acceleration on, but all good with 3D acceleration off on host machine (though obviously not an optimal solution).
Same effect as uninstalling wmare driver completely on VM.
All problems solved by downgrading to xf86-video-vmware-13.4.0-1 from -2.
Offline
Thanks for your feedback!
I reported issue here: https://gitlab.archlinux.org/archlinux/ … -/issues/2
Offline
The maintainer has posted a new release, seems to work fine now.
Offline
Confirmed! Upgrading to latest xf86-video-vmware-13.4.0-3 fixes this bug.
Offline