Shylock Hg

My own blog powered by Hugo and Ivy.

Manjaro Gpu Fix

2019-06-15


Fix the error

There are some troubles, when install the manjaro in device with nvidia GPU. We must do tricks to fix it such as below:

  1. Run the livecd system again.

  2. Entry installed system by manjaro-chroot as below:

sudo mount /dev/nvme0n1p2 /mnt
manjaro-chroot /mnt
  1. Install video switch software:
mhwd -i pci video-hybrid-intel-nvidia-bumblebee
# Maybe need uninstall the exist driver
# Could try `video-hybrid-intel-nvidia-prime` too
systemctl enable bumblebeed
usermod -aG bumblebee <User>
  1. Exit chroot and reboot:
exit
reboot