hi, a few days ago, I change my graphic card. but after change the card, resolution of virtuial consol(tty) is too low. I want to high resolution tty, so I google about this topic and was trying to enable nvidia driver's modeset option. first, the below is the my status.
lsmod | grep nvidia
nvidia_uvm 954368 0
nvidia_drm 53248 3
nvidia_modeset 1118208 5 nvidia_drm
nvidia 19103744 217 nvidia_uvm,nvidia_modeset
ipmi_msghandler 61440 2 ipmi_devintf,nvidia
drm_kms_helper 221184 2 nvidia_drm,nouveau
drm 516096 8 drm_kms_helper,nvidia_drm,ttm,nouveau
i2c_nvidia_gpu 16384 0
/etc/default/grub
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nomodeset nvidia-drm.modeset=1"
GRUB_LINUX_DEFAULT=""
/etc/modprobe.d/nvidia.conf
options nvidia-drm modeset=1
But when I query.
sudo cat /sys/module/nvidia_drm/paramaters/modeset
it return N
.
How can I enable this option? and if I enable the option, can I get high resolution tty?