XBMCbuntu lcdproc causes hang on shutdown

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
nigthlord Offline
Junior Member
Posts: 26
Joined: Oct 2010
Reputation: 0
Post: #11
bump Confused
find quote
shassino Offline
Senior Member
Posts: 172
Joined: Mar 2009
Reputation: 0
Post: #12
I have the same issue on shutdown but also a random xbmc freeze on startup due to lcd proc (if i stop via /etc/init.d/ LCDd xbmc goes on). I'm on precise so i have K60 and S60.
I tried the above suggested, startup issue seem to be ok now, i will let you know if it also fix well both problems.
find quote
nigthlord Offline
Junior Member
Posts: 26
Joined: Oct 2010
Reputation: 0
Post: #13
Can you tell me what exactly you have done to fix that issue?
I am still having freezes on when I shutdown XBMC via remote control, everything runs fine via SSH though.

Thanks
find quote
malibu327 Offline
Member
Posts: 88
Joined: Jan 2012
Reputation: 2
Post: #14
I'd like to hear something back on this too.
find quote
vincheesel Offline
Junior Member
Posts: 17
Joined: Jan 2009
Reputation: 0
Post: #15
bump
find quote
nigthlord Offline
Junior Member
Posts: 26
Joined: Oct 2010
Reputation: 0
Post: #16
Hi!

It seems I finally fixed the LCD issue which means my XBMC shuts down properly and LCD is off completely(no background light anymore)

Since I am very busy at the moment I could test it just twice but in both cases it worked Smile

So this is what I did:

Code:
sudo /etc/init.d/LCDd stop
echo -n "" > /etc/lcd0

Your Display should be dark now. If you get a permission denied do
Code:
sudo chmod og+w /dev/lcd0
and try again.

Now I just added
Code:
echo -n "" > /etc/lcd0
into the stop section of /etc/init.d/LCDd and everything works as expected.

I hope this will help

good luck Wink
(This post was last modified: 2012-12-19 11:22 by nigthlord.)
find quote
Post Reply