Kodi Community Forum
Linux Black Screen with immobile cursor in center - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: Linux (https://forum.kodi.tv/forumdisplay.php?fid=52)
+---- Thread: Linux Black Screen with immobile cursor in center (/showthread.php?tid=148356)

Pages: 1 2 3 4 5 6


RE: Black Screen with immobile cursor in center - un1versal - 2012-12-17

one too many /home on there

uNi


RE: Black Screen with immobile cursor in center - Allute - 2012-12-17

Right, but that's after typing "$HOME/.xbmc/temp/xbmc.log" into terminal.


RE: Black Screen with immobile cursor in center - un1versal - 2012-12-17

Not really of all the errors even accounting if your logged into ssh using root (which you shouldn't anyway) that's not a error you would get after typing that command, which should be in any case not forgetting cat

Code:
sudo apt-get install pastebinit
cat $HOME/.xbmc/temp/xbmc.log | pastebinit

Copy and paste the above.

If you get that error again I want the output of

Code:
ls -all  $HOME/.xbmc| pastebinit

or try this (do not copy and paste)

Code:
sudo apt-get install pastebinit
cat /home/yourusername/.xbmc/temp/xbmc.log | pastebinit

Where you type your-username intead in there.

uNi


RE: Black Screen with immobile cursor in center - discmeister - 2012-12-22

I'm going to try to log this on Monday. RC2 does exactly the same for me.

Discy


RE: Black Screen with immobile cursor in center - cmedina7777 - 2012-12-22

I am also having this same problem. Once xbmc splash screen comes up and tries to load the whole system freezes. You cant terminal into the unit by pressing ctrl+alt+F1 or F2 and putty doesn't work either. Please let me know what I can do to get this issue resovled also.

If I use EDEN it works great.


RE: Black Screen with immobile cursor in center - discmeister - 2012-12-22

cmedina7777, what are your system specs? Always worth listing even the basics here in case someone spots a trend or an obvious fix.

A few who've mentioned it here seem to be using Intel integrated graphics on a Sandy Bridge processor. Could it be an Intel driver issue?

I'm also going to try it without my USB IR receiver plugged in, just in case it's it.

Discy


RE: Black Screen with immobile cursor in center - Allute - 2012-12-22

Well, if you keep tapping ctrl+alt+f1 BEFORE the system freezes... you can usually get lucky and see a terminal window.



RE: Black Screen with immobile cursor in center - cmedina7777 - 2012-12-22

These are the spec's

Model Zotac ZBOX ZBOX-ID82-U

CPU Integrated: Intel Core i3 2330M 2.2 GHz Dual-Core
Chipset: Intel HM65 Express
Onboard Video: Intel HD Graphics 3000
Onboard Audio: High-definition analog stereo Optical Digital S/PDIF output
Onboard LAN: 10/100/1000Mbps, WiFi 802.11n/g/b
Memory: 8 GIG DDR3 1333 SO-DIMM


Let me know if you need any more information


RE: Black Screen with immobile cursor in center - discmeister - 2012-12-23

Hmm. Another Intel HD exponent. Hope one of us can manage to get a logfile to the developers, or the machines we've built specifically for XBMC are going to wave goodbye to Frodo...


RE: Black Screen with immobile cursor in center - un1versal - 2012-12-23

You guys should try to install the intel driver from a ppa...

https://launchpad.net/~glasen/+archive/intel-driver

If it is it then your gpus are still not detected properly by XBMCbuntu and needs to be fixed properly on installer.

http://www.techlw.com/2012/08/install-latest-intel-gpu-drivers-in.html

uNi


RE: Black Screen with immobile cursor in center - rlpaul - 2012-12-27

If its the same issue I'm getting, xbmc debug log won't help - its completely empty, 0 bytes. Appears to be X11 that's hanging the system, before XBMC even starts.

I have similar hardware as listed above, though in my case its an ASRock system, but still Core i3 using the integrated Intel HD graphics.

I've tried using the intel drivers as listed above as well, but no luck.


RE: Black Screen with immobile cursor in center - un1versal - 2012-12-27

A /var/log/Xorg.0.log pastebin and a dmesg on pastebin may shed some light.

We need to see what going on system wise.

uNi


RE: Black Screen with immobile cursor in center - rlpaul - 2012-12-27

dmesg isn't being too helpful either - went through the last two and didn't see much, but I'll be happy to post it in a min in case I missed something.

Let me get pastebin merged, and I'll put up both.
dmesg: http://paste.ubuntu.com/1471046/
Xorg.0.log: http://paste.ubuntu.com/1471047/



RE: Black Screen with immobile cursor in center - malibu327 - 2012-12-28

I'm glad yall are having problems, I have the intel core g630 with integrated graphics and mine is doing this exact thing. I haven't tried to get a log and I guess I wont have to since other people are having this same issue.


RE: Black Screen with immobile cursor in center - un1versal - 2012-12-28

You guys can try to add nomodeset to the kernel boot line.

http://ubuntuforums.org/showthread.php?t=1761252

uNi