On 30 July 2012 22:05, siro@das-labor.org wrote:
Mostly for reference, what driver are you using? Have you explicitly configured a primary display at all (either through the xorg.conf "Primary" option for the monitor, or with the xrandr utility), or is it just picking up the first display connector and incorrectly assuming it's connected?
Am 01.08.2012 15:42, schrieb Henri Verbeet:
I'm using ATI driver with xorg.conf but there's no "Primary" option. I investigated some time and found the problem: xrandr reports 0 outputs on the first disabled crtc, but there is a "connected" outputs that block this crtc. Connected means that it is plugged in weather or not it is powered or in use. This is why xrandr connects my "primary" monitor to crtc 1. After unplugging all other monitors crtc 0 is used. This example shows that with xrandr 1.2 multi-head support is necessary. To introduce multihead support every CRTC that has "connected" primary outputs should be seen as display-device. Since Windows is aware of disabled display-devices this should be no problem. EnumDisplayDevices should return all this CRTCs and let the application decide which to choose.
Regards, Patrick
On 1 August 2012 17:47, Patrick Rudolph siro@das-labor.org wrote:
Does it get any better if you add it?