[Bug 82205] New: Preferred Mode not selected for external monitor

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Aug 5 10:58:20 PDT 2014


https://bugs.freedesktop.org/show_bug.cgi?id=82205

          Priority: medium
            Bug ID: 82205
          Assignee: chris at chris-wilson.co.uk
           Summary: Preferred Mode not selected for external monitor
        QA Contact: intel-gfx-bugs at lists.freedesktop.org
          Severity: normal
    Classification: Unclassified
                OS: Linux (All)
          Reporter: jugg at hotmail.com
          Hardware: x86 (IA32)
            Status: NEW
           Version: unspecified
         Component: Driver/intel
           Product: xorg

Created attachment 104092
  --> https://bugs.freedesktop.org/attachment.cgi?id=104092&action=edit
Xorg.0.log

I'm using a build from Git commit gf36b7a4 of the xf86-video-intel driver
(running under Archlinux with xorg-server 1.16).

(II) intel(0): Printing probed modes for output eDP1
(II) intel(0): Modeline "1600x900"x60.1  100.40  1600 1648 1680 1792  900 902
907 932 -hsync -vsync (56.0 kHz eP)
<snip>
(II) intel(0): Printing probed modes for output HDMI1
(II) intel(0): Modeline "1920x1200"x60.0  154.00  1920 1968 2000 2080  1200
1203 1209 1235 +hsync -vsync (74.0 kHz eP)
<snip>
(II) intel(0): Using user preference for initial modes
(II) intel(0): Output eDP1 using initial mode 1600x900
(II) intel(0): Output HDMI1 using initial mode 1440x900

[full log attached]

As you can see the initial mode selected for HDMI1 is not the native preferred
mode.

In previous versions of the driver (2.99.911 and earlier) I could correct this
by setting the HDMI1 Monitor as "Primary":

Section "Monitor"
  Identifier "HDMI1"
  Option "Primary" "true"
  Option "RightOf" "eDP1"
EndSection

In which case it would then select the native preferred mode of the external
monitor properly.

This no longer works.

Alternatively, I can force the preferred mode in the Monitor section, but since
I connect different monitors from time to time to HDMI1, this is not desirable.

Section "Monitor"
  Identifier "HDMI1"
  Option "RightOf" "eDP1"
  Option "PreferredMode" "1920x1200"
EndSection

So, the behavior I would ultimately prefer is if the preferred mode was auto
selected for each monitor and applied respectively whether it was primary or
not.  Which I expect means that the Display's Virtual screen resolution must be
large enough to accommodate the largest Monitor mode.  Given the text in the
manual regarding the Virtual value:

"If this entry is not present, the virtual screen resolution will be set to
accommodate all the valid video modes given in the Modes entry"

which seems to indicate that the desired behavior should be the default
behavior, assuming the Modes entry is auto populated with the detected modes
(which other text says it should be).

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/intel-gfx-bugs/attachments/20140805/3394c9c5/attachment.html>


More information about the intel-gfx-bugs mailing list