Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
So it is not about the auto-save, but about your system in general, as it is rebooting after a few minutes.
So best would be checking if this problem is hardware, or software-related. Cleaning up was a nice option, as this might cause overheating and therefore security-measures and reboots, same for the built-in components: when there is not enough space and parts generating too much heat near components having the same difficulties and probably not enough coolers, this might also be the reason.
Also you should check your system, if there are new drivers available, anti-virus scanner might be a good idea to simply sort this out as well.
If all fails, feel free to send over your system specs (OS+bit, CPU, GPU and RAM) and/or reinstalling Linux, if you can exclude hardware/overheating being the problem causing your machine to reboot frequently.
-cheers
Can you check your computer temps please?
Open up:
Nvidia X Server Settings > Thermal Settings
Launch the game play for a few minutes (pre-reboot) and quickly alt-tab to the Nvidia settings to see it's last reading, should give you an indication if it's a graphics heat issue.
However, it could also be a CPU issue.
For this you'll need to install "lm_sensors" package, most distributions ship it, it's usually packaged as "lm_sensors" or "lm-sensors", so a simple apt-get install lm-sensors should install it.
Once installed you'll need to configure it, simply run "sudo sensors-detect" - for this most part this should work out the box (or at least, it does on Fedora)
Then as a normal user you can run the "sensors" command to check your current cpu temperature and other thermal read outs.
All in all, it should give you an idea as to where the problem lives :-).
(Also note, when linux does crash, it never auto-reboots, worse case is a kernel panic and in that situation it'll just throw errors and flash your keyboard LEDs to indicate a kernel panic. But it will not reboot unless you tell it to.)
if it is indeed Linux have you checked your logs after the issue occurs to see if there's any hint as to what happened?
If you're running systemd like all the cool kids are these days, this command will show you the kernel logs from your previous boot:
sudo journalctl -k -b -1 -xr
You can remove -xr so it shows oldest messages first, but I prefer to show newest messages first so I don't have to scroll for hours
the "-1" indicates how far back you want to go, so -1 one boot ago, -2 two boots ago etc...
A normal reboot will end somewhat like this:
systemd-shutdown[1]: Sending SIGTERM to remaining processes...
and of course, a kernel panic will end like this:
kernel: BUG: unable to handle kernel paging request at 000000ff00ff0000
kernel: ---[ end trace 7f556d854ed35583 ]---
Let me know what you find :-).
I know I do. I want more rain and chill winds but nooo. I have to keep up with this damned sunshine, clear blue skies, and green trees. >:/
On-Toipic: If you have fan expansion slots then I would suggest buying more fans if it's a temperature issue. Liquid cooling might also be something you want to take a look at for your system as you live in Cali. :)
All assuming you have the space in your case.