Nvidia GT 430 with GPU load over 90%
#16
i think this is what you meant?

Code:
ls -la /usr/lib/vdpau/libvdpau_nvidia.so.260.19.44
-rwxr-xr-x 1 root root 1715388 2011-03-16 13:19 /usr/lib/vdpau/libvdpau_nvidia.so.260.19.44
Reply
#17
No, execute the command I gave you.
Reply
#18
sorry missed the "file" part here's the output

Code:
file /usr/lib/vdpau/libvdpau_nvidia.so.260.19.44
/usr/lib/vdpau/libvdpau_nvidia.so.260.19.44: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, for GNU/Linux 2.3.99, stripped
Reply
#19
bump Smile
Reply
#20
Try reinstalling the nvidia drivers.
Reply
#21
when i do the reinstall do i need to uninstall the drivers first
Code:
sudo sh NVIDIA-Linux-x86-260.19.44 --uninstall

or do i just re-run?
Code:
sudo sh NVIDIA-Linux-x86-260.19.44
Reply
#22
Code:
sudo nvidia-installer --update -a -s -f

should work

here is the manpage if you need to know the options.

This read me might be helpful as well:

ftp://download.nvidia.com/XFree86/Linux-...44/README/
Reply
#23
For Ubuntu you could try newer drivers from x-swat ppa.

How to install nVidia 260.19.12 drivers in ubuntu 10.10/10.04 using ppa

Code:
sudo add-apt-repository ppa:ubuntu-x-swat/x-updates
sudo apt-get update
sudo apt-get install nvidia-current nvidia-settings
Reply
#24
SOLVED This worked! Thank you so much. Sorry for the late response I was unable to get to my HTPC to try the command the last few days. Again thanks to all that helped solve this issue Smile

BTW: the XBMC forum is very very helpful thank you Smile

Quote:
Code:
sudo nvidia-installer --update -a -s -f
Reply

Logout Mark Read Team Forum Stats Members Help
Nvidia GT 430 with GPU load over 90%0