You are not logged in.
Pages: 1
Hi, i faced problem with LXDM. I have 2 displays (dvi & hdmi). Dm displayed only on HDMI screen even it's switch off.
As i know this behavior controls by this lines in /etc/lxdm/lxdm.conf
[server]
arg=/usr/bin/X -background vt1But i cant find any similar cases. Maybe i should write different x.conf without HDMI screen and use it while login and restart x after login with my general config?
There isn't general x.config in my system, i use defaults.
Last edited by hills_of_eternity (2017-05-04 12:02:37)
Offline
Offline
I fixed it.
I found my displays using xrandr, create file /etc/X11/xorg.conf.d/10-monitor.conf and define options like this
Section "Monitor"
Identifier "DVI-D-0"
Option "Primary" "true"
EndSection
Section "Monitor"
Identifier "HDMI-A-0"
Option "RightOf" "DVI-D-0"
Option "mode" "1920x1080"
EndSectionOffline
Pages: 1