I recently decided to download Fedora on my computer, and I noticed that the FPS in Minecraft is significantly lower than on Windows. I’m using a Dell Inspiron 3530 with an i3 100u chip (I believe it’s 13th or 14th generation). I’ve already downloaded the Cachy OS kernel, adjusted governors, and even the in-game graphics settings, but nothing close to Windows (20 chunks = 150 FPS), Linux (2 chunks = 80 FPS unstable). I tried searching for drivers and using x11 (which made it even worse for some reason). I really just wanted to play Minecraft. Can anyone help?
Also, if someone asks: 8GB RAM, 3GB allocated, Wayland, tried Wayland fix, I tried disabling compositor, high priority, and used net install (I believe that’s one of the reasons, but I’m too new to be sure).
What GPU does your system have? If it’s Nvidia, you might need to install drivers for it to get better performance. If it is Nvidia, see:
Please post the output of “inxi -Fzxx” here as pre-formatted text using the </> button above. That will tell us what GPU and driver you have. If it says command not found, you can install it with “sudo dnf install inxi”.
ooo thanks for saying and sorry for incovenience, im new to this, and im running into a problem where my system blocks me at 1.2ghz and 10w, i think this maybe is the reason, maybe
If what you’re saying here is that you CPU gets capped at 1.2 GHz and 10 watts of power, then yes - this is the root cause of the poor performance in minecraft. It’s like saying I can only lap Silverstone in 8 minutes but I have 3 flats and the handbrake is stuck on.
Where are you getting thee numbers from (just so we can be sure your cpu really is being throttled).
If we fix this, then everything will be substantially faster
thanks for replying, i solved it just by not using the cachy os kernel, but still the same problem with minecraft, i tried even cap at 4.7ghz and it just improved by like 10 to 20 %, dont really think this is a hardware problem, since windows is more bloated and have like,5 times the performance
In a way, it is a hardware issue because it sounds like your CPU is doing all of the 3D rendering.
First, see if Intel’s GPU driver is loaded into the Linux kernel…
lsmod | grep i915
Then put aside Minecraft for a bit and run a simple test. While running the following demo, how many fish can your laptop handle while maintaining at least 30 FPS? – https://webglsamples.org/aquarium/aquarium.html
(Update: Your inxi output looks good with mentions of i915, Mesa Vulkan, etc., but it’s still possible that Minecraft isn’t using it, dropping to software rendering instead.)
it handled 30k fish,then the temperature goes up, and it limited to 15w (maintaining 35fps), also i already checked, and even followed a guide from gemini, to trade i915 to “xe” driver, it boosted by like 10%, but nothing compared to windows, and thanks for replying
(i will also link a minecraft print, showing the gpu its using)
30K fish @ 30 FPS is great for an iGPU (my old Intel i5 4200U / HD4400 laptop could only muster up 500 fish without Intel’s GPU driver and 5K with it). So at least your web browser has access to hardware acceleration.
How did you install Minecraft? (a download link would be helpful for reference).
(Although the Dell Inspiron 3530’s Intel i3 100U has 6 total CPU cores, only 2 are regular (aka. “Performance”) cores, the other 4 are “efficiency” cores closer to a tablet/smartphone CPU. The E-cores are fine for background tasks, but won’t help much with a game like Minecraft.)
yea like i said, it could run insanely on vulkanmod on windows, like 250 fps on 20 chunks,its this the problem im having, also im using modrinth (the “original” mod repository, same that i used in windows, i dont really know if its about it being a new processor, and i just installed it cause the pendrive was 2gb and i was just wanting to leave windows, do you think cachy os, or arch would have this?
“8x” for the CPU count is unfortunately a bit unintentionally misleading because the i3 100U is a (2) P-Core + (4) E-Core SoC. Each P-Core can handle 2 threads while each E-Core is single-threaded for a total of 8 threads.
Intel’s i915 driver is bundled with the Linux kernel, so other than a slightly newer kernel in CachyOS / Arch vs. Fedora 43, I don’t see there being a night/day difference in Minecraft performance.
Since we already know that your web browser has access to hardware accelerated 3D, it’s figuring out why Minecraft doesn’t get the same benefit.