GNOME Bugzilla – Bug 612614
Only half page is visible in presentation mode with two monitors
Last modified: 2010-03-12 15:33:34 UTC
When using presentation mode with two monitors in Linux (I am using nouveau, but I don't know if it is related), one monitor presents only the half of the page, and the other monitor do not show anything. In full screen mode, the page is correctly shown in only one monitor.
In fact, the problem lies in ev_view_presentation_size_allocate(), which computes the allocation using gdk_screen_get_width() and gtk_screen_get_height() instead of using the geometry of the monitor in which the Evince window is.
*** This bug has been marked as a duplicate of bug 608924 ***