Summary: | xorg-server does not allow selection of Primary monitor in xorg.conf/randr | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | xorg | Reporter: | Öyvind Saether <oyvinds> | ||||||||
Component: | Server/General | Assignee: | Xorg Project Team <xorg-team> | ||||||||
Status: | RESOLVED WONTFIX | QA Contact: | Xorg Project Team <xorg-team> | ||||||||
Severity: | normal | ||||||||||
Priority: | medium | CC: | flo | ||||||||
Version: | git | ||||||||||
Hardware: | Other | ||||||||||
OS: | All | ||||||||||
Whiteboard: | |||||||||||
i915 platform: | i915 features: | ||||||||||
Attachments: |
|
Description
Öyvind Saether
2009-09-14 19:30:19 UTC
can you attach the xorg.conf you are using. Created attachment 29556 [details]
My Xorg config
Created attachment 29557 [details]
secret log document
The desktop environment you are using has to actually have support for the primary randr flag otherwise you need to use app specific controls. Created attachment 34845 [details]
xorg.conf
same problem here ... using xf86-video-ati from git and xorg-server-1.8.0, randr 1.3.
XRRGetOutputPrimary returns 0.
[ 20.795] (II) RADEON(0): Output DVI-0 using monitor section tft-monitor
[ 20.795] (**) RADEON(0): Option "PreferredMode" "1280x1024"
[ 20.795] (**) RADEON(0): Option "Primary" "True"
[ 20.807] (II) RADEON(0): Output DIN has no monitor section
[ 20.860] (II) RADEON(0): Output DVI-1 using monitor section crt-monitor
[ 20.860] (**) RADEON(0): Option "PreferredMode" "1280x1024"
[ 20.860] (**) RADEON(0): Option "LeftOf" "tft-monitor"
...
[ 21.048] (II) RADEON(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[ 21.053] (WW) RADEON(0): Option "PreferredMode" is not used
[ 21.053] (WW) RADEON(0): Option "TargetRefresh" is not used
[ 21.053] (WW) RADEON(0): Option "Primary" is not used
The drivers don't have anything to do with the primary option. It's handled completely in the xserver. hmm, it seems the only thing the xserver does with the option, is movin the output to the first position. http://cgit.freedesktop.org/xorg/xserver/tree/hw/xfree86/modes/xf86Crtc.c#n644 shouldn't it the randr primary property too? I request this bug closed as Resolved and Wontfix. It's either fixed or it won't be. I no longer have the radeon3000 or the monitors present when this bug was filed so I can't test and I doubt anyone else has either. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.