[Bug 428769] Re: compiz starts with a blank screen on a 2048x1152 monitor due to hw limit with textures 2048

2011-02-05 Thread Bug Watch Updater
** Changed in: xserver-xorg-video-intel Importance: Unknown = Critical -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/428769 Title: compiz starts with a blank screen on a 2048x1152 monitor due to

[Bug 428769] Re: compiz starts with a blank screen on a 2048x1152 monitor due to hw limit with textures 2048

2011-01-25 Thread Bug Watch Updater
** Changed in: xserver-xorg-video-intel Importance: Critical = Unknown -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/428769 Title: compiz starts with a blank screen on a 2048x1152 monitor due to

[Bug 428769] Re: compiz starts with a blank screen on a 2048x1152 monitor due to hw limit with textures 2048

2010-11-14 Thread Brian Starkey
OK Sorry about that, I just did a clean install of 10.10, and it works. Happy Days :) -- compiz starts with a blank screen on a 2048x1152 monitor due to hw limit with textures 2048 https://bugs.launchpad.net/bugs/428769 You received this bug notification because you are a member of Ubuntu

[Bug 428769] Re: compiz starts with a blank screen on a 2048x1152 monitor due to hw limit with textures 2048

2010-11-13 Thread Brian Starkey
This is not a bug fix (in my opinion) it is a workaround which is just covering up the real problem. I am unable to start Compiz on a 945 with 2048*1152 resolution presumably because of this 'fix'. As the max texture size is 2048*2048, Compiz should be able to run with this resolution, it does

[Bug 428769] Re: compiz starts with a blank screen on a 2048x1152 monitor due to hw limit with textures 2048

2010-09-13 Thread Bug Watch Updater
** Changed in: xserver-xorg-video-intel Importance: Unknown = Critical -- compiz starts with a blank screen on a 2048x1152 monitor due to hw limit with textures 2048 https://bugs.launchpad.net/bugs/428769 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 428769] Re: compiz starts with a blank screen on a 2048x1152 monitor due to hw limit with textures 2048

2010-06-17 Thread Leon Blakey
Umm... I don't know about anyone else but I just installed 1:0.8.4-0ubuntu15.1 from lucid-proposed, and its not working. Same problem, except mine is with dual monitors. I max at 2048x2048, and I set my resolution to (total) 2048x768. Still getting compiz (core) - Warn: Exceeded max texture size

[Bug 428769] Re: compiz starts with a blank screen on a 2048x1152 monitor due to hw limit with textures 2048

2010-06-17 Thread Alan Bell
@Leon you have an ATI card, not an Intel card. I suggest you file a new bug. -- compiz starts with a blank screen on a 2048x1152 monitor due to hw limit with textures 2048 https://bugs.launchpad.net/bugs/428769 You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 428769] Re: compiz starts with a blank screen on a 2048x1152 monitor due to hw limit with textures 2048

2010-04-27 Thread Alan Bell
fix confirmed using the Lucid RC desktop AMD64 cd. Compiz does not start and the desktop is displayed fine, with no desktop effects. -- compiz starts with a blank screen on a 2048x1152 monitor due to hw limit with textures 2048 https://bugs.launchpad.net/bugs/428769 You received this bug

[Bug 428769] Re: compiz starts with a blank screen on a 2048x1152 monitor due to hw limit with textures 2048

2010-04-08 Thread Launchpad Bug Tracker
This bug was fixed in the package compiz - 1:0.8.4-0ubuntu15 --- compiz (1:0.8.4-0ubuntu15) lucid; urgency=low * debian/patches/060_move_checks_to_compiz.patch: - improve the maxTextureSize check to test for = instead of just (thanks to bryceh) LP: #428769 -- Michael

[Bug 428769] Re: compiz starts with a blank screen on a 2048x1152 monitor due to hw limit with textures 2048

2010-04-08 Thread Bryce Harrington
While the tone of comment #8 is entirely inappropriate, I agree with its assessment that, if indeed this is a regression with compiz, it is quite serious and needs attention soon ** Also affects: compiz (Ubuntu Lucid) Importance: Undecided Status: New ** Changed in: compiz (Ubuntu

[Bug 428769] Re: compiz starts with a blank screen on a 2048x1152 monitor due to hw limit with textures 2048

2010-04-08 Thread Bryce Harrington
I took another look at this as part of handling bug #556631. In Karmic, /usr/bin/compiz was a shell script, which included a check for max texture size: check_texture_size() { # Check how many screens we've got and iterate over them

[Bug 428769] Re: compiz starts with a blank screen on a 2048x1152 monitor due to hw limit with textures 2048

2010-04-08 Thread Bryce Harrington
I *think* the problem may be that this code: +if (width screen-maxTextureSize || height screen-maxTextureSize) needs to be: +if (width = screen-maxTextureSize || height = screen-maxTextureSize) ** Changed in: compiz (Ubuntu Lucid) Milestone: None = ubuntu-10.04 ** Changed in:

[Bug 428769] Re: compiz starts with a blank screen on a 2048x1152 monitor due to hw limit with textures 2048

2010-04-08 Thread Michael Vogt
** Changed in: compiz (Ubuntu Lucid) Status: New = In Progress -- compiz starts with a blank screen on a 2048x1152 monitor due to hw limit with textures 2048 https://bugs.launchpad.net/bugs/428769 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 428769] Re: compiz starts with a blank screen on a 2048x1152 monitor due to hw limit with textures 2048

2010-04-08 Thread Launchpad Bug Tracker
** Branch linked: lp:compiz -- compiz starts with a blank screen on a 2048x1152 monitor due to hw limit with textures 2048 https://bugs.launchpad.net/bugs/428769 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing

[Bug 428769] Re: compiz starts with a blank screen on a 2048x1152 monitor due to hw limit with textures 2048

2010-04-08 Thread Michael Vogt
I uploaded a new compiz now with the change suggested in comment #17. I don't have the required hardware to test it myself, please let me know if it works and stops compiz from running. -- compiz starts with a blank screen on a 2048x1152 monitor due to hw limit with textures 2048

[Bug 428769] Re: compiz starts with a blank screen on a 2048x1152 monitor due to hw limit with textures 2048

2010-04-08 Thread Michael Vogt
** Changed in: compiz (Ubuntu Lucid) Status: In Progress = Fix Committed ** Changed in: compiz (Ubuntu Lucid) Importance: Critical = High -- compiz starts with a blank screen on a 2048x1152 monitor due to hw limit with textures 2048 https://bugs.launchpad.net/bugs/428769 You

[Bug 428769] Re: compiz starts with a blank screen on a 2048x1152 monitor

2010-03-30 Thread Bryce Harrington
Hmm, well the upstreamed bug is closed as believed fixed. Maybe you should reopen it and elaborate on the remaining problem? Meanwhile, your recommendation to make compiz not start up if it detects this situation is a good one, I'll forward this to the compiz team. ** Package changed:

[Bug 428769] Re: compiz starts with a blank screen on a 2048x1152 monitor

2010-03-22 Thread Alan Bell
can we just get compiz to not load and fall back to metacity if the resolution is equal to max texture size please. At the moment I think it runs if the resolution is less than or equal to max texture size lets change it to a strict less than to prevent the black screen. -- compiz starts with a

[Bug 428769] Re: compiz starts with a blank screen on a 2048x1152 monitor

2010-03-05 Thread Alan Bell
tried Lucid alpha 3 fully updated to today, still happens. Installed the xorg-edgers ppa and upgraded, still happens. -- compiz starts with a blank screen on a 2048x1152 monitor https://bugs.launchpad.net/bugs/428769 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 428769] Re: compiz starts with a blank screen on a 2048x1152 monitor

2010-02-27 Thread Bryce Harrington
** Tags added: black-screen -- compiz starts with a blank screen on a 2048x1152 monitor https://bugs.launchpad.net/bugs/428769 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 428769] Re: compiz starts with a blank screen on a 2048x1152 monitor

2010-02-07 Thread Bug Watch Updater
** Changed in: xserver-xorg-video-intel Status: Unknown = Fix Released -- compiz starts with a blank screen on a 2048x1152 monitor https://bugs.launchpad.net/bugs/428769 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 428769] Re: compiz starts with a blank screen on a 2048x1152 monitor

2010-02-07 Thread Alan Bell
not fixed in Lucid daily CD AMD64 from yesterday. -- compiz starts with a blank screen on a 2048x1152 monitor https://bugs.launchpad.net/bugs/428769 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 428769] Re: compiz starts with a blank screen on a 2048x1152 monitor

2010-02-06 Thread Alan Bell
better upstream bug - and it might have a fix! ** Bug watch added: freedesktop.org Bugzilla #23718 https://bugs.freedesktop.org/show_bug.cgi?id=23718 ** Changed in: xserver-xorg-video-intel Status: Confirmed = Unknown ** Changed in: xserver-xorg-video-intel Remote watch:

[Bug 428769] Re: compiz starts with a blank screen on a 2048x1152 monitor

2010-01-25 Thread William Merriam
quoted from the top of this page: This bug affects you and 5 other people I'm going to go a little off topic and state the obvious, because this has to be fixed. This bug directly affects thousands of people. 6 of them have seen this page in 4 months. Nearly all affected users and would-be

[Bug 428769] Re: compiz starts with a blank screen on a 2048x1152 monitor

2010-01-25 Thread Alan Bell
The scenario to trigger the bug is quite clear, intel graphics, max texture size 2048 and a monitor of exactly 2048 horizontal resolution. Any higher and Compiz won't start and it falls back to metacity, any lower and it works fine. Compiz tests to see if the resolution is = max texture size.

[Bug 428769] Re: compiz starts with a blank screen on a 2048x1152 monitor

2010-01-25 Thread Alan Bell
** Bug watch added: freedesktop.org Bugzilla #22996 https://bugs.freedesktop.org/show_bug.cgi?id=22996 ** Also affects: xserver-xorg-video-intel via https://bugs.freedesktop.org/show_bug.cgi?id=22996 Importance: Unknown Status: Unknown -- compiz starts with a blank screen on a

[Bug 428769] Re: compiz starts with a blank screen on a 2048x1152 monitor

2010-01-25 Thread Bug Watch Updater
** Changed in: xserver-xorg-video-intel Status: Unknown = Confirmed -- compiz starts with a blank screen on a 2048x1152 monitor https://bugs.launchpad.net/bugs/428769 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 428769] Re: compiz starts with a blank screen on a 2048x1152 monitor

2010-01-09 Thread Alan Bell
Trouble is that even if you sacrifice some pixels to get it working, if you maximise a window it tries to make the window 2048 wide, exceeds the max texture size and screen size and compiz collapses in a heap. -- compiz starts with a blank screen on a 2048x1152 monitor

[Bug 428769] Re: compiz starts with a blank screen on a 2048x1152 monitor

2009-12-19 Thread Alan Bell
good tip Sebastian, I can now resize the screen with xrandr --fb 2040x1152 (it prefers an 8 pixel boundary) followed by restarting compiz with compiz --replace to get a working system with just 8 pixels of corruption on the far right. -- compiz starts with a blank screen on a 2048x1152 monitor

[Bug 428769] Re: compiz starts with a blank screen on a 2048x1152 monitor

2009-12-17 Thread Sebastian
For me reconfigures the screen size lower than the maximum 3D texture size 2048 helps. # xrandr --fb 2046x1152 Running glxgears with window width greater then 2048 there is an black window... -- compiz starts with a blank screen on a 2048x1152 monitor https://bugs.launchpad.net/bugs/428769 You

[Bug 428769] Re: compiz starts with a blank screen on a 2048x1152 monitor

2009-11-18 Thread ju
Same thing on Ubuntu Karmic Koala with a Dell 23 2048x1152. Using metacity it works. -- compiz starts with a blank screen on a 2048x1152 monitor https://bugs.launchpad.net/bugs/428769 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 428769] Re: compiz starts with a blank screen on a 2048x1152 monitor

2009-10-09 Thread Sugus
Same to me with composite in kubuntu in 2048x1152. With 1024x768 resolution works fine. -- compiz starts with a blank screen on a 2048x1152 monitor https://bugs.launchpad.net/bugs/428769 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 428769] Re: compiz starts with a blank screen on a 2048x1152 monitor

2009-10-09 Thread Bryce Harrington
** Tags added: karmic -- compiz starts with a blank screen on a 2048x1152 monitor https://bugs.launchpad.net/bugs/428769 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 428769] Re: compiz starts with a blank screen on a 2048x1152 monitor

2009-09-13 Thread Alan Bell
** Attachment added: BootDmesg.txt http://launchpadlibrarian.net/31742446/BootDmesg.txt ** Attachment added: CurrentDmesg.txt http://launchpadlibrarian.net/31742447/CurrentDmesg.txt ** Attachment added: Dependencies.txt http://launchpadlibrarian.net/31742448/Dependencies.txt **

[Bug 428769] Re: compiz starts with a blank screen on a 2048x1152 monitor

2009-09-13 Thread Alan Bell
forgot to say, with a different monitor with 1024x768 resolution it works just perfectly in Karmic. -- compiz starts with a blank screen on a 2048x1152 monitor https://bugs.launchpad.net/bugs/428769 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 428769] Re: compiz starts with a blank screen on a 2048x1152 monitor

2009-09-13 Thread Bryce Harrington
** Changed in: xserver-xorg-video-intel (Ubuntu) Status: New = Confirmed -- compiz starts with a blank screen on a 2048x1152 monitor https://bugs.launchpad.net/bugs/428769 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --