GNOME Bugzilla – Bug 101149
[PATCH] Xinerama bug in Totem.
Last modified: 2004-12-22 21:47:04 UTC
When I use xv as output. And got xinerama activated. And tries to go fullscreen mode (on one of the screens). The image gets sortoff in the middle... That makes me able to only see half of the movie picture. Since it works with sinek it isnt a xine problem. If I was horribly unclear. mail me for a screenshot. tolle@linuxmail.org
Please attach the screenshot in bugzilla. Cheers
Created attachment 12982 [details] The screenshot (blue is the movie)
Will probably need to use: gdk_screen_get_monitor_geometry ()
I am using rh8 xine-libs-0.9.13-fr6 xfree 4.2.1 with xinerama. on full screen output totem gets my full xinerama desktop so i lose some of the picture. while using xine ui there isn't any problem. Well i should open another bug maybe but its related i think.
2003-02-02 Bastien Nocera <hadess@hadess.net> * src/gtk-xine.c: (gtk_xine_set_fullscreen): use the monitor's geometry, not the full display's to show the fullscreen window (Should close #101149) Could you guys test out ?
2003-02-26 Bastien Nocera <hadess@hadess.net> * configure.in: added detection for XSun headers (Closes: #107115) * src/totem-private.h: * src/totem.c: (totem_action_fullscreen_toggle), (on_fs_exit1_activate), (update_fullscreen_size), (size_changed_cb), (on_video_motion_notify_event), (totem_callback_connect), (totem_message_connection_receive_cb), (process_command_line), (main): place the popups properly on multihead displays and when the screen size changes (Closes: #101149), present the window when we receive an event, fix a segfault when launch totem without any arguments in client mode, finish with the startup notification when we're in client mode