GNOME Bugzilla – Bug 575571
No feedback when XRANDR operations fail
Last modified: 2009-03-17 20:53:49 UTC
Please describe the problem: The screen resolution preferences applet does not appear to do anything on my system. Steps to reproduce: 1. Connect an external monitor to my laptop 2. Move the laptop's display to the left of the external monitor 3. Press Apply Actual results: Nothing Expected results: I should get the same error message that I get from running 'xrandr --output VGA --right-of LVDS'. I don't have the exact error message to hand because I have now told X that I want a large-enough frame buffer to allow the operation, but it was something like 'requested size is XxX which is larger than the maximum YxY'. Does this happen every time? Yes Other information:
Here's the error from xrandr: $ xrandr --output LVDS --mode 1280x800 --left-of VGA xrandr: screen cannot be larger than 1680x1680 (desired size 2960x1050)
This is fixed in 2.25.x; the Display Settings capplet now tells you about such errors.