#[SOLVED] System frozen after enabling gdm
112 messages · Page 1 of 1 (latest)
Please follow the Standard Litany when asking a question:
• What was your environment? What was your operating system, configuration?
• What did you do? What did you run or test? Where?
• What actually happened? What were the exact results, complete log contents, exact error messages?
• What did you expect? What were you aiming to achieve? What result were you looking for?
Vague or superficial questions will yield vague or superficial answers. False information leads to false solutions.
grub
grub i assume?
yep
okay lemme just mount my partitions...
you can google how to do this as i dont know off the top of my head
you can do it from the actual os
can you switch tty?
can't
just freeze
alr
ok
uhh
@tough crescent try making a file, /etc/modprobe.d/blacklist.conf with the contents:
blacklist nouveau
lmk when ur done, theres more
ye i probably done this a few times before with my friend
it just doesn't work
but i'll try
alr
done
lol
@tough crescent there should be a line in /etc/mkinitcpio.conf
it says 'kms' on it
edit that line and remove 'kms'
optionally, set the MODULES array to MODULES=(nvidia nvidia_modeset nvidia_uvm nvidia_drm)
HOOKS?
sure?
nice
done!
ok
now
edit /etc/default/grub
there should be a line in that file something like this: GRUB_CMDLINE_LINUX_DEFAULT="loglevel=3 quiet"
yep
yep i remember that
now, edit this line and add ibt=off to the string
so in this case, GRUB_CMDLINE_LINUX_DEFAULT="loglevel=3 ibt=off quiet"
obviously dont blindly copy this
edit it accordingly to what its currently set to
yep i got cryt in it 😂
after that,
mkinitcpio -P
grub-mkconfig -o /boot/grub/grub.cfg
if you really want to be cautious
disable gdm on boot
yep
systemctl disable gdm
you should do this and just manually start it for now
mhm
and then gonna freeze again lol
otherwise, try sddm or another login manager
forgor to disable gdm 💀
IT WORKED IT WORKED
NICE
OMG
ok so
FIRST TIME GETTING NVIDIA WORKING ON ARCH
lemme explain what i made you do
so basically when you just ran pacman -S nvidia
you kinda didnt update your kernel for nvidia
so it did nothing
your kernel was still loading nouveau
thats what the mkinitcpio thing did
nouveau is the driver, thats why you blacklisted it
ohh
thank you so much
carnivorecookies received a thank you cookie!
np!
where do you find all these stuff tho
and do i have to install xorg for xorg session? i thought it was pre installed
thanks :)
[SOLVED] System frozen after enabling gdm
i use nvidia myself, i remembered the steps but not how to do them
i went through my message history since ive said how to do some things, mixed with some googling
ah thank you
carnivorecookies received a thank you cookie!