You are not logged in.
Pages: 1
When using dual displays. There is major lag happening on the screen mouse is stuttering etc almost like the refresh rate has been set to 5hz. But when I disabled my second screen in nvidia-settings. All turns back to normal. It's hard to explain what happens but I have linked a video to show what happens here
Logs Here using command "lspci > log.txt && lsusb >> log.txt && journalctl -b -0 >> log.txt && cat log.txt | curl -F 'f:1=<-' ix.io "
I am using the latest version of the Linux kernel and Nvidia drivers supplied by arch.
Offline
Please post your xorg log (after adding - and removing if you want - the second output)
Offline
Here is the log Started with both outputs went to 1 then back to 2
Offline
There's no stale modesetting control (the driver is properly unloaded) and the outputs are identical.
The video doesn't suggest a compositor (the full composition pipeline is btw. active for a dual display anyway) but raises the question whether this is limited to the input device: do eg. videos or xscreensaver hacks play w/ proper framerate or are they limited as well?
Do you get excessive CPU load in this situation?
Offline
Um, I don't really understand that reply. The issues happen on a clean install of just Nvidia drivers and the WM. No screensavers nothing. I don't think I have the DRM kernel mode setting added. And there is no excessive CPU load when it happens. I assume the Nvidia driver is loaded because with 1 monitor its working fine no issues
Offline
It's a recap of your xorg log and the request to try the behavior on something that produces frequent output at an expected frequency >> 5Hz to ensure that this is not restricted to the input (ie. that it's not a problem with the display but that the pointer actually jumps between positions)
Offline
I don't really know how to test it. I have tried other DP ports (I have 3) and all of them do the same. I could try 1 HDMI and 1 DP. But the issues only happens with 2 monitors connected. With 1 no matter what port the issue doesn't occur
Offline
Play a video or run glxgears or whatever. Does that stutter too?
Offline
Yes glxgears does stutter and so does video. But the glxgears shows its running at normal fps in the console output
Offline
Here is a video showing glxgears running https://www.youtube.com/watch?v=LqDdMBW7XLk ALso I testing with 1 DPI and 1 HDMI and the HDMI cable screen runs smooth. But the DP cable screen is still having the issues as before.
So it goes
DP + DP = Both lag
DP + HDMI = HDMI smooth, DP lag
1 DP = Smooth
1 HDMI = Lag
Last edited by _112 (2021-02-13 13:55:20)
Offline
The thing certainly has a 6/8-pin connector for dedicated power supply. Did you feed that?
If yes, does the same happen w/ the LTS kernel?
Offline
All power pins are connected. Using windows there is no trouble with the card. I have tested it with LTS kernel also with kernel version 4.19.175 and still the issue persists
Offline
Using windows
See the third link in my signature.
(The only reason is that this is weird and a hibernating windows will have weird effects, there's no strong argument that it's the cause)
Offline
Tried still the same issue. Windows isn't even on the drive Linux is on. Grub is installed on the Linux drive not the windows drive also. I think I should make an issue on the Nvidia forums. As I think this is a driver issue
Offline
Windows isn't even on the drive Linux is on.
ftr, that's irrelevant.
The hibernating system leaves the HW in an undefined state - the physical location of the installation doesn't matter.
As I think this is a driver issue
Possibly.
Did you check whether nouveau shows the same behavior?
Offline
Nouveau doesn't cause an issue. So I think it's the Nvidia drivers
Offline
Pages: 1