- Code: Select all
find / -name libglx.so
It should output many results,
I then did a stat of each result, in order to
find all the symbolic links to 'libglx.so'.
If a file is a symbolic link stat should output the file as
- Code: Select all
File: `/usr/bin/file' -> `../bin'
and write out that it is a symbolic link.
Then I removed each link (with the rm command).
- Code: Select all
eselect opengl set ati
After all this worked for me.
