I have been running Leap 15.6 for months. I began using Wine and managed to get Quicken 2002 working, but the fonts were tiny. Flushed with success, I used System Settings/Display Configuration to change the resolution from the default 1920x1200 to something a lot lower with the same aspect ratio. (I can’t remember exactly what I chose, unfortunately). Immediately I applied, the monitor displayed a pop-up saying “Current input timing is not supported by the monitor display…”
The monitor is shared through a KVM switch with another computer, and it works perfectly when switched to that one. But nothing I can do changes that message on the first PC. It’s not a hardware problem; I somehow managed to tell Leap to use an incorrect value which it always sends to the monitor. I can boot OK, up to the point where the welcome screen appears - and then the monitor puts up its message.
I don’t think the hardware is relevant, but it’s a Ryzen 5 1500X with 16GB RAM. The graphics card is an ATI Radeon HD 65xx (ancient but adequate for my purposes). The monitor is a Dell U2412M.
What I think I need is to edit some file(s) after booting nomodeset, to set the monitor to the proper resolution 1920x1200-60. But that’s definitely beyond my competence.
Which DE are you using? Welcome to what? Are you able to login, and only after that the error occurs? If you are able to login first, then the trouble is near certainly something saved to ~/.config/ somewhere. Are you able to Ctrl-Alt-F3 to reach a shell prompt? If yes, a new user can be created (using either text mode YaST, or useradd command), to use to attempt to login normally, proving problem is a saved personal setting. You could zypper install mc (if not already installed), then use mc to navigate your ~/.config/, search for something setting a mode that is not 1920x1200, then delete it or change it to 1920x1200. While searching ~/.config/ mode, also you could empty ~/.cache/, which could possibly hold the deviant setting. There’s zero harm in emptying ~/.cache/ as programs know how to fill it right back up as needed.
Thanks for your prompt and helpful reply, mrmazda!
Which DE are you using?
KDE.
Welcome to what?
The KDE “Welcome” window that appears after login, offering all sorts of help.
Are you able to login, and only after that the error occurs?
Unfortunately not. I am the only user on my home PC, and I have login disabled. If I accept the default boot, I see the light bulb logo for a while, then it disappears and I see the Welcome window for a moment; then the monitor puts up the timing window and I can no longer use it. If I boot with nomodeset I can use the monitor but I am stuck with a low resolution for the rest of the session.
So I guess I am being silently logged in, or I wouldn’t see the Welcome window. Seconds after, the monitor is disabled.
Thanks for your suggestions; I’ll try them and post the results.
The correct setting for my monitor is 1920x1200-60 which is similar to geometry4. And System Setting/Display Configuration shows 1400x1050 as the default and only option - imposed by nomodeset.
If my wildass guess is right, I could somehow edit those lines and fix the problem. But I am belatedly developing respect for the ease with which I can screw things up.
That does look like the one to delete, though as 1280x800 is the same aspect ratio as 1920x1200, it’s a bit surprising that the display wouldn’t accommodate it. I’m sure it was not there the first time you logged in, so it should be perfectly disposable. That said, you may need to be in logged into a non-Plasma session for deletion to stick. If it does not, try logging out of plasma while booted in nomodeset, then logging in on a vtty (e.g. Ctrl-Alt-F4) to rm it before rebooting without nomodeset. If it still doesn’t work, I’d also delete the file with the geometry lines, which again, would not have been there when opening Plasma for the first time.
I am pleased to say that panorain’s original suggestion fixed my problem. I had tried all the less sweeping measures first without success.
My unspeakable gratitude to you all, gentlepenguins, for your kind help and patience! I have learned quite a lot in the past 24 hours: e.g. Linux gives you access to the parts Windows cannot reach; woe betide you if you mess with what you don’t understand; KDE Display Configuration gives a list of several dozen options, not all of which work; and, most important, Linux users are very knowledgeable and helpful. I hope one day to be able to help others and pay it forward.