我希望有好心人能帮助我解决我在使用物理 Ubnutu Gnome 17.04 64 位创建的虚拟机时遇到的图形驱动程序问题。
我在最新的 Vmware player 12 中运行虚拟机,但遇到了显示缩放问题,而且看起来好像使用了错误的图形驱动程序,例如这个 - llvmpipe 上的 Gallium 0.4(LLVM 4.0,256 位)
我安装了全新的 Ubuntu VM 进行比较,它报告了 SVGA3D 上的 Gallium 0.4;构建:RELEASE;LLVM;一切运行良好。
有人能告诉我如何在 SVGA3D 上安装 Gallium 0.4;构建:RELEASE;LLVM;
我查看了下面的链接,但有点不确定。我需要一些有关该过程的指导。
我了解到——
cd $TOP/vmwgfx 制作 sudo 制作安装 sudo cp 00-vmwgfx.rules /etc/udev/rules.d sudo depmod -ae
但它给出了错误-
cc1:一些警告被视为错误 scripts/Makefile.build:290:目标‘/home/ubun/vmwgfx/drm_modes.o’ 的配方失败 make[2]:* [/home/ubun/vmwgfx/drm_modes.o] 错误 1 Makefile:1488:目标配方'模块/home/ubun/vmwgfx' 失败 make[1]: *[模块/home/ubun/vmwgfx] 错误 2 make[1]: 离开目录“/usr/src/linux-headers-4.9.0-040900rc1-generic” Makefile:140: 目标“modules”的配方失败 make: *** [modules] 错误 2 ubun@ubun-desktop:~/vmwgfx$ sudo make install make -C /lib/modules/4.9.0-040900rc1-generic/build KCPPFLAGS="-DVMWGFX_STANDALONE -DTTM_STANDALONE" SUBDIRS= /bin/pwd
DRMSRCDIR= /bin/pwd
modules_install make[1]: 进入目录“/usr/src/linux-headers-4.9.0-040900rc1-generic” DEPMOD 4.9.0-040900rc1-generic make[1]: 离开目录'/usr/src/linux-headers-4.9.0-040900rc1-generic' ubun@ubun-desktop:~/vmwgfx$ sudo cp 00-vmwgfx.rules /etc/udev/rules.d cp: 无法统计 '00-vmwgfx.rules': 没有此文件或目录 ubun@ubun-desktop:~/vmwgfx$ sudo depmod -ae depmod: 警告:-e 需要 -E 或 -F
任何帮助深表感谢!