XBMC 11 VS NVIDIA 210

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
rportm Offline
Junior Member
Posts: 5
Joined: Jun 2012
Reputation: 0
Post: #1
Hi experts,

I need your help!

Although I've never tried Linux before, I see the XbmcUbuntu and love it!

Now I want to install this in my computer but my Nvidia 210 don't work very well.

I have problem to install the driver when I run the driver I get the error "X server running" I searched in internet and the solution for that is execute the command:
sudo /etc/init.d/gdm stop when I did it, I got error: gdm doesn't exist

The other solutions are

sudo pkill X
Or
sudo killall Xorg

When I tried this the terminal is closed and I go back to xbmc login!

Please tell me How I can solve that!?

Thank you a lot everybody

Rafael
find quote
FernetMenta Offline
Team-XBMC Member
Posts: 1,614
Joined: Jul 2010
Reputation: 34
Location: Munich
Post: #2
try
sudo stop lightdm
find quote
Plaguester Offline
Senior Member
Posts: 262
Joined: May 2010
Reputation: 7
Post: #3
(2012-06-15 15:54)FernetMenta Wrote:  try
sudo stop lightdm

Shouldn't that be sudo service lightdm stop?

HTPC - Core 2 Duo | NVidia ION | 2GB Ram | 80GB HDD | XBMCbuntu 11.0 | Aeon MQ 3
HTPC 2 - Zotac ZBOX ID41U | 4GB RAM | 60GB SSD | Openelec | Confluence
Server - unRAID Server | 3 x 2TB WD Green HDD, 1TB WD Black HDD (Cache) | Sabnzbd | CouchPotato | Sickbeard
find quote
furii Offline
Senior Member
Posts: 285
Joined: Jun 2009
Reputation: 4
Location: chicago
Post: #4
or you can just read the log and find out exactly which process is interfering.

nano /var/log/nvidia-installer.log
kill -9 <PID FROM LOG>
find quote
abeeson Offline
Member
Posts: 55
Joined: Aug 2011
Reputation: 2
Location: Albury, Australia
Post: #5
The other option (the one that i use and recommend) is to set the linux PC to runlevel 3 (command line multi-user)

with
Code:
sudo init 3
(this works on every linux i have tried)

When you are done, simply type
Code:
sudo init 5
to switch back to runlevel 5 (multiuser graphical mode)
find quote
rportm Offline
Junior Member
Posts: 5
Joined: Jun 2012
Reputation: 0
Post: #6
It's worked perfectly but when I rebooted the system stop in the message: " Checking baterry state [Ok]

Is it possible I did anything wrong? what I can do to resolve this?

thank you everybody!

(2012-06-15 17:11)Plaguester Wrote:  
(2012-06-15 15:54)FernetMenta Wrote:  try
sudo stop lightdm

Shouldn't that be sudo service lightdm stop?
find quote