MSI GE66-Raider-10SF Ubuntu Support
Solution 1:
I experienced similar issues when installing Ubuntu 20.04 on my MSI GE66. I was able to solve a few of the problems.
WIFI issue [solved]: https://askubuntu.com/a/1324339/1029809
Bluetooth issue [unsolved]: Bluetooth rapidly toggling on and off on MSI GE66 laptop running Ubuntu 20.10, using 100% of CPU
Multiple displays: You need to install the NVIDIA drivers to support external displays. You can do that by running: sudo ubuntu-drivers autoinstall
. If that doesn't work for you, then you'll need to specify the drivers you want to install: sudo apt install nvidia-driver-xxx
.