linux

This magazine is from a federated server and may be incomplete. Browse more on the original instance.

Chais, in Linux Sound Device Manager
@Chais@sh.itjust.works avatar

pavucontrol probably the best option given your distro. Go with that.

Grenfur,

pavucontrol does seem to work well. Just need to choose an easier way to switch now. Thank you kindly.

Resonanz, in I finally switched back to Linux as my daily driver after a couple of years of being on nothing but Windows.

Fellas, the FOSS team gets +1 c:

xfts,
@xfts@lemmy.world avatar

Every new Linux user counts!

aarRJaay,
@aarRJaay@lemmy.world avatar

Next year: The Year Of The Linux Desktop!!

bitwolf, in I Made Screen Brightness Control on Gnome Much Better

I can see you’ve gotten some code review so I will just eagerly watch as this gets worked out and eventually merged.

I never had an issue with the backlight curve or lack thereof however a friend recently demoed a similar impl they put together for hyprland and it is a very nice change.

Looking forward to seeing it in the next Gnome release 🤞

bravesilvernest, in what caused you to get into Linux?

Started at college in 08. Multiple Debian internal servers, and now daily driving PopOS since 2018.

No ragrets.

Olhonestjim, in what caused you to get into Linux?

Steam Deck. Now I have a Framework running PopOS too.

velox_vulnus, (edited ) in I Made Screen Brightness Control on Gnome Much Better

I know that this is probably some close-sourced shenanigans, but can I push the limits of brightness below what GNOME sets? In Windows, I could go as low as I could, but this isn’t possible in GNOME anymore.

kevincox,
@kevincox@lemmy.ml avatar

Typically their is some sort of low-level knob in /sys (try find /sys | grep backlight) which can be used to set it to any value. Be careful playing around though because 0 is often completely off and it can be hard to set it back. (Although a reboot should fix it if nothing tries to be clever and preserve it at shutdown.)

abuttandahalf,

With my code, the lowest brightness setting should be closer to the minimum supported by the screen. There are some limitations with this because some screens become flickery at very low brightness levels. You might be able to circumvent the lower limit by using something other than the gnome settings daemon to set the brightness.

TheGrandNagus, in What are people daily driving these days?

Fedora Workstation. Couldn’t be happier.

isVeryLoud,

Same, it’s a “it just works” distro.

Astaroth, in what caused you to get into Linux?

End of Windows 7

Bananable, in what caused you to get into Linux?

Just windows, I had windows 10 installed on my laptop and was constantly fighting with windows update so when the system broke (wouldn’t boot) I finally installed Ubuntu. These days I use arch BTW.

Atemu,
@Atemu@lemmy.ml avatar

And now you get to be the only one who breaks your system on a regular basis ;)

CCatMan,

Also, now leaving a system running for months on end without windows updating on its own is possible.

nixchick, in what caused you to get into Linux?
@nixchick@lemmy.ml avatar

Lack of money, I couldn’t afford to pay for a Windows license. After discovering how to install Linux more than 25 years ago, I became eager to learn it and never looked back.

governorkeagan, in Vanilla OS Orchid - Devlog 22 Nov

Has anyone used Vanilla OS here? It seems really interesting, would like to get some opinions.

conrad82,

I tried it briefly, but it doesn’t/didn’t support disk encryption. For my laptop this is a must, so I’ll wait until it is implemented and out of alpha.

unwillingsomnambulist,

I’ve been waiting for a beta of the Debian-based version. The Ubuntu-based version seemed to run reasonably well on my old Thinkpad T460, but I didn’t try too much serious stuff on it that I don’t already do on regular Debian with Distrobox.

peanuts4life,
@peanuts4life@beehaw.org avatar

It sounds really cool, but I’ve honestly had issues installing it on two PCs now on two separate occasions separated by a couple months. Issues I didn’t have installing Ubuntu. The installer would fail to complete. I’m not a Linux power user, and while I tried debugging for a few hours, I gave up.

governorkeagan,

Interesting. I might give it a go in a VM. I’m also waiting for the new DE from Pop!_OS, too may options lol

geeper, in [Question] Are OS X like keybindings possible?

I use this to emulate Mac keyboard. MAC Keyboard : kinto.sh

WhiteHotaru,

Thanks. I’ll look into this.

sp3ctre, in What are people daily driving these days?
@sp3ctre@kbin.social avatar

Debian with KDE works great for my needs.

aksdb, in kando: 🥧 The Cross-Platform Pie Menu.

npm? So this uses electron? I essentially run a stripped down browser to render a fucking OSD? I can’t do that with good conscience.

loutr,
@loutr@sh.itjust.works avatar

npm means it’s a JS app running on a JS runtime, which is roughly similar to what python does. Electron runs on top of the runtime and indeed provides some kind of stripped down browser.

But yeah, in this case the app does use electron :)

PixxlMan,

God truly is dead, and electron killed him

just_another_person, in What are the major components of any Linux distribution?

The major parts of any distro are just bootloader, kernel, init, shell, and package system. The filesystem isn’t “part” of the distro, it’s just an abstraction layer to work with data on the drive, and should be considered independent of the packaged distribution itself.

With the above, you can run the basics of Linux on a device. The DE is not needed, and included packages and libraries are at the discretion of the maintainers. The included choices of all the above is the only thing that differentiates each distro.

If it helps in your understanding at all, back in the day, in order to install something like Slackware, you had to build each layer of these things manually like so: format and partition disk from disk in DOS, copy bootloader to newly partitioned HDD, boot to single user mode, compile kernel, add entries to bootloader, reboot from disk to Linux kernel, open TTY, set user and shell, reboot again, compile DE, set init level and basic services, reboot to DE, and then you had a Desktop.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • linux@lemmy.ml
  • localhost
  • All magazines
  • Loading…
    Loading the web debug toolbar…
    Attempt #