Posts: 59
Joined: Apr 2013
Reputation:
0
Ok I am newbie to XBMC. This is my first install please forgive me if I did something stupid or easily fixed. I installed XBMCbuntu it seemed to install just fine though it was hard to read everything during the install. It restarted back up and tried to go into XBMC and it just started looping over end over then it brought up what I assume is the Ubuntu desktop. When I tried to play a movie or music it looped a few time then nothing. Try to view a picture and it tells me I don't have a program to open it. How do I fix this?
Posts: 19,982
Joined: May 2009
Reputation:
452
nickr
Retired Team-Kodi Member
Posts: 19,982
Sounds like your video card isn't supported by the version of xbmcbuntu you installed. But as you haven't given any info it's hard to say.
Posts: 19,982
Joined: May 2009
Reputation:
452
nickr
Retired Team-Kodi Member
Posts: 19,982
What is your gpu and what did you install?
Posts: 19,982
Joined: May 2009
Reputation:
452
nickr
Retired Team-Kodi Member
Posts: 19,982
There 2 versions of the xbmcbuntu iso - amd and nvidia/intel.
If you can't tell us what graphics chipset you have, well I find that a bit weird. But the command lspci will tell you.
Posts: 7,135
Joined: Oct 2012
un1versal
Out of Memory (1939–2016)
Posts: 7,135
Run
Code:
lspci | grep VGA ; lsmod | grep "kms\|drm" ; find /dev -group video ; \
cat /proc/cmdline ; find /etc/modprobe.d/; cat /etc/modprobe.d/*kms* ; \
ls /etc/X11/xorg.conf ; glxinfo | grep -i "vendor\|rendering" ; \
grep LoadModule /var/log/Xorg.0.log
Thast one big copy and paste.
pastebin results.
uNi
Posts: 19,982
Joined: May 2009
Reputation:
452
nickr
Retired Team-Kodi Member
Posts: 19,982
Exactly which amd chipset?
Posts: 19,982
Joined: May 2009
Reputation:
452
nickr
Retired Team-Kodi Member
Posts: 19,982
I believe that is your cpu. We want Gpu
Posts: 59
Joined: Apr 2013
Reputation:
0
google says NVidia. Did I install the wrong OS?
Posts: 19,982
Joined: May 2009
Reputation:
452
nickr
Retired Team-Kodi Member
Posts: 19,982
If it has an nvidia gpu then you want the nvidia/intel iso.
If I have helped you or increased your knowledge, click the 'thumbs up' button to give thanks :) (People with less than 20 posts won't see the "thumbs up" button.)
Posts: 59
Joined: Apr 2013
Reputation:
0
Well damn now I feel foolish