While playing, the video will randomly freeze. This happens both during game-play and while in the main menu. During this time, the game is still running (the sound plays), and if I switch to another work space and back, it works again (and, if I was walking while the video was frozen, the character's position is consistent with him walking).
The highest frequency of this problem occurs when zooming, although that does not exclusively or consistently cause the problem.
This problem goes away if I disable hardware acceleration by setting the environmental variable LIBGL_ALWAYS_SOFTWARE=1 (which causes the expected performance issues)
The output of "lspci -vvv", as well as the factorio log file, are attached.
[0.14.14] Random video freezes
[0.14.14] Random video freezes
- Attachments
-
- lspci.txt
- Output of "lspci -vvv"
- (38.03 KiB) Downloaded 68 times
-
- factorio-current.log
- (2.36 KiB) Downloaded 75 times
Re: [0.14.14] Random video freezes
Can you try changing to the modsetting kernel driver? See: viewtopic.php?f=49&t=21205
Re: [0.14.14] Random video freezes
Switch to modesetting fixed it.Can you try changing to the modsetting kernel driver? See: viewtopic.php?f=49&t=21205
For reference, the command is
Code: Select all
sudo apt-get uninstall xserver-xorg-video-intel
The use of this driver is discouraged if your hw is new enough (ca.
2007 and newer). You can try uninstalling this driver and let the
server use it's builtin modesetting driver instead.