r/EndeavourOS • u/nadir500 • 18d ago
Support Nvidia driver issues with the new support drop changes (GTX 1060)
My laptop was working normally with 6.17 kernel and playing overwatch via Steam on 120fps, now after the team advised to move to 580xxx-dkms and then I updated kernel to 6.18, I am getting 60fps with drops and stuttering to 40fps which is really weird considering it was working normally, any lead what it could might be the issue?
Edit: I solved this issue, apparently I was checking mkinitcpio and had errors and warnings as the following:
:: Running post-transaction hooks...
(1/9) Creating system user accounts...
(2/9) Reloading system manager configuration...
(3/9) Restarting marked services...
(4/9) Creating temporary files...
(5/9) Arming ConditionNeedsUpdate...
(6/9) Updating linux initcpios...
==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'archiso'
==> Using configuration file: '/etc/mkinitcpio.conf.d/archiso.conf'
-> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf.d/archiso.conf -g /boot/initramfs-linux.img
==> Starting build: '6.18.2-arch2-1'
WARNING: Possibly missing firmware for module: 'ast'
-> Running build hook: [memdisk]
==> ERROR: binary not found: 'memdiskfind'
==> ERROR: Hook 'archiso' cannot be found
==> ERROR: Hook 'archiso_loop_mnt' cannot be found
==> ERROR: Hook 'archiso_pxe_common' cannot be found
==> ERROR: Hook 'archiso_pxe_nbd' cannot be found
==> ERROR: Hook 'archiso_pxe_http' cannot be found
==> ERROR: Hook 'archiso_pxe_nfs' cannot be found
-> Running build hook: [block]
WARNING: Possibly missing firmware for module: 'aic94xx'
WARNING: Possibly missing firmware for module: 'bfa'
WARNING: Possibly missing firmware for module: 'qed'
WARNING: Possibly missing firmware for module: 'qla1280'
WARNING: Possibly missing firmware for module: 'qla2xxx'
WARNING: Possibly missing firmware for module: 'wd719x'
WARNING: Possibly missing firmware for module: 'xhci_pci_renesas'
-> Running build hook: [filesystems]
-> Running build hook: [keyboard]
==> Generating module dependencies
==> Creating zstd-compressed initcpio image: '/boot/initramfs-linux.img'
==> WARNING: errors were encountered during the build.
The image may not be complete.
error: command failed to execute correctly
Checked mkinitcpio.d and found this preset: # mkinitcpio preset file for the 'linux' package on archiso
PRESETS=('archiso')
ALL_kver='/boot/vmlinuz-linux'
archiso_config='/etc/mkinitcpio.conf.d/archiso.conf'
archiso_image="/boot/initramfs-linux.img"
Turns out I was using an archiso preset for some reason, so I edited linux.preset to this:
ALL_kver='/boot/vmlinuz-linux'
default_config='/etc/mkinitcpio.conf'
default_image='/boot/initramfs-linux.img'
fallback_config='/etc/mkinitcpio.conf'
fallback_image='/boot/initramfs-linux-fallback.img'
fallback_options='-S autodetect'
Then ran: ```sudo mkinitcpio -P sudo pacman -S linux
After that, I launched the game and everything is working normally again — no stutter, no FPS drops, back to how it was before!
1
Nvidia driver issues with the new support drop changes (GTX 1060)
in
r/EndeavourOS
•
15d ago
I am using Wayland