Page 1 of 1
multi-monitor setup?
Posted: Thu Jul 14, 2022 10:52 pm
by artemis
Hey, I've just gave DPup 9.2.6 a try, nice minimal setup you've got here! I am wondering, what's a good way to do multi-monitor configuration? In fossapup64 the video wizard has a button for multi-monitor setup (shown below) but I don't see that in dpup's video wizard.
- grahpics wizrd.png (44.05 KiB) Viewed 1297 times
- multi monitor.png (25.45 KiB) Viewed 1297 times
Thanks!
Re: multi-monitor setup?
Posted: Thu Jul 14, 2022 11:08 pm
by puddlemoon
Hi @artemis
For my setup I just used a startup script in /root/startup,
Code: Select all
#!/bin/sh
xrandr --output HDMI-1 --primary --left-of DVI-I-1
use xrandr --help
for more options
or you could apt install lxrandr
. That is the app used in fossapup.
Re: multi-monitor setup?
Posted: Fri Jul 15, 2022 5:36 am
by dimkr
@artemis As @puddlemoon said, try apt install lxrandr
.