My laptop monitor has UHD resolution.
Going into Console (CTRL+ALT+F1) is impossible to use, becuase the text is extremely tiny.
I tried to change Console Resolution in YaST Grub settings to set GFXMODE from auto to 1600x1200, but that did not work. Text was still extremely tiny.
My Laptop has Hybrid Graphics: Intel + NVIDIA
I have not installed the NVIDIA drivers.
The kernel provides video= option for setting display resolution exclusively on the ttys. I use it routinely, but never use NVidia’s proprietary drivers, so don’t know if it applies to their users.
What you do to configure Grub configures Grub, a loader for kernel and initrd. The ttys are not Grub, while video= is a kernel option, able to override whatever graphics state is left when Grub is finished.
You can click that “autodetect by grub” to see other resolution that you can apply.
If you are not using secure boot you can see the supported resolution in grub using “videoinfo”
When using multiple displays, if you use only one video= parameter, it will be applied to all displays, if supported. If you wish each display configured differently, or only one to retain its default, each to be configured needs a video= specific per video output. e.g. video=HDMI-A-1:2048x1152@60 video=eDP-1:2560x1440@60 video=HDMI-A-2: 1600x900@60
Which UHD display resolution does your laptop have, 3840x2160 (16:9), or something else? If 3840x2400 (16:10), 1920x1080 (16:9) may not be supported, while 1920x1200 (16:10) probably would be.
Are you using proprietary NVidia drivers? If so, I suppose that could be why video= isn’t working for you?
[quote=“mrmazda, post:11, topic:191857, full:true”]
Which UHD display resolution does your laptop have, 3840x2160 (16:9), or something else? If 3840x2400 (16:10), 1920x1080 (16:9) may not be supported, while 1920x1200 (16:10) probably would be.
Are you using proprietary NVidia drivers? If so, I suppose that could be why video= isn’t working for you?
[/quote]*
Laptop monitor has 3840*2160 resolution
My laptop has Hybrid Graphics Intel + NVIDIA.
I had installed the NVIDIA drivers briefly, but shortly after uninstalled them because of some problems with SDDM.
I will try several different resolutions.
If that does not work I will just increase the font size for console, even though max font size 32px barely help.