[SOLVED] Ubuntu(16.04) Steam - Empty window on start
[SOLVED] Ubuntu(16.04) Steam - Empty window on start
I installed Factorio on my Ubuntu OS(16.04) via steam, but when I start Factorio it just opens an empty window and nothing happens(have been waiting for 30 minutes):
http://imgur.com/a/HiPRs.
I played Factorio before, using my old computer(Ubuntu 14.04) and everything worked fine.
Anyone else has the same problem or knows how to solve it?
Edit: Here´s the log file: http://pastebin.com/sQQDViqW
Edit2: I enabled the nvidia graphic driver instead of the default one(nouveau) - That solved the problem for me.
http://imgur.com/a/HiPRs.
I played Factorio before, using my old computer(Ubuntu 14.04) and everything worked fine.
Anyone else has the same problem or knows how to solve it?
Edit: Here´s the log file: http://pastebin.com/sQQDViqW
Edit2: I enabled the nvidia graphic driver instead of the default one(nouveau) - That solved the problem for me.
Last edited by Shadda on Sun Oct 23, 2016 2:55 pm, edited 2 times in total.
Re: Ubuntu(16.04) Steam - Empty window on start
Can you post a Log File?
Re: Ubuntu(16.04) Steam - Empty window on start
Oh, forgot that - thanks ^^
Added it to the main post.
Added it to the main post.
Re: Ubuntu(16.04) Steam - Empty window on start
Code: Select all
0.000 2016-10-22 18:56:39; Factorio 0.13.20 (build 24011, linux64, steam)
0.091 Operating system: Linux (Ubuntu 16.04)
0.091 Program arguments: "/home/flokau/.local/share/Steam/steamapps/common/Factorio/bin/x64/factorio"
0.091 Read data path: /home/flokau/.local/share/Steam/steamapps/common/Factorio/data
0.091 Write data path: /home/flokau/.factorio
0.091 Binaries path: /home/flokau/.local/share/Steam/steamapps/common/Factorio/bin
0.116 Graphics options: [FullScreen: false] [VSync: false] [UIScale: 100%] [MultiSampling: OFF] [Graphics quality: normal] [Video memory usage: high] [Light scale: 25%] [Screen: 255] [DXT: false]
0.262 Available display adapters: 1
0.262 [0]: resolution 1920x1080px at [0,0]
0.262 Create display on adapter 0. Size 1280x720 at position [310, 162].
Automatic Belt (and pipe) Planner—Automate yet another aspect of constructing your factory!
Re: Ubuntu(16.04) Steam - Empty window on start
That´s all the log in the file...
Looked at the terminal log(the terminal I opened Steam with) now and it seems like something is wrong with openGL(At least I think it´s openGL): http://pastebin.com/Ax2SU0ic
Important part is probably this:
Looked at the terminal log(the terminal I opened Steam with) now and it seems like something is wrong with openGL(At least I think it´s openGL): http://pastebin.com/Ax2SU0ic
Important part is probably this:
It seems to be OpenGL...libGL error: unable to load driver: swrast_dri.so
libGL error: failed to load driver: swrast
libGL error: unable to load driver: swrast_dri.so
libGL error: failed to load driver: swrast
Re: Ubuntu(16.04) Steam - Empty window on start
What GPU do you have, what driver are you trying to use it with?
Automatic Belt (and pipe) Planner—Automate yet another aspect of constructing your factory!
Re: Ubuntu(16.04) Steam - Empty window on start
I have a Nvidia Geforce GTX 960 and I´m using it with nouveau - the standard for Ubuntu.
Re: Ubuntu(16.04) Steam - Empty window on start
That's awfully new, is it supposed to work with nouveau already? You'd need a very recent everything at least. What kernel and mesa version do you have installed? Nothing unhappy in dmesg and xorg log? You might have more luck with the blob.
Automatic Belt (and pipe) Planner—Automate yet another aspect of constructing your factory!
Re: Ubuntu(16.04) Steam - Empty window on start
My kernel version is: 4.4.0-45-generic - my mesa version is(That´s what the terminal says): OpenGL core profile version string: 3.3 (Core Profile) Mesa 11.2.0
I´m not sure if nouveau is compatible with gtx 960, but probably it´s WIP(But why would my Ubuntu work if it´s not compatible?? I´m new to hardware management):
https://nouveau.freedesktop.org/wiki/FeatureMatrix/
NV110 are all gtx 960 according to: https://nouveau.freedesktop.org/wiki/CodeNames/
Here is the Xorg log: http://pastebin.com/YV62p7QH
Not sure, but I think that´s the dmesg log(Used "dmesg -H" for this??): http://pastebin.com/5NyzpEmp
I have no clue how to read those two files, so can´t say anything about that, sorry.
So do you know any (free) alternatives for nouveau? Or will I just have to wait?
I´m not sure if nouveau is compatible with gtx 960, but probably it´s WIP(But why would my Ubuntu work if it´s not compatible?? I´m new to hardware management):
https://nouveau.freedesktop.org/wiki/FeatureMatrix/
NV110 are all gtx 960 according to: https://nouveau.freedesktop.org/wiki/CodeNames/
Here is the Xorg log: http://pastebin.com/YV62p7QH
Not sure, but I think that´s the dmesg log(Used "dmesg -H" for this??): http://pastebin.com/5NyzpEmp
I have no clue how to read those two files, so can´t say anything about that, sorry.
So do you know any (free) alternatives for nouveau? Or will I just have to wait?
Re: Ubuntu(16.04) Steam - Empty window on start
From https://nouveau.freedesktop.org/wiki/:Shadda wrote:My kernel version is: 4.4.0-45-generic
Guess you need at least a newer kernel.Mar, 2016: GM20x acceleration support (with redistributable signed firmware) merged in Linux 4.6 and Mesa 11.2
Automatic Belt (and pipe) Planner—Automate yet another aspect of constructing your factory!
Re: Ubuntu(16.04) Steam - Empty window on start
Ok, I'll look at this tomorrow. I can't access my computer right now, it's too late..
But anyway, thanks for your help :)
But anyway, thanks for your help :)
Re: Ubuntu(16.04) Steam - Empty window on start
Ok, I think I solved it...
First I installed the kernel 4.6, but then nothing worked anymore, same for kernel 4.7(according to the log they aren't supported by nouveau yet).
So I tried what I should have tried first, I enabled the nvidia graphic driver... And it works ^^
Thank you for your help, I wouldn't have been able to understand the log files and the problem myself
First I installed the kernel 4.6, but then nothing worked anymore, same for kernel 4.7(according to the log they aren't supported by nouveau yet).
So I tried what I should have tried first, I enabled the nvidia graphic driver... And it works ^^
Thank you for your help, I wouldn't have been able to understand the log files and the problem myself