this post was submitted on 06 Sep 2023
16 points (94.4% liked)

Linux

45530 readers
1269 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

I was excited to install Linux on my desktop system. Since I'm working from home with my office laptop, I got a displaylink dock that I can easily switch between laptop and desktop.

After setting everything up with Ubuntu 22.04 I had it all working. A few days later I installed software updates, including an update for the driver for my graphics card, a Nvidia 3070, and then the problems started. I had to hook up a monitor again with a direct cable and fix the driver and again the displaylink. The same thing happened later again. I went with the recommended proprietary driver from Ubuntu. I believe i started with version 525 or 535.

To my frustration, in Windows it all works happily together, survives driver updates, etc.

Is this even a viable setup for a Linux machine where I don't have to tinker every time there is a driver update?

I'm not a novice, I find my way around, but I do want a stable system.

I chose the Nvidia card mostly because I'm dabbing in machine learning.

Any ideas?

Thanks for any advice I get.

all 11 comments
sorted by: hot top controversial new old
[–] [email protected] 4 points 10 months ago (1 children)

Well,nvidia and linux during all history have problem.For me simplest solution which i see iy is to configurate driver version which worked for u and then hold driver version and not update driver of graphical card.

[–] [email protected] 1 points 10 months ago (1 children)

Can you lock a driver or package version so it doesn't automatically update?

[–] [email protected] 5 points 10 months ago* (last edited 10 months ago) (1 children)
[–] [email protected] 1 points 10 months ago

Oh wow I never knew about this! Thank you so much.

[–] [email protected] 3 points 10 months ago

I've been using a displaylink for 3 years now, mostly on Ubuntu and the past 8 months with endeavours/arch, but I don't have the Nvidia. For me it has been the delicate art of managing updates to the kernel/evdi/displaylink packages. If one gets out of sync, I lose the use of my extra screens. If you want stable, only upgrade any of those three after checking very carefully. Typically I've seen displaylink support for the newer kernels lag a little behind, or an evdi update that breaks displaylink until they catch up.

If you're more adventuresome, you can just learn how to back up to known working versions of those packages that play nicely together until they are in sync again.

[–] [email protected] 2 points 10 months ago

Similar experience here. NVidia is pretending to become more open but their software engineers really cannot handle their hardware. I finally bought a non-NVidia device which happened to become my daily driver. As soon as I go back to ML, my plan is to buy a powerful desktop computer and install stable a stable version of cuda etc there, and then execute everything via ssh from my laptop. Might even use my Linode to forward the port so I can work remotely from anywhere.

[–] [email protected] 2 points 10 months ago
[–] [email protected] 0 points 10 months ago (2 children)

Ubuntu uses wayland, which can cause issues with stuff like that. Try using a distro that comes with X instead.

Nvidia updates still break things, but it's a lot less often and usually an easy fix by rolling back the driver.

[–] [email protected] 4 points 10 months ago (1 children)

Just to note, you don't need to completely switch distros. I'm pretty sure Ubuntu hasn't outright removed X.org, so you can just switch at the login screen with the gear icon at the lower right corner when entering your password.

[–] [email protected] 0 points 10 months ago

If they still ship with an X session and just select wayland by default, sure. But if they don't, I think switching distros is easier than installing it on ubuntu.