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.

_______________________________________________
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to     : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp

Reply via email to