I installed arch Linux from the arch install strip and then I was having some drivers issues with my gpu btw I have a Asus RTX 3090 and I installed the drivers then rebooted and now it won’t get past the started Hostname Service and I tried to boot into the recovery option and it’s still the same I have no idea how to fix it
#Driver issue
91 messages · Page 1 of 1 (latest)
which drivers did you pick?
The dkms one
but which one? nvidia-dkms or nvidia-open-dkms?
1st one
try the second one
I can’t because it won’t even boot it just sits there on the screen I posted
press ctrl+alt+f4
Okay it’s asking for a login
then log in as your user
Done then I’m assuming I would try to install the other one from here
yes
It says target not found
it's dkms
How would I do that
sudo pacman -Rsn nvidia-dkms
then install the other one
and possibly sudo mkinitcpio -P but i'm not sure if pacman does that automatically or not
Okay it’s installing the open dkms now
Yeah I looked up my gpu and everything
good
Both of these are done
okay that's not good then
but at least now you have the good drivers
ctrl + alt + f4 again
Done and logged in
type this carefully
journalctl -xe | curl -F 'file=@-' https://0x0.st/
it will give me your journal
Okay one sec
Do you have the headers package installed for your kernel? (ex. linux-headers)
I’m not sure
Yes I do
cat /var/log/Xorg.0.log | curl -F 'file=@-' https://0x0.st/
It filed to open
why?
you forgot a - after @
Ah lol
also - what display manager did you pick? sddm?
Done
then give me the link
okay
i wanna know if you can get any graphics at all
since you picked sddm, i assume this will be kde plasma?
Yes
then type startplasma-wayland
Okay it booted
and tell me if it works well - as in, no glitches, freezes, hangs, the ui is smooth and stuff
It does not it just freezes
what do you see on the screen? the spinning gear?
and it froze?
Yes
Is there anyway I can write a iso onto a usb I have plugged in because I still have my usb with the iso on it it just won’t let me boot from there for a fresh install
i don't understand - what's currently on your usb and what do you need to do with it?
Never mind
okay, do this:
sudo nano /etc/mkinitcpio.conf- modify the
MODULES=()line to:
MODULES=(nvidia nvidia_modeset nvidia_uvm nvidia_drm)
- Ctrl + O to save, Ctrl + X to exit
sudo mkinitcpio -P
this is the only solution i found on the wiki
it can be caused by the fact that sddm starts earlier than nvidia gets loaded
i don't see any "2nd one"
just include the nvidia stuff in the modules
don't skip btrfs
also, i thinkk you may also need to remove kms from the HOOKS=(...) section down below
also, do pacman -Qs nvidia-utils and make sure it's installed
if that doesn't work - i have no clue
Okay rebooting
oh well, now I notice it
the # means it's commented out
meaning, the lines with # are ignored
Ahh
thats a bug i used to experience on all distros on all the versions of nvidia drivers it only happened with full screen apps so if you ran anything borderless you can avoid it but this is different it seems
I know how to fix it, install linux-headers and base-devel. then install the nvidia-dkms again, make sure to remove the other package that has been used.