LukeSmithxyz / LARBS

Luke's Auto-Rice Bootstrapping Scripts: Installation Scripts for My Arch Linux Meta-Distribution
GNU General Public License v3.0
2.02k stars 797 forks source link

Second monitor goes dark when using LARBS #518

Open fx-biocoder opened 1 year ago

fx-biocoder commented 1 year ago

Hello. I have installed LARBS on an fresh Artix Linux installation with a Cinnamon DE.

When I activate it with startx, my second monitor goes dark. It's still recognized by the PC (it doesn't go into stand by) but it just won't show anything at all.

I see this is an old issue, judging by a blog entry from 2020 (click here)

thecodsman commented 1 year ago

I had the same problem. what worked for me is removing kms from the HOOKS array in /etc/mkinitcpio.conf and then running mkinitcpio -P (you might need to run it with sudo) and then rebooting (also make sure your 2nd screen is configured properly. easiest way to do that is run arandr and configure it with that. also the screen configuration is not permanent, it wont survive a restart.) this is where I found the solution