Answers:
导航到包含deb软件包的文件夹,并使用以下命令进行安装:
sudo dpkg -i VirtualGL_*.deb
运行glxspheres:
cd /opt/VirtualGL/bin/
./glxspheres
要么
/opt/VirtualGL/bin/glxspheres
glxspheres
似乎/usr/bin/glxspheres64
在x86_64 virtualgl
软件包中。
在13.04及更早版本中,它是由mesa-utils
软件包提供的:
$ sudo apt-get install mesa-utils
同样,在较早的版本virtualgl
中,默认存储库中也没有该版本。如果仍然如此,则可以使用Bumblebee PPA来获取它。
apt-get install
您仍然会收到该错误glxspheres
?