← Back to team overview

compiz team mailing list archive

[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 compiz
packagers, which is subscribed to compiz in ubuntu.