On 5/15/12, Bruce Dubbs <[email protected]> wrote:
> On 5/15/12, Armin K. <[email protected]> wrote:
>
>> libdrm 2.4.34 regression. Nouveau API got rewritten between 2.4.33 and
>> 2.4.34. That why I was delaying 2.4.34. There seems no fix at the moment
>> in 8.0 git tree, only in 8.1 development tree. And rather, for nouveau
>> to work with new api, 3.4 kernel is required as I've seen for now that
>> new changes are landing into it's development tree. So, revert libdrm to
>> 2.4.33 for now?
>
> OK, I'll give that a try. My first reaction was that we missed an
> option in the book.
Reverting libdrm to 2.4.33 worked. The configure line needs to be changed.
./configure --prefix=$XORG_PREFIX --enable-udev \
--enable-vmwgfx-experimental-api \
--enable-nouveau-experimental-api;
Also I had a hard time scripting Mesa. The command
cp -rv docs/* ${XORG_PREFIX}/share/doc/MesaLib-8.0.2 &&
kept giving an error bcasue it was omitting the directory docs/OLD.
-- Bruce
-- Bruce
--
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page