Re: No console anymore. How to figure this out.
Michael <[email protected]>
| Newsgroups | gmane.linux.gentoo.user |
|---|---|
| Message-ID | <3037404.e9J7NaK4W3@rogueboard> |
On Tuesday, 17 March 2026 05:11:04 Greenwich Mean Time Dale wrote: > On 3/16/26 10:30 AM, Michael wrote: > > You haven't yet showed 'grep DRM .config' of your running kernel. > > Here you go. > > > root@Gentoo-1 /usr/src/linux # grep DRM .config > CONFIG_DRM=y > # CONFIG_DRM_DEBUG_MM is not set > CONFIG_DRM_KMS_HELPER=y > # CONFIG_DRM_PANIC is not set > CONFIG_DRM_FBDEV_EMULATION=y > CONFIG_DRM_FBDEV_OVERALLOC=100 > # CONFIG_DRM_LOAD_EDID_FIRMWARE is not set > CONFIG_DRM_TTM=y > CONFIG_DRM_TTM_HELPER=y > # CONFIG_DRM_I2C_CH7006 is not set > # CONFIG_DRM_I2C_SIL164 is not set > # CONFIG_DRM_I2C_NXP_TDA998X is not set > # CONFIG_DRM_I2C_NXP_TDA9950 is not set > # CONFIG_DRM_RADEON is not set > # CONFIG_DRM_AMDGPU is not set > # CONFIG_DRM_NOUVEAU is not set > # CONFIG_DRM_I915 is not set > # CONFIG_DRM_XE is not set > # CONFIG_DRM_VGEM is not set > # CONFIG_DRM_VKMS is not set > # CONFIG_DRM_VMWGFX is not set > # CONFIG_DRM_GMA500 is not set > # CONFIG_DRM_UDL is not set > # CONFIG_DRM_AST is not set > # CONFIG_DRM_MGAG200 is not set > CONFIG_DRM_QXL=y You probably don't need QXL unless you're running VM in QEMU? > # CONFIG_DRM_VIRTIO_GPU is not set > CONFIG_DRM_PANEL=y > CONFIG_DRM_BRIDGE=y > CONFIG_DRM_PANEL_BRIDGE=y > # CONFIG_DRM_ANALOGIX_ANX78XX is not set > # CONFIG_DRM_ETNAVIV is not set > # CONFIG_DRM_BOCHS is not set > # CONFIG_DRM_CIRRUS_QEMU is not set > # CONFIG_DRM_GM12U320 is not set > # CONFIG_DRM_SIMPLEDRM is not set > # CONFIG_DRM_VBOXVIDEO is not set > # CONFIG_DRM_GUD is not set > # CONFIG_DRM_SSD130X is not set > CONFIG_DRM_PANEL_ORIENTATION_QUIRKS=y > # CONFIG_DRM_ACCEL is not set > root@Gentoo-1 /usr/src/linux # It looks OK to me, although others have experimented with SIMPLEFB and EFIFB to get out of nvidia's clutches when dropping into a console. I'd leave your kernel as is for now. Your nvidia-drm option has modeset=0 as a default. In the first instance you could try reloading the nvidia_drm module with 'option modeset=1' to see if this will restore your VT display, or set it in your /etc/modprobe.d/, or in your GRUB's kernel CMDLINE: nvidia_drm.modeset=1 and reboot.
signature.asc
(application/pgp-signature, 870 B)
-----BEGIN PGP SIGNATURE----- iQJPBAABCAA5FiEEXqhvaVh2ERicA8Ceseqq9sKVZxkFAmm5V60bFIAAAAAABAAO bWFudTIsMi41KzEuMTEsMiwyAAoJELHqqvbClWcZVJkP/RgdtUwLAwPdLlqGH/Du xLPHGyvrcxdFnbxDIeZnThfxgdBkJzeBypU+WSXDHegx8XhNz+y7942y+VLBgZ6s mCIm316NO4sL2UNv0xQ4b9twyzQ/Vaau5eoukllONdi7xtW9oQ7oZkWsTfH2katK rdZw/KCZyZ3I5W0dCeVAPjlDH43J7J4NKuErtTE8WhJLixoUjkt/h//QX8au0hzl ISnAMVXZkqLF/waC+uslvS1aO5g1z1wV0EN5JnrTiDowKPtTg/8zFgMEXgo3fqlx a1v34AvTaiUdXNwF10pFMOS2wIrNMcKE6wi4n9pzemQCRgazvCgqF7UT/e0pBpuo 0eOIR/6RIqsXBbaaLZk538mJCIdL/qvHiH5s1YLMnjOBIXP4vNLg+kcJWGWyKSn1 sPlTXBxPoxpL028Syz9QtgdOFy6aZoe+BWVK5YmrNnQF+wUCe2IuTQeOAfEBUiD9 u4CvkZQv6DOaFVdfWpp03cRleVQWBYU+gYYy3Y7ndJiIb6nxOgdaNmthy7g2aril lHNdz/M42SoWomDr3qnho5bUb5SisL1VFr1DDFwFO1wnp+Sl9/ENo0F9BTTcIgfC d8QD5hK+m4652wfK30YS50xG7BYlEU68PR3+lcXCngbMpag8e2sdjiN0qaDvM9qs X6wfEQ5lxilu4sEHL93v/nRJ =UbR6 -----END PGP SIGNATURE-----