Summary: | video mode change causes monitor to go out of range | ||
---|---|---|---|
Product: | xorg | Reporter: | Arie Skliarouk <skliarie> |
Component: | Driver/nouveau | Assignee: | Nouveau Project <nouveau> |
Status: | RESOLVED DUPLICATE | QA Contact: | Xorg Project Team <xorg-team> |
Severity: | normal | ||
Priority: | medium | ||
Version: | git | ||
Hardware: | x86 (IA32) | ||
OS: | Linux (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
Arie Skliarouk
2008-12-21 04:02:30 UTC
Please include the output of the xrandr command, and attach /var/log/Xorg.0.log when you have run X with the line `Option "ModeDebug" "on" in the Device section of /etc/X11/xorg.conf. While the problem isn't immediately obvious (for one thing, the reported mode would seem to lie in the monitor's accepted range), it may be that xrandr is attempting to set a DoubleScan mode; have you tried setting the refresh rate with the xrandr command (something like "xrandr -s 1024x768 -r 60")? > it may be that xrandr is attempting to set a DoubleScan mode;
> have you tried setting the refresh rate with the xrandr command
> (something like "xrandr -s 1024x768 -r 60")?
I tried to specify refresh rate and this time the video mode has changed properly.
The mode setting algorithm still needs to be improved, as there are many games that do their own mode switching and do not specify refresh rate assuming (pretty logically) that the driver would take care about little details (including choosing of highest possible viewable frequency).
This sounds very much like the doublescan mode brain damage. Double scan modes are listed in xrandr just like normal modes except their refresh rate is reported doubled. Should this bug be marked as duplicate of Bug #16952 ? (In reply to comment #3) > This sounds very much like the doublescan mode brain damage. Double scan modes > are listed in xrandr just like normal modes except their refresh rate is > reported doubled. > > Should this bug be marked as duplicate of Bug #16952 ? Probably, but I'd still like to see some xrandr output showing a 1024x768@120 mode, or an Xorg log first to confirm it. |
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.