marazmista / radeon-profile

Application to read current clocks of ATi Radeon cards (xf86-video-ati, xf86-video-amdgpu)
GNU General Public License v2.0
740 stars 75 forks source link

Ubuntu 18.04.1 unable to install radeon-profile #102

Open GottaSlay opened 6 years ago

GottaSlay commented 6 years ago

I keep getting this when trying to install. ` sudo apt-get install radeon-profile Reading package lists... Done Building dependency tree
Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation:

The following packages have unmet dependencies: radeon-profile : Depends: qt59charts-no-lgpl but it is not installable E: Unable to correct problems, you have held broken packages. `

muzena commented 6 years ago

@GottaSlay Try now, I think it should work now.

GottaSlay commented 6 years ago

Finally got it working! Thanks!

GottaSlay commented 6 years ago

Everything else works apart from the Overclock sliders, the max speed just wont change no matter what i set the overclock values to. Setting custom fan curves doesnt seem to work either?

muzena commented 6 years ago

I don't know, i think this isn't problem in packaging, ask @marazmista

raphaelbeckmann commented 5 years ago

I cannot install radeon-profile either:

$ sudo apt-get install radeon-profile
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package radeon-profile

Why cannot the package be located?

GottaSlay commented 5 years ago

Did you add the repository by doing sudo add-apt-repository ppa:trebelnik-stefina/radeon-profile and then doing sudo apt update? After this you should be able to install it via sudo apt-get install radeon-profile.

win8linux commented 5 years ago

I installed the program from the PPA on KDE neon, which is based on Ubuntu 18.04.2 as of the time of writing this. I cannot change any settings at all since they would all revert back immediately after. Should I file this as a seperate issue?

Specs (neofetch --stdout):

OS: KDE neon User Edition 5.15 x86_64 
Host: Nitro AN515-42 V1.12 
Kernel: 4.18.0-15-generic 
Uptime: 8 hours, 29 mins 
Packages: 2463 
Shell: bash 4.4.19 
Resolution: 1920x1080 
DE: KDE 
WM: KWin 
Theme: Breeze Dark [KDE], Breeze-Dark [GTK2/3] 
Icons: Breeze-dark [KDE], Breeze-dark [GTK2/3] 
Terminal: konsole 
CPU: AMD Ryzen 5 2500U with Radeon Vega Mobile Gfx (8) @ 2.000GHz 
GPU: AMD Radeon Vega Series 
GPU: AMD Radeon RX 460/560D 
Memory: 2647MiB / 6930MiB
marazmista commented 5 years ago

I see you have mobile vega. Are you able to change any of settings described here (https://wiki.archlinux.org/index.php/ATI#Dynamic_power_management) manually?

Do you have daemon installed and running? I don't know which version of radeon-profile is in the PPA. Also what kernel version?

win8linux commented 5 years ago

Unfortunately, I am unable to change any settings described in the link. In particular, running echo low > /sys/class/drm/card0/device/power_dpm_force_performance_level shows this error:

bash: echo: write error: Invalid argument

The daemon is installed and running. The version of radeon-profile in the PPA is 0.2.4 and the kernel version is 4.18.0-15-generic (from HWE stack).

marazmista commented 5 years ago

If you unable to change values by hand then radeon-profile won't work either and problem may be somewhere else. Also I don't know what 0.2.4 means. Version is in bottom-right corner of the window or in About tab.

win8linux commented 5 years ago

Oh, okay then @marazmista. The actual version is 20181028. The previous number was obtained by checking the package version.

muzena commented 5 years ago

@win8linux If you install radeon-profile from PPA last changes are not available in PPA. It caused by these commits in radeon-profile-daemon and radeon-profile It is in conflict with debian rules building file, so this is reason why automated PPA building is no longer working. I tried to configure debian rules file but without success for now.

muhamed89 commented 5 years ago

Whats the best way to install it on Linux Mint?