[solved] coil whine w/ GUI install, no whine with bash install
I installed both kde-plasma-runit-community.iso and base.runit.iso. While opening applications like the web browser for example my motherboard ( a component somewhere) makes a weird whining/electrical sound. ( sound example below). This problem occurs only with the GUI install and doesn't happen with the manual install using the base version. I installed xde plasma and sddm manually with the base version as opposed to the GUI installation.
SOUND example: http://www.sndup.net/p922
https://ufile.io/gmqigrna 2nd mirror
microphone is pointed directly at my motherboard
this is most of the lines i ran while installing the base version in bash if its relevant. And also i'm willing to do diagnostic testing to pinpoint why this is happening. My best guess is it has something to do with the kernel or firmware? I'm currently on the GUI installation for the time being so i could try any suggestions until i switch over to the base install again. Also does anyone know how i can get the same login theme/default artix-dark theme and settings the GUI install version uses? ( would be nice just to copy and paste simple pacman commands since i basically already exhausted all the documentation lol although im wiling to hunt for it if you make me.)
basestrap /mnt base base-devel runit elogind-runit linux linux-firmware
mount /dev/nvme0n1p2 /mnt
mkdir /mnt/home
mkdir /mnt/boot
mount ...
fstabgen -U /mnt >> /mnt/etc/fstab
artix-chroot /mnt
bash
nano /etc/pacman.d/mirrorlist
ln -sf /usr/share/zoneinfo
ln -sf /usr/share/zoneinfo /etc/localtime
ls -l /etc/localtime
hwsclock --systohc
nano /etc/locale.gen
locale-gen
nano /etc/locale.conf
pacman -S networkmanager networkmanager-runit
ln -s /etc/runit/sv/NetworkManager /run/runit/service
ln -s /etc/runit/sv/NetworkManager/ /etc/runit/runsvdir/current
/etc/hostname/
/etc/hosts/
127.0.0.1 localhost
::1 localhost
127.0.0.1 desktop.localdomain desktop
pacman -S grub efibootmgr
grub-install --target=x86_64-efi --efi-directory=/boot --bootloader-id=GRUB
grub-mkconfig -o /boot/grub/grub.cfg