XBMC for Linux - Tips and Tricks

  Thread Rating:
  • 2 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
fasteddy Offline
Senior Member
Posts: 230
Joined: Jan 2009
Reputation: 0
Location: Ottawa, Ontario, Canada
Post: #41
Znubbis: You need to clear every last vestige of nvidia from your system before trying again.

Deactiviate the nvidia driver (if you're using it) in Hardware Drivers.

Use <ctrl><alt><f2> to switch to a console.

Become root:
Code:
sudo su

Stop the display manager:
Code:
/etc/init.d/gdm stop

Remove the nvidia module:
Code:
modprobe -r nvidia


Now begin removing nvidia files:

From the NVIDIA instructions:
Quote:If you use Ubuntu, please also ensure that the linux-restricted-modules or linux-restricted-modules-common packages have been uninstalled. Alternatively, you can edit the /etc/default/linux-restricted-modules or /etc/default/linux-restricted-modules-common configuration file and disable the NVIDIA linux-restricted kernel modules (nvidia, nvidia_legacy) via:

DISABLED_MODULES="nv nvidia_new"

Additionally, delete the following file if it exists:

/lib/linux-restricted-modules/.nvidia_new_installed


Next try deleting any other nvidia packages:
Code:
apt-get remove --purge nvidia-glx*
apt-get remove --purge nvidia*

Look for any possible leftovers:
Code:
find / -name nvidia.ko -print
and then delete those too.

Note: The above may be overkill, but it should get rid of all your (old) nvidia files.


Ensure necessary packages are installed
Code:
apt-get install make gcc pkg-config xserver-xorg-dev build-essential linux-headers-`uname -r`

Now as above, download the new driver and run it. It's not strictly necessary to reboot, though. Restart the display manager:
Code:
/etc/init.d/gdm start

Open a terminal and check that you're using the newest driver:
Code:
cat /var/log/Xorg.0.log | grep NVIDIA
find quote
Znubbis Offline
Junior Member
Posts: 29
Joined: Jan 2009
Reputation: 0
Post: #42
Thank you fasteddy after a long night i found that nvidia.ko that remained and deleted it. After that the install worked. I had that driver missmatch thing many wrote about on other forums first.

I wish i found your post before it would have speeded up the process hehe.
find quote
boba23 Offline
Fan
Posts: 348
Joined: Nov 2007
Reputation: 0
Post: #43
Can anybody help me with an issue I seem to be having with irxevent/irexec?
Basically my setup works fine, strictly followed this guide to set lirc/irxevent/irexec up.
Problem is, sometimes the irxevent process suddenly exits and thus my mapped buttons don't work anymore, e.g. for shutting down my HTPC.
Is there any way to make sure irxevent keeps alive or even auto restarting it when it exits unexpectedly?

boba

Antec Black Fusion 430, Gigabyte GA-73PVM-S2H, NVIDIA 9400GT 1GB - passive, Intel E8400 @ 3ghz C0 Stepping, 2x 1024MB DDR2-667, Samsung DVD-ROM - Ubuntu Lucid Beta2 AMD64, XBMC switching between Camelot and SVN.
find quote
nuttypro69 Offline
Member
Posts: 73
Joined: Sep 2008
Reputation: 0
Location: springfield ,ma usa
Question  how do i add scripts /plugins to my ubuntu running xbmc Post: #44
Hi everyone need help i donot know how to add scripts and plguins to my xbmc under ubuntu.Any infor will be great guys.Confused
find quote
Post Reply