Hellmo_luciferrari

  • 1 Post
  • 19 Comments
Joined 7 months ago
cake
Cake day: December 20th, 2023

help-circle

  • I may have misspoke, I use an AUR helper to install many programs and utilities, and am not at my computer to view the actual source. So I took a gamble and guessed AUR. My apologies.

    It could have been other instability, as I mentioned in another comment I didn’t really look too deep into it since it wasn’t so important. And by no means am I blaming Thunderbird (regardless of source) for the issues I have had. It truly is a great email client.


    Edit: It is from official source, not AUR. I have the same setup on my personal laptop. It came from Extras, and not AUR.

    May have to investigate a bit. May have to figure out each directory to purge, do a pacman -Rnsu thunderbird

    Then purge directories related, then reinstall.





  • 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.



  • 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.