#instability, suspected NVIDIA related issues on EndeavorOS

20 messages · Page 1 of 1 (latest)

radiant egret
#

Hi! I installed endeavorOS a few weeks ago and things were working decently well, but then I was running into freezing/crashes. I started on Wayland, so switched to x11 to see if it would be any better. It was better for a certain amount of time, but then I got more freezing.

I started looking into the driver situation, and it seems like endeavorOS installs the nouveau driver by default.

I followed this guide https://github.com/korvahannu/arch-nvidia-drivers-installation-guide to install the proprietary drivers, but I had to alter the steps a bit since I have dracut and not mkinitcpio.

I ran nvidia-smi after following the steps, but it wasn't working and lscpi listed nouveau as the driver being used.

Asked chatgpt about switching to proprietary driver and it mentioned creating a file at /etc/modprobe.d/blacklist-nouveau.conf with the following contents: blacklist nouveau
options nouveau modeset=0

Mostly wondering if the above step is necessary? I didn't try rebooting without it, figured at worst it shouldn't break anything, but I have no idea what I'm doing and just want to see if the stability is any better with the proprietary driver.

Also wondering if the issue is related to using multiple monitors with different resolutions as I haven't had any issues with a single monitor plugged in it seems

GitHub

A repository that holds a simple guide on how you can install and configure proprietary NVIDIA drivers for Arch Linux. - korvahannu/arch-nvidia-drivers-installation-guide

zealous shoal
#

@radiant egret remove those

radiant egret
#

remove what? the proprietary drivers?

zealous shoal
#

the Arch Linux community does not offer support for the information contained in guided; for installation of drivers, the Installation guide is the only officially supported document. The content in the guides may be out of date or inaccurate

#

sudo pacman -S nvidia-open

#

reboot

#

@radiant egret

radiant egret
#

yeah im using maxwell

#

so propriety is recommended based on that table right?

zealous shoal
radiant egret
#

yeah with open I was getting crashing/freezing

zealous shoal
#

pacman -Q |grep linux

radiant egret
zealous shoal
#

then install nvidia

radiant egret
#

is independent monitor scaling something worth trying to get working? I have one 4k display and one 1080p, but the 4k I run at higher scaling value

#

I know it's been a problem with linux for a while, not sure if it's improved as of late

zealous shoal
#

@radiant egret what de/wm are you on?

radiant egret
#

KDE plasma - KWin on x11

zealous shoal
#

@radiant egret sudo pacman -S lxrandr

#

open it