this post was submitted on 06 May 2024
30 points (89.5% liked)
Linux
48655 readers
1589 users here now
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Rules
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I don't know if it updated my video driver. I just used this command: sudo apt update && sudo apt upgrade
Check /var/log/dpkg.log to be sure. Most modern systems use dkms to make it automatic, but you can try reinstalling the driver to be sure.
And also reboot if you haven't already done that, to make sure your kernel and driver are the latest and loaded properly.
I have rebooted multiple times. How do I reinstall the driver for my Radeon HD 5450 graphics card?
I used this command to search through the dpkg.log but didn't get any results for radeon or ati:
cat /var/log/dpkg.log | grep -i ati
Replying to my own post here. I tried to reinstall my video driver but the terminal messages I received essentially said that the files were already installed:
Though my issue has been resolved I'll try this and update this post afterwards
Edit:
I reinstalled the video drivers and rebooted twice to be sure but VLC wouldn't play mp4 files unless I changed “Hardware-accelerated decoding” to “VA-API video decoder”.
Or
it has logs that show what it did
If you restart and put the setting back to how it was, and it still works, then that's probably what happened.