[Bug 824099] Re: Max GL texture size can break multi-head

2012-04-17 Thread Didier Roche
** Changed in: unity-distro-priority
   Status: Fix Committed = Fix Released

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

Title:
  Max GL texture size can break multi-head

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/824099/+subscriptions

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


[Bug 824099] Re: Max GL texture size can break multi-head

2012-03-15 Thread Didier Roche
Jay told it's not possible to do in unity-3d with a reasonable amount of
effort. We will keep the workaround for now

** Changed in: compiz (Ubuntu Precise)
   Status: Triaged = Won't Fix

** Changed in: unity (Ubuntu Precise)
   Status: Triaged = Won't Fix

** Changed in: unity (Ubuntu)
   Status: Triaged = Won't Fix

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

Title:
  Max GL texture size can break multi-head

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/824099/+subscriptions

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


[Bug 824099] Re: Max GL texture size can break multi-head

2012-03-15 Thread Jay Taoko
** Changed in: unity
   Status: Triaged = Won't Fix

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

Title:
  Max GL texture size can break multi-head

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/824099/+subscriptions

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


[Bug 824099] Re: Max GL texture size can break multi-head

2012-02-06 Thread Launchpad Bug Tracker
This bug was fixed in the package gnome-desktop3 - 3.3.5-0ubuntu1

---
gnome-desktop3 (3.3.5-0ubuntu1) precise; urgency=low

  * Sync with Debian. Remaining changes:
  * New upstream release.
- GnomeRR:
  - Use GDK to get work area
  - gnome_rr_screen_new() now creates a singleton for the specified
GdkScreen
- GnomePnpIds: Add object to get the vendor name from PNP IDs
  * debian/libgnome-desktop-3-2.symbols: Updated for above changes
  * debian/patches/02_refuse_to_break_GL_compositors.patch:
- Check whether Unity is running and if so refuse to configure a multi-head
  setup larger than GL_MAX_TEXTURE_SIZE.  Works around breakage when using
  Unity on such a setup, which is as much as we can do to fix (LP: #824099)
  at this point.  In 12.04 this should be dropped in favour of making Unity
  work properly.
  * debian/control.in:
- Add libgl1-mesa-dev and dh-autoreconf to Build-Depends for above patch.
- Bump minimum xrandr to 1.3
  * debian/libgnome-desktop-3-2.install: Install check_gl_texture_size
  * debian/rules:
- Use dh-autoreconf to regenerate build system to pick up changes from
  patch.
  * debian/watch: watch for unstable releases

gnome-desktop3 (3.2.1-3) unstable; urgency=low

  * Upload to unstable.
  * debian/control.in:
- Tighten dependency on gnome-desktop3-data again.
- Change section of gir1.2-gnomedesktop-3.0 to introspection.

gnome-desktop3 (3.2.1-2) experimental; urgency=low

  * debian/control.in:
- Loosen the dependency on gnome-desktop-data for now such that
  libgnome-desktop-3-2 is installable in parallel with
  libgnome-desktop-3-0

gnome-desktop3 (3.2.1-1) experimental; urgency=low

  * New upstream release.
- Link against -lm for sqrt. Closes: #640437
  * debian/watch:
- Update to version 3.
- Track .xz tarballs.
  * debian/control.in:
- Use Section: libs for gir1.2-gnomedesktop-3.0.
- Drop (Build-)Depends on libstartup-notification0-dev.
- Add Build-Depends on libxext-dev.
- Update Vcs-* URLs.
- Bump Build-Depends on intltool to (= 0.40.6).
  * debian/rules:
- List missing files.
- Include utils.mk for list-missing.
- Drop clean-la.mk since we don't install any .la files.
  * debian/libgnome-desktop-3-dev.install:
- Remove .a file, static libraries are no longer built by default.
  * Update libgnome-desktop-3 library package for the SONAME bump 0 → 2.
 -- Jeremy Bicha jbi...@ubuntu.com   Mon, 06 Feb 2012 13:25:25 -0500

** Changed in: gnome-desktop3 (Ubuntu Precise)
   Status: Triaged = Fix Released

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

Title:
  Max GL texture size can break multi-head

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/824099/+subscriptions

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

[Bug 824099] Re: Max GL texture size can break multi-head

2011-09-30 Thread Didier Roche
** Changed in: unity
   Status: Invalid = Triaged

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

Title:
  Max GL texture size can break multi-head

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/824099/+subscriptions

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


[Bug 824099] Re: Max GL texture size can break multi-head

2011-09-28 Thread Launchpad Bug Tracker
This bug was fixed in the package gnome-desktop3 - 3.2.0-0ubuntu2

---
gnome-desktop3 (3.2.0-0ubuntu2) oneiric; urgency=low

  * debian/patches/02_refuse_to_break_GL_compositors.patch:
- Check whether Unity is running and if so refuse to configure a multi-head
  setup larger than GL_MAX_TEXTURE_SIZE.  Works around breakage when using
  Unity on such a setup, which is as much as we can do to fix (LP: #824099)
  at this point.  In 12.04 this should be dropped in favour of making Unity
  work properly.
  * debian/control.in:
- Add libgl1-mesa-dev and dh-autoreconf to Build-Depends for above patch.
  * debian/rules:
- Use dh-autoreconf to regenerate build system to pick up changes from
  patch.
 -- Christopher James Halse Rogers r...@ubuntu.com   Wed, 28 Sep 2011 
20:08:59 +1000

** Changed in: gnome-desktop3 (Ubuntu Oneiric)
   Status: In Progress = Fix Released

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

Title:
  Max GL texture size can break multi-head

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/824099/+subscriptions

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


[Bug 824099] Re: Max GL texture size can break multi-head

2011-09-25 Thread Chris Halse Rogers
Ok, it looks like this will be relatively easy; there's already support
for failing to configure displays when the framebuffer gets bigger than
the maximum virtual size.  Adding a check to fail when the framebuffer
gets bigger than the max GL texture size *should* be straightforward.

** Changed in: gnome-settings-daemon (Ubuntu Oneiric)
   Status: Confirmed = In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/824099

Title:
  Max GL texture size can break multi-head

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/824099/+subscriptions

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


[Bug 824099] Re: Max GL texture size can break multi-head

2011-09-24 Thread Omer Akram
** Changed in: unity (Ubuntu)
   Importance: Undecided = High

** Changed in: unity (Ubuntu)
   Status: New = Triaged

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/824099

Title:
  Max GL texture size can break multi-head

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/824099/+subscriptions

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


[Bug 824099] Re: Max GL texture size can break multi-head

2011-09-23 Thread Chris Halse Rogers
** Changed in: unity (Ubuntu P-series)
   Importance: Undecided = High

** Changed in: unity (Ubuntu P-series)
   Status: New = Triaged

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/824099

Title:
  Max GL texture size can break multi-head

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/824099/+subscriptions

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


[Bug 824099] Re: Max GL texture size can break multi-head

2011-09-23 Thread Chris Halse Rogers
** Description changed:

+ There's a longstanding issue (see the duplicate bug #555641) with Compiz
+ and framebuffers larger than the maximum GL texture size.  It used to be
+ the case that this would simply crash compiz, but mesa now has code to
+ fallback to software rendering for those cases.  Unfortunately, this
+ rendering is unacceptably slow (on the order of 10s of seconds per
+ frame), particularly since the only hardware that will realistically hit
+ this limit is netbook hardware with the associated anaemic CPU.  It also
+ appears to be broken in some cases (see bug #830949), although I can't
+ reproduce that myself.
+ 
+ The Compiz Copy to Texture plugin can break textures up into = max
+ texture size chunks, allowing hardware rendering to work with these
+ large framebuffers.  This is insufficient for Unity, though, which also
+ needs a way to break up its FBOs.
+ 
+ For Oneiric we should patch g-s-d's xrandr plugin to disallow setting a
+ multi-monitor configuration with any dimension = max texture size when
+ Unity is running.  For P this should be dropped in favour of enabling
+ Compiz's Copy to Texture plugin and fixing Unity.
+ 
+ Original report:
  THIS IS A MASTER BUG OF FOUR DIFFERENT BUGS:
  
  [nVidia] https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/830955
  [Intel N10] https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/830949
  [Intel Arrandale, Mobile 4 Series] 
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/830952
  [ATI] https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/830953
  
  Oneiric Alpha 3 installed on this system.  Under testing, one test is to
  plug in an external monitor and ensure that external video functions
  properly.  On this EeePC, it does not.  (See photo attached to this
  bug).
  
  Once the external montior is plugged in, both the primary display and
  the external display are horribly garbled.  The only thing that exists
  on the screen that's remotely readable is the panel at the top.  The
  rest of the desktop area is just a mess.
  
  Affected systems and GPUs:
  
  Dell Vostro 1014 (Intel Mobile 4 Series)
  Dell Vostro 1015 (Intel Mobile 4 Series)
  Lenovo Thinkpad Edge 11 (Intel Arrandale)
  Lenovo Thinkpad Edge 14 (M92 [Mobility Radeon HD 4500/5100 Series])
  Lenovo Thinkpad Edge 15 (Intel Arrandale)
  Lenovo Thinkpad SL410 (Intel Mobile 4 Series)
  Lenovo Thinkpad Edge 15 (ATI Technologies Inc M880G [Mobility Radeon HD 4200])
  Lenovo Thinkpad L412 (Intel Arrandale)
  Lenovo Thinkpad Edge 11 (ATI Technologies Inc: M880G [Mobility Radeon HD 
4200])
  Dell Vostro 1520 (Intel Mobile 4 Series)
  Dell Vostro 1720 (Intel Mobile 4 Series)
  Dell Studio XPS 1340 (nVidia Corporation: GT218 [GeForce G210M])
  Dell Inspiron 1545 (Intel Mobile 4 Series)
  Dell Studio XPS 1340 (nVidia Corporation: G98 [GeForce 9200M GS])
  Dell Vostro 3300 (Intel Arrandale)
  Dell Vostro 3500 (Intel Arrandale)
  Dell Vostro 3700 (Intel Arrandale)
  Dell Precision M4500 (nVidia Corporation: GT215 [Quadro FX 1800M])
  Dell Latitude E6410 (nVidia Corporation: GT218 [NVS 3100M])
  Toshiba Tecra A11/M11 (Intel Arrendale)
  Toshiba Tecra S11/M11 (nVidia Corporation: GT218 [NVS 2100M])
  Dell Latitude 2110 (Intel Corporation: N10 Family Integrated Graphics 
Controller)
  Dell Latitude 13 (Intel Mobile 4 Series)
  Dell Vostro 3400 (Intel Arrandale)
  Dell Vostro V13 (Intel Mobile 4 Series)
  Dell Vostro 3500 (Intel Arrandale)
  Dell Vostro V13 (Intel Mobile 4 Series)
  Dell Vostro 3700 (Intel Arrandale)
  Dell Precision M6500 (ATI Technologies Inc: M97 GL [ATI FirePro M7740])
  Toshiba Tecra R700 (Intel Arrandale)
  Dell Inspiron 15R (Intel Arrandale)
  HP ProBook 6550b (Intel Arrandale)
  Asus EeePC 1001PXD (Intel Corporation: N10 Family Integrated Graphics 
Controller)
  Asus EeePC 1011PX (Intel Corporation: N10 Family Integrated Graphics 
Controller)
  Asus EeePC 1015PX (Intel Corporation: N10 Family Integrated Graphics 
Controller)
  Dell Mini 10 (Intel Corporation: N10 Family Integrated Graphics Controller)
  
  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: xorg 1:7.6+7ubuntu6
  ProcVersionSignature: Ubuntu 3.0.0-8.10-generic 3.0.1
  Uname: Linux 3.0.0-8-generic i686
  Architecture: i386
  CompizPlugins: 
[core,bailer,detection,composite,opengl,decor,mousepoll,vpswitch,regex,animation,snap,expo,move,compiztoolbox,place,grid,imgpng,gnomecompat,wall,ezoom,workarounds,staticswitcher,resize,fade,unitymtgrabhandles,scale,session,unityshell]
  CompositorRunning: compiz
  Date: Wed Aug 10 13:38:33 2011
  DistUpgraded: Fresh install
  DistroCodename: oneiric
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, whatever it takes to get this fixed in Ubuntu
  GraphicsCard:
-  Intel Corporation N10 Family Integrated Graphics Controller [8086:a011] 
(prog-if 00 [VGA controller])
-    Subsystem: ASUSTeK Computer Inc. Device [1043:83ac]
-    Subsystem: ASUSTeK Computer Inc. Device [1043:83ac]
+  Intel Corporation N10 Family Integrated Graphics Controller 

[Bug 824099] Re: Max GL texture size can break multi-head

2011-09-23 Thread Chris Halse Rogers
** Changed in: gnome-settings-daemon (Ubuntu Oneiric)
 Assignee: (unassigned) = Chris Halse Rogers (raof)

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/824099

Title:
  Max GL texture size can break multi-head

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/824099/+subscriptions

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


[Bug 824099] Re: Max GL texture size can break multi-head

2011-09-23 Thread Chris Halse Rogers
** Description changed:

  There's a longstanding issue (see the duplicate bug #555641) with Compiz
  and multi-monitor setups with any combined dimension larger than the
  maximum GL texture size.  It used to be the case that this would simply
  crash compiz, but mesa now has code to fallback to software rendering
  for those cases.  Unfortunately, this rendering is unacceptably slow (on
  the order of 10s of seconds per frame), particularly since the only
  hardware that will realistically hit this limit is netbook hardware with
  the associated anaemic CPU.  It also appears to be broken in some cases
  (see bug #830949), although I can't reproduce that myself.
  
  The Compiz Copy to Texture plugin can break textures up into = max
  texture size chunks, allowing hardware rendering to work with these
  large framebuffers.  This is insufficient for Unity, though, which also
  needs a way to break up its FBOs.
  
  For Oneiric we should patch g-s-d's xrandr plugin to disallow setting a
  multi-monitor configuration with any dimension = max texture size when
- Unity is running.  For P this should be dropped in favour of enabling
- Compiz's Copy to Texture plugin and fixing Unity.
+ Unity is running.  Additionally, the display capplet should not allow a
+ resolution to be explicitly set that will break Unity.  For P this
+ should be dropped in favour of enabling Compiz's Copy to Texture
+ plugin and fixing Unity.
  
  Original report:
  THIS IS A MASTER BUG OF FOUR DIFFERENT BUGS:
  
  [nVidia] https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/830955
  [Intel N10] https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/830949
  [Intel Arrandale, Mobile 4 Series] 
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/830952
  [ATI] https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/830953
  
  Oneiric Alpha 3 installed on this system.  Under testing, one test is to
  plug in an external monitor and ensure that external video functions
  properly.  On this EeePC, it does not.  (See photo attached to this
  bug).
  
  Once the external montior is plugged in, both the primary display and
  the external display are horribly garbled.  The only thing that exists
  on the screen that's remotely readable is the panel at the top.  The
  rest of the desktop area is just a mess.
  
  Affected systems and GPUs:
  
  Dell Vostro 1014 (Intel Mobile 4 Series)
  Dell Vostro 1015 (Intel Mobile 4 Series)
  Lenovo Thinkpad Edge 11 (Intel Arrandale)
  Lenovo Thinkpad Edge 14 (M92 [Mobility Radeon HD 4500/5100 Series])
  Lenovo Thinkpad Edge 15 (Intel Arrandale)
  Lenovo Thinkpad SL410 (Intel Mobile 4 Series)
  Lenovo Thinkpad Edge 15 (ATI Technologies Inc M880G [Mobility Radeon HD 4200])
  Lenovo Thinkpad L412 (Intel Arrandale)
  Lenovo Thinkpad Edge 11 (ATI Technologies Inc: M880G [Mobility Radeon HD 
4200])
  Dell Vostro 1520 (Intel Mobile 4 Series)
  Dell Vostro 1720 (Intel Mobile 4 Series)
  Dell Studio XPS 1340 (nVidia Corporation: GT218 [GeForce G210M])
  Dell Inspiron 1545 (Intel Mobile 4 Series)
  Dell Studio XPS 1340 (nVidia Corporation: G98 [GeForce 9200M GS])
  Dell Vostro 3300 (Intel Arrandale)
  Dell Vostro 3500 (Intel Arrandale)
  Dell Vostro 3700 (Intel Arrandale)
  Dell Precision M4500 (nVidia Corporation: GT215 [Quadro FX 1800M])
  Dell Latitude E6410 (nVidia Corporation: GT218 [NVS 3100M])
  Toshiba Tecra A11/M11 (Intel Arrendale)
  Toshiba Tecra S11/M11 (nVidia Corporation: GT218 [NVS 2100M])
  Dell Latitude 2110 (Intel Corporation: N10 Family Integrated Graphics 
Controller)
  Dell Latitude 13 (Intel Mobile 4 Series)
  Dell Vostro 3400 (Intel Arrandale)
  Dell Vostro V13 (Intel Mobile 4 Series)
  Dell Vostro 3500 (Intel Arrandale)
  Dell Vostro V13 (Intel Mobile 4 Series)
  Dell Vostro 3700 (Intel Arrandale)
  Dell Precision M6500 (ATI Technologies Inc: M97 GL [ATI FirePro M7740])
  Toshiba Tecra R700 (Intel Arrandale)
  Dell Inspiron 15R (Intel Arrandale)
  HP ProBook 6550b (Intel Arrandale)
  Asus EeePC 1001PXD (Intel Corporation: N10 Family Integrated Graphics 
Controller)
  Asus EeePC 1011PX (Intel Corporation: N10 Family Integrated Graphics 
Controller)
  Asus EeePC 1015PX (Intel Corporation: N10 Family Integrated Graphics 
Controller)
  Dell Mini 10 (Intel Corporation: N10 Family Integrated Graphics Controller)
  
  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: xorg 1:7.6+7ubuntu6
  ProcVersionSignature: Ubuntu 3.0.0-8.10-generic 3.0.1
  Uname: Linux 3.0.0-8-generic i686
  Architecture: i386
  CompizPlugins: 
[core,bailer,detection,composite,opengl,decor,mousepoll,vpswitch,regex,animation,snap,expo,move,compiztoolbox,place,grid,imgpng,gnomecompat,wall,ezoom,workarounds,staticswitcher,resize,fade,unitymtgrabhandles,scale,session,unityshell]
  CompositorRunning: compiz
  Date: Wed Aug 10 13:38:33 2011
  DistUpgraded: Fresh install
  DistroCodename: oneiric
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, whatever it takes to get this fixed in Ubuntu
  GraphicsCard:
   Intel