GNU/Linux Ekran Kartını Çok Az mı Kullanıyor?

Sen bahsettiğim değişkenleri eklememişsin başlangıca. Aşağıdaki komutlarla eklemeyi dene bakalım. Her değişken için farklı dosya oluşturdum. İlk dosya overclok yapabilmeni (amdgpu.ppfeaturemask=0xffffffff), ikinci dosya dinamik güç yönetimini (amdgpu.dpm=1) etkinleştirebilmen için.

Kod:
sudo mkdir -p /etc/default/grub.d/
Kod:
echo 'GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX amdgpu.ppfeaturemask=0xffffffff"' | sudo tee /etc/default/grub.d/ppfeaturemask.cfg
Kod:
echo 'GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX amdgpu.dpm=1"' | sudo tee /etc/default/grub.d/amdgpu-dpm.cfg
Kod:
sudo update-grub

Yukarıdaki komutları sırasıyla çalıştırıp, sistemini yeniden başlat ve aşağıdaki komutun çıktısını yeniden paylaş.

Kod:
cat /proc/cmdline
 
Bu işlemleri yapmadan önce, Bios ayarlarını sıfırlayım mı?
 
root@phanmetal-B450M-S2H:/# sudo mkdir -p /etc/default/grub.d/
root@phanmetal-B450M-S2H:/# echo 'GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX amdgpu.ppfeaturemask=0xffffffff"' | sudo tee /etc/default/grub.d/ppfeaturemask.cfg
GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX amdgpu.ppfeaturemask=0xffffffff"
root@phanmetal-B450M-S2H:/# echo 'GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX amdgpu.dpm=1"' | sudo tee /etc/default/grub.d/amdgpu-dpm.cfg
GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX amdgpu.dpm=1"
root@phanmetal-B450M-S2H:/# echo 'GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX amdgpu.dpm=1"' | sudo tee /etc/default/grub.d/amdgpu-dpm.cfg
GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX amdgpu.dpm=1"
root@phanmetal-B450M-S2H:/#
root@phanmetal-B450M-S2H:/#
sudo update-grub
Sourcing file `/etc/default/grub'
Sourcing file `/etc/default/grub.d/amdgpu-dpm.cfg'
Sourcing file `/etc/default/grub.d/ppfeaturemask.cfg'
Grub yapılandırma dosyası oluşturuluyor ...
Bulunan linux kalıbı: /boot/vmlinuz-5.12.9-xanmod1
Bulunan initrd kalıbı: /boot/initrd.img-5.12.9-xanmod1
Bulunan linux kalıbı: /boot/vmlinuz-5.4.0-74-generic
Bulunan initrd kalıbı: /boot/initrd.img-5.4.0-74-generic
Adding boot menu entry for EFI firmware configuration
bitti
root@phanmetal-B450M-S2H:/# cat /proc/cmdline
BOOT_IMAGE=/boot/vmlinuz-5.12.9-xanmod1 root=UUID=1b11bc64-c466-4f4c-a517-7fe31634c488 ro amdgpu.dpm=1 quiet splash vt.handoff=1
 
Bu siteyi kullanmak için çerezler gereklidir. Siteyi kullanmaya devam etmek için çerezleri kabul etmelisiniz. Daha Fazlasını Öğren.…