You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openoffice.apache.org by bu...@apache.org on 2012/05/11 01:52:20 UTC

[Bug 119327] New: Cannot select presentation display with multiple displays

https://issues.apache.org/ooo/show_bug.cgi?id=119327

          Priority: P3
            Bug ID: 119327
          Assignee: ooo-issues@incubator.apache.org
           Summary: Cannot select presentation display with multiple
                    displays
          Severity: normal
        Issue Type: DEFECT
    Classification: Application
                OS: Linux
          Reporter: arielch@apache.org
          Hardware: PC
            Status: CONFIRMED
           Version: AOO 3.4.0
         Component: code
           Product: presentation

On Linux, with a multiple displays set up, the multiple displays are not
recognized and the presentation display cannot be set.

To reproduce:

* connect a monitor to the laptop, set the laptop display as the primary
display

* open Apache OpenOffice: while OOo 3.3.0 opens on the primary display, AOO
opens on the secondary display

* create a presentation

* go to the Menu "Slide Show" -> "Slide Show Settings..." -> "Slide Show"
dialog
Under "Multiple displays", "Presentation display" is grayed out, the listbox is
disabled.

On OOo 3.3.0 you can choose the presentation display:

- Display 1 (Primary)
- Display 2
- All displays

Note: bug on OOo 3.3.0, selecting "All displays" does not show the presentation
on all displays, only the primary.

-- 
You are receiving this mail because:
You are the assignee for the bug.

3.4.1_release_blocker requested: [Bug 119327] Cannot select presentation display with multiple displays

Posted by bu...@apache.org.
Ariel Constenla-Haile <ar...@apache.org> has asked  for
3.4.1_release_blocker:
Bug 119327: Cannot select presentation display with multiple displays
https://issues.apache.org/ooo/show_bug.cgi?id=119327

[Bug 119327] Cannot select presentation display with multiple displays

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=119327

--- Comment #11 from Andre <af...@a-w-f.de> ---
Created attachment 77554
  --> https://issues.apache.org/ooo/attachment.cgi?id=77554&action=edit
Add USE_XINARAMA flag to other xinerama flags.

Some of the old logic was transferred, but not all.  Re-added the USE_XINERAMA
flag that guards most of the xinerama related code in saldisp.cxx.

-- 
You are receiving this mail because:
You are the assignee for the bug.

3.4.1_release_blocker granted: [Bug 119327] Cannot select presentation display with multiple displays

Posted by bu...@apache.org.
jsc@apache.org has granted Ariel Constenla-Haile <ar...@apache.org>'s request
for 3.4.1_release_blocker:
Bug 119327: Cannot select presentation display with multiple displays
https://issues.apache.org/ooo/show_bug.cgi?id=119327


------- Additional Comments from jsc@apache.org
set release blocker flag for 3.4.1

[Bug 119327] Cannot select presentation display with multiple displays

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=119327

--- Comment #1 from Ariel Constenla-Haile <ar...@apache.org> ---
Created attachment 77524
  --> https://issues.apache.org/ooo/attachment.cgi?id=77524&action=edit
Multiple displays settings in Fedora 16 with KDE

The current setting where the bug could be reproduced

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 119327] Cannot select presentation display with multiple displays

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=119327

--- Comment #5 from Ariel Constenla-Haile <ar...@apache.org> ---
Created attachment 77527
  --> https://issues.apache.org/ooo/attachment.cgi?id=77527&action=edit
AOO 3.4: slide show running

The slide show isn't displayed on the secondary display (top of the picture).
It seems to be running on the primary display but taking the width of the
secondary display. The slide show content is displayed with a vertical and
horizontal offset.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 119327] Cannot select presentation display with multiple displays

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=119327

--- Comment #3 from Ariel Constenla-Haile <ar...@apache.org> ---
Created attachment 77526
  --> https://issues.apache.org/ooo/attachment.cgi?id=77526&action=edit
OOo 3.3.0: slide show running on secondary display

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 119327] Cannot select presentation display with multiple displays

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=119327

Ariel Constenla-Haile <ar...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mroellig.news@gmx.net

--- Comment #6 from Ariel Constenla-Haile <ar...@apache.org> ---
*** Bug 119293 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 119327] Cannot select presentation display with multiple displays

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=119327

--- Comment #8 from Andre <af...@a-w-f.de> ---
I can repdroduce this now (Ubuntu 12.04, 64Bit), although in a slightly
different flavor: both monitors are apparently handled as one display, splash
screen is displayed in the center and therefore being half on one and half on
the other monitor.  The slide show is displayed similar, centered on both
monitors with wide black frames on its left and right side.

I hope that it is even possible to get information about the underlying monitor
geometries and that not only the virtual display is reported to VCL.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 119327] Cannot select presentation display with multiple displays

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=119327

Andre <af...@a-w-f.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |af@a-w-f.de

--- Comment #7 from Andre <af...@a-w-f.de> ---
I am currently setting up a machine on which I can reproduce this.  Once this
is done, I hope that I can fix this without the help of the old VCL team.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 119327] Cannot select presentation display with multiple displays

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=119327

--- Comment #9 from Andre <af...@a-w-f.de> ---
After playing arround with the multi-screen system settings for my ATI card I
found out that:

- when xinerama is activated then VCL does not/can not detect that the virtual
display really is two displays.  The result is as described in my lst comment. 
Strangely enough, in X11SalFrame::ShowFullScreen (in
main/vcl/generic/window/salframe.cxx:2195) the test for detecting xinerama
fails.

- when xinerama is deactivated then the presentation can be run on either
screen.  The presenter screen is displayed on the other, respectively.  All as
expected.  Only the "All displays" option is missing (but anyway, I can not
drag any window onto the second screen; probably an error in the system
configuration)


@Arial, all: Can you tell me about your graphics system configuration
(xinerama, randr, graphics card type, etc)?

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 119327] Cannot select presentation display with multiple displays

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=119327

--- Comment #10 from Andre <af...@a-w-f.de> ---
I have found out what has changed.  The Xinerama initialization in
vcl/unx/generic/app/saldisp.cxx is not executed properly because the Xinerama
environment variables are not set up anymore.  The reason for that is the
transition from dmake to gbuild.  The code for setting up the variables was in
the makefile.mk besides saldisp.cxx.  The makefile is gone and so is this code.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 119327] Cannot select presentation display with multiple displays

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=119327

Ariel Constenla-Haile <ar...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |regression

--- Comment #4 from Ariel Constenla-Haile <ar...@apache.org> ---
Regression from OpenOffice.org 3.3.0

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 119327] Cannot select presentation display with multiple displays

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=119327

Andre <af...@a-w-f.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|ooo-issues@incubator.apache |af@a-w-f.de
                   |.org                        |

--- Comment #12 from Andre <af...@a-w-f.de> ---
Taking ownership.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 119327] Cannot select presentation display with multiple displays

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=119327

--- Comment #2 from Ariel Constenla-Haile <ar...@apache.org> ---
Created attachment 77525
  --> https://issues.apache.org/ooo/attachment.cgi?id=77525&action=edit
"Multiple displays" settings available on OOo 3.3.0

On OOo 3.3.0 you can select a "Presentation display" (though "All displays"
does not work):

-- 
You are receiving this mail because:
You are the assignee for the bug.