You are not logged in.
Pages: 1
I used to be able to switch between tty with 'ctrl+alt+F1...F6'
It seems that the "main" tty is now on 'ctrl+alt+F1'
'ctrl+alt+F2' shows only black screen plus the mouse cursor.
The rest of the ttys have no video output (the monitor gives me "no signal" message)
I do have a NVIDIA graphics card:
$ lspci -k -d ::03xx
01:00.0 VGA compatible controller: NVIDIA Corporation GP102 [GeForce GTX 1080 Ti] (rev a1)
Subsystem: Gigabyte Technology Co., Ltd Device 374d
Kernel driver in use: nvidia
lspci: Unable to load libkmod resources: error -2
I'm using grub with windows dual but:
My /etc/default/grub
My mkinitcpio.conf
I have set kernel parameters required for Nvidia:
$ cat /etc/modprobe.d/nvidia.conf
options nvidia_drm modeset=1 fbdev=1
$ journalctl -b http://0x0.st/Xn4Z.txt
Last time the ttys worked I was using X11 version of KDE, but since I moved to Hyprland (wayland) it hasn't worked.
Any help appreciated, best regards.
Last edited by DrLlap (Yesterday 21:14:31)
Offline
Try to add "nvidia_drm.modeset=1 nvidia_drm.fbdev=0" to the kernel commandline (modprobe.conf won't do for this)
Sidebar: disable dhcpcd, NM uses the internal dhcp client and they stumble over each other (though absent wifi, you hardly need NM itfp? So you could disable/remove that instead.)
Also
hostnamectl
it doesn't look like you've a static hostname?
Offline
I added "nvidia_drm.modeset=1 nvidia_drm.fbdev=0" via the GRUB menu and it worked like a charm, thanks.
But I have some followup questions:
modprobe.conf won't do for this
If I want to make these parameters permanent, do I add them to
GRUB_CMDLINE_LINUX_DEFAULT
in /etc/default/grub?
What is /etc/modprobe.d/nvidia.conf for and why isn't that sufficient?
What is the difference between fbdev=0 and fbdev=1? The Hyprland wiki says to use 1, https://wiki.hyprland.org/Nvidia/#drm-k … de-setting
Offline
Pages: 1