elenapan / dotfiles

There is no place like ~/
GNU General Public License v2.0
3.51k stars 175 forks source link

[arch linux] randomly freezes #125

Closed KrypticCoconut closed 3 years ago

KrypticCoconut commented 4 years ago

Hello, for me this configuration just randomly freezes, im on a laptop with a gtx 1660, ive confirmed tat the nvidia drivers work, can someone help me?

elenapan commented 4 years ago

Hi there,

This sounds like one of the daemons might be causing the freeze. Could you comment out the line require("evil") in rc.lua, restart with super + shift + r and let me know if the freezes still happen?

If the freezes stop then we can further look into the specific daemon that causes the issue by commenting out each daemon in evil/init.lua. According to a past issue (https://github.com/elenapan/dotfiles/issues/71), it is likely that require("evil.temperature") is the problem.

ceuk commented 3 years ago

Just a heads up that the arch/nvidia forums are full of people experiencing crashes with the 450 driver at the mo, so if you're getting a complete system crash and journalctl -b -1 shows a load of nvidia issues, it may be that. I managed to fix mine by upgrading to the 460 beta driver

elenapan commented 3 years ago

Closing for inactivity. Let me know if the issue persists.