Update 'G14FAQ.md'

master
Cole Deck 3 years ago
parent 061670afd4
commit 068b4735ef

@ -1,23 +1,23 @@
First, check https://asus-linux.org/faq/ and see if your answer is there.
Q: asusctl says some gibberish about a dbus error!
#### Q: asusctl says some gibberish about a dbus error!
A: Reinstall the DKMS modules. https://asus-linux.org/faq/#q-how-do-i-rebuild-the-dkms-modules
Q: My system is stuck in "integrated" graphics mode, even when I tell it to boot nvidia!
#### Q: My system is stuck in "integrated" graphics mode, even when I tell it to boot nvidia!
A: Try to boot into hybrid mode, and see what `xrandr --listproviders` shows. It should list 2 GPUs, AMD and Nvidia. If nvidia isn't listed, then your Nvidia drivers are not installed correctly.
Q: Can I setup the fingerprint sensor?
#### Q: Can I setup the fingerprint sensor?
A: There is no linux driver for it. And there probably won't be one for a while.
Q: The keyboard backlight turns on every time the laptop wakes up!
#### Q: The keyboard backlight turns on every time the laptop wakes up!
A: Download this file https://git.deck.sh/shark/g14conf/raw/branch/master/kbd and put it in the folder /usr/lib/systemd/system-sleep. Make the file executable (`sudo chmod +x /usr/lib/systemd/system-sleep/kbd`). This will make the keyboard restore it's brightness.
Q: How do I update the BIOS?
A: Download the latest BIOS with the description "BIOS for ASUS EZ Flash Utility". Put it on your boot partition (/boot/efi) or other FAT32 partition like a USB drive if you like. Then enter the BIOS and use the EZFlash utility to update.
#### Q: How do I update the BIOS?
A: Download the latest BIOS with the description "BIOS for ASUS EZ Flash Utility". Put it on your boot partition (/boot/efi) or other FAT32 partition like a USB drive if you like. Then enter the BIOS and use the EZFlash utility to update.
After update, the BIOS will reset all configuration. To boot linux, you must disable secure boot again and create a cutom boot entry (see the next question)
Q: Windows / BIOS update made Linux not show up in the boot options!
A: In the BIOS, create a custom boot option, name it whatever you want, then point it to the file named something like grubx64.efi (it might be different named, but it will have .efi extension), it can be hidden in folders inside the EFI folder, look around.
#### Q: Windows / BIOS update made Linux not show up in the boot options!
A: In the BIOS, create a custom boot option, name it whatever you want, then point it to the file named something like grubx64.efi (it might be slightly differently named, but it will have .efi extension and contain the word "grub" or "systemd"), it can be hidden in folders inside the EFI folder, look around.
Then make this boot option the default, and you system should be able to boot again.
Don't see your question and a web search didn't help? Ask in the asus-linux discord! https://discord.gg/D2EaBSwQUt
Loading…
Cancel
Save