I solved it by using the Arch wiki and creating this file:
sudo nano /etc/X11/xorg.conf.d/20-intel.conf
Then place contents below:
Section "Device"
Identifier "card0"
Driver "intel"
Option "Backlight" "gmux_backlight"
BusID "PCI:0:2:0"
EndSection
Save, log out and log back in.