Lines Matching +full:libxrandr +full:- +full:dev
8 hardware-accelerated 3D. VMware Workstation running on Linux or Windows
14 - The vmwgfx kernel module version 2.20 or later
15 - The VM needs to be configured to hardware version 20 or later.
16 - MESA 22.0 or later should be installed.
27 ----------
31 - Linux kernel module: vmwgfx
32 - User-space libdrm library
33 - Mesa/Gallium OpenGL driver: "svga"
37 `Fusion or Workstation <https://www.vmware.com/products/desktop-hypervisor/workstation-and-fusion>`…
40 -------------
42 - vmwgfx Kernel module version at least 2.20
43 - Ubuntu: For Ubuntu you need to install a number of build
48 sudo apt-get install autoconf automake libtool flex bison zstd
49 sudo apt-get install build-essential g++ git
50 sudo apt-get install libexpat1-dev libpciaccess-dev \
51 libpthread-stubs0-dev \
52 libudev-dev libx11-xcb-dev \
53 libxcb-dri2-0-dev libxcb-dri3-dev
54 sudo apt-get install libxcb-glx0-dev libxcb-present-dev \
55 libxcb-shm0-dev libxcb-xfixes0-dev
56 sudo apt-get install libxdamage-dev libxext-dev \
57 libxfixes-dev libxkbcommon-dev
58 sudo apt-get install libxml2-dev libxrandr-dev \
59 libxshmfence-dev libxxf86vm-dev
60 sudo apt-get install mesa-utils meson ninja-build \
61 pkg-config python3-mako python3-setuptools
62 sudo apt-get install x11proto-dri2-dev x11proto-gl-dev \
63 xutils-dev libglvnd-dev
69 ------------------------------
78 - Mesa/Gallium main branch. This code is used to build libGL, and the
87 - libdrm, a user-space library that interfaces with DRM. Most
97 -----------------
99 - Determine where the GL-related libraries reside on your system and
106 export LIBDIR=/usr/lib/x86_64-linux-gnu
109 - Build libdrm:
114 meson builddir --prefix=/usr --libdir=${LIBDIR}
115 meson compile -C builddir
116 sudo meson install -C builddir
119 - Build Mesa:
124 …meson builddir -Dvulkan-drivers= -Dgallium-drivers=svga -Ddri-drivers= -Dglvnd=enabled -Dglvnd-ven…
126 meson compile -C builddir
127 sudo meson install -C builddir
138 -----------------------
151 - Make sure the VM uses hardware version 20 or later.
152 - Make sure the vmwgfx kernel module is version 2.20.0 or later.
153 - Check the vmware.log file for errors.