0x00 起因

kali安装好了pdtools,突然发现chrome和edge浏览器打开都是空白

1

0x01 解决

逛pd的论坛发现是3D加速的问题,要么关闭3D加速:

2

但是用pd就是奔着3D加速的,vmware也是开启了3d加速,但是跟没开一样,还是pd香。

于是就有了下面的解决办法:

google-chrome --use-gl=swiftshader
microsoft-edge --use-gl=swiftshader

或者:

google-chrome --disable-gpu
microsoft-edge --disable-gpu

0x02 参考

https://forum.parallels.com/threads/google-chrome-black-screen-on-ubuntu-18-04.347169/