I have to configure file xorg.conf in ~/etc/X11/ folder by adding subsection "display" part is section "screen" as follow (character in green):
[~/etc/X11/xorg.conf]
Section "Screen"
Identifier "Default Screen"Above code will change maximum size to 3600x3600 larger than what I really want (but it's fine). Save and reboot the system and I can use dual-monitor as I want.
DefaultDepth 24
SubSection "Display"
Virtual 3600 3600
EndSubSection
EndSection
Section "Module"
Load "glx"
EndSection
No comments:
Post a Comment