You are not logged in.

#1 2021-01-15 18:07:09

ThatOneCalculator
Member
From: Los Angeles
Registered: 2021-01-15
Posts: 14
Website

[SOLVED!] Minecraft extremely slow on 5.10 kernel

Hi! This is my first post here, sorry if I'm a bit new to these things.

I've been playing Minecraft for a while. Then, I upgraded my Kernel to 5.10 (Zen). More games have been running on 5.10, but Minecraft broke. It's running at 10-15 fps. I found what the problem is, but I don't know how to fix it. In this screenshot, on the top right, it shows "Mesa/X.org". On everything under 5.10, it showed "RTX 2070 Super".

unknown.png

Thank you!

Last edited by ThatOneCalculator (2021-01-15 20:09:14)

Offline

#2 2021-01-15 18:18:46

loqs
Member
Registered: 2014-03-06
Posts: 19,025

Re: [SOLVED!] Minecraft extremely slow on 5.10 kernel

Please post the contents of Xorg.log  and the output of dmesg.  Also what driver are you using for the RTX 2070 Super GPU?
Please post thumbnails or links to images.

Offline

#3 2021-01-15 18:26:26

ThatOneCalculator
Member
From: Los Angeles
Registered: 2021-01-15
Posts: 14
Website

Re: [SOLVED!] Minecraft extremely slow on 5.10 kernel

loqs wrote:

Please post the contents of Xorg.log  and the output of dmesg.  Also what driver are you using for the RTX 2070 Super GPU?
Please post thumbnails or links to images.

Hi!

Here is the output of Xorg.log: http://ix.io/2M84
Here is the output of dmesg: http://ix.io/2M82
The drivers for the GPU are 460.32.03

Offline

#4 2021-01-15 18:55:42

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,351

Re: [SOLVED!] Minecraft extremely slow on 5.10 kernel

If this is an unedited nvidia-xconfig xorg config remove it. The xorg log also shows that it gets access to the card after having tried to use nvidia. Set up https://wiki.archlinux.org/index.php/NV … de_setting especially the addition of the nvidia modules into your initramfs and regenerating the image with mkinitcpio (... and setting up the pacman hook to ensure it's enabled on updates as well)

Offline

#5 2021-01-15 19:12:11

ThatOneCalculator
Member
From: Los Angeles
Registered: 2021-01-15
Posts: 14
Website

Re: [SOLVED!] Minecraft extremely slow on 5.10 kernel

V1del wrote:

If this is an unedited nvidia-xconfig xorg config remove it. The xorg log also shows that it gets access to the card after having tried to use nvidia. Set up https://wiki.archlinux.org/index.php/NV … de_setting especially the addition of the nvidia modules into your initramfs and regenerating the image with mkinitcpio (... and setting up the pacman hook to ensure it's enabled on updates as well)

Thanks for the reply! The instructions are a bit confusing, but is this correct?

/etc/default/grub has the line

GRUB_CMDLINE_LINUX_DEFAULT="quiet loglevel=3 nowatchdog nvidia-drm.modeset=1"

I'm not exactly sure how I should properly configure the xorg config. It was made with nvidia-settings.

Offline

#6 2021-01-15 19:17:25

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,351

Re: [SOLVED!] Minecraft extremely slow on 5.10 kernel

The important part is the second paragraph of that link

Edit your mkinitcpio.conf go to the MODULES= line and make it read

MODULES=( nvidia nvidia_drm nvidia_modeset nvidia_uvm )

regenerate your images with

mkinitcpio -P

reboot.

As for the xorg.conf, did you generate it with any specific intention (as in did you enable CompositionPipeline or do a special monitor setup or so) or did you just created it because you thought you needed it? If the latter it usually only contains unnecessary bloat and might as well be removed, if the former, you might want to post it here so we can check whether it's logically set up correctly

Offline

#7 2021-01-15 19:20:05

ThatOneCalculator
Member
From: Los Angeles
Registered: 2021-01-15
Posts: 14
Website

Re: [SOLVED!] Minecraft extremely slow on 5.10 kernel

I used nvidia-settings so it could have both of my monitors positioned the way I like them. Sadly, I can't reboot for a bit (I'm in a zoom meeting) but I'll let you know how it goes when I do.

Offline

#8 2021-01-15 20:08:45

ThatOneCalculator
Member
From: Los Angeles
Registered: 2021-01-15
Posts: 14
Website

Re: [SOLVED!] Minecraft extremely slow on 5.10 kernel

V1del wrote:

The important part is the second paragraph of that link

Edit your mkinitcpio.conf go to the MODULES= line and make it read

MODULES=( nvidia nvidia_drm nvidia_modeset nvidia_uvm )

regenerate your images with

mkinitcpio -P

reboot.

As for the xorg.conf, did you generate it with any specific intention (as in did you enable CompositionPipeline or do a special monitor setup or so) or did you just created it because you thought you needed it? If the latter it usually only contains unnecessary bloat and might as well be removed, if the former, you might want to post it here so we can check whether it's logically set up correctly


Update: your solution worked flawlessly! Thank you so much! I am very sorry for the late response, but it was a Zoom for school so I couldn't reboot. I really appreciate your help and dedication to this board, and I hope you have a wonderful day!

Thank you very much,

ThatOneCalculator
Kainoa

Last edited by ThatOneCalculator (2021-01-15 20:17:22)

Offline

Board footer

Powered by FluxBB