[Bug 1568604] Re: Mouse cursor lost when unlocking with Intel graphics

2016-05-27 Thread studoret
Hi,

Good job da_coynul.
I'm pleased to read that you succeed to automate the chvt based script.
Your solution works when I lock/unlock my PC, but not when the PC is locked by 
idle time.
Anyway, I prefer to keep your workaround with the Ctrl+c shortcut and set back 
the sna acceleration mode.

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

Title:
  Mouse cursor lost when unlocking with Intel graphics

To manage notifications about this bug go to:
https://bugs.launchpad.net/xorg-server/+bug/1568604/+subscriptions

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


[Bug 1568604] Re: Mouse cursor lost when unlocking with Intel graphics

2016-05-03 Thread studoret
Hi,

Thanks Aaron. Switch AccelMethod into uxa mode works for me
Tested with Intel HD Graphics 530 on i3-6100 + kernel 4.5.2-040502-lowlatency 
x86_64.

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

Title:
  Mouse cursor lost when unlocking with Intel graphics

To manage notifications about this bug go to:
https://bugs.launchpad.net/xorg-server/+bug/1568604/+subscriptions

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


[Bug 1568604] Re: Mouse cursor lost when unlocking with Intel graphics

2016-04-27 Thread studoret
I also wish I had the script called at unlock time, but I have not yet
found the way to do that.

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

Title:
  Mouse cursor lost when unlocking with Intel graphics

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-video-intel/+bug/1568604/+subscriptions

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


[Bug 1568604] Re: Mouse cursor lost when unlocking with Intel graphics

2016-04-27 Thread studoret
Happens with shuttle XH170,  Intel i36100 ,  Ubuntu Studio 16.04 LTS

Another workaround, using one keyboard shortcut acting as  CTRL-ALT-F1 /
CTRL-ALT-F7 sequence :

- create a script with the following lines :

   #!/bin/sh
   sudo /bin/chvt 1
   sudo /bin/chvt 7

- add a keyboard shortcut to this script

- add permission in /etc/sudoers
 =  NOPASSWD: /bin/chvt

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

Title:
  Mouse cursor lost when unlocking with Intel graphics

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-video-intel/+bug/1568604/+subscriptions

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