|
|
发表于 2006-11-30 19:57:04
|
显示全部楼层
so in the nvidia install guide they told me to do use the following commands for 2 files because it had something to do with SELinux which I didn't really understand.
chcon -t texrel_shlib_t /usr/lib/xorg/modules/drivers/nvidia_drv.so
and
chcon -t texrel_shlib_t /usr/lib/xorg/modules/extensions/libglx.so.1.0.8762
so I used the same command (not that I have any idea what it means) to these files too and Wammo it worked
I did:
chcon -t texrel_shlib_t /usr/lib/libGLcore.so.1
ran metacity and got the same error but with a DIFFERENT file:
so I did:
chcon -t texrel_shlib_t to that file and ran metacity again. I think it demanded one more file after that too.
finally I typed metacity again and BANG! I got the title bars back! So I guess it has something to do with SELinux and permissions. I'm still trying to figure out the basic file permissions using CHMOD. Maybe I should have left SELinux alone until I understand Fedora better. Again, I don't really understand but the "chcon -t texrel_shlib_t" seems to have fixed the problem.
转自:
http://www.linuxquestions.org/questions/showthread.php?t=459024
如果有人能翻译,我们可能就有救 了,哈哈 |
|