After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 101149 - [PATCH] Xinerama bug in Totem.
[PATCH] Xinerama bug in Totem.
Status: RESOLVED FIXED
Product: totem
Classification: Core
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Bastien Nocera
Bastien Nocera
Depends on:
Blocks:
 
 
Reported: 2002-12-13 18:10 UTC by Jens Tollofsen
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.0


Attachments
The screenshot (blue is the movie) (99.77 KB, image/png)
2002-12-13 23:30 UTC, Jens Tollofsen
Details

Description Jens Tollofsen 2002-12-13 18:10:33 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
Comment 1 Bastien Nocera 2002-12-13 18:15:19 UTC
Please attach the screenshot in bugzilla.

Cheers
Comment 2 Jens Tollofsen 2002-12-13 23:30:24 UTC
Created attachment 12982 [details]
The screenshot (blue is the movie)
Comment 3 Bastien Nocera 2003-01-08 17:43:44 UTC
Will probably need to use:
gdk_screen_get_monitor_geometry ()
Comment 4 Onur Yalazı 2003-01-25 14:59:16 UTC
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. 
Comment 5 Bastien Nocera 2003-02-02 02:42:25 UTC
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 ?
Comment 6 Bastien Nocera 2003-02-26 16:02:43 UTC
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