Rather than just change this, I'll ask first. When I looked at fedora a few weeks ago I noticed a couple of switches they are using for the xorg intel driver on their recent releases (from memory, fedora 19 and later) : --with-default-accel=sna and --enable-kms-only. These seem to work fine for me, on a sample of 1 machine.
The first of these does what it says, without needing an intel entry in xorg.conf (or xorg.conf.d/). It means that the renderer is no longer mentioned in the Xorg log. The second makes inteldrv.so smaller, and omits libI810XvMC.so. We already require KMS in the kernel config for intel, so I see no reason not to add this. I'll note that the i810 source code is in src/legacy/. ĸen -- das eine Mal als Tragödie, das andere Mal als Farce -- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
