Hm, not a steam issue, it's my graphics drivers that I must have updated and forgotten about, and all the apps that would cause this, need steam to run anyway, heh.
How did you solve this issue, because I'm experiencing the same problem?
I honestly can't remember. Based on my last message I think maybe my computer forgot to use the Nvidia drivers and switched to Nouvea until I re-blacklisted them, or something.
@fasmat @Benguin
Do either of you remember the solution to this issue? I'm experiencing the same thing, and I'm definitely running the Nvidia drivers rather than nouveau.
The only two times I've experienced this, were:
When Dungeon Defenders for some reason kept trying to use a screensaver that didn't exist (not sure why it would need to use a screensaver, or why it would log me out when that fails, but there you go.) And when my computer was trying to use Neuveau.
Sorry I can't be of more help.
No problem, thanks for the information.
Sometimes its tricky to sort out the mess graphics drivers can get themselves into.
X Errors are fairly generic, yet if you’re seeing NV-GLX, you should look in /var/log/Xorg.0.log for more info.
Standard procedure to investigate. Look in dmesg output for nvidia module not loading, Xorg log for further issues.
Run glxinfo and check the version it prints matches your installed driver (such as OpenGL version string: 4.4.0 NVIDIA 331.13) and that it also outputs direct rendering: Yes
Check you have the 32bit libraries installed as well.
Try glxgears
Hi John, thanks for the suggestions.
Both glxinfo and glxgears produced the same X error as steam. Knowing that glxinfo also failed allowed me to do some more effective googling, and I eventually found this forum post, which solved my problem. The issue was that updating xserver-xorg-core on debian doesn't work correctly with manually installed nvidia drivers, as it overwrites a symlink.
Thanks for the help, John.
I am also experienced this issue in OpenSUSE 13.1 after upgrading x packages of my system.
All i need to do to solve this issue, i ran my Nvidia Driver installer (i downloaded it from Nvidia web site) which compatible to my device, and the installer script recreated the nvidia X files instead of X server default configuration files which replaced after the upgrade. Now all seems ok and works like a charm.
Nothing extracted yet.
Steam was working fine for me yesterday, and I'm not sure what changed (I think maybe there was an update,) but today when I tried to open it, it logged me out of my computer, taking me back to the login screen, and then the second time I tried to open it, it killed lightdm and left me at the commandline.
this is what steam gives me when I run it in a terminal (had to send output to a file, since it kills the display:)
I tried rebooting, but no dice.
I should also say that the only other program that has done something like this before, for me, was the linux version of Dungeon Defenders (not downloaded via steam,) and that was caused by me not having a screensaver installed, which I worked around somehow by (I think,) just putting a script that does nothing, where the screensaver should be.