Double ecran et tint2

Hi everyone,

I’m using OpenBox with two screens. Each time I start up I go to ARandR to activate layout.sh, which I configured and saved when I installed cachyos, to find the configuration I want.
I must have forgotten to do something;

I think I need to put layout.sh in .config, and, in tint2 or openbox … I’d rather ask… I haven’t had this problem before…
if you have any ideas…

5 years since I’ve used openbox please bare with me, but something like this

export DISPLAY=:0.1
openbox-session &
sleep 3

export DISPLAY=:0.0
exec openbox-session

That’s just an example you may need to tweak it.

Is nVidia involved here?

It might still need a “xorg.conf”
another suggestion is:

DISPLAY=:0.1
exec openbox & 
#--startup "/home/<your user name here>/.config/openbox/autostart.1"&

DISPLAY=:0.0
exec xrandr --output eDP1 --dpi 192 &
exec openbox-session

Hi,
thank you very much, I’m going to try that.
No Nvidia here.