Description of problem:
When utilizing a WD19TB docking station alongside the Nouveau graphical drivers, monitor freezing is observed on a random basis.
Version-Release number of selected component (if applicable):
mutter-3.32.2-48.el8.x86_64
xorg-x11-drv-nouveau-1.0.15-4.el8.1.x86_64
How reproducible:
Customer observed this occurring randomly on system with Quadro T1000 Mobile. I was not able to reproduce on system with Quadro FX 380.
Steps to Reproduce:
1. Plug in dock.
2. Add monitors.
3. Observe behavior.
Actual results:
Random monitor freezing.
Expected results:
No freezing occurring on the monitors.
Additional info:
Unable to reproduce issue properly with available hardware. Was suggested to open bug listing.
If it freezes out of the blue, it's likely a kernel issue. Could you run the following command as root:
echo 0xfe > /sys/module/drm/parameters/debug
then wait for the issue to happen. Take a note of the time, e.g. 15:33:12, and attach the output from the journal up until around that time stamp, e.g. if the issue happened at 15:33:12, run
journalctl -m --until=22:34 --since=22:20 > journal.log
then attach the resulting journal.log file.
To disable kernel debug logging, become root again and run
echo 0 > /sys/module/drm/parameters/debug