-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
External 4k monitor blanks out periodically #20
Comments
Sounds like a GPU driver issue. Do you see anything of interest in dmesg? |
Not sure, but these lines from
|
hmm, upgrading the drivers went particularly poorly. Couldn't successfully reboot the machine, even in safe mode. Did a fresh Ubuntu 15.04 install from usb. (everything backed up so no data loss). |
Running the external monitor at a lower resolution seems to avoid the issue (2560x1440 instead of 3840x2160), but seems like a pity. Perhaps lowering the monitor frequency instead would also help. A bit surprised that this i7 chip doesn't handle the single 4k over display port well (even with the laptop monitor switched off). |
I experience this issue with the internal display on the QHD model. running kernel 4.1.1 |
@bezerker Try adding |
Currently running that option with no luck. |
Upgrading the kernel to 4.1.6-040106-generic fixed this for me. More info here; http://hgdev.co/installing-ubuntu-15-04-on-the-xps-13-9343-2015-a-complete-guide/ |
Hrm. I still get this on the internal display (not external) 4.1.6 and I get the following in dmesg https://gist.github.com/bezerker/a8a84bf20ebf46ccaca4 I am suspecting bad hardware though. |
I only had the problem with an external monitor (Dell 23inch HiDPI), and the error message was; drm:intel_set_cpu_fifo_underrun_reporting [i915] Looks like yours is a different error :( |
I only experience this with the external display, and only when it is at 4K resolution. Just upgraded to 4.1.6 kernel, but the same issue persists. [ 82.786950] [drm:intel_cpu_fifo_underrun_irq_handler [i915]] *ERROR* CPU pipe A FIFO underrun not sure if that's the same issue @growing experienced. |
hey @cboettig that is the same issue I had. sorry that upgrading didn't fix it for you. if it helps these are the specs of my machine;
|
Just upgraded to 4.2 kernel as suggested in mpalourdio/xps13#50 (comment) (though that thread appears to be for the built-in display, which has always been fine for me). So far this seems to have fixed the problem I had on the 4K 27" Dell display (P2715Q) at full resolution (3840 x 2160, 60 Hz) over display port. However, for some reason I still cannot connect to the U3415W at full resolution (3440x1440), even though that's fewer pixels. Whereas the 27" would just blank out occasionally with the Mostly I find running the external monitor at a lower resolution is a nuisance just because I need different unity-tweak zoom settings when I switch back and forth from laptop on-the-go to docked at the monitor (or have to run at reduced resolution on the go for no other reason). |
Just a note that I have recently still been seeing some unexpected behavior at the 4K resolution now, such as occasionally unresponsive mouse clicks; after which
so some i915 issues seem to persist. |
I have worked on a 2560x1440 display succesfully. Recently working with a 3440x1440 display and got this exact issue. At some points the screen will black out. Cycling through display options with super+P returns it, but it's a nuisance. |
Not sure if this is the same problem, but I found it's a combination with an external hi-res display, chrome/chromium and certain websites. Opening the AWS console for example will result in a complete black screen. Using shortcut ctrl+w to close the tab restores the screen. Opening the same page in Firefox solves it. I am slowly switching over to Firefox now, it seems. Digging into it, this seems to be a problem with Chromium and Intel graphics. There is nothing in any of the log files. Not on system or Chromium. Changing all sorts of hardware rendering options in Chromium made no difference to me. |
+1 |
Just in case, I had this issue and it was solved when I changed the HDMI cable. It may don't solve the problem for everybody but it's something easy to try. |
I am using an included Thunderbolt 3 cable (supposedly rated for 40Gbps) to connect to a BenQ PD3220U (rated for 85W PD). The problem seems to me worse when I stress the CPU, but it is happening even now as I am typing this. Will try another TB3 cable, but any way I can check the connectivity quality in Ubuntu? Both for the PD and the DP connection? I couldn't get much from boltctl boltctl ● BenQ PD3220U ├─ type: peripheral ├─ name: PD3220U ├─ vendor: BenQ ├─ uuid: 0072e28c-4174-c401-ffff-ffffffffffff ├─ status: authorized │ ├─ domain: domain0 │ └─ authflags: none ├─ authorized: Wed 29 Jul 2020 07:45:13 PM UTC ├─ connected: Wed 29 Jul 2020 07:45:13 PM UTC └─ stored: no |
Update - solved on my end. @antonmry your suggestion reminded me to check the power chain, and I realized my monitor was not plugged into the correct strip 😄 . This particular machine still can't do 4k60fps, but I believe that is an actual CPU bottleneck or just not a great codec implementation on Ubuntu. |
Most of the time I have my XPS 13 (dev edition) connected to an external 4k Dell monitor over mini-displayport. Periodically the external display goes blank; usually when launching an application. This usually seems to happen more soon after the system has been rebooted. Sometimes the display returns by itself, other times I must do something like close and re-open the laptop lid to bring the display back. Not sure how to debug or what is causing the issue. As best as I can tell it is not a loose cable or physical movement of the devices that cause this.
The text was updated successfully, but these errors were encountered: