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 12-09-2021, 12:06 PM   #4051
dr.s
Member
 
Registered: Feb 2010
Distribution: Slackware64-current
Posts: 340

Rep: Reputation: 156Reputation: 156

Quote:
Originally Posted by JayByrd View Post
Well, this answers preemptively what was going to be my next question!

For the record, I was going to ask if you include the nvidia module in your initrd. (I don't, I just allow the system to load it normally during boot-up.)

Given that it behaves the same with or without nvidia, I'm at a loss. I guess the only other avenue I can think of to explore would be to try to find out if other users who are experiencing the blank-screen problem are also on Ryzen hardware...
I get that behavior on an Intel laptop here.
 
2 members found this post helpful.
Old 12-09-2021, 12:36 PM   #4052
JayByrd
Member
 
Registered: Aug 2021
Location: Seattle, WA
Distribution: Slackware
Posts: 302

Rep: Reputation: 310Reputation: 310Reputation: 310Reputation: 310
Quote:
Originally Posted by enorbet View Post
... 5.15.x kernels boot just fine but v304 (and a sketchy 340) drivers (needed for the old Quadro FX570 chip) won't build for me on 5.15.x.
Check this post for info on how I got the nvidia-legacy304 to compile on -current. (A couple of posts above that one, Mats B Tegner describes what he has been doing for legacy340.)
 
Old 12-09-2021, 01:48 PM   #4053
volkerdi
Slackware Maintainer
 
Registered: Dec 2002
Location: Minnesota
Distribution: Slackware! :-)
Posts: 2,528

Rep: Reputation: 8502Reputation: 8502Reputation: 8502Reputation: 8502Reputation: 8502Reputation: 8502Reputation: 8502Reputation: 8502Reputation: 8502Reputation: 8502Reputation: 8502
I poked the kernel devs with some additional information about the boot failure with 32-bit on my Thinkpad X1E... I'd found that EFI_SOFT_RESERVE y -> n allows the kernel to boot. Simply using EFI y -> n isn't an option because it causes hardware support breakage on 32-bit under UEFI, even in legacy boot mode. I started with that hatchet job, but then narrowed it down.

Seems I inadvertently discovered that the patch I'd been reverting here breaks mem= on all $ARCH.

I certainly have their attention now... should be some action on this soon. The issue would only have been noticed with a 32-bit kernel on machines that required a certain mem= setting in order to boot.
 
14 members found this post helpful.
Old 12-09-2021, 02:20 PM   #4054
enorbet
Senior Member
 
Registered: Jun 2003
Location: Virginia
Distribution: Slackware = Main OpSys
Posts: 4,790

Rep: Reputation: 4435Reputation: 4435Reputation: 4435Reputation: 4435Reputation: 4435Reputation: 4435Reputation: 4435Reputation: 4435Reputation: 4435Reputation: 4435Reputation: 4435
Quote:
Originally Posted by JayByrd View Post
Check this post for info on how I got the nvidia-legacy304 to compile on -current. (A couple of posts above that one, Mats B Tegner describes what he has been doing for legacy340.)
Thanks JayBird. I may have to try that. I'm happy with kernel version 5.4.164 and I've got nvidia 340.108 installed and running with the only caveat that at the native resolution of T61P's TFT panel everything seems shifted off screen somewhat to the right and possibly "up". My Panel, at top screen was working yesterday but today I can't see it at all anywhere and "Add Panel" does nothing. So it is entirely possible the newer xorg server is a tad hinky with old hardware and Legacy nvidia drivers.
 
1 members found this post helpful.
Old 12-09-2021, 03:26 PM   #4055
JayByrd
Member
 
Registered: Aug 2021
Location: Seattle, WA
Distribution: Slackware
Posts: 302

Rep: Reputation: 310Reputation: 310Reputation: 310Reputation: 310
Quote:
Originally Posted by enorbet View Post
... So it is entirely possible the newer xorg server is a tad hinky with old hardware and Legacy nvidia drivers.
According to this, xserver 1.20 that ships with -current should be good to go...
Quote:
Support for X.Org xserver version 1.20 was added to the 340.* legacy driver series with version 340.107, and support for Linux kernels up to Linux 5.4 was added with version 340.108.
 
2 members found this post helpful.
Old 12-10-2021, 02:47 AM   #4056
elcore
Senior Member
 
Registered: Sep 2014
Distribution: Slackware
Posts: 1,754

Rep: Reputation: Disabled
Quote:
Originally Posted by enorbet View Post
everything seems shifted off screen somewhat to the right and possibly "up".
Seen also with xf86-video-vmware - xf86-input-mouse - runlevel 4 - xdm - xinitrc.blackbox
Mouse cursor position on the display does not match the input position, so the button opens a menu lower-rigth of the input position.
 
Old 12-10-2021, 06:57 AM   #4057
marav
LQ Sage
 
Registered: Sep 2018
Location: Gironde
Distribution: Slackware
Posts: 5,397

Rep: Reputation: 4127Reputation: 4127Reputation: 4127Reputation: 4127Reputation: 4127Reputation: 4127Reputation: 4127Reputation: 4127Reputation: 4127Reputation: 4127Reputation: 4127
Quote:
Originally Posted by volkerdi View Post
I poked the kernel devs with some additional information about the boot failure with 32-bit on my Thinkpad X1E... I'd found that EFI_SOFT_RESERVE y -> n allows the kernel to boot. Simply using EFI y -> n isn't an option because it causes hardware support breakage on 32-bit under UEFI, even in legacy boot mode. I started with that hatchet job, but then narrowed it down.

Seems I inadvertently discovered that the patch I'd been reverting here breaks mem= on all $ARCH.

I certainly have their attention now... should be some action on this soon. The issue would only have been noticed with a 32-bit kernel on machines that required a certain mem= setting in order to boot.
This one ?

https://git.kernel.org/pub/scm/linux...fbc675d0745d17
 
Old 12-10-2021, 03:14 PM   #4058
volkerdi
Slackware Maintainer
 
Registered: Dec 2002
Location: Minnesota
Distribution: Slackware! :-)
Posts: 2,528

Rep: Reputation: 8502Reputation: 8502Reputation: 8502Reputation: 8502Reputation: 8502Reputation: 8502Reputation: 8502Reputation: 8502Reputation: 8502Reputation: 8502Reputation: 8502
Quote:
Originally Posted by marav View Post
Nope, the top 3 here:

https://git.kernel.org/pub/scm/linux...og/?h=rc4-boot
 
3 members found this post helpful.
Old 12-10-2021, 03:44 PM   #4059
enorbet
Senior Member
 
Registered: Jun 2003
Location: Virginia
Distribution: Slackware = Main OpSys
Posts: 4,790

Rep: Reputation: 4435Reputation: 4435Reputation: 4435Reputation: 4435Reputation: 4435Reputation: 4435Reputation: 4435Reputation: 4435Reputation: 4435Reputation: 4435Reputation: 4435
Quote:
Originally Posted by elcore View Post
Seen also with xf86-video-vmware - xf86-input-mouse - runlevel 4 - xdm - xinitrc.blackbox
Mouse cursor position on the display does not match the input position, so the button opens a menu lower-rigth of the input position.
FWIW my mouse position seems fine but even the splash screen is offset to the right. I normally set my panel/launchbar at the top of screen but it soon disappears. My mouse hits a hard edge at screen top but appears to travel below screen and right screen. I seem to recall that something like xrandr can resize it but until I find out what is the source cause I get by with a widget on Desktop.

This only happens on my ancient T61P laptop which I rarely use, but it is usable, if a bit annoying, (it seems backward compatibilty's days are numbered) and all my full PCs work a treat with RC2.

Last edited by enorbet; 12-10-2021 at 03:48 PM.
 
Old 12-10-2021, 05:49 PM   #4060
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,065

Rep: Reputation: Disabled
Quote:
Originally Posted by volkerdi View Post
So... Will these patches land in 5.16.0 only or be back ported to 5.15.8 or 5.15.9?
 
Old 12-10-2021, 09:21 PM   #4061
volkerdi
Slackware Maintainer
 
Registered: Dec 2002
Location: Minnesota
Distribution: Slackware! :-)
Posts: 2,528

Rep: Reputation: 8502Reputation: 8502Reputation: 8502Reputation: 8502Reputation: 8502Reputation: 8502Reputation: 8502Reputation: 8502Reputation: 8502Reputation: 8502Reputation: 8502
Quote:
Originally Posted by Didier Spaier View Post
So... Will these patches land in 5.16.0 only or be back ported to 5.15.8 or 5.15.9?
I have Greg KH on cc:, so I guess we'll see. If they don't land in -stable soon I'll just disable EFI_SOFT_RESERVE on 32-bit since it's useless there anyway.
 
4 members found this post helpful.
Old 12-12-2021, 05:14 PM   #4062
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,139

Original Poster
Rep: Reputation: 7311Reputation: 7311Reputation: 7311Reputation: 7311Reputation: 7311Reputation: 7311Reputation: 7311Reputation: 7311Reputation: 7311Reputation: 7311Reputation: 7311
5.16-rc5
Release Candidate 5, for the 5.16 "mainline" development kernel has been been made available for testing.

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

Mr. Torvalds' announcement, http://lkml.iu.edu/hypermail/linux/k...2.1/04907.html

Last edited by cwizardone; 12-12-2021 at 05:31 PM.
 
Old 12-12-2021, 05:29 PM   #4063
Aeterna
Senior Member
 
Registered: Aug 2017
Location: Terra Mater
Distribution: VM Host: Slackware-current, VM Guests: Artix, Venom, antiX, Gentoo, FreeBSD, OpenBSD, OpenIndiana
Posts: 1,011

Rep: Reputation: Disabled
5.15.7 - finally Intel Iris Xe Graphics GPU HANG fixed.
 
1 members found this post helpful.
Old 12-13-2021, 03:39 AM   #4064
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,139

Original Poster
Rep: Reputation: 7311Reputation: 7311Reputation: 7311Reputation: 7311Reputation: 7311Reputation: 7311Reputation: 7311Reputation: 7311Reputation: 7311Reputation: 7311Reputation: 7311
Year 2021, Round 82

Another batch of updates has been scheduled for release on Wednesday, 15 December 2021, at approximately 09:00, GMT. If no problems are found while testing the release candidates, they might be available sometime on Tuesday (depending on your time zone).

The details:

5.15.8-rc1, with 171 patches, http://lkml.iu.edu/hypermail/linux/k...2.1/05615.html

5.10.85-rc1, with 132 patches, http://lkml.iu.edu/hypermail/linux/k...2.1/05530.html

5.4.165-rc1, with 88 patches, http://lkml.iu.edu/hypermail/linux/k...2.1/05547.html

4.19.221-rc1, with 74 patches, http://lkml.iu.edu/hypermail/linux/k...2.1/05453.html

4.14.258-rc1, with 53 patches, http://lkml.iu.edu/hypermail/linux/k...2.1/05380.html

4.9.293-rc1, with 42 patches, http://lkml.iu.edu/hypermail/linux/k...2.1/05304.html

4.4.295-rc1, with 37 patches, http://lkml.iu.edu/hypermail/linux/k...2.1/05279.html

Last edited by cwizardone; 12-13-2021 at 04:03 AM.
 
2 members found this post helpful.
Old 12-13-2021, 03:56 AM   #4065
marav
LQ Sage
 
Registered: Sep 2018
Location: Gironde
Distribution: Slackware
Posts: 5,397

Rep: Reputation: 4127Reputation: 4127Reputation: 4127Reputation: 4127Reputation: 4127Reputation: 4127Reputation: 4127Reputation: 4127Reputation: 4127Reputation: 4127Reputation: 4127
Quote:
Originally Posted by volkerdi View Post
I have Greg KH on cc:, so I guess we'll see. If they don't land in -stable soon I'll just disable EFI_SOFT_RESERVE on 32-bit since it's useless there anyway.
Code:
Lemme send them out officially so they're on the list. Will queue them
this week.
https://lkml.org/lkml/2021/12/13/284
 
  


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 11:59 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