On an nforce1 based system nouveau (KMS) driver only used default (small) modes while attached monitor can do up to 1280x1024. Looking at /sys/class/drm/.../edid returns empty file. System: Mainboard: MSI K7N420 Pro Monitor: Iiyama E431S, 1280x1024, connected with VGA Kernel is 3.4.0 (same applies to all older kernels tried). System info (lspci, ioports, iomem) at attachment #33464 [details] of bug #26670, the Xorg.0.log and xorg.conf parts apply to past nv approach on that bug.
use edid-decode /sys/class/drm/.../edid to read the file
(In reply to comment #1) > use > edid-decode /sys/class/drm/.../edid > to read the file That won't help as nouveau (and older UMS nv driver) are not getting I2C right (they don't know where the right I2C bus is located) to do the EDID transfer. It's rather a matter of either finding out how nvidia closed driver knows where to look and replicating that or finding out where the I2C bus is for nforce/mainboard. see also: bug #26670
Is this bug identical to #26534 which you also filed? If not, could you describe in which way it is different?
(In reply to comment #3) > Is this bug identical to #26534 which you also filed? If not, could you > describe in which way it is different? Looks like I forgot about the older bug filed at the same time as bug #26670 and opened this one when bug #26670 got closed because of xf86-video-nv being dropped. *** This bug has been marked as a duplicate of bug 26534 ***
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.