You are not logged in.

#26 2016-09-07 17:00:17

loqs
Member
Registered: 2014-03-06
Posts: 17,314

Re: linux-4.7-1 breaks X on i915-based Samsung laptop

humhumhum wrote:

add vga=895 into kernel option solve the blank screen in my console.

You are not going to try the kernel patch?

Offline

#27 2016-09-07 17:47:21

oceans11
Member
Registered: 2010-06-24
Posts: 15

Re: linux-4.7-1 breaks X on i915-based Samsung laptop

Thanks loqs, I just didn't notice your edit and mail notifications seem to ignore the edits.
Building right now, I'll give some feedback asap.

pkgver() complains about not finding tags (annotated and un-annotated), I removed the entire function, using

pkgver() {
  cd "${_srcname}"
  printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}

would be better, though.

[edit: fix pkgver dir]

[update]
I finally build and install that kernel, it seems to work.
If someone needs any detail, please ask.
It takes more than two hours to build the kernel with the config supplied with linux-git (damned modules) so I suggest to edit it.
Please try the patched kernel and report.

If someone doesn't want to build the kernel from scratch, but want to try it out, I can upload x86_64 binaries somewhere (yes, you have to blindly trust me)

Last edited by oceans11 (2016-09-08 09:32:53)

Offline

#28 2016-09-09 12:02:46

nnovzver
Member
Registered: 2016-09-09
Posts: 1

Re: linux-4.7-1 breaks X on i915-based Samsung laptop

These patches unfortunately not yet included in the official kernel.

Offline

#29 2016-09-17 07:50:03

balazs4
Member
Registered: 2013-02-23
Posts: 17

Re: linux-4.7-1 breaks X on i915-based Samsung laptop

Thanks loqs for the patch.

Is there any chance to get your patch in the official kernel?

Offline

#30 2016-09-17 14:57:58

loqs
Member
Registered: 2014-03-06
Posts: 17,314

Re: linux-4.7-1 breaks X on i915-based Samsung laptop

balazs4 wrote:

Thanks loqs for the patch.

It is by Ville Syrjälä not me see https://github.com/vsyrjala/linux/commi … d2532b0c96

balazs4 wrote:

Is there any chance to get your patch in the official kernel?

I do not have the hardware to test it on so.  So for me to make the request I would be be doing it without being able to personally verify it works.
The patch as part of a larger collection of fixes has entered the mainline tree https://git.kernel.org/cgit/linux/kerne … a018c97b8d
Not seeing it in the stable tree https://git.kernel.org/cgit/linux/kerne … table.git/
There is a chance that the maintainer would include the patch if you could verify it applies cleanly to 4.7.x and fixes the issue. Although that would go against the Simplicity principal as stable has not picked the patch up.
In the interim you can patch the kernel yourself or use the lts kernel.
Edit:
Corrected link to commit for the mainline kernel.

Last edited by loqs (2016-09-21 09:47:13)

Offline

#31 2016-09-21 08:53:26

bmbaker
Member
Registered: 2011-09-05
Posts: 3

Re: linux-4.7-1 breaks X on i915-based Samsung laptop

it seems to be fixed in the latest Rc from the linux-mainline kenel.

Offline

#32 2016-10-15 10:16:05

balazs4
Member
Registered: 2013-02-23
Posts: 17

Re: linux-4.7-1 breaks X on i915-based Samsung laptop

Today I've just upgraded the kernel from 4.6.5-1 to 4.7.6-1 and the issue seems to be fixed.
I was able to start the X without any error.

I guess this thread can be marked as [SOLVED]

Offline

Board footer

Powered by FluxBB