• 2 Posts
  • 60 Comments
Joined 1 year ago
cake
Cake day: July 11th, 2023

help-circle




  • For volume control, I use Wireplumber:

    • To raise the volume bindsym XF86AudioRaiseVolume exec wpctl set-volume @DEFAULT_AUDIO_SINK@ 1%+
    • To lower the volume bindsym XF86AudioLowerVolume exec wpctl set-volume @DEFAULT_AUDIO_SINK@ 1%-
    • To mute/unmute the volume bindsym XF86AudioMute exec wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle
    • To mute/unmute the microphone bindsym XF86AudioMicMute exec wpctl set-mute @DEFAULT_AUDIO_SOURCE@ toggle

    For icon I have configured the swaybar. I don’t use notifications, thus they’re simple to set for bindsym (above) if needed.







  • Nuuskis9@feddit.nltoLinux@lemmy.mlDistro for ideapad
    link
    fedilink
    English
    arrow-up
    6
    ·
    edit-2
    1 year ago

    I don’t know what this ‘gallium’ is. But your computer has a powerful x86 cpu, so any regular distro will work just fine.

    Becuse it is your first distro, it should be something well documented (large user base) and stable.

    I recommend you to format your biggest usb stick with Ventoy2Disk and it’ll be the last time you’ll ever format.

    With Ventoy you can try any distro in Live mode without installing anything in your computer before you’re found your favorite.

    Try at least Pop_OS! and LMDE5 (LMDE6 is released within a few weeks) over regular Mint and here’s why: https://forums.linuxmint.com/viewtopic.php?t=374128


  • Do you have a gpu in your pcie slot or do you use integrated gpu?

    Because you have a desktop, I’d recommend to use 2 separate disks. Because if you manage to break the Linux system (it might happen if you heavily tinker/customize your Linux and manage do some mistake) then you can just re-install the Linux and start again.

    If you have 2 storage drivers, then unplug the Windows drive when you (put tape and write Windows onto it) are installing the Linux. Then the computer will manage the partitioning automatically, so less work for you.

    Don’t fear the tinkering/customizing. That’s one big joy in Linux, lol. Remember to backup at least your personal files.



  • I will write a guide for you via editing so others don’t need to after they see this message.

    Yes. 1 hard drive is enough. 2 provides you few steps less (as in manual partitioning), but the end result is exactly the same in both scenarions.

    I hope your storage drive(s) is ssd and not hdd. If not, I highly recommend to buy at least used ssd (my oldest ssd is from 2010 and still works).

    Manual partitioning varies a bit between Linux distros, so google the guide for the distro you want ro install.

    Windows overrides and formats the Linux boot partition, so install Windows first and at the partitioning “window” write the amount of storage you want to give for Windows and it handles everything else automaticly. If your Windows is already installed, then shrink your drive with the amount you want to use in Linux. Windows has a tool named Disk Management for shrinking the drive.

    In Linux you need at least two partitions; boot (In Linux terms: /boot/uefi) and root (in Linux terms: / ). But like I said, Google/Youtube a guide for your distro of choice.

    Have you chosen which distro you’ll use? If not, format your biggest usb stick with Ventoy2Disk and it’ll be the last time you ever format your usb stick. Just drag and drop any Linux .iso and try them in Live mode without the need to format or install anything before you’ve chosen which distro you like the most. Linus Tech Tips showed Ventoy2Disk in his latest video.

    Try at least Pop_OS! and Linux Mint since they are very beginner friendly distros.

    Dual boot isn’t the easiest way to start your Linux journey, but I hope you have fun while learning new skills. If you have anything to ask, don’t hesitate, just ask.