Hi all!
I’m using an NVIDIA GPU. I know there are some problems using NVIDIA with Linux, but advice and workarounds seem to bounce around like a rollercoaster off its wheels, so I’m just going to ask the experts. (Also, see “updates” at the bottom for progress made.)
I’ve downloaded the 35000 release from the main page, and installation works – but updating breaks the graphics. (No, I never downloaded any drivers or proprietary blobs – I’m only using Clear Linux sources and defaults).
I’ve confirmed that downloading the latest ISO directly (Index of /current/ , 35650 at the time of writing) also leads to dead screen.
In the split second before it died, I noticed something pop up briefly about the EDID on HDMI1 (that’s the connector used for the monitor). There are no “onboard graphics” here. What can I do to get any sort of usable desktop after installing or updating to the latest release?
Some problems I’ve noticed:
- SSH by hostname doesn’t work – and I can’t use IP addresses to the other nodes on the network because they’re dynamic. This seems pretty broken, and I’ve seen comments since 2019 about how avahi is totally broken and nobody fixed it. Still looking for the easiest way to be able to ssh into and out of the machine (as this is probably how most people would use Linux for dev work)
- Timezone cannot be changed by the GNOME GUI. It keeps bouncing back to UTC despite me trying to select New York
- Graphics are completely broken on common hardware, and no supported community repos or mechanisms exist to install (and keep installed!) proprietary drivers (which scared me off as it’s a multi-page laborious process with the stated caveat that things will break with every update).
- Downloads are extremely slow. This has also been discussed considerably over the years and never fixed. The mirror (CDN) is simply terrible, and all mirrors in the swupd client point to the same place ultimately.
Some suggestions/solications for tips:
- There is a kernel flags field in the setup. Should I put something here? I’ve tried nomodeset to no avail, and not sure blacklisting nouveau is applicable since I never (got to) install a proprietary driver
- Is there a version known to work? Is the previous version workable? Anyone know which is the last working version so I can avoid updating further? (It takes a very long time to try each one as downloading is very slow, and flashing/installation each version takes an hour, too).
- Who is using this? How do others get it to work? Do you have to be deeply knowledgeable about the inner workings of the linux kernel to appreciate this distro, given lack of community repos and unfixed issues with ssh/dns, etc? Just curious so I know whether to hang on.
I’m eager to try out the purported performance improvements but can’t get off the ground with fairly typical hardware.
[Update 1]
Using the latest version’s ISO, I managed to boot using nomodeset and low userlevel into a text output. From there I tried installing the NVIDIA graphics drivers – some of the files mentioned in the tutorial weren’t present so I just did 2 steps:
- sudo swupd bundle-add kernel-native-dkms
- sudo ./NVIDIA-driver[…].run
It worked with a reboot.
[Update 2]
Still struggling trying to connect to and from the computer from other computers on the network. I’ll open a new thread on this…