Last Update: 2024-03-13
The following guide or recipe requires shell access to your FydeOS installation, therefore developer mode is assumed to be enabled. If altering system file is required, you will also need to disable root file system verification.
We recommend disabling the dedicated graphics card in BIOS. If there is no such option, you can disable the graphics card in the hwtuner; note that this method only works for some devices.
If you're experiencing booting or usage issues with your device that has both an Intel integrated graphics card and an NVIDIA/AMD dedicated graphics card, you can optimise your system by disabling the dedicated graphics card. This tutorial will guide you through the process using FydeOS and the hwtuner
tool.
hwtuner
, also known as FydeOS Hardware Tuner, is a command-line tool specifically designed to debug and optimise system functions.
Follow these steps to access hwtuner
:
Control + Alt + T
simultaneously on your FydeOS desktop.shell
into Crosh and press Enter.sudo su
and press Enter.Note: Starting from FydeOS v17 and openFyde r114, use
sudo -i
instead ofsudo su
. This change doesn't affect older versions.
hwtuner
into Crosh and press Enter.To disable your graphics card, follow these steps:
Navigate to the diagnose graphic hardware and driver tuning
option in hwtuner.
Enter 0
and press Enter. The type of graphics card your device is using will now be displayed on the interface.
Here are the driver codes for different graphics cards:
i915
amdgpu
nouveau
Choose the graphics card you want to disable based on your needs.
To disable a graphics card, enter the corresponding number. For example, to disable amdgpu
, enter 1
for Block kernel driver/module (amdgpu)
.
After completing the disabling operation, restart your device.
Note: You cannot disable the graphics card that is currently in use.
If your device with an NVIDIA graphics card fails to boot, you can manually adjust the grub.cfg
in the FydeOS image. Here's how:
/boot/efi/boot/grub.cfg
file for editing.nouveau.modeset=0
after noresume
in the file.Remember, you can always disable the dedicated graphics card in BIOS if it's available. If not, the hwtuner
method described above should work for most devices.
We use cookies to improve your browsing experience on our website, to analyse our website traffic, and to understand where our visitors are coming from.