Dual monitors and fonts on Ubuntu
I got dual monitors working well, except the two screens were basically duplicates - each screen having its own desktop, and control panels. Plus, it wasn’t possible to drag windows between screens. Adding the Xinerama option as shown below seems to have fixed this issue.
(from /etc/X11/xorg.conf)
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen" 0 0
Screen "aticonfig-Screen[1]" [...]
