this post was submitted on 24 Jun 2024
41 points (95.6% liked)
Linux Mint
1719 readers
1 users here now
Linux Mint is a free Linux-based operating system designed for use on desktop and laptop computers.
Want to see the latest news from the blog? Set the Firefox homepage to:
where is a current or past release. Here's an example using release 21.1 'Vera':
https://linuxmint.com/start/vera/
founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I've had VMs do this if not enough vram were allocated.
Since this is running on metal, I'd say check BIOS settings to see if you can dedicate additional memory to video/GPU. This is a pretty common feature for laptops and desktops with integrated graphics.
Following that, see if there may be a better non-free driver for your graphics. I'd recommend getting
lspci
output if you don't know what chipset it is. What model is the laptop?What you're explaining re: partial reboot sounds like your window/display manager crashing.
The specific laptop model is HP Laptop 15-fc0025dx. It's an AMD Radeon graphics card;
lspci
lists the vga compatible controller as a Mendocino (rev c1), which this link seems to tell me is used in the AMD Radeon 610M. Unsure how to dedicate additional memory to the gpu from the BIOS (still a linux scrub lol), but checking on somedmesg
errors reveals there seems to be a recent bug with a link encoder assignment (whatever that means). More details in this comment: https://lemmy.world/comment/10811232