Functionality wise, there's nothing preventing the multiple displays... however the default configuration is the main issue. To fix this, Follow the following steps, and you will be able to make use of multiple displays at the same time ( With monitor hot-plugging support ).
- Open up the xorg.conf file with your favorite text editor. This file is usually located at /etc/X11/xorg.conf
- scroll down to the "Screen" Section. This should look something like:
Code:Section "Screen" Identifier "aticonfig-Screen[0]-0" Device "aticonfig-Device[0]-0" Monitor "aticonfig-Monitor[0]-0" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection- Modify the subsections which define viewport and depth to also include the "Virtual" parameter. For this, I recommend 4096 square for two displays and if your looking at three or more displays try 8192. either way, the new screen section will look something like this:
Code:Section "Screen" Identifier "aticonfig-Screen[0]-0" Device "aticonfig-Device[0]-0" Monitor "aticonfig-Monitor[0]-0" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 Virtual 4096 4096 EndSubSection EndSection- Save the file, and restart the computer.
- Once the reboot is finished, You should have full xrandr working without any hassles, and with this working, the desktop environmental configuration tool for monitors will handle the rest.


Reply With Quote
