Artefacts??

Post Reply
tomsk222
New member
Posts: 2
Joined: Fri Nov 23, 2012 18:03

Artefacts??

by tomsk222 » Post

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.
Last edited by tomsk222 on Fri Nov 23, 2012 18:26, edited 1 time in total.

Josh
Member
Posts: 1146
Joined: Fri Jun 29, 2012 23:11
Location: Victoria, Australia

by Josh » Post

This happens to me too. It's really strange, i don't know how to fix it.

User avatar
jordan4ibanez
Member
Posts: 1923
Joined: Tue Sep 27, 2011 18:44
GitHub: jordan4ibanez
IRC: jordan4ibanez
In-game: jordan4ibanez

by jordan4ibanez » Post

Use different rendering system, try opengl, or directx9, look on how to in the minetest.conf.example
hello, am program. do language in rust. make computer do. okay i go now.

User avatar
Calinou
Moderator
Posts: 3169
Joined: Mon Aug 01, 2011 14:26
GitHub: Calinou
IRC: Calinou
In-game: Calinou
Location: Troyes, France
Contact:

by Calinou » Post

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. ;)

irksomeduck
Member
Posts: 224
Joined: Tue Aug 28, 2012 21:45
Location: Littleroot town, Hoenn region

by irksomeduck » Post

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:)
I love exploring minetest worlds :D
If you have a good seed let me know
--------------------------------------------------
My world/house pack- http://minetest.net/forum/viewtopic.php?id=3066

User avatar
celeron55
Administrator
Posts: 533
Joined: Tue Apr 19, 2011 10:10
GitHub: celeron55
IRC: celeron55

by celeron55 » Post

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.

User avatar
Calinou
Moderator
Posts: 3169
Joined: Mon Aug 01, 2011 14:26
GitHub: Calinou
IRC: Calinou
In-game: Calinou
Location: Troyes, France
Contact:

by Calinou » Post

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

tomsk222
New member
Posts: 2
Joined: Fri Nov 23, 2012 18:03

by tomsk222 » Post

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.

sfan5
Moderator
Posts: 4095
Joined: Wed Aug 24, 2011 09:44
GitHub: sfan5
IRC: sfan5
Location: Germany

by sfan5 » Post

Updating Graphics Drivers may help
Mods: Mesecons | WorldEdit | Nuke & Minetest builds for Windows (32-bit & 64-bit)

rarkenin
Member
Posts: 668
Joined: Tue Nov 20, 2012 20:48

by rarkenin » Post

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.
Admin pro tempore on 0gb.us:30000. Ask me if you have a problem, or just want help.
This is a signature virus. Add me to your signature so that I can multiply.
Now working on my own clone, Mosstest.
I guess I'm back for some time.

User avatar
qwrwed
Member
Posts: 326
Joined: Sun Jul 22, 2012 20:56
In-game: qwrwed or Nitro

by qwrwed » Post

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

User avatar
qwrwed
Member
Posts: 326
Joined: Sun Jul 22, 2012 20:56
In-game: qwrwed or Nitro

by qwrwed » Post

Code: Select all

enable_shaders = 0
I will try.
EDIT: Fixed! Thank you very much!
Last edited by qwrwed on Tue Dec 04, 2012 18:50, edited 1 time in total.

User avatar
Leroy
Member
Posts: 261
Joined: Thu Oct 18, 2012 23:43
Location: Antarctica

by Leroy » Post

On my i7 in 0.4.4 with Intel Ironlake, The colors are wrong. Everything is red
UBUNTU BRO!

User avatar
dannydark
Member
Posts: 428
Joined: Fri Aug 12, 2011 21:28
Location: Manchester, UK

by dannydark » Post

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:

Code: Select all

bin,
builtin,
client,
doc,
games,
mods,
textures
and the client folder structure should be like:

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.
Last edited by dannydark on Tue Dec 04, 2012 23:57, edited 1 time in total.

User avatar
Leroy
Member
Posts: 261
Joined: Thu Oct 18, 2012 23:43
Location: Antarctica

by Leroy » Post

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:

Code: Select all

bin,
builtin,
client,
doc,
games,
mods,
textures
and the client folder structure should be like:

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. :(
UBUNTU BRO!

User avatar
dannydark
Member
Posts: 428
Joined: Fri Aug 12, 2011 21:28
Location: Manchester, UK

by dannydark » Post

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?

User avatar
Leroy
Member
Posts: 261
Joined: Thu Oct 18, 2012 23:43
Location: Antarctica

by Leroy » Post

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.
UBUNTU BRO!

User avatar
dannydark
Member
Posts: 428
Joined: Fri Aug 12, 2011 21:28
Location: Manchester, UK

by dannydark » Post

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.

Post Reply

Who is online

Users browsing this forum: No registered users and 7 guests