[Ubuntu-x-swat] [Bug 1568604] Re: Mouse cursor lost when unlocking with Intel graphics

2016-08-16 Thread Yury Krasouski
As mentioned before, this issue might be related with light locker.
After removing this one and installation of other screen locker the
issue disappears.

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-intel in 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/elementaryos/+bug/1568604/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1568604] Re: Mouse cursor lost when unlocking with Intel graphics

2016-08-13 Thread Yury Krasouski
Sorry for spam, some additional notes (not necessary):

# apt update && apt upgrade && apt -y install build-essential dh-autoreconf 
xutils-dev xorg-dev git libxcb-util0-dev libudev-dev
# ./autogen.sh --enable-kms-only --enable-uxa

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-intel in 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/elementaryos/+bug/1568604/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1568604] Re: Mouse cursor lost when unlocking with Intel graphics

2016-08-13 Thread Yury Krasouski
Moreover, if you would like to build intel driver manually, you can use
steps bellow (your own risk, I checked only for 14.04.5 and 16.04.1).

$ git clone git://anongit.freedesktop.org/xorg/driver/xf86-video-intel
$ cd xf86-video-intel

$ docker run -v `pwd`:/build -i -t  ubuntu:14.04 /bin/bash
# apt update && apt upgrade && apt install build-essential dh-autoreconf 
xutils-dev xorg-dev git
# ./autogen.sh
# make
# exit

$ find ./ -name intel_drv.so
$ sudo apt purge xserver-xorg-video-intel*
cp ./src/.libs/intel_drv.so /usr/local/lib/xorg/modules/drivers/


You can install intel driver from repo using: 
$ sudo apt purge xserver-xorg-video-intel-{VERSION}

P.S. May be it makes sense to create Dockerfile :-)

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-intel in 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/elementaryos/+bug/1568604/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp