I looked in the config.ini file and found an option to disable the shaders: shader-enabled = false
After disabling the shader, I am not able to start a new game or load a saved game.
config.ini
Code: Select all
[path]
read-data=__PATH__executable__/../../data
write-data=__PATH__executable__/../..
[general]
locale=
[graphics]
shader-enabled=false
Code: Select all
#3 0x00007ff29a6a2030 in ?? at ??:0
#4 0x000000000086d266 in composeDiffuseAndLight at /tmp/factorio-pQPxC1/src/Graphics/DrawEngine.cpp:172
#5 0x0000000000e375a8 in render at /tmp/factorio-pQPxC1/src/Graphics/DrawEngine.cpp:136
#6 0x0000000000ea5fd6 in render at /tmp/factorio-pQPxC1/src/Graphics/GameRenderer.cpp:190
#7 0x00007ff29a68f2b1 in render at /tmp/factorio-pQPxC1/src/GameView.cpp:911
#8 0x000000000040aae9 in render at /tmp/factorio-pQPxC1/src/Game.cpp:325
Code: Select all
0.000 2017-05-07 11:48:53; Factorio 0.15.9 (build 29504, linux64, alpha)
0.000 Operating system: Linux
0.000 Program arguments: "/home/gheift/.local/opt/factorio/bin/x64/factorio"
0.000 Read data path: /home/gheift/.local/opt/factorio/data
0.000 Write data path: /home/gheift/.local/opt/factorio
0.000 Binaries path: /home/gheift/.local/opt/factorio/bin
0.007 System info: [CPU: Intel(R) Core(TM) i5-4210U CPU @ 1.70GHz, 4 cores, RAM: 7907MB]
0.008 Display options: [FullScreen: 0] [VSync: 1] [UIScale: 100%] [MultiSampling: OFF] [Screen: 255]
0.013 Available display adapters: 1
0.013 [0]: resolution 1920x1080px at [0,0]
0.013 Create display on adapter 0. Size 1280x720 at position [310, 162].
0.036 Initialised OpenGL:[0] Mesa DRI Intel(R) Haswell Mobile ; driver: 3.0 Mesa 13.0.6
0.047 Graphics settings preset: medium
0.047 Graphics options: [Graphics quality: normal] [Video memory usage: high] [Light scale: 25%] [DXT: false]
Kind regards,
Gerhard