To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=93805
                 Issue #|93805
                 Summary|[Multihead, Gtk+] Crash on switch to fullscreen when r
                        |unning on second screen
               Component|gsl
                 Version|DEV300m30
                Platform|Opteron/x86_64
                     URL|
              OS/Version|Linux
                  Status|UNCONFIRMED
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|code
             Assigned to|pl
             Reported by|dtardon





------- Additional comments from [EMAIL PROTECTED] Fri Sep 12 06:26:28 +0000 
2008 -------
I have a dual-head graphic card with two monitors configured as standalone
screens; without Xinerama. When I run OOo writer on the secondary screen
(DISPLAY=0.1) using Gtk+ VCL plugin (USE_VCL_SALPLUGIN=gtk), it tries to move
the window onto the primary one and then crashes immediately with the following
message:

X-Error: BadMatch (invalid parameter attributes)
        Major opcode: 150
        Minor opcode: 23
        Resource ID:  0x2800780
        Serial No:    10301 (10301)
These errors are reported asynchronously,
set environment variable SAL_SYNCHRONIZE to 1 to help debugging

The gen VCL plugin works, but also moves the window onto the primary screen,
where it stays even after exiting fullscreen mode. From what I've found in
source code I think OOo is not ready for multi-head configurations yet (for
example, WorkWindow::ShowFullscreenMode() is always called with default screen
number).

I've changed the code a little so fullscreen window stays on the same screen,
which incidentally has solved the primary problem as well.

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to