[Bug 1002363] Re: 12.04 remmina full screen closes unexpectedly

2012-06-08 Thread Sander de Leeuw
Hello,

This bug affects me too with Remmina (1.0.0-1ubuntu6) in Ubuntu 12.04 LTS.
I have a multiple monitor setup, but usually I don't use Remmina's full screen 
mode.
When I move the mouse pointer from within the RDP session to the other screen, 
the RDP session drops.

On the console:
PatBlt: unknown rop: 0x00500325
send: Connection reset by peer

This happens about 10 times a day, so I configured the username/password for 
automated logins ;-)
However, I cannot provide steps to reproduce it: many times it will not crash 
...

Kind regards,
Sander.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1002363

Title:
  12.04 remmina full screen closes unexpectedly

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/remmina/+bug/1002363/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 104868] Re: PC does not power down after shutdown or hibernate

2008-09-05 Thread Sander de Leeuw
I installed the Intrepid Ibex yesterday. For me the new kernel version
solved the issue!

-- 
PC does not power down after shutdown or hibernate
https://bugs.launchpad.net/bugs/104868
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 104868] Re: PC does not power down after shutdown or hibernate

2007-11-28 Thread Sander de Leeuw
I've had this problem for a long time, since Hoary I think, but I found
a workaround recently. In my case, a kernel-module causes my 'Asus P5GDC
Deluxe' not to power off. I don't know which one, though. Tried to
blacklist all modules one by one, but gave up after booting over 10
times. Then I wrote a small script that just unloads all modules just
before powering off.

Install:
sudo cp -v /path/to/rmmod-all /etc/init.d/
cd /etc/rc0.d
sudo ln -s ../init.d/rmmod-all S89rmmod-all

Remove:
sudo rm /etc/init.d/rmmod-all /etc/rc0.d/S89rmmod-all


** Attachment added: Script that unloads all kernel modules
   http://launchpadlibrarian.net/10626616/rmmod-all

-- 
PC does not power down after shutdown or hibernate
https://bugs.launchpad.net/bugs/104868
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 50416] Re: My PC don't shutdown with this kernel

2006-06-20 Thread Sander de Leeuw
Confirmed on Dapper x86 (updated to 19-06-2006). After shutdown the
(kernel) message Power down appears, but nothing happens. It seems to
be related with a kernel module: When I enter the following command, my
computer DOES turn off:

sudo su -
lsmod | cut -d  -f1 | while read MODULE; do rmmod $MODULE; done; 
/sbin/shutdown

Maybe someone can tell me how to track down that one module which causes
the problem ...?

-- 
My PC don't shutdown with this kernel
https://launchpad.net/bugs/50416

--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs