ubuntu-x-swat team mailing list archive
-
ubuntu-x-swat team
-
Mailing list archive
-
Message #60143
[Bug 428769] Re: compiz starts with a blank screen on a 2048x1152 monitor due to hw limit with textures > 2048
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-X,
which is the registrant for xf86-video-intel.
References