Çözüldü AMD için Linux'da OC nasıl yapılır?

Bu konu çözüldü olarak işaretlenmiştir. Çözülmediğini düşünüyorsanız konuyu rapor edebilirsiniz.

curtisx

Attopat
Katılım
2 Mayıs 2024
Mesajlar
81
Çözümler
1
Daha fazla  
Cinsiyet
Erkek
Linux'da OC yapmak için hangi uygulamalar var, corectrl dışında bir uygulama söylerseniz güzel olur. Monitörde OC için arandr isimli uygulama var fakat işe yaramadı. Bu tarz uygulamaların alternatiflerini biliyorsanız aşağıya beklerim. İyi sosyaller.

(AMD için soruyorum.)
 
Son düzenleyen: Moderatör:
Çözüm
RDNA serisinde Corectrl dışında GPU üzerinde düzgün çalışan bir tek "Lact" var.

Yalnız Lactın readme si berbat deneme yanılma ile ilerliyorsun
Corectrlnin setup ayarlarını mutlaka yap sonra lact kur en azından o ayarları corectrl doğru anlatıyor

Geri kalanlar sadece polarislere kadar çalışır.

------------------------------------------------------------------------------------------------

All Fedora based distro mining config like this

sudo dnf update

sudo dnf install xorg-x11-drv-amdgpu vulkan-tools mesa-vulkan-drivers vulkan-loader vulkan-loader.i686 glew-devel SDL2-devel SDL2_image-devel glm-devel freetype-devel openssl-devel openssl-libs python3 curl glibc-devel libstdc++-devel libxcb-devel libX11-devel libxshmfence-devel libXrandr-devel wayland-devel make gcc-c++ rocm-opencl rocminfo rocm-clinfo rocm-device-libs

sudo grubby --update-kernel=ALL --args="radeon.cik_support=0 amdgpu.cik_support=1"

reboot

sudo dnf install corectrl
--------------------------------------------------------------------------------------------------------------------------------------
Edit the file /etc/default/grub as root and append amdgpu.ppfeaturemask=0xffffffff to GRUB_CMDLINE_LINUX_DEFAULT:

GRUB_CMDLINE_LINUX_DEFAULT="...amdgpu.ppfeaturemask=0xffffffff"

NOTE: In the above example, ... represent other existing parameters. Do not add ... to your GRUB_CMDLINE_LINUX_DEFAULT. You should only add amdgpu.ppfeaturemask=0xffffffff.
Then regenerate the bootloader configuration file with the command:
---------------------------------------------------------------------------------------------------------------------------------------

sudo grub-mkconfig -o /boot/grub/grub.cfg

If you get an error message, change to

sudo grub2-mkconfig -o /boot/grub2/grub.cfg

Reboot your system.
RDNA serisinde Corectrl dışında GPU üzerinde düzgün çalışan bir tek "Lact" var.

Yalnız Lactın readme si berbat deneme yanılma ile ilerliyorsun
Corectrlnin setup ayarlarını mutlaka yap sonra lact kur en azından o ayarları corectrl doğru anlatıyor

Geri kalanlar sadece polarislere kadar çalışır.

------------------------------------------------------------------------------------------------

All Fedora based distro mining config like this

sudo dnf update

sudo dnf install xorg-x11-drv-amdgpu vulkan-tools mesa-vulkan-drivers vulkan-loader vulkan-loader.i686 glew-devel SDL2-devel SDL2_image-devel glm-devel freetype-devel openssl-devel openssl-libs python3 curl glibc-devel libstdc++-devel libxcb-devel libX11-devel libxshmfence-devel libXrandr-devel wayland-devel make gcc-c++ rocm-opencl rocminfo rocm-clinfo rocm-device-libs

sudo grubby --update-kernel=ALL --args="radeon.cik_support=0 amdgpu.cik_support=1"

reboot

sudo dnf install corectrl
--------------------------------------------------------------------------------------------------------------------------------------
Edit the file /etc/default/grub as root and append amdgpu.ppfeaturemask=0xffffffff to GRUB_CMDLINE_LINUX_DEFAULT:

GRUB_CMDLINE_LINUX_DEFAULT="...amdgpu.ppfeaturemask=0xffffffff"

NOTE: In the above example, ... represent other existing parameters. Do not add ... to your GRUB_CMDLINE_LINUX_DEFAULT. You should only add amdgpu.ppfeaturemask=0xffffffff.
Then regenerate the bootloader configuration file with the command:
---------------------------------------------------------------------------------------------------------------------------------------

sudo grub-mkconfig -o /boot/grub/grub.cfg

If you get an error message, change to

sudo grub2-mkconfig -o /boot/grub2/grub.cfg

Reboot your system.
 
Son düzenleme:
Çözüm
RDNA serisinde Corectrl dışında GPU üzerinde düzgün çalışan bir tek "Lact" var.

Yalnız Lactın readme si berbat deneme yanılma ile ilerliyorsun
Corectrlnin setup ayarlarını mutlaka yap sonra lact kur en azından o ayarları corectrl doğru anlatıyor

Geri kalanlar sadece polarislere kadar çalışır.

------------------------------------------------------------------------------------------------

All Fedora based distro mining config like this

sudo dnf update

sudo dnf install xorg-x11-drv-amdgpu vulkan-tools mesa-vulkan-drivers vulkan-loader vulkan-loader.i686 glew-devel SDL2-devel SDL2_image-devel glm-devel freetype-devel openssl-devel openssl-libs python3 curl glibc-devel libstdc++-devel libxcb-devel libX11-devel libxshmfence-devel libXrandr-devel wayland-devel make gcc-c++ rocm-opencl rocminfo rocm-clinfo rocm-device-libs

sudo grubby --update-kernel=ALL --args="radeon.cik_support=0 amdgpu.cik_support=1"

reboot

sudo dnf install corectrl
--------------------------------------------------------------------------------------------------------------------------------------
Edit the file /etc/default/grub as root and append amdgpu.ppfeaturemask=0xffffffff to GRUB_CMDLINE_LINUX_DEFAULT:

GRUB_CMDLINE_LINUX_DEFAULT="...amdgpu.ppfeaturemask=0xffffffff"

NOTE: In the above example, ... represent other existing parameters. Do not add ... to your GRUB_CMDLINE_LINUX_DEFAULT. You should only add amdgpu.ppfeaturemask=0xffffffff.
Then regenerate the bootloader configuration file with the command:
---------------------------------------------------------------------------------------------------------------------------------------

sudo grub-mkconfig -o /boot/grub/grub.cfg

If you get an error message, change to

sudo grub2-mkconfig -o /boot/grub2/grub.cfg

Reboot your system.
Cevabınız için teşekkür ederim hocam. Çözüm olarak işaretledim.
 

Geri
Yukarı