Comment 19 for bug 665233

Revision history for this message
Ľuboš Gomboš (ifum) wrote :

The problem is unloaded grafical drivers i fix my problem like this:
on the right top select lubuntu and login
first you need make autostart in .config (/home/youruser/.config)
open xterm:
sudo nano /home/youruser/.config/autostart/kodi.desktop
then write this lines:

[Desktop Entry]
Type=Application
Exec=kodi -d 5 --standalone -fs
Hidden=false
NoDisplay=false
X-GNOME-Autostart-enabled=true
Name[en_En]=kodi
Name=kodi
Comment[en_En]=
Comment=

Now reboot system.
First will be booted up lubunutu for 5 seconds to load all drivers after 5 seconds kodi start with loaded drivers.