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: compiz (Ubuntu Lucid)
Assignee: Canonical Desktop Team (canonical-desktop-team) => (unassigned)
--
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 list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs