Announcement

Collapse
No announcement yet.

radeon-profile: tool for changing profiles and monitoring some GPU parameters

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Works perfectly now. Thanks again.

    Comment


    • Either a recent update in AMDGPU or the 4.10 kernel, but I can now read fan rpm with lm-sensors. Any plans on updating the tool so it shows fan speeds?

      Comment


      • Hello,

        It seems to me that something with the access to "amdgpu_pm_info" does not work.
        I use the deamon, if I run with root right everything works.

        Clock Gating Flags Mask: 0x3ffff
        Graphics Medium Grain Clock Gating: On
        Graphics Medium Grain memory Light Sleep: On
        Graphics Coarse Grain Clock Gating: On
        Graphics Coarse Grain memory Light Sleep: On
        Graphics Coarse Grain Tree Shader Clock Gating: On
        Graphics Coarse Grain Tree Shader Light Sleep: On
        Graphics Command Processor Light Sleep: On
        Graphics Run List Controller Light Sleep: On
        Memory Controller Light Sleep: On
        Memory Controller Medium Grain Clock Gating: On
        System Direct Memory Access Light Sleep: On
        System Direct Memory Access Medium Grain Clock Gating: On
        Bus Interface Light Sleep: On
        Unified Video Decoder Medium Grain Clock Gating: On
        Video Compression Engine Medium Grain Clock Gating: On
        Host Data Path Light Sleep: On
        Host Data Path Medium Grain Clock Gating: On
        Rom Medium Grain Clock Gating: On

        GFX Clocks and Power:
        500 MHz (MCLK)
        300 MHz (SCLK)

        GPU Temperature: 32 C
        GPU Load: 0 %

        UVD: Disabled

        VCE: Disabled

        Comment


        • hello,

          i'm trying to enable overclock support for my r7 250 on ubuntu 16.04 using stefinas PPA, i've changed the parameter in the home .radeon-profile-settings file but still it doesn't appear to be functioning (it's whited out), any ideas on what to do to enable overclock support?

          many thanks

          Comment


          • Hello,

            For some reason radeon-profile can't find the daemon.
            Code:
            $ radeon-profile
            Daemon is not connected, therefore it can't be configured


            HD 7850 gpu with amdgpu drivers.

            What could be the problem?

            Comment


            • _____

              Comment


              • Originally posted by DevilX View Post
                Hello,

                It seems to me that something with the access to "amdgpu_pm_info" does not work.
                I use the deamon, if I run with root right everything works.

                Clock Gating Flags Mask: 0x3ffff
                Graphics Medium Grain Clock Gating: On
                Graphics Medium Grain memory Light Sleep: On
                Graphics Coarse Grain Clock Gating: On
                Graphics Coarse Grain memory Light Sleep: On
                Graphics Coarse Grain Tree Shader Clock Gating: On
                Graphics Coarse Grain Tree Shader Light Sleep: On
                Graphics Command Processor Light Sleep: On
                Graphics Run List Controller Light Sleep: On
                Memory Controller Light Sleep: On
                Memory Controller Medium Grain Clock Gating: On
                System Direct Memory Access Light Sleep: On
                System Direct Memory Access Medium Grain Clock Gating: On
                Bus Interface Light Sleep: On
                Unified Video Decoder Medium Grain Clock Gating: On
                Video Compression Engine Medium Grain Clock Gating: On
                Host Data Path Light Sleep: On
                Host Data Path Medium Grain Clock Gating: On
                Rom Medium Grain Clock Gating: On

                GFX Clocks and Power:
                500 MHz (MCLK)
                300 MHz (SCLK)

                GPU Temperature: 32 C
                GPU Load: 0 %

                UVD: Disabled

                VCE: Disabled
                Is this entire amdgpu_pm_info file? If so, I guess it is because shared memory between daemon and gui is limited and info about clocks doesn't fit into it since it is in the lower parts of file. I will think about fix.


                Originally posted by darius View Post
                hello,

                i'm trying to enable overclock support for my r7 250 on ubuntu 16.04 using stefinas PPA, i've changed the parameter in the home .radeon-profile-settings file but still it doesn't appear to be functioning (it's whited out), any ideas on what to do to enable overclock support?

                many thanks
                Do you have pp_sclk_od file somewhere inside /sys/class/drm/card0/device?


                Originally posted by orestisf View Post
                Hello,

                For some reason radeon-profile can't find the daemon.
                Code:
                $ radeon-profile
                Daemon is not connected, therefore it can't be configured


                HD 7850 gpu with amdgpu drivers.

                What could be the problem?
                Does this happen when you try to run it first time after boot or later? Can you check if file /tmp/radeon-profile-daemon-server exists?

                Comment


                • Originally posted by marazmista View Post
                  Does this happen when you try to run it first time after boot or later? Can you check if file /tmp/radeon-profile-daemon-server exists?
                  It does:

                  Code:
                  srwxr-xrwx 1 root root 0 May 16 18:20 /tmp/radeon-profile-daemon-server
                  It happens all the time, I can never get it to work. journalctl -u radeon-profile-daemon.service doesn't output anything either

                  Code:
                  -- Reboot --
                  May 16 18:20:39 desktop systemd[1]: Started radeon-profile daemon.

                  Comment


                  • Yeah radeon-profile-daemon-server exists:

                    Code:
                    srwxr-xrwx 1 root root 0 May 16 18:20 /tmp/radeon-profile-daemon-server
                    The problem exists both after boot and later.

                    Comment


                    • Originally posted by marazmista View Post
                      Do you have pp_sclk_od file somewhere inside /sys/class/drm/card0/device?
                      no and i'm using the radeon module, so for overclocking to be enabled do i have to use the amdgpu one? the card is an oland xt r7 250
                      Last edited by darius; 17 May 2017, 05:59 AM.

                      Comment

                      Working...
                      X