It won’t be very long until x11 support will be completely gone from Plasma (for Gnome it already is gone).
Better start looking for other options - with the next update, your solution won’t work anymore.
Hey, not everyone’s in a position to toss out a perfectly working notebook just because of some fancy new Plasma update pushing Wayland. For now, reinstalling the X11 session (sudo pacman -S plasma-x11-session) got me back up and running, and it might help others in the same boat with older hardware. Let’s keep the convo constructive-old hardware users aren’t the enemy here.
I can confirm this on my second business-grade laptop, which is only 3 years old. Wayland has been such a headache that I switched back to X11 on this device too. It struggles with basic tasks like switching from one HDMI output to another, for example, when I need to present in a meeting room, I often have to reboot the entire notebook just to connect to the big TV there, and then again when I return to my working desk. It also fails to handle a docking station with multiple monitors properly. Overall, it’s been an awful experience.
For reference, here’s the hardware and driver info from mhwd on this notebook:
There was no inference that was the case. However, the lion’s share of issues with Wayland seem to come from users of older Nvidia product. That’s just how it is.
And, yes, that’s no doubt one of the reasons it remained as a possibility, even after the KDE switch to Wayland. Unfortunately for many Gnome users, that wasn’t even an option.
It was a legitimate addon to your comment. Clearly you misinterpreted it to mean something else.
If you’re interested, I believe @DeLinuxCo has at least one Manjaro spin that uses XLibre – it might be worth looking at.
If all you are interested in is continuing to enable an old laptop to continue to function, and it sounds that way from what I have read so far, replace the proprietary drivers with the open source Nouveau driver.
I am using that on an old Dell 5110 laptop, with an old nVidia GPU. It works perfectly fine on Wayland. In addition I get decent Multi Monitor support with individual Monitor fractional scaling.
BTW: Any issues with nVidia and Wayland are due to nVidia, not wayland. In fact any and all issues with nVidia on Linux are totally due to nVidia corporate decisions.
Not true at all Nvidia X Server Settings has no option for all nvidia gpu’s, no matter if the GPU is old or brand new. The second where you want to adjust anything display related, clearly shows how limiting you are with your device’s on Wayland.
This is true, but that doesn’t made the situation anywhere better when some Desktop Environment like Gnome or KDE in near future forcing us to use Wayland.
Which is why when I have a choice I buy a computer with Intel or AMD. If I don’t have a choice and the computer comes with nVidia, I use the Open Source nouveau driver.
I don’t try to make a silk purse out of a Sow’s ear.
Easy to say when you are on Linux already. But i have a more realistic viewpoint. People coming from Windows and Nvidia was always the better choice in the past than AMD, at least most of the time (not always) since ATI, specially for gaming. It’s simple you get more bang for the bug.
GPU’s can be expensive and Nouveau driver’s aren’t a solution for gamer’s. But for sure its better than a dead GPU, at least Media/Browsing is still working there.
Nvidia-driver-assistant detects a Geforce 860M as 750TI.
$ nvidia-driver-assistant
Detected GPUs:NVIDIA GeForce GTX 750 Ti - (pci_id 0x1392)
Please copy and paste the following command to install the legacy kernel module flavour:sudo pacman -S linux66-nvidia-580xx
If you look at the data file provided by Nvidia /usr/share/nvidia-driver-assistant/supported-gpus.json you will find that several Nvidia GPU share the same devid0x1392 which is what the driver assistant use to identify the card and which drivers is supported for the given device-id.
Which is in fact right since they are very similar keppler gpus and that is what matter. Maybe the detection can be renamed to list a group of similar gps (“kepler family detected, for example…”).
What bothers me in the above post ist that the assistant seems to offer the newest 580 driver for that old gpu. This doesn’t seem right. But i am not nvidia competent, maybe it is not that old and works.