MX Nvidia installer breaks systemd

Help with the version of MX KDE officially released by the Development Team.
When asking for help, use Quick System Info from MX Tools. It will be properly formatted using the following steps.
1. Click on Quick System Info in MX Tools
2. Right click in your post and paste.
Message
Author
User avatar
linexer2016
Posts: 733
Joined: Thu Dec 15, 2016 8:15 pm

Re: MX Nvidia installer breaks systemd

#21 Post by linexer2016 »

dolphin_oracle wrote: Thu Aug 27, 2020 9:46 am
JuhaT wrote: Thu Aug 27, 2020 9:24 am
linexer2016 wrote: Thu Aug 27, 2020 9:12 am Just a suggestion ... does this thread have some similarities to viewtopic.php?f=108&t=60048
Thank you! That solved the problem for me!

I used the Nvidia installer in MX-tools. Chose default on every question. Added the code "xorg=nvidia" into "kernel parameters" in MX Boot Options and now nvidia driver works in systemd!
that actually shouldn't have worked. the xorg=nvidia doesn't do anything on installed systems (the commands its triggers don't even exist) , and systemd doesn't work correctly on live systems.

so I remain stumped.
DO, I suppose at the end of the day if whatever the OP did following the suggestion worked then provided all else remains intact it must be a case of "if it ain't broke, don't fix it". When I saw the post it struck me that the OP was describing things similar to the OP in that linked post so I thought it might be worth a try and so it seems, it was. Of course, your experienced eye might be a little concerned that something else was also in play and that something else might rear its head again later but I imagine that can be a discussion for another day if it happens.

User avatar
dolphin_oracle
Developer
Posts: 22657
Joined: Sun Dec 16, 2007 12:17 pm

Re: MX Nvidia installer breaks systemd

#22 Post by dolphin_oracle »

SwampRabbit wrote: Thu Aug 27, 2020 10:02 am Rather than using MX Boot Options to modify boot parameters, has someone with Nvidia issues tried to simply select booting with systemd at the actual GRUB menu?
in this case, adding the init= line in the boot options is the exact same thing as in the usual grub menu.

the OP doesn't have unstable enabled, while that might be an issue for JuhaT, its' not for the OP.

the fact that the OP can get into X using startx makes me think the display manager thing posted above is at least worth checking out.

A timing issue would explain why it doesn't break for everybody too.
http://www.youtube.com/runwiththedolphin
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.
Live system help document: https://mxlinux.org/wiki/help-antix-live-usb-system/

User avatar
linexer2016
Posts: 733
Joined: Thu Dec 15, 2016 8:15 pm

Re: MX Nvidia installer breaks systemd

#23 Post by linexer2016 »

SwampRabbit wrote: Thu Aug 27, 2020 10:02 am Rather than using MX Boot Options to modify boot parameters, has someone with Nvidia issues tried to simply select booting with systemd at the actual GRUB menu?
Indeed SR, I run systemd and whenever I do a reinstall or a major upgrade or some such, I have to review GRUB to ensure systemd is the selected boot option. Not because the standard boot option doesn't boot (for me) it's just a program I run seems to prefer/need systemd. So yes, your suggestion would seem to be worth a try for anyone using systemd rather than systemvinit.

User avatar
dolphin_oracle
Developer
Posts: 22657
Joined: Sun Dec 16, 2007 12:17 pm

Re: MX Nvidia installer breaks systemd

#24 Post by dolphin_oracle »

linexer2016 wrote: Thu Aug 27, 2020 10:04 am
dolphin_oracle wrote: Thu Aug 27, 2020 9:46 am
JuhaT wrote: Thu Aug 27, 2020 9:24 am

Thank you! That solved the problem for me!

I used the Nvidia installer in MX-tools. Chose default on every question. Added the code "xorg=nvidia" into "kernel parameters" in MX Boot Options and now nvidia driver works in systemd!
that actually shouldn't have worked. the xorg=nvidia doesn't do anything on installed systems (the commands its triggers don't even exist) , and systemd doesn't work correctly on live systems.

so I remain stumped.
DO, I suppose at the end of the day if whatever the OP did following the suggestion worked then provided all else remains intact it must be a case of "if it ain't broke, don't fix it". When I saw the post it struck me that the OP was describing things similar to the OP in that linked post so I thought it might be worth a try and so it seems, it was. Of course, your experienced eye might be a little concerned that something else was also in play and that something else might rear its head again later but I imagine that can be a discussion for another day if it happens.
well, just because I don't think anything should happen doesn't mean it doesn't LOL. maybe the extra half second the kernel spends trying to figure a bogus boot code is enough, or maybe the code also means something to systemd (I would think that would be unlikely, but who knows).
http://www.youtube.com/runwiththedolphin
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.
Live system help document: https://mxlinux.org/wiki/help-antix-live-usb-system/

SwampRabbit
Posts: 3602
Joined: Tue Jun 14, 2016 2:02 pm

Re: MX Nvidia installer breaks systemd

#25 Post by SwampRabbit »

dolphin_oracle wrote: Thu Aug 27, 2020 10:07 am in this case, adding the init= line in the boot options is the exact same thing as in the usual grub menu.

the OP doesn't have unstable enabled, while that might be an issue for JuhaT, its' not for the OP.

the fact that the OP can get into X using startx makes me think the display manager thing posted above is at least worth checking out.

A timing issue would explain why it doesn't break for everybody too.
Yep, I was just maybe taking a stab at if there was something going on between MX Boot Options and the newer GRUB, maybe.

* Speaking of the timing issue, these users may want to check if "Fast Boot" or similar options are enabled in the BIOS. I have a MSI B350 mobo with the same CPU that flakes out sometimes with sysvinit or systemd, until I disable that and not use UEFI.

The JuhaT statement was more or less for education and future reference. Save them and us from running in circles later trying to fix something Debian Unstable packages broke.
NEW USERS START HERE FAQS, MX Manual, and How to Break Your System - Don't use Ubuntu PPAs! Always post your Quick System Info (QSI) when asking for help.

JuhaT
Posts: 34
Joined: Tue Apr 21, 2020 11:07 am

Re: MX Nvidia installer breaks systemd

#26 Post by JuhaT »

dolphin_oracle wrote: Thu Aug 27, 2020 9:46 am
JuhaT wrote: Thu Aug 27, 2020 9:24 am
linexer2016 wrote: Thu Aug 27, 2020 9:12 am Just a suggestion ... does this thread have some similarities to viewtopic.php?f=108&t=60048
Thank you! That solved the problem for me!

I used the Nvidia installer in MX-tools. Chose default on every question. Added the code "xorg=nvidia" into "kernel parameters" in MX Boot Options and now nvidia driver works in systemd!
that actually shouldn't have worked. the xorg=nvidia doesn't do anything on installed systems (the commands its triggers don't even exist) , and systemd doesn't work correctly on live systems.

so I remain stumped.
Then we have a mystery here I guess :)
To test it I changed the parameter back to "quiet splash" rebooted and systemd wouldnt boot.. got the three dots and then landed on the scrambled prompt again.
I then rebooted into sysvinit and changed it to "xorg=nvidia" again and rebooted and it worked fine to boot into systemd again.

User avatar
JayM
Posts: 6796
Joined: Tue Jan 08, 2019 3:47 am

Re: MX Nvidia installer breaks systemd

#27 Post by JayM »

JuhaT wrote: Thu Aug 27, 2020 3:14 am I did not have this problem in MX XFCE, so I think it is a MX KDE specific problem.
Was that the AHS version of MX with Xfce? If it wasn't, you may be comparing apples to oranges: AHS uses a newer kernel, newer firmware packages, newer mesa and graphics stack than standard MX. You'd have to test MX AHS Xfce to get a good comparison as MX-KDE is based on AHS. Otherwise there are too many other differences to be able to say it's purely a desktop environment issue. This would actually be good data for the developers to have as they'll know whether the problem is common to AHS or specific to KDE.
Please read the Forum Rules, How To Ask For Help, How to Break Your System and Don't Break Debian. Always include your full Quick System Info (QSI) with each and every new help request.

MH3
Posts: 9
Joined: Thu Aug 20, 2020 10:02 pm

Re: MX Nvidia installer breaks systemd

#28 Post by MH3 »

I doubt this post will see the light of day, but I'll try anyway. Several responsdents have complained about the lack of feedback by the OP. Well, I am the OP and I have posted quite detailed feedback. The problem is that the forum appears to be moderated and the moderator(s) has deleted several of my posts. I mentioned this in my last post and was criticized for it, so I doubt this will be posted. It's OK. Given the many (documented) issues I've had with MX Linux KDE, I don't intend to use it.

SwampRabbit
Posts: 3602
Joined: Tue Jun 14, 2016 2:02 pm

Re: MX Nvidia installer breaks systemd

#29 Post by SwampRabbit »

MH3 wrote: Fri Aug 28, 2020 2:07 am I doubt this post will see the light of day, but I'll try anyway. Several responsdents have complained about the lack of feedback by the OP. Well, I am the OP and I have posted quite detailed feedback. The problem is that the forum appears to be moderated and the moderator(s) has deleted several of my posts. I mentioned this in my last post and was criticized for it, so I doubt this will be posted. It's OK. Given the many (documented) issues I've had with MX Linux KDE, I don't intend to use it.
Note: if you post right after someone else posts the forum holds your posts and tells you that someone posted while you were writing your post.
This is pretty obvious but it can get missed if someone doesn't pay attention, I have issues with it sometimes when I post from my phone.

I am pretty sure moderators make sure it is know before posts are deleted, they don't randomly delete posts.
If you were violating the terms of use of the forum you'd know that as well. We have a great forum, great community, great team, great users, and a great distro.

And you were far from "criticized" ... but best of luck with whatever you intend to use.... lots of good distros out there.
NEW USERS START HERE FAQS, MX Manual, and How to Break Your System - Don't use Ubuntu PPAs! Always post your Quick System Info (QSI) when asking for help.

JuhaT
Posts: 34
Joined: Tue Apr 21, 2020 11:07 am

Re: MX Nvidia installer breaks systemd

#30 Post by JuhaT »

JayM wrote: Thu Aug 27, 2020 8:08 pm
JuhaT wrote: Thu Aug 27, 2020 3:14 am I did not have this problem in MX XFCE, so I think it is a MX KDE specific problem.
Was that the AHS version of MX with Xfce? If it wasn't, you may be comparing apples to oranges: AHS uses a newer kernel, newer firmware packages, newer mesa and graphics stack than standard MX. You'd have to test MX AHS Xfce to get a good comparison as MX-KDE is based on AHS. Otherwise there are too many other differences to be able to say it's purely a desktop environment issue. This would actually be good data for the developers to have as they'll know whether the problem is common to AHS or specific to KDE.
I have a pretty modern desktop so I use AHS.

Post Reply

Return to “MX KDE Official Release”