Help with Freezing and Crashing Issues on Linux Mint

0
18
Asked By TechyDoodle42 On

I'm having constant freezing and crashing problems when I try to launch certain games or even when I turn on shaders in Minecraft. This causes all the audio on my computer to cut out, with sporadic bursts where the sound briefly returns. My mouse also becomes slow and glitchy, and my computer heats up significantly. I've updated my drivers and attempted various fixes, but nothing seems to help. For reference, my CPU is an Intel Core i5, and I have both integrated Intel graphics and an RTX 3050. I'm fairly new to Linux and not very familiar with technical terms, so any suggestions would be really appreciated!

5 Answers

Answered By ApologeticOtter21 On

I get that manuals can be vague, but they often contain useful troubleshooting tips! If you’re unsure about what to look for, just ask around, and we'll help you find out!

Answered By HelpfulHarvey12 On

Have you checked any manuals or documentation related to your setup? It might include specific instructions for your hardware and software that can help solve your issue.

Answered By CuriousCat99 On

Quick question: Are you using an SSD or NVMe? That could also impact performance, especially with heavier applications.

Answered By NerdyGecko88 On

Start by checking the Linux kernel logs to see if there are any error messages. You can do this by running `sudo dmesg` in your terminal. It will show a record of messages from your system that might help identify the problem. Copy the output into a text file and share it if you want more help!

Answered By GamerGuru77 On

Sounds frustrating! Your system is using hybrid graphics, which can cause problems on Linux. Usually, it defaults to the Intel GPU for gaming, leading to lag and overheating. To resolve this, you should install the proprietary NVIDIA driver instead of Nouveau. After that, use `sudo prime-select nvidia` to switch to the RTX 3050 or launch games with `prime-run ` to use the NVIDIA GPU just for them. Reboot and see if that fixes your issues!

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.