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
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/elementaryos/+bug/1568604/+subscriptions
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs