[Bug 420225] Re: New splash looks wrong on dual-screen setup

2009-12-05 Thread SabreWolfy
PS: Also using two differently (but closely) sized screens: 1680 x 1050
and 1920 x 1080 (primary) attached by DVI. Using NVidia driver
185.18.36.

-- 
New splash looks wrong on dual-screen setup
https://bugs.launchpad.net/bugs/420225
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 420225] Re: New splash looks wrong on dual-screen setup

2009-12-05 Thread SabreWolfy
Confirmed as regression on upgrade from Jaunty to Karmic with NVidia
Twinview. Jaunty showed the splash/throbber/login on primary display
only. Karmic shows login on primary display, but splash/throbber (before
and after login) appears split arbitrarily over both displays.

-- 
New splash looks wrong on dual-screen setup
https://bugs.launchpad.net/bugs/420225
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 420225] Re: New splash looks wrong on dual-screen setup

2009-10-01 Thread Cody Russell
** Changed in: xsplash
   Status: Fix Committed => Fix Released

** Changed in: xsplash (Ubuntu Karmic)
   Status: Confirmed => Fix Released

-- 
New splash looks wrong on dual-screen setup
https://bugs.launchpad.net/bugs/420225
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 420225] Re: New splash looks wrong on dual-screen setup

2009-10-01 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-desktop/xsplash/ubuntu

-- 
New splash looks wrong on dual-screen setup
https://bugs.launchpad.net/bugs/420225
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 420225] Re: New splash looks wrong on dual-screen setup

2009-09-30 Thread Cody Russell
I tested on an nvidia with TwinView enabled, 3200x1600, and it seemed to
look fine.  I switched from using gdk_screen_get_width() to
gdk_screen_get_monitor_geometry().  This seemed to work for me.

-- 
New splash looks wrong on dual-screen setup
https://bugs.launchpad.net/bugs/420225
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 420225] Re: New splash looks wrong on dual-screen setup

2009-09-30 Thread Cody Russell
** Changed in: xsplash
   Status: In Progress => Fix Committed

-- 
New splash looks wrong on dual-screen setup
https://bugs.launchpad.net/bugs/420225
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 420225] Re: New splash looks wrong on dual-screen setup

2009-09-29 Thread Alan Pope
@Cody, that's not going to fix this bug. With nVidia in twinview you
have one big screen so only one screen 0, no screen 1 at all. As a
result when you restrict xsplash to screen 0, you get it spanning over
both screens. So for me nothing looks to have changed at all.

Screen 0: minimum 3360 x 1050, current 3360 x 1050, maximum 3360 x 1050
default connected 3360x1050+0+0 0mm x 0mm
   3360x1050  50.0*51.0

This is two ViewSonic 1680x1050 screens hanging off one nVidia 7900GT
card. xorg.conf attached.

I don't know how gnome-panel determines how many physical screens there
are, but it might be worth a look at the code because my gnome-panels
only occupy one of the two screens, along the top and bottom. They don't
span both displays as xsplash does.



** Attachment added: "xorg.conf.txt"
   http://launchpadlibrarian.net/32738577/xorg.conf.txt

-- 
New splash looks wrong on dual-screen setup
https://bugs.launchpad.net/bugs/420225
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 420225] Re: New splash looks wrong on dual-screen setup

2009-09-29 Thread Daniel Lee
Do you mean like this?

$ xrandr
Screen 0: minimum 320 x 200, current 1600 x 1200, maximum 1600 x 1600
DVI-1 connected 1600x1200+0+0 (normal left inverted right x axis y axis) 408mm 
x 306mm
   1600x1200  60.0*+
   1280x1024  75.0 60.0  
   1280x960   60.0  
   1152x864   75.0  
   1024x768   75.0 70.1 60.0  
   832x62474.6  
   800x60072.2 75.0 60.3 56.2  
   640x48075.0 72.8 66.7 59.9  
   720x40070.1  
DVI-0 disconnected (normal left inverted right x axis y axis)

-- 
New splash looks wrong on dual-screen setup
https://bugs.launchpad.net/bugs/420225
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 420225] Re: New splash looks wrong on dual-screen setup

2009-09-29 Thread Cody Russell
This is partially fixed in trunk now.  It should display xsplash on
monitor #0 only.

Before I close this I need to find out if that's always the primary
monitor, or if it's not then how to determine what the primary monitor
is.

-- 
New splash looks wrong on dual-screen setup
https://bugs.launchpad.net/bugs/420225
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 420225] Re: New splash looks wrong on dual-screen setup

2009-09-29 Thread Cody Russell
** Changed in: xsplash
   Importance: Low => Medium

** Changed in: xsplash
Milestone: None => ubuntu-9.10

** Changed in: xsplash
   Status: New => In Progress

** Branch linked: lp:~bratsche/xsplash/monitors

-- 
New splash looks wrong on dual-screen setup
https://bugs.launchpad.net/bugs/420225
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 420225] Re: New splash looks wrong on dual-screen setup

2009-09-28 Thread Daniel Lee
Can it play on both screens? Sometimes it's not exactly obvious which
monitor is "primary" or not to the user. gnome-display-properties
doesn't even number the screens so the only way you'd know is if you ran
xrandr from the terminal.

-- 
New splash looks wrong on dual-screen setup
https://bugs.launchpad.net/bugs/420225
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 420225] Re: New splash looks wrong on dual-screen setup

2009-09-28 Thread Sebastien Bacher
** Also affects: xsplash (Ubuntu Karmic)
   Importance: Medium
 Assignee: Cody Russell (bratsche)
   Status: Confirmed

-- 
New splash looks wrong on dual-screen setup
https://bugs.launchpad.net/bugs/420225
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 420225] Re: New splash looks wrong on dual-screen setup

2009-09-21 Thread Ruben Verweij
I agree. This way the logo and throbber would be visible and no 
additional dual-screen artwork has to be created.

-- 
New splash looks wrong on dual-screen setup
https://bugs.launchpad.net/bugs/420225
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 420225] Re: New splash looks wrong on dual-screen setup

2009-09-21 Thread Mat Tomaszewski
Proposed solution: Xsplash should be displayed on primary screen only.
The other display should be filled with black until the user's session
is ready.

-- 
New splash looks wrong on dual-screen setup
https://bugs.launchpad.net/bugs/420225
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 420225] Re: New splash looks wrong on dual-screen setup

2009-09-21 Thread Cody Russell
I think what we'll probably do is to put xsplash on the primary display
only, and have the second one be black.

-- 
New splash looks wrong on dual-screen setup
https://bugs.launchpad.net/bugs/420225
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 420225] Re: New splash looks wrong on dual-screen setup

2009-09-21 Thread Matt Mossholder
@Ruben - Sorry about that... I was considering the logo to be part of
the throbber.  I agree, the logo shouldn't be split.

With regards to the other two options, they are certainly a way to get
things done, but would be sub-optimal from a user experience
perspective(IMHO).

-- 
New splash looks wrong on dual-screen setup
https://bugs.launchpad.net/bugs/420225
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 420225] Re: New splash looks wrong on dual-screen setup

2009-09-21 Thread Michael B. Trausch
On Mon, 2009-09-21 at 16:01 +, Ruben Verweij wrote:
> There are two more options I think we have: only show xsplash on one
> screen or mirror it on both screens.

Absolutely.

--- Mike

-- 
Blog:  http://mike.trausch.us/blog/
Misc. Software:  http://mike.trausch.us/software/

“The greater danger for most of us lies not in setting our aim too
high and falling short; but in setting our aim too low, and achieving
our mark.” —Michelangelo

-- 
New splash looks wrong on dual-screen setup
https://bugs.launchpad.net/bugs/420225
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 420225] Re: New splash looks wrong on dual-screen setup

2009-09-21 Thread Ruben Verweij
I agree with you, only I think it would look strange if the ubuntu logo is cut 
in two and the throbber isn't.
There are two more options I think we have: only show xsplash on one screen or 
mirror it on both screens.
I have attached an image of how it looks now on 2560x1024 Twinview. (can't see 
no throbber at all ;)

** Attachment added: "Twinview 2560x1024 - no throbber"
   http://launchpadlibrarian.net/32167103/Screenshot.png

-- 
New splash looks wrong on dual-screen setup
https://bugs.launchpad.net/bugs/420225
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 420225] Re: New splash looks wrong on dual-screen setup

2009-09-21 Thread Matt Mossholder
>From a user experience standpoint, having xsplash and GDM be aware that
there are two screens is a good thing, in my opinion. The actual issue
is that the important information of the screen ( the throbber) is being
cut is two. A much better proposal would be to have the throbber
centered on one screen, while having the image behind the throbber
covering both screens.

Just my two cents.

-- 
New splash looks wrong on dual-screen setup
https://bugs.launchpad.net/bugs/420225
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 420225] Re: New splash looks wrong on dual-screen setup

2009-09-18 Thread Michael B. Trausch
Took this with my cell phone to show the problem.

** Attachment added: "VIDEO0003.3gp"
   http://launchpadlibrarian.net/32029310/VIDEO0003.3gp

-- 
New splash looks wrong on dual-screen setup
https://bugs.launchpad.net/bugs/420225
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 420225] Re: New splash looks wrong on dual-screen setup

2009-09-17 Thread Matt Wheeler
Or perhaps #300870
I didn't think to check the status of the bug (or the project it was reported 
against). This one looks a little better, though still not really a complete 
bug...

-- 
New splash looks wrong on dual-screen setup
https://bugs.launchpad.net/bugs/420225
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 420225] Re: New splash looks wrong on dual-screen setup

2009-09-17 Thread Matt Wheeler
This bug appears to be caused by #234082

-- 
New splash looks wrong on dual-screen setup
https://bugs.launchpad.net/bugs/420225
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 420225] Re: New splash looks wrong on dual-screen setup

2009-09-04 Thread Ruben Verweij
I've noticed with the new update it is positioned slightly higher than
before, otherwise everything is still the same.

-- 
New splash looks wrong on dual-screen setup
https://bugs.launchpad.net/bugs/420225
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 420225] Re: New splash looks wrong on dual-screen setup

2009-09-02 Thread Martin Meredith
** Changed in: xsplash (Ubuntu)
Milestone: None => ubuntu-9.10

** Changed in: xsplash (Ubuntu)
   Importance: Low => Medium

-- 
New splash looks wrong on dual-screen setup
https://bugs.launchpad.net/bugs/420225
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 420225] Re: New splash looks wrong on dual-screen setup

2009-09-02 Thread Ruben Verweij
I am also having this problem with a TwinView setup.
Only there seems to be more to it: there isn't really a throbber on my screen, 
it is just a static image of a throbber moving upward and then starting down 
again. If anyone could tell me how to make a screenshot of xsplash (if 
possible) I will most happily attach it.

-- 
New splash looks wrong on dual-screen setup
https://bugs.launchpad.net/bugs/420225
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 420225] Re: New splash looks wrong on dual-screen setup

2009-08-31 Thread Cody Russell
** Changed in: xsplash
   Importance: Undecided => Low

** Changed in: xsplash
 Assignee: (unassigned) => Cody Russell (bratsche)

-- 
New splash looks wrong on dual-screen setup
https://bugs.launchpad.net/bugs/420225
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 420225] Re: New splash looks wrong on dual-screen setup

2009-08-31 Thread Cody Russell
** Also affects: xsplash
   Importance: Undecided
   Status: New

-- 
New splash looks wrong on dual-screen setup
https://bugs.launchpad.net/bugs/420225
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 420225] Re: New splash looks wrong on dual-screen setup

2009-08-28 Thread Cody Russell
I have two monitors and an nvidia card.  I'll test this out as soon as I
have time to setup the TwinView fu again.

** Changed in: xsplash (Ubuntu)
 Assignee: (unassigned) => Cody Russell (bratsche)

** Changed in: xsplash (Ubuntu)
   Importance: Undecided => Low

-- 
New splash looks wrong on dual-screen setup
https://bugs.launchpad.net/bugs/420225
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 420225] Re: New splash looks wrong on dual-screen setup

2009-08-27 Thread BobCFC
** Changed in: xsplash (Ubuntu)
   Status: New => Confirmed

-- 
New splash looks wrong on dual-screen setup
https://bugs.launchpad.net/bugs/420225
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 420225] Re: New splash looks wrong on dual-screen setup

2009-08-27 Thread Martin Meredith
I'll have a look at work on Tuesday and try and confirm this. Please
poke me to remind me though!

-- 
New splash looks wrong on dual-screen setup
https://bugs.launchpad.net/bugs/420225
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 420225] Re: New splash looks wrong on dual-screen setup

2009-08-27 Thread Alan Pope

** Attachment added: "27082009200.jpg"
   http://launchpadlibrarian.net/30916689/27082009200.jpg

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/30916690/Dependencies.txt

-- 
New splash looks wrong on dual-screen setup
https://bugs.launchpad.net/bugs/420225
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs