bugzilla-daemon at freedesktop.org
2008-Jun-26 14:07 UTC
[Swfdec] [Bug 16530] New: Full screen is broken when using multiple monitors
http://bugs.freedesktop.org/show_bug.cgi?id=16530 Summary: Full screen is broken when using multiple monitors Product: swfdec Version: 0.7.x Platform: x86 (IA32) OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium Component: plugin AssignedTo: swfdec at lists.freedesktop.org ReportedBy: patrys at pld-linux.org QAContact: swfdec at lists.freedesktop.org I'm using two 19" monitors to display a 2560x1024 desktop across two screens. While GTK clips the full screen player to one full monitor, the player itself assumes it has all the 2560x1024 space. Therefore only the left half of each movie is visible. It would be nice if the code checked for the actual size of the window instead of assuming it's equal to the desktop size. -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug.
bugzilla-daemon at freedesktop.org
2008-Jul-26 06:55 UTC
[Swfdec] [Bug 16530] Full screen is broken when using multiple monitors
http://bugs.freedesktop.org/show_bug.cgi?id=16530 Benjamin Otte <otte at gnome.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |eric225125 at yahoo.com --- Comment #1 from Benjamin Otte <otte at gnome.org> 2008-07-25 23:55:08 PST --- *** Bug 16858 has been marked as a duplicate of this bug. *** -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug.
bugzilla-daemon at freedesktop.org
2008-Aug-18 23:43 UTC
[Swfdec] [Bug 16530] Full screen is broken when using multiple monitors
http://bugs.freedesktop.org/show_bug.cgi?id=16530 Thue Janus Kristensen <thuejk at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |thuejk at gmail.com --- Comment #2 from Thue Janus Kristensen <thuejk at gmail.com> 2008-08-18 16:43:03 PST --- I looked a bit at the code. I haven't tried actually coding the solution, but it seems like the way to go is to use gdk_screen_get_monitor_at_window () http://www.gtk.org/api/2.6/gdk/GdkScreen.html#gdk-screen-get-monitor-at-window to get the monitor number the flash window is at, and then use gdk_screen_get_monitor_geometry () http://www.gtk.org/api/2.6/gdk/GdkScreen.html#gdk-screen-get-monitor-geometry to get the actual size of the monitor. Is the screen size only used for determining full-screen size currently? I got the impression that currently the screen size is found at startup and then cached indefinitely (isn't that risky if X adds support for online resolution changing?). Since a window can be moved between monitors, it is more elegant to fetch the current monitor and it's size when it is needed, using a callback function. -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug.
bugzilla-daemon at freedesktop.org
2008-Sep-04 22:07 UTC
[Swfdec] [Bug 16530] Full screen is broken when using multiple monitors
http://bugs.freedesktop.org/show_bug.cgi?id=16530 Benjamin Otte <otte at gnome.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #3 from Benjamin Otte <otte at gnome.org> 2008-09-04 15:07:16 PST --- This should be fixed in git. I managed to convince xrandr to make my laptop have multiple monitors and it works there now. But I'd like other people with weird multi-monitor setups to test this, too. -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug.
bugzilla-daemon at freedesktop.org
2008-Sep-05 07:59 UTC
[Swfdec] [Bug 16530] Full screen is broken when using multiple monitors
http://bugs.freedesktop.org/show_bug.cgi?id=16530 Riccardo Magliocchetti <riccardo at datahost.it> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED | --- Comment #4 from Riccardo Magliocchetti <riccardo at datahost.it> 2008-09-05 00:59:13 PST --- This still does not work fine here, when you came back from the fullscreen mode and your video is paused it won't resize back to the small size. -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug.
bugzilla-daemon at freedesktop.org
2008-Sep-05 08:22 UTC
[Swfdec] [Bug 16530] Full screen is broken when using multiple monitors
http://bugs.freedesktop.org/show_bug.cgi?id=16530 --- Comment #5 from Benjamin Otte <otte at gnome.org> 2008-09-05 01:22:07 PST --- I assume you're talking about the Mozilla plugin here? If so: yeah, I didn't fix it yet. And what do you mean by "paused"? -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug.
bugzilla-daemon at freedesktop.org
2008-Sep-05 08:30 UTC
[Swfdec] [Bug 16530] Full screen is broken when using multiple monitors
http://bugs.freedesktop.org/show_bug.cgi?id=16530 --- Comment #6 from Riccardo Magliocchetti <riccardo at datahost.it> 2008-09-05 01:30:52 PST --- Yes, i mean the mozilla plugin. "paused" means that the youtube player is on pause, but i've just verified that it doesn't matter. -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug.
bugzilla-daemon at freedesktop.org
2008-Sep-05 17:20 UTC
[Swfdec] [Bug 16530] Full screen is broken when using multiple monitors
http://bugs.freedesktop.org/show_bug.cgi?id=16530 --- Comment #7 from Benjamin Otte <otte at gnome.org> 2008-09-05 10:20:46 PST --- Just checked in the swfdec-mozilla fix. Please test and close if it works for you. I'm not sure what you're problem is at all btw, because it worked pretty much fine for me without that checkin, but I hope this thing fixes it. -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug.
bugzilla-daemon at freedesktop.org
2008-Sep-05 19:34 UTC
[Swfdec] [Bug 16530] Full screen is broken when using multiple monitors
http://bugs.freedesktop.org/show_bug.cgi?id=16530 Riccardo Magliocchetti <riccardo at datahost.it> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution| |FIXED --- Comment #8 from Riccardo Magliocchetti <riccardo at datahost.it> 2008-09-05 12:34:15 PST --- Latest git works fine, thank you. -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug.
Seemingly Similar Threads
- [Bug 16103] New: http://www.leparisien.fr of 26052008 crashed with swfdec
- [Bug 15958] New: "Save media as" button does nothing by default
- [Bug 15959] New: "Save media as" button does nothing by default
- [Bug 15960] New: "Done" and "Error" columns are redundant with each other
- [Bug 16632] New: swfdec_net_connection_connect with non-NULL url real-world test case