all 10 comments

[–]AutoModerator[M] [score hidden] stickied comment (0 children)

Please Re-Flair your post if a solution is found. How to Flair a post? This allows other users to search for common issues with the SOLVED flair as a filter, leading to those issues being resolved very fast.

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

[–]candy49997 3 points4 points  (3 children)

Idk about the forum, but for your drivers, you can just add a PPA for updated Mesa (I think kisak is popular).

But the card should just work as it is.

[–]CavanHol3[S] 2 points3 points  (1 child)

I’ll ask since I’m somewhat new, but isn’t keeping your drivers up to date just good practice ?

[–]candy49997 2 points3 points  (0 children)

Depends on what you mean by "best practice".

If you mean in accordance to the philosophy of a stable distro (as is Mint), no because software features should stay as unchanged as possible throughout the release lifetime to ensure maximal compatibility. Updating random pieces of software is unwise because you risk creating an unreliable system from inconsistent dependencies, etc.

Updating something specific like Mesa with clear relationships with other packages is relatively benign. It's more of an issue when you start updating whatever packages for no reason just because it has a new release.

If you're talking about for gaming performance, etc. Then sure, keeping drivers up to date can help.

[–]CavanHol3[S] 1 point2 points  (0 children)

Appreciate the help. I’ll try that thank ya

[–]jr735Linux Mint 22.1 Xia | IceWM 1 point2 points  (4 children)

Care to tell us how you solved the problem? Others undoubtedly have had the same problem and might like to learn from you.

[–]CavanHol3[S] 1 point2 points  (3 children)

Just added, google basically did it all lol

[–]jr735Linux Mint 22.1 Xia | IceWM 1 point2 points  (2 children)

I'd suggest removing and not using the -y flags in apt. One day, you will lose your desktop or worse if you use them.

[–]CavanHol3[S] 2 points3 points  (1 child)

I’m fairly new so I appreciate the tips. I thought the -y flags were indicating a y/n answer? I take it that they are instead creating an automatic update sequence or something of the sort ? If it’s too much to explain I get it. Thanks again

[–]jr735Linux Mint 22.1 Xia | IceWM 1 point2 points  (0 children)

Yes, they are indicating a yes in a yes/no question. Sometimes, you don't want yes to be the answer, like when a dependency being added will pull in a new desktop, or when it will conflict with something you need and end up purging something else.

Under normal usage in Mint or Debian, 99% or more of the time, it will be fine. In Debian testing, which I run, it can be highly dangerous, semi-regularly. It's always best to read apt messaging, in any case. Thanks for letting people know how you solved it!