Description of problem: Fedora 9 doesn't autoconfigurate the monitor BENQ FP91GX somehow. It also seems to have problems with resolutions higher than 1024x768 after some xorg relevant updates in the last weeks. How reproducible: Everytime with the monitor, just install Fedora 9. Actual results: Fedora 9 doesn't autoconfigurate the monitor BENQ FP91GX. Expected results: Same autoconfiguration of the monitor as for most others. Additional info: I don't know which information you need and I'm mostly opening this bug report for Ivonne, who is on Cc of this bug report. So if you need to know details, please let us know which ones, so that Ivonne can provide these data for you.
Thanks for the bug report. We have reviewed the information you have provided above, and there is some additional information we require that will be helpful in our diagnosis of this issue. Please attach your X server config file (/etc/X11/xorg.conf) and X server log file (/var/log/Xorg.*.log) to the bug report as individual uncompressed file attachments using the bugzilla file attachment link below. Could you please also try to run without any /etc/X11/xorg.conf whatsoever and let X11 autodetect your display and video card? Attach to this bug /var/log/Xorg.0.log from this attempt as well, please. We will review this issue again once you've had a chance to attach this information. Thanks in advance.
Created attachment 311877 [details] xorg.conf
Created attachment 311879 [details] Xorg.0.log
Created attachment 311882 [details] Xorg.0.log test This is the File Xorg.0.log from startx without xorg.conf Greeting Ivonne
Ping?
The GeForce 7050 is not supported by the nv driver at this time, afaik. And unfortunately we can't do much about autoconfiguration failures in the nvidia driver. In this case, however, I think this is just a configuration bug. Your config reads: SubSection "Display" Viewport 0 0 Depth 24 Modes "1024x768" "832x624" "800x600" "640x480" "640x350" EndSubSection So you've explicitly asked for exactly those modes and no others. I suspect you should just comment out the Modes line there and restart X.