Skip to content

Improving GPU Driver Installation #110

@tansolik

Description

@tansolik

I would like to suggest a change to the process for installing gpu drivers.

With my AMD GPU I ran into the same problem as described in #94. After running the ffmpeg install feature of DaVinci Helper that problem went away.

I took a look at the source code and saw that there is a add_repository() method for enabling the rpmfusion free and non-free repositories in utility.py. This method gets called before installing ffmpeg but not before installing GPU drivers.

It would be a lot less confusing if the add_repository() method was called before installing GPU drivers, so that the order of doing things in the UI didn't matter.

The current state of the app is already pretty amazing. It is so helpful for me and I am looking forward to the flutter rewrite and anything that comes in the future!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions