Monday, June 09, 2025

Block 'sign in with Google' popup

 Add a rule like this to uBlock > My Filters

||accounts.google.com/gsi/iframe/$subdocument



Thursday, June 05, 2025

Arch install boots to Grub prompt

Last night I installed Artix (Arch) on my Dell laptop.  After reboot it dropped to a Grub shell.  I know this distro works well and have installed it many times on other laptops.  The fix here was pretty easy.

1.  Reboot, press F2, go into BIOS and turn off RAID storage

2.  Reinstall Artix again

After I did this everything worked fine.

Arch Linux KDE can not change resolution. Only list one resolution.

Just installed Artix on my Dell laptop and notice in KDE only one resolution is listed.  After ~10 min on Google I found this answer

My situation matched theirs.  Command :

inxi -G

 Output was listing the driver as  intel not modesetting

As root I created this file, rebooted, and can change resolution OK now.

/etc/X11/xorg.conf.d/20-intel.conf

Section "Device"
   Identifier  "Intel Graphics"
   Driver      "modesetting"
EndSection

//]]>