Re: How to completely disable 3D hardware acceleration
Ruslan Kabatsayev <[email protected]>
| Newsgroups | gmane.comp.video.mesa3d.user |
|---|---|
| Message-ID | <CAHEcG95dr6xu2fzmyn+MnJGWtBqs0Mzx4bJNJEqpz3ap9So+CA@mail.gmail.com> |
On 23 June 2017 at 17:10, R. Diez <[email protected]> wrote: >> You could rm or mv the actual driver file. Look in > > >> /usr/lib/x86_64-linux-gnu/dri/ (or i386-linux-gnu/dri/) for r600_dri.so >> (for example) and rm/mv the file. >> >> You can use LIBGL_DEBUG=verbose to see exactly which >> driver file is being loaded with glxinfo. > > Thanks for the info. > > I am disappointed that there is no cleaner way to disable the driver. If I > move or delete a system file like that, I fear that the next system update > could restore it without warning. If you want a warning (well, error) on update, you can create an empty file in place of the driver and make it immutable (chattr +i). > > Regards, > rdiez > > > _______________________________________________ > mesa-users mailing list > [email protected] > https://lists.freedesktop.org/mailman/listinfo/mesa-users > _______________________________________________ mesa-users mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-users