Kodi Community Forum

Full Version: Error : Can't start XBMC
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I just remove the program by using the command

Quote:#sudo apt-get autoremove xbmc xbmc-standalone]

Before I will remove it also works all.

But when I install xbmc again. It can not be opened. The error as shown.

Image
Please suggest me. How to fix it ?
Install the drivers for your videocard? Without information about whatever videocard you're using it's a bit difficult to help.
My videocard is "Intel GMA X3100". I don't understand. Previously, it still works. - -"
Now, I can open XBMC. Since I have upgraded the new linux kernel version. ^^

Thank you very much
I love the script. but I did have a problem that I have not seen documented that could kill anyone who is not overly unix Savvy. I slowed me down quite a bit. I present here both the problem and the solution.

I am running on the REVO1600.
I start with LIVE911.repack and have a working system.
As such, I cannot run the xci.sh. I get errors related to the scripts initial installs.

I correct this by doing an get-apt-update follwed by a get-apt-upgrade
once I have done that - the xci.sh works and lets me choose to
do an install.

Once I install, I cannot get the XBMC screen on the console - just a login prompt. A little debugging show that its an XServer problem - specifically - a syntax error in the /etc/X11/xorg.conf file at line 60.

here was what I did to fix it - comment out lines 60,61,62 as such:
Code:
Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    Option         "FlatPanelProperties" "Scaling = Native"
    Option         "DynamicTwinView" "False"
    DefaultDepth    24
    Option         "NoLogo" "True"
    SubSection     "Display"
        Depth       24
    EndSubSection

#Section "Extensions"
#    Option         "Composite" "Disable"
#EndSection
EndSection
Glad to ear that it was a xserver error and not XCI.

those lines shouldnt cause a problem on that machine

Since many have installed it without a single report about that, on your very same machine such as yours.

Code:
#Section "Extensions"
#    Option         "Composite" "Disable"
#EndSection
EndSection
Only known issues is that 260 install on first run option 1 (install Dharma 10.0) not choose 260 drivers because of bu, but can upgrade to it later.

As from XCI 1.0995 users should use 195 drivers to on a virgin install.

Also users are asked to report which version alsa they installed.

this will be fixed in the next few days.

regards