How can i change kernel parameters?

How can i add amdgpu.dc=0 to kernel parameters

1 Like

You edit the file /etc/default/grub
Where you see:

GRUB_CMDLINE_LINUX_DEFAULT="quiet"

for example, you change it to

GRUB_CMDLINE_LINUX_DEFAULT="quiet amdgpu.dc=0"

Save it and then run from terminal:

sudo update-grub

Reboot the system and that parameter will be used.

2 Likes

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.