You are not logged in.

#1 2022-09-03 16:14:35

aymanelj
Member
Registered: 2022-05-13
Posts: 36

[SOLVED] TTY1 blinking cursor after Grub

I know this question has been asked a lot, but I was not able to fix the issue by looking through existing threads. I logged in using TTY2, I can't copy paste the outputs but I am assuming the issue comes from nvidia.

journalctl -b - 1

shows this error line

systemd-modules-load[314]: Failed to find module 'nvidia-uvm'

What could be the cause of this?

Last edited by aymanelj (2022-09-10 15:50:21)

Offline

#2 2022-09-03 21:19:05

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,496

Re: [SOLVED] TTY1 blinking cursor after Grub

I can't copy paste the outputs

1st link below

The message is harmless, please post the entire system journal

sudo journalctl -b | curl -F 'file=@-' 0x0.st

Offline

#3 2022-09-03 21:52:36

aymanelj
Member
Registered: 2022-05-13
Posts: 36

Re: [SOLVED] TTY1 blinking cursor after Grub

Oh my god this is amazing, i didn't know you could do that! Here is the output.

Last edited by aymanelj (2022-09-03 21:52:51)

Offline

#4 2022-09-03 22:40:58

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,496

Re: [SOLVED] TTY1 blinking cursor after Grub

Welcome to the pro-show.

Sep 03 11:49:03 archelj /usr/lib/gdm-x-session[801]: (==) Using config file: "/etc/X11/xorg.conf"
Sep 03 11:49:03 archelj /usr/lib/gdm-x-session[801]: (==) Using system config directory "/usr/share/X11/xorg.conf.d"
Sep 03 11:49:03 archelj /usr/lib/gdm-x-session[801]: (==) ServerLayout "Layout0"
Sep 03 11:49:03 archelj /usr/lib/gdm-x-session[801]: (**) |-->Screen "Screen0" (0)
Sep 03 11:49:03 archelj /usr/lib/gdm-x-session[801]: (**) |   |-->Monitor "Monitor0"
Sep 03 11:49:03 archelj /usr/lib/gdm-x-session[801]: (**) |   |-->Device "Device0"
Sep 03 11:49:03 archelj /usr/lib/gdm-x-session[801]: (**) |-->Input Device "Keyboard0"
Sep 03 11:49:03 archelj /usr/lib/gdm-x-session[801]: (**) |-->Input Device "Mouse0"

You're using a static server layout generated by nvidia-xconfig/settings.
Don't.
Remove the /etc/X11/xorg.conf and don't run that config tool again. It produces cruft and garbage and is at best useless.

However, there's no trace of the nvidia kernel module at all, do you simply lack https://archlinux.org/packages/extra/x86_64/nvidia-lts/ ?

Offline

#5 2022-09-03 23:30:33

aymanelj
Member
Registered: 2022-05-13
Posts: 36

Re: [SOLVED] TTY1 blinking cursor after Grub

Do I have to install nvidia-lts

sudo pacman -S extra/nvidia-lts

The output of

sudo pacman -Qn | grep nvidia

is

nvidia 515.65.01-11
nvidia-settings 515.65.01-1
nvidia-utils 515.65.01-2
opencl-nvidia 515.65.01-2

Edit:

I installed nvidia-lts, and it works now! Thank you very much, this is exactly why I love the arch community.

Last edited by aymanelj (2022-09-03 23:55:09)

Offline

#6 2022-09-03 23:31:57

Scimmia
Fellow
Registered: 2012-09-01
Posts: 13,729

Re: [SOLVED] TTY1 blinking cursor after Grub

You need the modules for the kernel you're using. Since you're using the -lts kernel, yes, you need the -lts modules.

Offline

#7 2022-09-04 06:45:34

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,496

Re: [SOLVED] TTY1 blinking cursor after Grub

I installed nvidia-lts, and it works now!

Please always remember to mark resolved threads by editing your initial posts subject - so others will know that there's no task left, but maybe a solution to find.
Thanks.

Offline

Board footer

Powered by FluxBB