I recently under went a software update and after the installation the login screen came back with very tiny icons and print. My desktop was basically the same. Very small icons and small print. I believe the update was from Rocky Linux 9.4 to 9.5.
Existing config
Rocky Linux 9.5(Blue Onyx)
GNOME Version 40.4.0
Video Card is NVidia RTX 4000 SFF
It is totaly possible that this could be a video driver issue. I have not tried to install an NVidia driver. How can I get help with installing the appropriate video driver? What do I need to do to get a larger login splash with large icons and print? Any help would be greatly apprecaited.
After further research, I found information on how to install the NVIDIA video driver for my
RTX 4000 SFF ada
I followed the Rocky Linux instructions for installing video drivers and was able to successfully install the driver. Under my Display Settings=>About=>Graphics I see the following
"NVIDIA Corporation AD104GL [RTX 4000 SFF ada Generation]
I feel like I now have the correct video driver so I feel like I’m making progress.
Under my display settings I raised the “Scale” to 200%. I still have questions
My font size and icons on the login splash screen are still tiny and need some help with how to increase the sizes?
I could use some help with steps on how to update the video driver as video files frequently get updated?
Thanks for responding.
How do I get into the “Gnome Settings : Displays”?
On my desktop I was able to change the display to 200% which is much easier to read.
Just need to figure out the GUI login scrren?
If you search with this term " configure gnome login screen dpi" you will see several hits, mostly ubuntu but the answers are similar to above. There does not seem to be a GUI way of configuring in Gnome.
Thanks to all. jbk23, the link very much describes what I’m seeing too with my Gnome GUI. I’m not sure where the same Fedora files might be located in Rocky Linux. Maybe this could be passed along to developers and looked into for a future Gnome GUI fix.
Lightdm is the window manager that comes with Mate installs which I use and is available through EPEL. The lightdm WM does have an option to manage the login screen in it’s settings menu. It worked for me on a high resolution laptop screen. It may be possible to install on your system and use instead of gdm. I don’t know how to do that though.
Followed the process for installing lightdm. I now have a directory titled
/etc/lightdm
This directory contains the following files
keys.conf lightdm_conf.bkup lightdm-gtk-greeter.conf users.conf
lightdm.conf lightdm.conf.d lightdm-gtk-greeter_conf.bkup
As you can see I’ve made backup copies of lightdm.conf and lightdm-gtk-greeter.conf. From a website it described modifying lightdm.conf under “[Greeter]” but on my install “[Greeter]” is in the lightdm-gtk-greeter.conf and looks like this
Because I would like a larger GUI login I tried modify the file lightdm-gtk-greeter.conf to uncomment the “#position” which I set like this
position=center
size=large
I saved and did a systemctl restart lightdm and did not get the desired font size nor the GUI login in the center of the screen.
Question : which file is the correct file to modify and what would the correct modification to the code look like? As always any help is greatly appreciated. Thank you
Not really seeing any change in the size of the login text box with this. I did a diff on the file with the backup and it shows that change. Any other suggestions. My goal is to get the gui text box larger.