安装kali系统之后黑屏

1
2
3
4
5
6
7
cat <<eof | tee > /etc/X11/xorg.conf.d/99-fbdev.conf
Section "Device"
Identifier "Card0"
Driver "fbdev"
BusID "PCI:0:8:0"
EndSection
eof

再运行:

1
sudo startx