Description of problem: I have a system with an nv28 running rawhide. The monitor doesn't do EDID properly so I need to use an xorg.conf file to create a modeline for the native screen resolution. gdm's output looks fine, but when I first login the screen is divided to to four slightly differently shaded regions. The cursor controlled by the mouse will only move within the upper left region. Going into the monitor preferences and Ok'ing the current setting (my custom one) results in the screen having uniform shading and the cursor being movable over the whole display. I have another rawhide machine with an rv530 and a monitor that does do EDID and for which I am not using an xorg.conf file, that doesn't have this problem. Version-Release number of selected component (if applicable): How reproducible: It is consistent on that one machine, but I am not sure how reproducable it is on other machines. Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info: I took a flyer on the component, it could esily be the case that it isn't the driver but rather some part of gnome or X that is the problem.
While I think there is still a bug here, I found I was doing something wrong in my xorg.cong file. Fixing it made the problem go away. Rather than using a modes command in the display section to specify a region I was trying to use the virtual command to do it. When I put in my user defined mode on a modes command instead, things worked as expected.
I don't *think* this is a bug as Virtual doesn't do exactly what you want...