How To Install VirtualGL on Fedora 36
Introduction
In this tutorial we learn how to install VirtualGL
on Fedora 36.
What is VirtualGL
VirtualGL is a toolkit that allows most Unix/Linux OpenGL applications to be remotely displayed with hardware 3D acceleration to thin clients, regardless of whether the clients have 3D capabilities, and regardless of the size of the 3D data being rendered or the speed of the network. Using the vglrun script, the VirtualGL “faker” is loaded into an OpenGL application at run time. The faker then intercepts a handful of GLX calls, which it reroutes to the server’s X display (the “3D X Server”, which presumably has a 3D accelerator attached.) The GLX commands are also dynamically modified such that all rendering is redirected into a Pbuffer instead of a window. As each frame is rendered by the application, the faker reads back the pixels from the 3D accelerator and sends them to the “2D X Server” for compositing into the appropriate X Window. VirtualGL can be used to give hardware-accelerated 3D capabilities to VNC or other X proxies that either lack OpenGL support or provide it through software rendering. In a LAN environment, VGL can also be used with its built-in high-performance image transport, which sends the rendered 3D images to a remote client (vglclient) for compositing on a remote X server. VirtualGL also supports image transport plugins, allowing the rendered 3D images to be sent or captured using other mechanisms. VirtualGL is based upon ideas presented in various academic papers on this topic, including “A Generic Solution for Hardware-Accelerated Remote Visualization” (Stegmaier, Magallon, Ertl 2002) and “A Framework for Interactive Hardware Accelerated Remote 3D-Visualization” (Engel, Sommer, Ertl 2000.)
We can use yum
or dnf
to install VirtualGL
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install VirtualGL.
Install VirtualGL on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install VirtualGL
using dnf
by running the following command:
sudo dnf -y install VirtualGL
Install VirtualGL on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install VirtualGL
using yum
by running the following command:
sudo yum -y install VirtualGL
How To Uninstall VirtualGL on Fedora 36
To uninstall only the VirtualGL
package we can use the following command:
sudo dnf remove VirtualGL
VirtualGL Package Contents on Fedora 36
/usr/bin/cpustat
/usr/bin/glreadtest
/usr/bin/glxspheres
/usr/bin/nettest
/usr/bin/tcbench
/usr/bin/vglclient
/usr/bin/vglconfig
/usr/bin/vglconnect
/usr/bin/vglgenkey
/usr/bin/vgllogin
/usr/bin/vglrun
/usr/bin/vglserver_config
/usr/bin/vglxinfo
/usr/lib/.build-id
/usr/lib/.build-id/16
/usr/lib/.build-id/16/55e5c8f4612fe0a3ea56d4fe1a0847fe2c2a14
/usr/lib/.build-id/22
/usr/lib/.build-id/22/7c0c73c0ac03edfd309ba43229c8a23b758b67
/usr/lib/.build-id/26
/usr/lib/.build-id/26/3e93c1cd7eaa3c0d34a85bdab14b36866ffbd9
/usr/lib/.build-id/29
/usr/lib/.build-id/29/5f8ff49e013ba64259a56db9d9cea6842dfa80
/usr/lib/.build-id/2a
/usr/lib/.build-id/2a/423eaf401be2c9adfc0d3705c5bdd5f2465f3f
/usr/lib/.build-id/4b
/usr/lib/.build-id/4b/d8a8b1ac5ff16909e7c5324505f68cad7fff7b
/usr/lib/.build-id/4c
/usr/lib/.build-id/4c/f65860c9e129ddde7547f09adbb52b4a12dff9
/usr/lib/.build-id/51
/usr/lib/.build-id/51/f4e3cbcae67492c01e26e5ae76500ad9bf2d4f
/usr/lib/.build-id/61
/usr/lib/.build-id/61/dee64d7b44feb477f2d60a990d1b7bccbbf122
/usr/lib/.build-id/7e
/usr/lib/.build-id/7e/7dbee9b81ccdcf38269abb6d3466ebefeecbcf
/usr/lib/.build-id/8e
/usr/lib/.build-id/8e/8455c72188a0b35865e5f77d9a58173c93d1d7
/usr/lib/.build-id/ab
/usr/lib/.build-id/ab/3fab809a73c56f592f1a4637e4ccb30c228f32
/usr/lib/.build-id/c8
/usr/lib/.build-id/c8/74946e2426d6a07a5984e3ccb44d256e8e314a
/usr/lib/VirtualGL
/usr/lib/VirtualGL/libdlfaker.so
/usr/lib/VirtualGL/libgefaker.so
/usr/lib/VirtualGL/libvglfaker-nodl.so
/usr/lib/VirtualGL/libvglfaker-opencl.so
/usr/lib/VirtualGL/libvglfaker.so
/usr/lib/fakelib
/usr/lib/fakelib/libGL.so
/usr/libexec/vglrun.vars32
/usr/share/doc/VirtualGL
/usr/share/doc/VirtualGL/ChangeLog.md
/usr/share/doc/VirtualGL/LGPL.txt
/usr/share/doc/VirtualGL/LICENSE.txt
/usr/share/doc/VirtualGL/configdialog.gif
/usr/share/doc/VirtualGL/index.html
/usr/share/doc/VirtualGL/somerights20.png
/usr/share/doc/VirtualGL/sshtunnel.png
/usr/share/doc/VirtualGL/subsampling.gif
/usr/share/doc/VirtualGL/vgltransport.png
/usr/share/doc/VirtualGL/vgltransportservernetwork.png
/usr/share/doc/VirtualGL/virtualgl.css
/usr/share/doc/VirtualGL/x11transport.png
References
Summary
In this tutorial we learn how to install VirtualGL
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install VirtualGL on Fedora 36” linkTitle: “VirtualGL” type: “docs” description: “In this tutorial we learn how to install VirtualGL in Fedora 36. VirtualGL is A toolkit for displaying OpenGL applications to thin clients” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/VirtualGL-featured.png
Introduction
In this tutorial we learn how to install VirtualGL
on Fedora 36.
What is VirtualGL
VirtualGL is a toolkit that allows most Unix/Linux OpenGL applications to be remotely displayed with hardware 3D acceleration to thin clients, regardless of whether the clients have 3D capabilities, and regardless of the size of the 3D data being rendered or the speed of the network. Using the vglrun script, the VirtualGL “faker” is loaded into an OpenGL application at run time. The faker then intercepts a handful of GLX calls, which it reroutes to the server’s X display (the “3D X Server”, which presumably has a 3D accelerator attached.) The GLX commands are also dynamically modified such that all rendering is redirected into a Pbuffer instead of a window. As each frame is rendered by the application, the faker reads back the pixels from the 3D accelerator and sends them to the “2D X Server” for compositing into the appropriate X Window. VirtualGL can be used to give hardware-accelerated 3D capabilities to VNC or other X proxies that either lack OpenGL support or provide it through software rendering. In a LAN environment, VGL can also be used with its built-in high-performance image transport, which sends the rendered 3D images to a remote client (vglclient) for compositing on a remote X server. VirtualGL also supports image transport plugins, allowing the rendered 3D images to be sent or captured using other mechanisms. VirtualGL is based upon ideas presented in various academic papers on this topic, including “A Generic Solution for Hardware-Accelerated Remote Visualization” (Stegmaier, Magallon, Ertl 2002) and “A Framework for Interactive Hardware Accelerated Remote 3D-Visualization” (Engel, Sommer, Ertl 2000.)
We can use yum
or dnf
to install VirtualGL
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install VirtualGL.
Install VirtualGL on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install VirtualGL
using dnf
by running the following command:
sudo dnf -y install VirtualGL
Install VirtualGL on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install VirtualGL
using yum
by running the following command:
sudo yum -y install VirtualGL
How To Uninstall VirtualGL on Fedora 36
To uninstall only the VirtualGL
package we can use the following command:
sudo dnf remove VirtualGL
VirtualGL Package Contents on Fedora 36
/usr/bin/cpustat
/usr/bin/glreadtest
/usr/bin/glxspheres64
/usr/bin/nettest
/usr/bin/tcbench
/usr/bin/vglclient
/usr/bin/vglconfig
/usr/bin/vglconnect
/usr/bin/vglgenkey
/usr/bin/vgllogin
/usr/bin/vglrun
/usr/bin/vglserver_config
/usr/bin/vglxinfo
/usr/lib/.build-id
/usr/lib/.build-id/0a
/usr/lib/.build-id/0a/c9e516ba8b7df6f9fcf49bf8122f19ce0e5e7d
/usr/lib/.build-id/3e
/usr/lib/.build-id/3e/580b8d198c424ec66e641ab8429b1fbd6bc627
/usr/lib/.build-id/3f
/usr/lib/.build-id/3f/b07da42a7d2ccfb6007ff9ba241bb67b598c4d
/usr/lib/.build-id/44
/usr/lib/.build-id/44/a2da72b2c367ac55204cf0025c42e9942c0851
/usr/lib/.build-id/49
/usr/lib/.build-id/49/2cb13a8d0f9834be5baac90a4bc0b23e440f9a
/usr/lib/.build-id/61
/usr/lib/.build-id/61/2002f4956f186668301519785053586352b16c
/usr/lib/.build-id/81
/usr/lib/.build-id/81/ab96397788a2762710684a2a0930cc69ef6d2a
/usr/lib/.build-id/89
/usr/lib/.build-id/89/4ffbbd35e92a735cbfbb88eaca1a0674e57e60
/usr/lib/.build-id/9c
/usr/lib/.build-id/9c/557ed1275044b267ab63b93c86eeb3b872506a
/usr/lib/.build-id/9d
/usr/lib/.build-id/9d/e4bedb2080cdf8f4c91d4ec16f6cbe02cd21e9
/usr/lib/.build-id/b3
/usr/lib/.build-id/b3/efd12f74f7f86015a9a607e63719323ae28bad
/usr/lib/.build-id/b7
/usr/lib/.build-id/b7/2eb977be2373727d8f43560b95d5a29a91479b
/usr/lib/.build-id/d3
/usr/lib/.build-id/d3/98fcdad1d716304f51b6db16dcbe92303f4cc4
/usr/lib64/VirtualGL
/usr/lib64/VirtualGL/libdlfaker.so
/usr/lib64/VirtualGL/libgefaker.so
/usr/lib64/VirtualGL/libvglfaker-nodl.so
/usr/lib64/VirtualGL/libvglfaker-opencl.so
/usr/lib64/VirtualGL/libvglfaker.so
/usr/lib64/fakelib
/usr/lib64/fakelib/libGL.so
/usr/libexec/vglrun.vars64
/usr/share/doc/VirtualGL
/usr/share/doc/VirtualGL/ChangeLog.md
/usr/share/doc/VirtualGL/LGPL.txt
/usr/share/doc/VirtualGL/LICENSE.txt
/usr/share/doc/VirtualGL/configdialog.gif
/usr/share/doc/VirtualGL/index.html
/usr/share/doc/VirtualGL/somerights20.png
/usr/share/doc/VirtualGL/sshtunnel.png
/usr/share/doc/VirtualGL/subsampling.gif
/usr/share/doc/VirtualGL/vgltransport.png
/usr/share/doc/VirtualGL/vgltransportservernetwork.png
/usr/share/doc/VirtualGL/virtualgl.css
/usr/share/doc/VirtualGL/x11transport.png
References
Summary
In this tutorial we learn how to install VirtualGL
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).