Page 1 of 1

What FPS should I be seeing on low speed netbook?

PostPosted: Sat May 23, 2015 23:17
by betolley
I gave my kids my old Acer dual cpu atom processor netbook. When they play minetest they get around 10 FPS. Is that normal? It has 2 gb of ram, windows xp, with a Intel 945GM Graphics card. If it should be faster any suggestions? I have disabled all of the option for fancy trees and such.

Re: What FPS should I be seeing on low speed netbook?

PostPosted: Sat May 23, 2015 23:26
by ExeterDad
My kids have three of the old Acer Aspire One's with what appear to be those specs. They get 19-25 FPS depending on what they are looking at, and what view distance they have set.
But all three are using Linux and OpenGL drivers. Not sure if that is what makes them run better as they don't have Windows to compare it with.
Also the machines are playing as clients on our LAN server. I've never benchmarked on Singleplayer.

Re: What FPS should I be seeing on low speed netbook?

PostPosted: Sun May 24, 2015 00:59
by betolley
I was guessing on the FPS. I found that with F6 I can see that we are getting between 25 and 36 FPS. The problem is the FPS stays stable but the game is jumpy.

Re: What FPS should I be seeing on low speed netbook?

PostPosted: Sun May 24, 2015 07:02
by Krock
The graphics chip is not very powerful: http://www.videocardbenchmark.net/video ... ss&id=1083

I am getting about 30-50 FPS on my single core machine (Windows XP), so I wonder about the power settings of your laptop. Sometimes it's in a battery saving mode, it limits the maximal CPU and graphics chip usage.
Check the energy options in your control panel and modify some settings to see if Minetest gets more FPS.

Re: What FPS should I be seeing on low speed netbook?

PostPosted: Sun May 24, 2015 07:39
by TenPlus1
I sometimes have Minetest running on an ooooooold 1.5ghz single-core laptop with Intel 852GM graphics and I can get 40fps at times if you add these lines to the minetest.conf file:

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
debug_log_level = 0
enable_3d_clouds = false
enable_particles = false
enable_shaders = false
free_move = true
new_style_leaves = false
opaque_water = false
preload_item_visuals = false
smooth_lighting = false
enable_clouds = false
enable_fog = false
vsync = true
wanted_fps = 30
disable_anticheat = true
enable_rollback_recording = false
fast_move = true
wanted_fps = 30
fps_max = 60
viewing_range_nodes_min = 35
viewing_range_nodes_max = 35
disable_fire = true