You are not logged in.

#1 2025-11-04 11:52:34

consent_
Member
Registered: 2025-07-31
Posts: 5

Low FPS on second monitor

Recently purchased external monitor for laptop. And everything run poorly on it, even my window manager Niri. I can't understand what's is the root of the issue.

Specs:
Lenovo Ideapad 3 Gaming
Intel Core I5 10300H
Nvidia GTX 1650Ti Nvidia Open drivers
External monitor: Redmi Monitor 1A FullHD 100HZ
Arch Linux 6.17.6

Offline

#2 2025-11-04 12:38:47

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 75,094

Re: Low FPS on second monitor

Intel Core I5 10300H
Nvidia GTX 1650Ti Nvidia Open drivers

Assuming this is a hybrid system: is the external monitor the only enabled output?

https://wiki.archlinux.org/title/PRIME#Reverse_PRIME
Don't try to disable DRI3 - it'll get you software rendering.

You could try to run Niri on the nvidia GPU (preferably by completely disabling the IGP if your BIOS/UEFI allows that)

Offline

#3 2025-11-06 07:51:04

consent_
Member
Registered: 2025-07-31
Posts: 5

Re: Low FPS on second monitor

seth wrote:

Assuming this is a hybrid system: is the external monitor the only enabled output?

No, both of my monitors are enabled.

Don't try to disable DRI3 - it'll get you software rendering.

After adding xorg.conf my system can't run Display Server. And running this command:

 xrandr --setprovideroutputsource nvida Intel  

give this output:

Could not find provider with name nvida

seth wrote:

  You could try to run Niri on the nvidia GPU (preferably by completely disabling the IGP if your BIOS/UEFI allows that)

I tried to disable Intel Graphics from BIOS, but there's no an option to do that.

Offline

#4 2025-11-06 13:24:21

Xylerfox
Member
Registered: 2024-07-24
Posts: 30

Re: Low FPS on second monitor

You mentioned you're using Niri, it would be helpful if you also mention if you're using Xorg or Wayland.

If at all possible, it would be nice to troubleshoot if it is a software or hardware related issue. To do that, you'd need to install another DE, I'm most familiar with KDE Plasma, but it's your choice. You need to check whether it's a hardware or software related issue, and if it's related to your chosen Window Manager. I would simply install plasma_desktop (just the core Plasma stuff), and try that. Could make a Rsync clone of your root drive and revert to it after you do your stuff.

We need to isolate what's the core of the issue. Loads of hybrid GPU laptops, the Nvidia GPU is not connected to any display out ports, which makes troubleshooting this stuff difficult...


If you're not having fun, what's the point of being an Enthusiast? :3

Offline

#5 2025-11-06 14:26:05

consent_
Member
Registered: 2025-07-31
Posts: 5

Re: Low FPS on second monitor

Xylerfox wrote:

You mentioned you're using Niri, it would be helpful if you also mention if you're using Xorg or Wayland.

Wayland

And I've already tried to test second monitor in others WMs and DEs and had the same result in Hyprland and KDE Plasma. So i don't think it's Niri's side problem.

And for some reason after running

 xrandr --listproviders 

I have this output:

 Providers: number : 0 

Offline

#6 2025-11-06 15:16:36

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 75,094

Re: Low FPS on second monitor

xrandr on wayland is borderline meaningless.
I don't think niri runs on X11 anyway?

The idea of the link was to indicate

The wiki wrote:

Currently when only external display is enabled, you will only get 1 FPS.

The xorg config there won't help for sure with that.

I tried to disable Intel Graphics from BIOS, but there's no an option to do that.

I don't see how to control the GPU in https://yalter.github.io/niri/Configura … ction.html but you could simply blacklist i915 and/or xe

Offline

#7 2025-11-06 15:24:07

consent_
Member
Registered: 2025-07-31
Posts: 5

Re: Low FPS on second monitor

So there is no solution for my issue? Because when i915 is blacklisted Xorg can't run on my system

Offline

#8 2025-11-06 15:30:48

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 75,094

Re: Low FPS on second monitor

Please post your Xorg log, https://wiki.archlinux.org/title/Xorg#General but why are you trying to run X11 when

And everything run poorly on it, even my window manager Niri.

Offline

#9 2025-11-06 15:36:09

consent_
Member
Registered: 2025-07-31
Posts: 5

Re: Low FPS on second monitor

Cause I have been following Arch Wiki's article section you've sent me

Offline

#10 2025-11-06 15:38:23

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 75,094

Re: Low FPS on second monitor

I did not link that part of the article at all and that config there is most likely wrong for your HW (there's a hardcoded bus id…)

for OUT in /sys/class/drm/card*; do echo $OUT; edid-decode $OUT/edid; echo "================="; done

You'll need https://archlinux.org/packages/extra/x86_64/v4l-utils/ but I'm pretty sure you're running into the reverse prime issue and in that case should be able to run niri on the nvidia GPU only and at normal FPS.

Offline

Board footer

Powered by FluxBB