Comment 33 for bug 521492

Revision history for this message
Coz (cosimo321) wrote : Re: [Bug 521492] Re: Dual Monitor wallpaper is not scaling across both monitors, same background is repeated on both monitors instead

On Thu, Dec 23, 2010 at 12:38 PM, Florent Viard <email address hidden> wrote:

> No, because there is the following piece of code before, so my guess is
> that my fix proposal will give a : "SPAN + ZOOM" effect.
>
> ----
> if (is_root && (bg->placement != G_DESKTOP_BACKGROUND_STYLE_SPANNED)) {
> draw_color_each_monitor (bg, dest, screen);
> if (bg->placement != G_DESKTOP_BACKGROUND_STYLE_NONE) {
> draw_each_monitor (bg, dest, screen);
> }
> } else {
> draw_color (bg, dest, screen);
> if (bg->placement != G_DESKTOP_BACKGROUND_STYLE_NONE) {
> draw_once (bg, dest, screen);
> }
> }
> ----
>
> --
> You received this bug notification because you are a direct subscriber
> of the bug.
> https://bugs.launchpad.net/bugs/521492
>
> Title:
> Dual Monitor wallpaper is not scaling across both monitors, same
> background is repeated on both monitors instead
>

Hey guys,
 well there should not be a span + zoom effect....
Span means to "stretch" the wallpaper ,, regardless of the images
resolution... to the exact resolution of the dual monitor setup!
 so if a 1024x1024 image is being used on dual monitors at 2560x1024...
"Span" will resize the image to 2560x1024.
i am not sure why this has been a confusing issue..
It worked fine before lucid , and since then it is completely broken.
I believe that whomever changed this was coding on a laptop and simply
removed what they thought was useless code !

coz