Skip to main content
Topic solved
This topic has been marked as solved and requires no further attention.
Topic: SOLVED: LightDM and xrandr (Read 213 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

SOLVED: LightDM and xrandr

I use a script that is supposed to get executed when LightDM runs.
In /etc/lightdm/lightdm.conf , I have this:

Code: [Select]
 display-setup-script=/etc/lightdm/monitors.sh

The script simply has the following:

Code: [Select]
 
#!/bin/sh
# Shutoff laptop display - use only HD monitor
xrandr --output eDP --off
xrandr --output HDMI-A-0 --mode 2560x1440

and is chmoded +x
This works in Debian and Arch but for the life of me, fails in Artix. Just a black screen.
Supercalifragilisticexpialidocious

Re: LightDM and xrandr

Reply #1
Have you checked the identifiers (eDP, HDMI-A-0) are correct ?

 

Re: LightDM and xrandr

Reply #2
Have you checked the identifiers (eDP, HDMI-A-0) are correct ?

Yup yup, I did. Turns out all I needed was a reboot

/face-palm
Supercalifragilisticexpialidocious