Summary: | Missing 1920x1080_59.94Hz mode (Second monitor shows black screen but has signal) | ||||||
---|---|---|---|---|---|---|---|
Product: | DRI | Reporter: | fayn | ||||
Component: | DRM/AMDgpu | Assignee: | Default DRI bug account <dri-devel> | ||||
Status: | RESOLVED MOVED | QA Contact: | |||||
Severity: | normal | ||||||
Priority: | medium | ||||||
Version: | XOrg git | ||||||
Hardware: | Other | ||||||
OS: | All | ||||||
Whiteboard: | |||||||
i915 platform: | i915 features: | ||||||
Attachments: |
|
Description
fayn
2017-08-18 18:42:05 UTC
Please attach your xorg log and dmesg output. If this is a regression can you bisect? Created attachment 133616 [details]
dmesg and xorg logs
Logs are from Gallium 0.4 on AMD TONGA (DRM 3.15.0 / 4.12.8-1-ARCH, LLVM 4.0.1) and other ones from git versions.
I find out Asus (2nd monitor) works with 1920x1080 @ 59.94Hz mode, which was probed for my Dell monitor. I'm 99% sure Asus used to be 59.94Hz when monitor last worked, however i can't see it in list of supported modes, only 60Hz which doesn't work. AMDGPU(0): Modeline "1920x1080"x59.9 148.35 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.4 kHz e) Please attach the Xorg configuration snippets you created in /etc/X11/xorg.conf.d and/or /usr/share/X11/xorg.conf.d , in particular anything related to a mode named "1920x1080_60.00". (In reply to Michel Dänzer from comment #4) > Please attach the Xorg configuration snippets you created in > /etc/X11/xorg.conf.d and/or /usr/share/X11/xorg.conf.d , in particular > anything related to a mode named "1920x1080_60.00". I forgot to mention, that is irrelevant. The problem happened before i had anything configured in xorg.conf.d (also fixed it since obviously that mode doesn't exist). Section "Device" Identifier "Radeon R9 285" Driver "amdgpu" Option "AccelMethod" "glamor" Option "DRI" "3" Option "TearFree" "on" Option "ColorTiling" "on" Option "ColorTiling2D" "on" EndSection This was all in 20-amdgpu.conf originally, doesn't matter if I add monitors+screen or not. I have to run these commands after every restart, or no signal: xrandr --newmode "mymode" 148.35 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync xrandr --addmode DVI-I-1 mymode xrandr --output DVI-I-1 --right-of DVI-D-0 --mode mymode According to the log file, the ASUS monitor only lists the 60 Hz 1920x1080 mode in its EDID. So it seems clear that's what the monitor wants to be fed, but for some reason we don't seem to be generating it properly. Any chance you can try if a kernel built from the amd-staging-4.12 or amd-staging-drm-next branch of https://cgit.freedesktop.org/~agd5f/linux/ with CONFIG_DRM_AMD_DC=y works better? (In reply to Michel Dänzer from comment #7) > According to the log file, the ASUS monitor only lists the 60 Hz 1920x1080 > mode in its EDID. So it seems clear that's what the monitor wants to be fed, > but for some reason we don't seem to be generating it properly. > > Any chance you can try if a kernel built from the amd-staging-4.12 or > amd-staging-drm-next branch of https://cgit.freedesktop.org/~agd5f/linux/ > with CONFIG_DRM_AMD_DC=y works better? Thank you, It works :) I thought amdgpu-staging kernel was only needed for their PRO driver, so i never had the idea to try it. I updated bunch of packages today (linux-amd-staging,mesa etc) and now DVI-I-1 is not recognized but it is shown as DVI-D-1. This also brought new problem: monitors 'blink' randomly, about every ten seconds and it is VERY annoying. I also left the computer for few hours monitor powered off, and then when I came back and it should've shown lockscreen monitor repeatedly showed "signal not found" and then got it, and lost it immediately again. I couldn't get picture to either monitor but Ctrl-Alt-Del restart did work. By the way refresh rate 60.00 is used since DVI-I-1 -> DVI-D-1 change. (In reply to fayn from comment #9) > I updated bunch of packages today (linux-amd-staging,mesa etc) and now > DVI-I-1 is not recognized but it is shown as DVI-D-1. This also brought new > problem: monitors 'blink' randomly, about every ten seconds and it is VERY > annoying. Sounds like most likely there's been a regression on the amd-staging kernel branch you're using. Please file a separate report about that. Arch stock kernel 4.12.13-1 still boots one monitor black, but can be restored with xrandr. Wayland sessions work, and they never lose signal in any situation. Xorg sessions do randomly cause black screen (https://bugs.freedesktop.org/show_bug.cgi?id=102956). Latest mesa driver still shows black screen. I also tested with fresh Ubuntu 16.04 installation, and same thing happens there (black screen problems started well over a year ago, just it got worse this summer). AMDGPU-PRO 17.40 (and probably earlier ones) works and I don't have any problems with it. Switching to fullscreen and back is absolutely no problem with it, and it always shows picture at boot time in both monitors. -- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/drm/amd/issues/223. |
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.