
Questo articolo è stato pubblicato
11 anni 6 mesi 12 giorni giorni fa quindi alcuni contenuti o informazioni presenti in esso potrebbero non essere più validi. Questo sito non è responsabile per eventuali errori causati da questo problema.

If when you try to set a dual monitor with xrandr obtain the message:
$ xrandr: screen cannot be larger than widthXheight (desired size mywidthXmyheight)
You can solve creating a new file in:
$ /usr/share/X11/xorg.conf.d/
e.g.:
$ sudo nano /usr/share/X11/xorg.conf.d/50-default-screen.conf
With the following content:
Section "Screen"
Identifier "Default Screen"
SubSection "Display"
Virtual 4096 4096
EndSubSection
EndSection
Then restarting the session!
Enjoy.