Announcement

Collapse
No announcement yet.

Looking for AMD users to test my GPU overclocking GUI program TuxClocker

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

  • Looking for AMD users to test my GPU overclocking GUI program TuxClocker

    Qt overclocking tool for GNU/Linux. Contribute to Lurkki14/tuxclocker development by creating an account on GitHub.


    I released the first release of this a while back, and the current stable version only supports nvidia GPUs. I've been working on AMD support for a bit, but I'm looking for more testers to speed up development.

    Message me if you're interested: Discord: Lurkki#7394 Matrix: lurkki14:matrix.org

  • #2
    Yeah, gotcha mate. I've got 3 Tumbleweed boxes with Polaris stuff in 'em, so I'm in. I've also hacked up radeon-profile to "work" better with amdgpu, so I might could help with some code too....
    Last edited by Noee; 20 February 2019, 01:06 PM.

    Comment


    • #3
      ok trying to build... do I need nvidia stuff??


      Code:
      nvidia.h:23:10: fatal error: QtX11Extras/QX11Info: No such file or directory

      Comment


      • #4
        Originally posted by Kayote View Post
        ok trying to build... do I need nvidia stuff??
        Clone the dev branch for amd

        Comment


        • #5
          Originally posted by Kayote View Post
          ok trying to build... do I need nvidia stuff??


          Code:
          nvidia.h:23:10: fatal error: QtX11Extras/QX11Info: No such file or directory
          Some distros package the Qt library it's trying to use into a separate package, so you'll need to install that.

          Comment


          • #6

            Originally posted by Noee View Post

            Clone the dev branch for amd
            it doesn't find qt x11extras, I might be missing something, this are the packages I got installed


            Code:
            i+ | libqt4-x11                                             | Qt 4 GUI related libraries                                                 | package   
            i+ | libqt5-qtx11extras-devel                               | Development files for the Qt5 X11 Extras library                           | package   
            i+ | libQt5X11Extras5                                       | Qt 5 X11 Extras Addon                                                      | package   
            i+ | libQt5X11Extras5-32bit                                 | Qt 5 X11 Extras Addon

            Comment


            • #7
              Originally posted by Kayote View Post


              it doesn't find qt x11extras, I might be missing something, this are the packages I got installed


              Code:
              i+ | libqt4-x11 | Qt 4 GUI related libraries | package
              i+ | libqt5-qtx11extras-devel | Development files for the Qt5 X11 Extras library | package
              i+ | libQt5X11Extras5 | Qt 5 X11 Extras Addon | package
              i+ | libQt5X11Extras5-32bit | Qt 5 X11 Extras Addon
              ok the problem is that on opensuse you need to use qmake-qt5, instead of qmake.

              Comment


              • #8
                crashes on plasma 5.15.1


                Code:
                QMetaObject::connectSlotsByName: No matching signal for on_newProfile_clicked()
                QMetaObject::connectSlotsByName: No matching signal for on_newProfile_closed()
                QMetaObject::connectSlotsByName: No matching signal for on_editProfile_closed()
                KCrash: Application 'tuxclocker' crashing...
                KCrash: Attempting to start /usr/lib64/libexec/drkonqi from kdeinit
                sock_file=/run/user/1001/kdeinit5__0
                I'll try to get a backtrace and report back on github.
                Last edited by Kayote; 20 February 2019, 04:48 PM.

                Comment


                • #9
                  Does this support undervolting as well? I may try playing around with it this weekend.

                  Comment


                  • #10
                    Originally posted by Melcar View Post
                    Does this support undervolting as well? I may try playing around with it this weekend.
                    I'm not sure if applying a negative voltage offset for post-Fermi GPUs is possible without modifying the VBIOS, but if it is, it should work. It will support editing the voltages for pstates on AMD GPUs.
                    Last edited by Lurkki; 21 February 2019, 07:04 AM.

                    Comment

                    Working...
                    X