Okay, I got the nouveau/nVidia conflict fixed on my own. I'm going to mark the thread solved, as I'm now certain that I had and have the correct OGL libraries enabled in the nVidia drivers, and the problems I'm having with Pipelight/Flash and Path of Exile aren't resolvable with driver changes or related to the flash version (though I'd like it if Pipelight either provided a method to update the Flash Player it uses, or updated their package fairly promptly when a new Flash is released and the old one expires -- the latter as is done with update-sun-jre and flashplayer-plugin-nonfree for security updates). I'll get Path of Exile working by tweaking with PlayOnLinux, and I'll just have to wait for Pipelight to fix the 64-bit Flash operation (which mostly works now, but is prone to crashing and pretty slow).
For reference, if you change from an nVidia proprietary driver to nouveau, you may be unable to easily change back; though the nVidia driver will install and build correctly, nouveau sticks to the kernel and takes precedence during system startup. The solution appears to be to blacklist nouveau -- which I did by creating file /etc/modprobe.d/blacklist-nouveau containing blacklist nouveau, though I've seen online references with a longer list of files -- and then reboot and run update-initramfs and reboot again. I'm not certain the initrd update is required, but doing it helped me find an error (leading spaces before each line in the blacklist file) which may have cause the blacklist command to malfunction, and it rebuilt the startup so nouveau doesn't get a chance to horn in.
For reference, if you change from an nVidia proprietary driver to nouveau, you may be unable to easily change back; though the nVidia driver will install and build correctly, nouveau sticks to the kernel and takes precedence during system startup. The solution appears to be to blacklist nouveau -- which I did by creating file /etc/modprobe.d/blacklist-nouveau containing blacklist nouveau, though I've seen online references with a longer list of files -- and then reboot and run update-initramfs and reboot again. I'm not certain the initrd update is required, but doing it helped me find an error (leading spaces before each line in the blacklist file) which may have cause the blacklist command to malfunction, and it rebuilt the startup so nouveau doesn't get a chance to horn in.
Comment