|
|
#13 | |
|
Registered User
Join Date: Mar 2005
Posts: 23
|
well id suggest compiling your own kernel and try installing 7167 again - fact is being that its super buggy fc4 pre-release you are out there on a limb anyway
if those other rpms deadlock you(they really shouldnt) just boot into init S and remove the rpms via the rpm command - or use "nv" as your driver and go right into gnome and do whatever you have to |
|
|
|
|
|
|
#14 | ||
|
Registered User
Join Date: Nov 2002
Posts: 6
|
Quote:
I noticed the SELinux file contexts were not set correctly after installation. Fixing the file contexts didn't get it working though. Shouldn't the nvidia installer run restorecon on the libs it installs? Quote:
![]() |
||
|
|
|
|
|
#15 | ||
|
Registered User
Join Date: May 2004
Posts: 711
|
Quote:
Quote:
|
||
|
|
|
|
|
#16 | |
|
Registered User
Join Date: Feb 2005
Posts: 7
|
Quote:
I'll dig into that and see what I can come up with. To be honest I know next to nothing about selinux (yet). |
|
|
|
|
|
|
#17 |
|
Registered User
Join Date: May 2004
Posts: 711
|
try
Code:
restorecon /usr/X11R6/lib/modules/drivers/nvidia_drv.so or Code:
chcon system_u:object_r:lib_t /usr/X11R6/lib/modules/drivers/nvidia_drv.so ls -Z /usr/X11R6/lib/modules/drivers/ |
|
|
|
|
|
#18 | |
|
Registered User
Join Date: Feb 2005
Posts: 7
|
haven't had a chance to troubleshoot this properly, however I did disable SElinux and everything works like a charm now. This is my dev box anyway and is safely behind my firewalls.
So if your having similar problems and need a quick fix, disable SElinux, reinstall the driver, modprobe it, and it all seems fine... tho less secure ;D |
|
|
|
|
|
|
#19 |
|
Registered User
Join Date: Nov 2002
Posts: 6
|
Well I worked out why I couldn't get it working with SELinux. You need to disable SELinux enforcement ('setenforce 0') *before* running the nvidia installer. If you don't, /usr/lib/tls/libnvidia-tls.so.1.0.7167 doesn't get installed. (one of the temp files executed by the installer gets an AVC denial)
As previously mentioned, the file contexts need to be fixed after installation. Code:
# restorecon -v /usr/lib/{tls/,}libnvidia-tls.so.1.0.7167 \
/usr/lib/libGL*so.1.0.7167 \
/usr/X11R6/lib/libXvMCNVIDIA.so.1.0.7167 \
/usr/X11R6/lib/modules/drivers/nvidia_drv.so \
/usr/X11R6/lib/modules/extensions/libglx.so.1.0.7167
|
|
|
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Fedora 16, GTX 550Ti, random X hangs, "Attempted to yield the CPU..." | MquwIBUO | NVIDIA Linux | 7 | 06-12-12 03:39 PM |
| Graphic errors and hangs after standby | reini122 | NVIDIA Linux | 4 | 05-07-12 03:37 AM |