[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

[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

[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

[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

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

2009-09-30 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

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

2009-09-30 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

[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

[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

[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

[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

[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

[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

[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

[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

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

[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

[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

[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

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

[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

[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

[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

[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

[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

[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

[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

[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,

[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

[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

[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. --

[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