Happy to have helped! I’m myself testing 580 now, fingers crossed :)
stravanasu
- 4 Posts
- 22 Comments
I don’t know if it’s the same in Ubuntu Studio, but in Ubuntu and derivates you can launch
sudo software-properties-gtkorsudo software-properties-qtfrom a terminal. In the window that appears, choose the tab ‘Additional Drivers’. There you can choose the Nvidia graphic drivers you prefer among older and newer versions. Good way to roll back.Apologies if this was obvious 🙏
stravanasu@lemmy.cato
Linux@lemmy.ml•USB-C ports no longer sending/receiving data (Lenovo X1 carbon)
2·2 个月前Great to hear! All’s well that ends well :)
stravanasu@lemmy.caOPto
Linux@lemmy.ml•Unbound as DNS resolver on a Linux laptop: tips/experiences?
1·2 个月前Now I understand, thank you for the explanation!
stravanasu@lemmy.caOPto
Linux@lemmy.ml•Unbound as DNS resolver on a Linux laptop: tips/experiences?
1·2 个月前Thank you for this comment. So Unbound does only DNS caching, without really resolving? I think I’ve completely misunderstood its purpose.
stravanasu@lemmy.caOPto
Linux@lemmy.ml•Unbound as DNS resolver on a Linux laptop: tips/experiences?
1·2 个月前I’m starting to think that I’ve misunderstood what Unbound does. I thought I’d be a replacement for a DNS resolver (like CloudFlare). But from the replies here I’m starting to think it isn’t?
stravanasu@lemmy.caOPto
Linux@lemmy.ml•Unbound as DNS resolver on a Linux laptop: tips/experiences?
2·2 个月前Thank you for the warning! I’ll know it’s expected then :) In my case I’d like to use it more or less independently of the network I’m in, that’s why I’d like to take a single-machine approach.
stravanasu@lemmy.caOPto
Linux@lemmy.ml•Unbound as DNS resolver on a Linux laptop: tips/experiences?
2·2 个月前Thank you, I see the advantages of a network approach. In my case it’s just two laptops in my network, and I’m also thinking of the case when I’m using the laptop in some other networks.
stravanasu@lemmy.cato
Linux@lemmy.ml•USB-C ports no longer sending/receiving data (Lenovo X1 carbon)
5·3 个月前X1 Carbons of several generations have been notorious for their Thunderbolt defects, which appear after a while. For instance this or this (sorry for the Reddit links), and there are others related to connecting to screens. Right these days I’m dealing with the Thunderbolt-charging defect in my Gen 9. Luckily still under warranty.
Best of luck with your problem! I suggest you use your warranty if still active (and better with on-site assistance than sending the thing).
stravanasu@lemmy.caOPto
Linux@lemmy.ml•How to test Wayland from a live USB? (Ubuntu/Kubuntu)English
2·3 个月前Yes, it turns out one can change session at login! Turns out Wayland doesn’t support my tablet, so I’ll stick with X11.
stravanasu@lemmy.caOPto
Linux@lemmy.ml•How to test Wayland from a live USB? (Ubuntu/Kubuntu)English
1·3 个月前Thank you. This live USB defaulted to X11 for some reason, but I was able to change to Wayland after the session started.
It turns out Wayland doesn’t support my touch/pen-screen: "“Unsupported platform detected. Currently only X11 is supported”. So X11 it is.
stravanasu@lemmy.cato
Linux@lemmy.ml•Which X11 software keeps you from switching to Wayland?English
5·6 个月前Check out xremap https://github.com/xremap/xremap
findmnt --real
Cheers! Apparently Ubuntu uses the
relatimesetting.
So what are the
atimesettings in a Linux distribution like Ubuntu?
Thank you! didn’t know about that command.
Edit: explicitly installing 10.1 with
sudo apt install wine-staging=10.1~focal-1 wine-staging-amd64=10.1~focal-1 wine-staging-i386:i386=10.1~focal-1 winehq-staging=10.1~focal-1worked.
Thank you for the help!
But I can’t remove wine-staging, at least not via
apt:$ sudo apt remove wine-staging-i386 Reading package lists... Done Building dependency tree Reading state information... Done You might want to run 'apt --fix-broken install' to correct these. The following packages have unmet dependencies. wine-staging : Depends: wine-staging-i386 (= 10.2~focal-2) Depends: wine-staging-amd64 (= 10.2~focal-2) but 10.2~focal-1 is to be installed E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).So no go there.
--fix-brokendoesn’t work either:$ sudo apt --fix-broken install Reading package lists... Done Building dependency tree Reading state information... Done Correcting dependencies... Done The following additional packages will be installed: wine-staging-amd64 The following packages will be upgraded: wine-staging-amd64 1 to upgrade, 0 to newly install, 0 to remove and 9 not to upgrade. 3 not fully installed or removed. Need to get 0 B/114 MB of archives. After this operation, 15.4 kB of additional disk space will be used. Do you want to continue? [Y/n] Y Preconfiguring packages ... (Reading database ... 393922 files and directories currently installed.) Preparing to unpack .../wine-staging-amd64_10.2~focal-2_amd64.deb ... Unpacking wine-staging-amd64 (10.2~focal-2) over (10.2~focal-1) ... dpkg: error processing archive /var/cache/apt/archives/wine-staging-amd64_10.2~focal-2_amd64.deb (--unpack): trying to overwrite '/opt/wine-staging/bin/wine', which is also in package wine-staging-i386:i386 10.2~focal-2 dpkg-deb: error: paste subprocess was killed by signal (Broken pipe) Errors were encountered while processing: /var/cache/apt/archives/wine-staging-amd64_10.2~focal-2_amd64.deb E: Sub-process /usr/bin/dpkg returned an error code (1)Any idea on how to remove Wine manually, bypassing
apt?
The problem is that the whole
aptsystem seems to be broken. It doesn’t let me install other packages, and I can’t even uninstall wine. So I wonder if any fixes from wine will work. It looks like this needs the user’s manual intervention.$ sudo apt upgrade Reading package lists... Done Building dependency tree Reading state information... Done You might want to run 'apt --fix-broken install' to correct these. The following packages have unmet dependencies. wine-staging : Depends: wine-staging-amd64 (= 10.2~focal-2) but 10.2~focal-1 is installed E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).$ sudo apt remove wine-staging-amd64 Reading package lists... Done Building dependency tree Reading state information... Done You might want to run 'apt --fix-broken install' to correct these. The following packages have unmet dependencies. wine-staging : Depends: wine-staging-amd64 (= 10.2~focal-2) but it is not going to be installed E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).but
sudo apt --fix-broken installdoes not solve anything…
stravanasu@lemmy.cato
Linux@lemmy.ml•Nonfree software found in GNU Boot releases again, many distros affected.English
5·1 年前Cheers! Got a bit clearer now.
stravanasu@lemmy.cato
Linux@lemmy.ml•Nonfree software found in GNU Boot releases again, many distros affected.English
221·1 年前Appreciated if someone can explain what is the problem and its context in simple terms 🙏
I understand the GNU “framework” is built on free, open source software. So I don’t understand how one can “discover” that there were pieces of non-free software there… They were put there by mistake?
Thanks for asking. I think I’ve had it for a week, and luckily no issues so far. I use it sparsely though, I always have on-demand mode. But I imagine Ubuntu Studio has important differences from Ubuntu?