Hellmo_luciferrari

  • 2 Posts
  • 82 Comments
Joined 9 months ago
cake
Cake day: December 20th, 2023

help-circle

  • I tried using Bazzite since I didn’t want to fuss with Wayland on Nvidia with Arch.

    I had more gripes and more issues with an immutable distro than I ever did with my Arch install.

    Stuck it out with Arch. It has taught me a lot.

    The problem many folks have with Arch is the fact they don’t want to read or learn; well, newsflash, if you read and learn Arch isn’t exactly all that hard to use, setup, or maintain. It has better documentation than Bazzite and other newer distros. In fact, Arch Wiki has saved me hassle for other distros.

    Your mileage may vary. However, I wouldn’t recommend an immutable distribution nec3ssarily to someone coming from Windows unless they want to shift from one paradigm to another.

    Switching from Windows to something with such a vastly different approach in many cases will turn users away from using Linux. Their experience can dictate they switch away because of lack of knowledge and then proced to conflate every distro as just one “Linux” experience and not want to look back at it.

    I still stand by one thing you will always hear me say: use the right tool for the job.



  • To get Nvidia working on Arch here is what I did:

    During installation of Arch when it asked if I wanted to chroot into my distro I did. However if you enter commandline by hitting CTR+ALT+<F1 or F2 or F3> to change to a virtual console. If you are doing this from a chroot environment you don’t need sudo.


    edit the mkinitcpio.conf

    sudo nano /etc/mkinitcpio.conf

    In the MODULES=() section I added “nvidia nvidia_modeset nvidia_uvm nvidia_drm” without quotes. So it looked like this:

    MODULES=(nvidia nvidia_modeset nvidia_uvm nvidia_drm)

    Afterwards I updated my initramfs images by running:

    sudo mkinitcpio -P

    Then I edited my grub config:

    sudo nano /etc/default/grub

    Find the line that says “GRUB_CMDLINE_LINUX_DEFAULT=”“”

    GRUB_CMDLINE_LINUX_DEFAULT="nvidia-drm.modeset=1" 
    

    Then I updated grub

    sudo grub-mkconfig -o /boot/grub/grub.cfg
    

    Note: I use the Nvidia Proprietary drivers


    Resources: Arch Wiki


    I do not recommend Manjaro especially if you are going to be using the AUR (Arch User Repository) as it can cause things to break.


  • I actually suggest getting Ventoy which is a fantastic utility that allows you to copy bootable images to a folder, and when you boot the drive you can select from the ISO/Images available on the drive. Super handy!

    The Live USB may not solve all HW issues, but it’s a good jumping off point.

    I can’t blame anyone not going the pure arch route, and choosing an Arch based distro. Besides getting my GPU working as I wanted it, running and maintaining my Arch install is no work at all at this point. With Timeshift installed, as well as the grub hook, and pacman hook, it makes it a cake to revert if something breaks.


    The other advice I have for Linux is an often overlooked. When switching to Linux you can’t always approach fixing a problem or operating the machine the exact same ways one would on Windows. So being flexible, and learning to change habits helps.


  • Besides the usual back up your files advice, I have a few recommendations.

    These recommendations are not in any particular order but:

    • Consider all of the applications you use on Windows, and research alternatives for those applications. Or if there isn’t a replacement for it, investigate how to get the application you need working in Linux. For instance, I use a lot of audio production software and learned that there are a few that just do not work reliably or at all within Linux.

    • Depending on your needs be sure to research (or better yet, try) different Desktop Environments. (Note: for trying different environments I would recommend finding a distro that has a Live USB option and run those live to test them out)

    • As I mentioned in the above suggestion, try different distros you are considering using with a Live USB. This can help snuff out different hardware that you have that may or may not work on your system before committing.

    • Before choosing which OS you want to go with, consider the key beliefs of how to maintain an OS. For instance, there are many people that will blindly recommend a distro without knowing why one would use it. There are bleeding edge rolling release type distros such as Arch. I use Arch BTW, but I would not blindly tell someone who just wants a stable experience with little to no tinkering needed.

    Most of my suggestions come down to please do your research, and make an educated decision on what you want to jump into. And I like to think that there are plenty of communities that can be friendly and welcoming that would help!


  • AI isn’t a magic bullet. Sure it has it’s uses, but you have to weigh it’s usefulness to the ideology behind a project and it’s creators. Just because a software developer or community doesn’t embrace AI doesn’t mean they will be “obsolete.”

    AI is the current trend that is being shoehorned into everything. I mean literally everything. I don’t think we need AI touching everything.

    I don’t want or need AI crammed into my desktop environment. And I surely don’t want it interjecting into my filesystem with my data. It is a privacy concern. And many of other people will feel the same or similarly as I do.

    AI is a tool, and with all tools: use the appropriate tool for the job.






  • While I can see the merit of your sentiment here, and would generally agree the world exists on a spectrum and not some binary scale of yes or no, black or white. Like others have said, with mottos like “Embrace, Extend, Extinguish” how can one ignore the bad that Microsoft brings to the table.