I have just upgraded from 11.4 to 12.2. Now I can only get a maximum screen resolution of 1024x768. I think I remember having to install a different video driver for 11.4 but can’t remember which it was or where to find it. Can anyone advise please?
OK, I now have a better driver but I can still only get a max. resolution of 1024x768. My monitor is a Hannspree Xm-S 19" LCD, specified max. resolution of 1440x900 or 1280x1024.
Can I amend a config file somewhere to allow the larger resolution?
There doesn’t seem to be any /etc/X11/xorg.conf so I’m not sure which file contains the monitor and screen details.
I have tried to modify the settings using nvidia-settings. This shows the monitor configuration to be CRT with a resolution of 1024 x 768. Not sure how to amend. Any help appreciated.
The best place to start is by examining /var/log/Xorg.0.log for EDID reporting (or lack of). This could be due to your video cable, or the monitor itself. In any case it is possible to manually configure the desired display resolution if necessary.
Just two of many threads discussing the problem and solution:
101.581] (WW) NVIDIA(GPU-0): The EDID read for display device CRT-1 is invalid:
101.581] (WW) NVIDIA(GPU-0): unrecognized EDID Header.
Seems the monitor is not reporting correctly.
Re. changes to xorg.conf suggested from other posts, this file does not appear to exist in v12.2. Should the relevant code lines be inserted into files /etc/X11/xorg.conf.d/50-monitor.conf, 50-device.conf and 50-screeen.conf?
Any chance of you posting the remainder of the Xorg.0.log file to a pastebin site, such as SUSE Paste ? That will help confirm (in our minds) that the nouveau driver is loaded, or the nvidia driver, or the fbdev or vesa driver. It will also help confirm that your hardware was correctly identified.
For example, if the nvidia proprietary driver is loaded, then there is a program (packaged by Packman) called nvidia-settings one can load to help out in some cases.
Now this may all be clear to you having now looked at that log, but this is the sort of things that those trying to help kind of find useful to see. If pasting on that site and sharing the URL causes complications, please advise and one of us on the forum will try to help you there.
13.505] (II) NVIDIA(0): Virtual screen size determined to be 1024 x 768
13.533] (WW) NVIDIA(0): Unable to get display device CRT-1's EDID; cannot compute DPI
13.533] (WW) NVIDIA(0): from CRT-1's EDID.
13.533] (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
The above confirms you have an EDID issue. You are connected via a VGA cable as shown by the CRT-1 reference. As explained before, this issue could be due to the cable (pins 9,12, and 15 for DDC), the monitor itself, or perhaps you have a basic KVM switch in the line? Does your monitor and graphics card allow for other types of connectivity eg HDMI, DVI…?
If not, review the threads I linked to previously. You can create a minimal /etc/X11/xorg.conf file if required.
Tyler_K: I don’t appear to have a xorg.conf file. I have searched in the whole of /etc. There is a folder /etc/X11/xorg.conf.d which includes files :
50-device.conf
50-monitor.conf
50-screen.conf
none of which appear to contain any uncommented lines.