Page 1 of 1

Artefacts??

PostPosted: Fri Nov 23, 2012 18:15
by tomsk222
When I play Minetest, artefacts appear randomly or whatever these are called:

http://i48.tinypic.com/2q3no7s.jpg

I am using linux with 945GM graphics and an Intel Atom processor. Minetest usually runs at 20 fps. I play other games on my computer like OpenArena and there are no problems.

Note: This seems to happen when I am near torches or any type of light source. I have smooth lighting off.

PostPosted: Sat Nov 24, 2012 02:00
by Josh
This happens to me too. It's really strange, i don't know how to fix it.

PostPosted: Sat Nov 24, 2012 03:59
by jordan4ibanez
Use different rendering system, try opengl, or directx9, look on how to in the minetest.conf.example

PostPosted: Sat Nov 24, 2012 06:49
by Calinou
jordan4ibanez wrote:Use different rendering system, try opengl, or directx9, look on how to in the minetest.conf.example


The only option on GNU/Linux is OpenGL, unless you use Wine to run the Windows binary. Of course, there's always "null" and "software" but you do not want these. ;)

PostPosted: Sat Nov 24, 2012 17:52
by irksomeduck
Ugh, Intel atom processors are horrible, I have one and they are only 1.6Ghz. I would conisder upgrading to at least an Intel pentium (Unless your processor is intergrated, like mine D:)

PostPosted: Sat Nov 24, 2012 18:22
by celeron55
That sometimes happens on my 950GM too. I think it is some kind of a problem in the linux drivers of that thing. Or it might be some kind of an overheat-related thing. Dunno.

Could be useful to report to the intel driver maintainers, but I'm too lazy to do that.

PostPosted: Sat Nov 24, 2012 21:44
by Calinou
I have a netbook with Intel Atom CPU, 1GB RAM running under Xubuntu 12.10. I get occasional artefacts in many games, such as Minetest or X-Moto.

I have reported the bug:
https://bugs.freedesktop.org/show_bug.cgi?id=57496

PostPosted: Sun Nov 25, 2012 19:15
by tomsk222
I don't think it's a problem with the drivers. I never get artefacts when playing OpenArena or Minecraft (runs at 10fps). I noticed that lowering the resolution helps.

PostPosted: Sun Nov 25, 2012 21:22
by sfan5
Updating Graphics Drivers may help

PostPosted: Mon Nov 26, 2012 00:07
by rarkenin
Try, if your distro has FOSS drivers, using them as fallback. If you use said drivers, and there is a proprietary one, try that one if you are OK with non-FOSS.

PostPosted: Mon Dec 03, 2012 19:34
by qwrwed
I have this problem too, sort of; all of the node textures have been messed up and keep flickering, even with texture atlas disabled. Image

PostPosted: Tue Dec 04, 2012 15:42
by qwrwed
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
enable_shaders = 0

I will try.
EDIT: Fixed! Thank you very much!

PostPosted: Tue Dec 04, 2012 15:56
by Leroy
On my i7 in 0.4.4 with Intel Ironlake, The colors are wrong. Everything is red

PostPosted: Tue Dec 04, 2012 23:56
by dannydark
Leroy wrote:On my i7 in 0.4.4 with Intel Ironlake, The colors are wrong. Everything is red


Sounds like your missing the shaders folder maybe? make sure you have the "client" folder in the same directory as your bin, doc, builtin folders

Your folder structure should look something like:
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
bin,
builtin,
client,
doc,
games,
mods,
textures


and the client folder structure should be like:
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
client
client -> shaders
client -> shaders -> test_shader_1
client -> shaders -> test_shader_1 -> base.txt
client -> shaders -> test_shader_1 -> opengl_fragment.glsl
client -> shaders -> test_shader_1 -> opengl_vertex.glsl
client -> shaders -> test_shader_2
client -> shaders -> test_shader_2 -> base.txt
client -> shaders -> test_shader_2 -> opengl_fragment.glsl
client -> shaders -> test_shader_2 -> opengl_vertex.glsl


If you do have the shaders folder there could you check if you have any errors being output to your debug.txt, As a temporary fix you could just disable shaders in the options menu of the game.

Let me know if that fixes your issue.

PostPosted: Wed Dec 05, 2012 03:08
by Leroy
dannydark wrote:
Leroy wrote:On my i7 in 0.4.4 with Intel Ironlake, The colors are wrong. Everything is red


Sounds like your missing the shaders folder maybe? make sure you have the "client" folder in the same directory as your bin, doc, builtin folders

Your folder structure should look something like:
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
bin,
builtin,
client,
doc,
games,
mods,
textures


and the client folder structure should be like:
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
client
client -> shaders
client -> shaders -> test_shader_1
client -> shaders -> test_shader_1 -> base.txt
client -> shaders -> test_shader_1 -> opengl_fragment.glsl
client -> shaders -> test_shader_1 -> opengl_vertex.glsl
client -> shaders -> test_shader_2
client -> shaders -> test_shader_2 -> base.txt
client -> shaders -> test_shader_2 -> opengl_fragment.glsl
client -> shaders -> test_shader_2 -> opengl_vertex.glsl


If you do have the shaders folder there could you check if you have any errors being output to your debug.txt, As a temporary fix you could just disable shaders in the options menu of the game.

Let me know if that fixes your issue.

My client file is missing. :(

PostPosted: Wed Dec 05, 2012 09:08
by dannydark
Leroy wrote:My client file is missing. :(


You can grab the client folder from github here: https://github.com/celeron55/minetest

Just out of curiosity how did you get 0.4.4? was it a pre-compiled one?

PostPosted: Wed Dec 05, 2012 22:04
by Leroy
dannydark wrote:
Leroy wrote:My client file is missing. :(


You can grab the client folder from github here: https://github.com/celeron55/minetest

Just out of curiosity how did you get 0.4.4? was it a pre-compiled one?

It was pre compiled.

PostPosted: Fri Dec 07, 2012 10:08
by dannydark
Leroy wrote:
dannydark wrote:
Leroy wrote:My client file is missing. :(


You can grab the client folder from github here: https://github.com/celeron55/minetest

Just out of curiosity how did you get 0.4.4? was it a pre-compiled one?

It was pre compiled.


If it was pre-compiled you should inform the person who compiled it for you that the client folder is missing, otherwise more people will likely experience the same issue you have had.