[Nouveau] [Bug 39099] two graphic cards and four monitors with Nouveau

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Jul 18 16:05:39 PDT 2011


https://bugs.freedesktop.org/show_bug.cgi?id=39099

Emil Velikov <emil.l.velikov at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #48986|0                           |1
        is obsolete|                            |

--- Comment #6 from Emil Velikov <emil.l.velikov at gmail.com> 2011-07-18 16:05:38 PDT ---
Created an attachment (id=49279)
 View: https://bugs.freedesktop.org/attachment.cgi?id=49279
 Review: https://bugs.freedesktop.org/review?bug=39099&attachment=49279

Final patch

I was not able to oversee the issue while creating the initial patch
The issue lies within a missing (or actually 3) brackets, causing incorrect
argument to the function xf86IsEntityShared()

It must be 
* xf86IsEntityShared(pScrn->entityList[0])
while currently it is
* xf86IsEntityShared(pScrn->entityList[0] || pScrn->confScreen->device->screen
== i)

Please test
Emil

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the Nouveau mailing list