Originally posted by mathojojo
View Post
- RANDR1.2 - single surface with 2 monitors a command similar to the following sets the output. Note that you need to ensure the virtual size is large enough to support your maximum resolutions.
Code:xrandr --output DFP1 --left-of --output DFP2
- Multi-head - (some call this zaphod mode), you have two X Screens (:0.0 and :0.1), the desktops are essentially independent, with the mouse and keyboard shared with them (focus controlled by the mouse).
You can configure this by
Code:aticonfig --initial=dual-head (use -f if needed)
- Xinerama - Multi-head with a unified workspace. This is effectively a hack on dual head that is more useful with multiple ASICs. For a single ASIC, RANDR1.2 or later is vastly superior.
You can configure this by
Code:aticonfig --intial=dual-head --xinerama=on
Please note that there may be bugs, so provide feedback on the behaviours and we can go from there.
Regards,
Matthew
Comment