[Bug 1573470] Re: BQ M10 tablet. Libreoffice Impress display wrong colors

2016-06-07 Thread Leopoldo Pena
Alright, thanks. I just dont see the point of shipping impress
preinstalled if it cannot be used for presentations.

Thanks again and keep up the good work.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1573470

Title:
  BQ M10 tablet. Libreoffice Impress display wrong colors

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1573470/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1573470] Re: BQ M10 tablet. Libreoffice Impress display wrong colors

2016-06-06 Thread Daniel van Vugt
I can't yet confirm if this will be fixed in time for OTA-12. We have a
lot of bugs and many more severe than this one.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1573470

Title:
  BQ M10 tablet. Libreoffice Impress display wrong colors

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1573470/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1573470] Re: BQ M10 tablet. Libreoffice Impress display wrong colors

2016-06-02 Thread Leopoldo Pena
Will this be targeted for OTA12? It is a major showstopper to use my
tablet during public lectures.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1573470

Title:
  BQ M10 tablet. Libreoffice Impress display wrong colors

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1573470/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1573470] Re: BQ M10 tablet. Libreoffice Impress display wrong colors

2016-05-06 Thread Adam
I can confirm this on the new BQ M10 FHD tablet.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1573470

Title:
  BQ M10 tablet. Libreoffice Impress display wrong colors

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1573470/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1573470] Re: BQ M10 tablet. Libreoffice Impress display wrong colors

2016-05-02 Thread Daniel van Vugt
Minor success. I've made a test available that you can use to replicate the bug 
using a desktop:
https://git.launchpad.net/~xmir-team/xorg-server/+git/xmir/commit/?id=637f0971b191c9fbdc459f3fdb7ba5bc479b84be

So this shows the problem is triggered by the priority order of
supported pixel formats the Android platform returns. Mir's Android
platform is returning the correct values in the correct order, but it's
different to desktops, and that's enough to trigger this bug in Xorg.

It remains to be seen if the problem is an issue in Xorg that's always
been there, or just something that Xmir is failing to initialize
correctly.

Mir's Android graphics platform unfortunately does not support the same
pixel formats as desktop that would avoid this bug. However adding
ShmBuffer support to the Android platform would allow it to support all
such pixel formats (and solve other bugs like the corruption issues).

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1573470

Title:
  BQ M10 tablet. Libreoffice Impress display wrong colors

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1573470/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1573470] Re: BQ M10 tablet. Libreoffice Impress display wrong colors

2016-05-02 Thread Daniel van Vugt
It's possible that a newer Mesa has fixed this problem already. Because
a similar setup (LLVMpipe software rendering in Xmir) on desktop has no
discolouration:

Working: xenial with Mesa 11.2.0  (desktop)
Broken: vivid with Mesa 10.5.9  (Ubuntu Phone stable channel)

P.S. If there's any way to tell LibreOffice to not use OpenGL, that
might also help.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1573470

Title:
  BQ M10 tablet. Libreoffice Impress display wrong colors

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1573470/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1573470] Re: BQ M10 tablet. Libreoffice Impress display wrong colors

2016-05-02 Thread Daniel van Vugt
xwininfo/xdpyinfo seems to confirm the red and blue channels are
reversed for GLX windows:

  visual:
visual id:0xb4
class:TrueColor
depth:24 planes
available colormap entries:256 per subfield
red, green, blue masks:0xff, 0xff00, 0xff
significant bits in color specification:8 bits

versus non-GLX windows:

  visual:
visual id:0x28
class:TrueColor
depth:24 planes
available colormap entries:256 per subfield
red, green, blue masks:0xff, 0xff00, 0xff
significant bits in color specification:8 bits

However the problem is not as simple as changing a pixel format. Xmir is
running in rooted mode, so we only get to choose one visual for the
whole display at start-up. So we need to find a way to force GLX to use
the correct visual, or to force XComposite to mix the colours correctly.
Because it's really out of Mir's control...

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1573470

Title:
  BQ M10 tablet. Libreoffice Impress display wrong colors

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1573470/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1573470] Re: BQ M10 tablet. Libreoffice Impress display wrong colors

2016-05-01 Thread Daniel van Vugt
This might be a GLX problem. Simply running 'glxgears' gets the same
colours mixed up.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1573470

Title:
  BQ M10 tablet. Libreoffice Impress display wrong colors

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1573470/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1573470] Re: BQ M10 tablet. Libreoffice Impress display wrong colors

2016-05-01 Thread Daniel van Vugt
Confirmed (on krillin at least), in fullscreen presentation mode
LibreOffice Impress gets the red/blue channels reversed.

** Changed in: mir
   Status: New => Confirmed

** Changed in: mir (Ubuntu)
   Status: New => Confirmed

** Changed in: puritine (Ubuntu)
   Status: New => Invalid

** Changed in: xorg-server (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1573470

Title:
  BQ M10 tablet. Libreoffice Impress display wrong colors

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1573470/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1573470] Re: BQ M10 tablet. Libreoffice Impress display wrong colors

2016-04-29 Thread Christopher Townsend
We're adding both Mir and Xmir to this as we aren't quite sure where the
problem is.

** Also affects: mir
   Importance: Undecided
   Status: New

** Also affects: xorg-server (Ubuntu)
   Importance: Undecided
   Status: New

** Tags added: xmir

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1573470

Title:
  BQ M10 tablet. Libreoffice Impress display wrong colors

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1573470/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1573470] Re: BQ M10 tablet. Libreoffice Impress display wrong colors

2016-04-29 Thread Pat McGowan
** Also affects: mir (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1573470

Title:
  BQ M10 tablet. Libreoffice Impress display wrong colors

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1573470/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1573470] Re: BQ M10 tablet. Libreoffice Impress display wrong colors

2016-04-29 Thread Christopher Townsend
I've done some investigating.  With a Unity8 desktop system running on
amd64 using Vivid plus the overlay PPA, the colors stay correct in Slide
Show mode.  So at this point, it's most definitely an issue specific to
armhf and most likely an issue either in Mir of Xmir where the buffers
get switched around somehow.

We will need one of those guys to look at this as that is a little out
of my realm of knowledge:)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1573470

Title:
  BQ M10 tablet. Libreoffice Impress display wrong colors

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1573470/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1573470] Re: BQ M10 tablet. Libreoffice Impress display wrong colors

2016-04-28 Thread Pat McGowan
Yes the colors do not match between editing and presentation modes, in
edit mode they are as displayed on desktop.

** Changed in: canonical-devices-system-image
   Importance: Undecided => High

** Changed in: canonical-devices-system-image
   Status: New => Confirmed

** Changed in: canonical-devices-system-image
 Assignee: (unassigned) => Stephen M. Webb (bregma)

** Also affects: puritine (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1573470

Title:
  BQ M10 tablet. Libreoffice Impress display wrong colors

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1573470/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs