LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 08-27-2017, 08:51 PM   #241
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,095

Original Poster
Rep: Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273

Release candidate 7 of the 4.13 development kernel is now available at, https://www.kernel.org/

The tarball, https://git.kernel.org/torvalds/t/linux-4.13-rc7.tar.gz

Last edited by cwizardone; 08-27-2017 at 09:05 PM.
 
Old 08-28-2017, 02:32 PM   #242
GazL
LQ Veteran
 
Registered: May 2008
Posts: 6,897

Rep: Reputation: 5018Reputation: 5018Reputation: 5018Reputation: 5018Reputation: 5018Reputation: 5018Reputation: 5018Reputation: 5018Reputation: 5018Reputation: 5018Reputation: 5018
Has anyone else encountered issues with the more recent 4.12 kernels on intel hardware? I've been getting some very weird behaviour over the last couple of weeks or so when coming back out of dpms powersaving mode: the framebuffer getting scrambled, rapidly panning right to left and flickering, all requiring a reboot to fix.

I've dropped back to 4.9 and so far haven't seen the issue reoccur, but it's still early days and I'm keeping an eye on it. I may also try updating xf86-video-intel to the latest git and see if that helps.
 
1 members found this post helpful.
Old 08-28-2017, 02:44 PM   #243
orbea
Senior Member
 
Registered: Feb 2015
Distribution: Slackware64-current
Posts: 1,950

Rep: Reputation: Disabled
Might be a shot in the dark, but try DRI3 and/or the modesetting xorg driver (Now part of xorg-server) instead of DRI2 and xf86-video-intel.
Try something like this in /etc/X11/xorg.conf.d/intel-dri3.conf and then restart xorg.
Code:
Section "Device"
   Identifier  "FOO"
   Driver      "modesetting"
   Option      "DRI" "3"
EndSection
Feel free to change the Identifier to w/e you want.
 
1 members found this post helpful.
Old 08-28-2017, 03:12 PM   #244
GazL
LQ Veteran
 
Registered: May 2008
Posts: 6,897

Rep: Reputation: 5018Reputation: 5018Reputation: 5018Reputation: 5018Reputation: 5018Reputation: 5018Reputation: 5018Reputation: 5018Reputation: 5018Reputation: 5018Reputation: 5018
Thanks orbea, but I don't want to switch to the modesetting driver unless I have to because it doesn't have the tear-free feature that the intel driver does, which would mean that I'd have to also start running a compositor(compton) and that brings it's own issues.

I noticed that there are some intel dri fixes coming with 4.12.10 due later this week so I'll have to wait and see if they help the situation any.
 
1 members found this post helpful.
Old 08-28-2017, 04:39 PM   #245
orbea
Senior Member
 
Registered: Feb 2015
Distribution: Slackware64-current
Posts: 1,950

Rep: Reputation: Disabled
You don't have to permanently switch to test it out and see if the issue persists or not, it could help a lot in determining where the issue is or not. Though intel users might want to use modesetting by default now, it seems the intel devs support it a lot better than xf86-video-intel. Previously I seen people complain about issues that only existed with DRI2 + the intel ddx in #intel-gfx @ freenode, it took a lot of whining for the devs to care enough to fix it.
 
1 members found this post helpful.
Old 08-28-2017, 07:10 PM   #246
GazL
LQ Veteran
 
Registered: May 2008
Posts: 6,897

Rep: Reputation: 5018Reputation: 5018Reputation: 5018Reputation: 5018Reputation: 5018Reputation: 5018Reputation: 5018Reputation: 5018Reputation: 5018Reputation: 5018Reputation: 5018
Well, after a little testing the modesetting ddx also suffers this issue, so it's looking more like a kernel regression at this point.
 
2 members found this post helpful.
Old 08-28-2017, 08:03 PM   #247
orbea
Senior Member
 
Registered: Feb 2015
Distribution: Slackware64-current
Posts: 1,950

Rep: Reputation: Disabled
Is it also with both DRI3 and DRI2? You should also check dmesg for anything relevant. You could try to git bisect the kernel if you're up for that. Asking in #intel-gfx would be a good place to get help too, especially if you have some error messages or the results of a bisect.

Edit: You might be able to reproduce the issue easier with one of these xset commands.
https://wiki.archlinux.org/index.php...ngs_using_xset

Last edited by orbea; 08-28-2017 at 08:06 PM.
 
1 members found this post helpful.
Old 08-29-2017, 06:08 AM   #248
GazL
LQ Veteran
 
Registered: May 2008
Posts: 6,897

Rep: Reputation: 5018Reputation: 5018Reputation: 5018Reputation: 5018Reputation: 5018Reputation: 5018Reputation: 5018Reputation: 5018Reputation: 5018Reputation: 5018Reputation: 5018
DRI2/3 makes no odds.

For now, I think I'll take the pragmatic approach and just disable dpms in xorg.conf. Bisecting on this slow laptop would be a tortuously long process.
 
1 members found this post helpful.
Old 08-30-2017, 03:49 AM   #249
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,095

Original Poster
Rep: Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273
Kernel updates 4.9.46, 4.4.85, 4.12.10 and 3.18.68 [EOL], are now available at, https://www.kernel.org/.

The change logs,

https://cdn.kernel.org/pub/linux/ker...angeLog-4.9.46

https://cdn.kernel.org/pub/linux/ker...angeLog-4.4.85

https://cdn.kernel.org/pub/linux/ker...ngeLog-4.12.10

https://cdn.kernel.org/pub/linux/ker...ngeLog-3.18.68

Last edited by cwizardone; 08-30-2017 at 03:51 AM.
 
3 members found this post helpful.
Old 08-30-2017, 04:42 AM   #250
GazL
LQ Veteran
 
Registered: May 2008
Posts: 6,897

Rep: Reputation: 5018Reputation: 5018Reputation: 5018Reputation: 5018Reputation: 5018Reputation: 5018Reputation: 5018Reputation: 5018Reputation: 5018Reputation: 5018Reputation: 5018
Well, I've tried a good 20 or so dpms off/resume cycles with 4.12.10 and so far have been unable to recreate the problem I've been having with the previous 4.12.y series kernels, so, might be premature, but looking promising.

Here's to hoping I don't have to post a "spoke too soon" later today.
 
2 members found this post helpful.
Old 09-02-2017, 03:52 AM   #251
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,095

Original Poster
Rep: Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273
Kernel updates 4.9.47, 4.4.86 and 3.18.69 [EOL], are now available at, https://www.kernel.org/.

The change logs,

https://cdn.kernel.org/pub/linux/ker...angeLog-4.9.47

https://cdn.kernel.org/pub/linux/ker...angeLog-4.4.86

https://cdn.kernel.org/pub/linux/ker...ngeLog-3.18.69

Last edited by cwizardone; 09-02-2017 at 03:54 AM.
 
Old 09-03-2017, 08:29 PM   #252
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,095

Original Poster
Rep: Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273
The latest stable kernel, 4.13, is now available at,

https://www.kernel.org/


The source,

https://cdn.kernel.org/pub/linux/ker...ux-4.13.tar.xz

Last edited by cwizardone; 09-03-2017 at 08:30 PM.
 
Old 09-04-2017, 06:48 AM   #253
GazL
LQ Veteran
 
Registered: May 2008
Posts: 6,897

Rep: Reputation: 5018Reputation: 5018Reputation: 5018Reputation: 5018Reputation: 5018Reputation: 5018Reputation: 5018Reputation: 5018Reputation: 5018Reputation: 5018Reputation: 5018
Tried 4.13.0

Still seeing the occasion glitch when coming out of screen blanking, even in runlevel 3 with no Xserver running. Found this in my dmesg triggered by restoring the screen after a blank on the VC in runlevel 3:
Code:
[drm:intel_cpu_fifo_underrun_irq_handler [i915]] *ERROR* CPU pipe A FIFO underrun
Doesn't happen with the 4.9 branch at all.
 
1 members found this post helpful.
Old 09-07-2017, 03:44 AM   #254
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,095

Original Poster
Rep: Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273
Kernel updates 4.9.48, 4.4.87, 4.12.11 and 3.18.70 [EOL], are now available at, https://www.kernel.org/.

The change logs,

https://cdn.kernel.org/pub/linux/ker...angeLog-4.9.48

https://cdn.kernel.org/pub/linux/ker...angeLog-4.4.87

https://cdn.kernel.org/pub/linux/ker...ngeLog-4.12.11

https://cdn.kernel.org/pub/linux/ker...ngeLog-3.18.70

Last edited by cwizardone; 09-07-2017 at 03:45 AM.
 
3 members found this post helpful.
Old 09-07-2017, 10:58 AM   #255
gmgf
Senior Member
 
Registered: Jun 2012
Location: Bergerac, France
Distribution: Slackware
Posts: 2,211

Rep: Reputation: 998Reputation: 998Reputation: 998Reputation: 998Reputation: 998Reputation: 998Reputation: 998Reputation: 998
kernel-4.14 will be the next lts version

http://kroah.com/log/blog/2017/09/06...rs-lts-kernel/
 
1 members found this post helpful.
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Linux.conf.au: Latest Linux kernel release due early March DragonSlayer48DX Linux - News 0 01-18-2010 10:43 PM
No video on latest kernel release Tralce Linux - Kernel 3 11-30-2006 07:48 AM
What is the latest Redhat release TILEMANN Linux - Software 5 11-20-2006 10:48 PM
LXer: News: OpenVZ To Release Support, Patches for Latest Kernel LXer Syndicated Linux News 0 11-01-2006 10:54 PM
latest debian release? doralsoral Linux - Software 5 12-25-2004 12:40 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 03:40 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration