[Bug 105887] [GLK] no signal after switch resolution from 1080p at 23.98

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Fri Jun 22 17:44:30 UTC 2018


https://bugs.freedesktop.org/show_bug.cgi?id=105887

--- Comment #102 from fatez <stefano.ruzzon at icloud.com> ---
(In reply to Ingo Fischer from comment #101)
> I came here with the same problem (J5005 ASRock board, occasional HDMI
> connection problems with Ubuntu 18.04) but little to no knowhow about
> kernel-patching but I thought it might be a good place to start diving a bit
> deeper. 
> 
> Can someone explain to me how I can apply the patch from from
> https://patchwork.freedesktop.org/patch/229363/ right now on an up-to-date
> Ubuntu 18.04 system?
> How can I follow progress to see when the patch will be merged into mainline
> (will it be merged?)?

Although it is not the correct place to ask for a guide, I do so (If it's just
the first time you have to install some things):

- sudo apt install git flex bison bc libssl-dev gawk libudev-dev
ocl-icd-opencl-dev libpci-dev libelf-dev python2.7 libncurses-dev fakeroot
kernel-wedge binfmt-support ksh lsscsi binfmt-support libpcre16-3 libpcre3-dev
libpcre32-3 libpcrecpp0v5 libsepol1-dev libattr1-dev libblkid-dev libpcre16-3
libpcre3-dev libpcre32-3 libpcrecpp0v5 libselinux1-dev libsepol1-dev uuid-dev
debugedit libarchive13 libdw1 liblua5.2-0 liblzo2-2 libnspr4 libnss3 librpm8
librpmbuild8 librpmio8 librpmsign8 rpm rpm-common rpm2cpio spl-dkms

- sudo git clone --depth 1 --single-branch --branch v4.17.2
git://git.launchpad.net/~ubuntu-kernel-test/ubuntu/+source/linux/+git/mainline-crack
v4.17.2

- cd v4.17.2
- sudo wget
http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.17.2/0001-base-packaging.patch
- sudo wget
http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.17.2/0002-UBUNTU-SAUCE-add-vmlinux.strip-to-BOOT_TARGETS1-on-p.patch
- sudo wget
http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.17.2/0003-UBUNTU-SAUCE-tools-hv-lsvmbus-add-manual-page.patch
- sudo wget
http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.17.2/0004-UBUNTU-SAUCE-no-up-disable-pie-when-gcc-has-it-enabl.patch
- sudo wget
http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.17.2/0005-debian-changelog.patch
- sudo wget
http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.17.2/0006-configs-based-on-Ubuntu-4.17.0-3.4.patch
- Download the patch from https://patchwork.freedesktop.org/patch/229363/ and
rename in i915.patch

- sudo patch -p1 < 0001-base-packaging.patch 
- sudo patch -p1 <
0002-UBUNTU-SAUCE-add-vmlinux.strip-to-BOOT_TARGETS1-on-p.patch
- sudo patch -p1 < 0003-UBUNTU-SAUCE-tools-hv-lsvmbus-add-manual-page.patch
- sudo patch -p1 <
0004-UBUNTU-SAUCE-no-up-disable-pie-when-gcc-has-it-enabl.patch
- sudo patch -p1 < 0005-debian-changelog.patch
- sudo patch -p1 < 0006-configs-based-on-Ubuntu-4.17.0-3.4.patch
- sudo patch -p1 < i915.patch

- sudo chmod a+x debian/rules
- sudo chmod a+x debian/scripts/*
- sudo chmod a+x debian/scripts/misc/*
- sudo fakeroot debian/rules clean
set do_zfs = false in debian.master/rules.d/amd64.mk,
- sudo fakeroot debian/rules binary-headers binary-generic binary-perarch

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/intel-gfx-bugs/attachments/20180622/61ccfd83/attachment.html>


More information about the intel-gfx-bugs mailing list