Announcement

Collapse
No announcement yet.

Advanced DRI Configuration Picking Up New Features

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

  • Advanced DRI Configuration Picking Up New Features

    Phoronix: Advanced DRI Configuration Picking Up New Features

    It's been a while since having anything to report on ADriConf but fortunately this graphical utility for configuring some open-source Linux graphics driver features is progressing...

    Phoronix, Linux Hardware Reviews, Linux hardware benchmarks, Linux server benchmarks, Linux benchmarking, Desktop Linux, Linux performance, Open Source graphics, Linux How To, Ubuntu benchmarks, Ubuntu hardware, Phoronix Test Suite

  • #2
    Really nice tool, thanks for the heads up.

    GIF of it in action:



    Didn't see build instructions, so here they are if anyone needs:

    (Note: I needed these dependencies on Ubuntu, you may need more but I needed these for sure: $ sudo apt install gtkmm-3.0 libxml++2.6-dev libboost-dev libboost-locale1.67-dev libgtest-dev)

    $ git clone https://github.com/jlHertel/adriconf.git

    $ cd adriconf

    $ mkdir build && cd build

    $ cmake ..

    If all is well above after installing the needed dependencies:

    $ cmake --build .

    $ ./adriconf
    Last edited by perpetually high; 04 August 2018, 06:44 PM.

    Comment


    • #3
      Originally posted by perpetually high View Post
      Really nice tool, thanks for the heads up.

      GIF of it in action:

      -removed in the quote-

      Didn't see build instructions, so here they are if anyone needs:

      (Note: I needed these dependencies on Ubuntu, you may need more but I needed these for sure: $ sudo apt install gtkmm-3.0 libxml++2.6-dev libboost-dev libboost-locale1.67-dev libgtest-dev)

      $ git clone [email protected]:jlHertel/adriconf.git

      $ cd adriconf

      $ mkdir build && cd build

      $ cmake ..

      If all is well above after installing the needed dependencies:

      $ cmake --build .

      $ ./adriconf
      Thanks for the build instructions!

      Can I ask the reason you are using that git link instead of just

      git clone https://github.com/jlHertel/adriconf.git

      is it better?

      Comment


      • #4
        Originally posted by starshipeleven View Post

        Thanks for the build instructions!

        Can I ask the reason you are using that git link instead of just

        git clone https://github.com/jlHertel/adriconf.git

        is it better?
        Welcome on the build instructions. About the git clone, one is checking out via ssh, the other is using https. Two different ways, equally fine and same result.

        You need your keys setup on GitHub for the ssh method, and since I've done it before it's the default one GitHub selects when you click clone.

        You're right though, I'll update my original post with the https method as it's a more suitable default.

        Comment


        • #5
          3 posts in and no complaining about the use of GitHub? Nice!

          Comment

          Working...
          X