https://bugs.freedesktop.org/show_bug.cgi?id=89730
--- Comment #13 from Ilia Mirkin <[email protected]> --- poma, not sure what your skillset is... If you're comfortable modifying code, you could start hacking away at xf86-video-nouveau. Take a look at src/nv50_exa.c -- there are a bunch of functions like NV50EXAPrepare*. In each of them, Just put as the first line (after variable decls) something like NOUVEAU_FALLBACK("poma\n"); If you do it in all the prepare functions, I bet that the background will start to work. (And you will basically have no accel.). Figure out which operation is the one that causes all the trouble (by starting to remove the fallbacks). Once you figure out which high-level op it is, I can provide further instructions to narrow down the specific operation further. -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ Nouveau mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/nouveau
