FS#52895 - [lib32-mesa] missing vmware/vmwgfx/svga driver

Attached to Project: Community Packages
Opened by (dantmnf) - Wednesday, 08 February 2017, 10:53 GMT
Last edited by Laurent Carlier (lordheavy) - Monday, 13 February 2017, 07:57 GMT
Task Type Feature Request
Category Packages: Multilib
Status Closed
Assigned To Laurent Carlier (lordheavy)
Architecture x86_64
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description: vmwgfx_dri.so is missing in the package lib32-mesa, which is present in package mesa


Additional info:
* package version(s)
* config and/or log files etc.


Steps to reproduce:
1. install lib32-mesa-demos
2.
% glxinfo | grep 'OpenGL renderer'
OpenGL renderer string: Gallium 0.4 on SVGA3D; build: RELEASE; LLVM;
% glxinfo32 | grep 'OpenGL renderer'
libGL error: unable to load driver: vmwgfx_dri.so
libGL error: driver pointer missing
libGL error: failed to load driver: vmwgfx
OpenGL renderer string: Gallium 0.4 on llvmpipe (LLVM 3.9, 256 bits)

It seems fine when I rebuild the package with --with-gallium-drivers=...,svga

--- b/PKGBUILD 2017-02-08 18:48:52.179555048 +0800
+++ a/PKGBUILD 2017-02-08 18:48:44.832458180 +0800
@@ -47,7 +47,7 @@
--prefix=/usr \
--sysconfdir=/etc \
--with-dri-driverdir=/usr/lib32/xorg/modules/dri \
- --with-gallium-drivers=r300,r600,radeonsi,nouveau,swrast,virgl \
+ --with-gallium-drivers=r300,r600,radeonsi,nouveau,swrast,virgl,svga \
--with-dri-drivers=i915,i965,r200,radeon,nouveau,swrast \
--with-egl-platforms=x11,drm,wayland \
--with-vulkan-drivers=intel,radeon \

This task depends upon

Closed by  Laurent Carlier (lordheavy)
Monday, 13 February 2017, 07:57 GMT
Reason for closing:  Implemented
Additional comments about closing:  lib32-mesa-13.0.4-2

Loading...