[Bug 87578] [dragonflyBSD] Massive display corruption with xf86-video-intel 2.99.917

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Dec 23 16:35:18 PST 2014


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

--- Comment #9 from Alan Coopersmith <alan.coopersmith at oracle.com> ---
(In reply to Francois Tigeot from comment #8)
> Whoever wrote the compile-time checks did it wrong:
> 
> #elif defined(_SC_PAGESIZE) && defined(_SC_PHYS_PAGES) /* Solaris */
> 
> I guess something like #elif defined(__sun) should be more accurate

While that code is used on Solaris, it should work on any OS with sysconf
support for those queries - I followed the autoconf standard of checking
for features vs. putting in a billion OS #ifdefs, so it would have a higher
chance of working on OS'es like the BSD's for which I don't know if they
support those features or not.   If something's not working there, please
suggest how to make it work better.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/intel-gfx-bugs/attachments/20141224/c275bad7/attachment.html>


More information about the intel-gfx-bugs mailing list