Returning from Standby
#1
When returning from standby the MCE remote no longer works and also the ubuntu black cross mouse pointer stuck permanently in the middle of the screen (the cross also similarly appears after returning from the console). How do I repair this?
Reply
#2
This is not something that I experience.

See this post for more information:

Sticky: HOW-TO post about a problem in a useful manner

I also just found this, others are having the same issue you've got here:

http://forum.xbmc.org/showthread.php?tid=49445
Reply
#3
I've the same problem with xorg's mouse pointer.
As I read earlier unclutter will solve the problem.
I tried to install it with the command : sudo aptitude install unclutter
but I get the following error message :

E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem.

Can someone help me please ?
Reply
#4
use apt-get to install applications
Code:
apt-get install unclutter
Reply
#5
Maxim Wrote:use apt-get to install applications
Code:
apt-get install unclutter

Thank you for the fast answer. Though I've an error message again Confused

E: Could not open lock file /var/lib/dpkg/lock - open (13 Permission denied)
E: Unable to lock the administration directory (/var/lib/dpkg/), are you root?
Reply
#6
Code:
sudo apt-get install unclutter
Reply
#7
Thx but looks like I've got an error message again Sad

(T: XBMCLive)xbmc@XBMCLive:~$ sudo apt-get install unclutter
[sudo] password for xbmc:
E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem.
Reply
#8
Have you tried

Code:
sudo dpkg --configure -a

then

Code:
sudo apt-get install unclutter

cheers
Reply
#9
Still no success. Sad

Code:
(T: XBMCLive)xbmc@XBMCLive:~$ sudo dpkg --configure -a
[sudo] password for xbmc:
Setting up initramfs-tools (0.92bubuntu29) ...
update-initramfs: deferring update (trigger activated)

Processing triggers for initramfs-tools ...
update-initramfs: Generating /boot/initrd.img-2.6.28-11-generic
touch: cannot touch `/boot/initrd.img-2.6.28-11-generic.new': No such file or di                                                                             rectory
/usr/sbin/mkinitramfs: 323: cannot create : Directory nonexistent
update-initramfs: failed for /boot/initrd.img-2.6.28-11-generic
dpkg: subprocess post-installation script returned error exit status 1
(T: XBMCLive)xbmc@XBMCLive:~$ sudo apt-get install unclutter
E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to cor                                                                             rect the problem.
Reply
#10
Try

Code:
sudo mkdir /boot

Code:
sudo dpkg --configure -a

Code:
sudo apt-get install unclutter

cheers
Reply
#11
harryzimm Wrote:Try

Code:
sudo mkdir /boot

Code:
sudo dpkg --configure -a

Code:
sudo apt-get install unclutter

cheers

Thank You Sir it worked like a Charm this time ! Big GrinNod
Soon something good will happen to you if you belive in Karma Laugh
Reply

Logout Mark Read Team Forum Stats Members Help
Returning from Standby0