GPU issue intel nvidia

I tried to play game in Manjaro… after i took low FPS, i felt little sus about gpu. After i checked it, intel is (device 1) and nvidia (device 2) options are not as it should be.
I tried to fix that issue but i couldn’t (idk if i mixed all things about gpu in settings). I downloaded optimus-manager but idk anything about that app. Odd thing is: in “etcX11mhwd.d” the folder is empty (i think it doesn’t supposed to be empty). Also my problem is when i write “inxi -G” the output is:

i want the change the order of devices (device 1 and device 2). I failed to make device 2’s order device 1 (i want to make geforce 940M device 1).

so sorry… i tried to write outpu after “output is:” but they’ve said " Sorry, you can’t include links in your posts.” anyways… output is:

Device-1: Intel Skylake GT2 [HD Graphics 520] driver: i915 v: kernel
Device-2: NVIDIA GM108M [GeForce 940M] driver: nvidia v: 470.161.03
Device-3: Realtek Built-In Video Camera type: USB driver: uvcvideo
Display: x11 server: X-org v: 21.1.7 driver: X: loaded: modesetting
dri: iris gpu: i915 resolution: 1366x768~60Hz
API: OpenGL v: 4.6 Mesa 22.3.5 renderer: Mesa Intel HD Graphics 520 (SKL
GT2)

Hi @sensational_mind,

Please provide the output for:

mhwd --list && mhwd --listinstalled

:bangbang: Tip: :bangbang:

When posting terminal output, copy the output and paste it here, wrapped in three (3) backticks, before AND after the pasted text. Like this:

```
pasted text
```

Or three (3) tilde signs, like this:

~~~
pasted text
~~~

This will just cause it to be rendered like this:

Sed
sollicitudin dolor
eget nisl elit id
condimentum
arcu erat varius
cursus sem quis eros.

Instead of like this:

Sed sollicitudin dolor eget nisl elit id condimentum arcu erat varius cursus sem quis eros.

Alternatively, paste the text you wish to format as terminal output, select all pasted text, and click the </> button on the taskbar. This will indent the whole pasted section with one TAB, causing it to render the same way as described above.

Thereby increasing legibility thus making it easier for those trying to provide assistance.

For more information, please see:


:bangbang::bangbang: Additionally

If your language isn’t English, please prepend any and all terminal commands with LC_ALL=C. For example:

LC_ALL=C bluetoothctl

This will just cause the terminal output to be in English, making it easier to understand and debug.

0000:03:00.0 (0200:10ec:8168) Network controller Realtek Semiconductor Co., Ltd.:


              NAME               VERSION          FREEDRIVER           TYPE

     network-r8168            2016.04.20                true            PCI

0000:01:00.0 (0302:10de:1347) Display controller nVidia Corporation:


              NAME               VERSION          FREEDRIVER           TYPE

video-hybrid-intel-nvidia-prime 2021.11.04 false PCI
video-hybrid-intel-nvidia-470xx-prime 2021.11.04 false PCI
video-hybrid-intel-nvidia-390xx-bumblebee 2021.11.26 false PCI
video-nvidia 2021.11.04 false PCI
video-nvidia-470xx 2021.11.04 false PCI
video-nvidia-390xx 2021.11.26 false PCI
video-linux 2018.05.04 true PCI

0000:00:02.0 (0300:8086:1916) Display controller Intel Corporation:


              NAME               VERSION          FREEDRIVER           TYPE

video-hybrid-intel-nvidia-prime 2021.11.04 false PCI
video-hybrid-intel-nvidia-470xx-prime 2021.11.04 false PCI
video-hybrid-intel-nvidia-390xx-bumblebee 2021.11.26 false PCI
video-linux 2018.05.04 true PCI
video-modesetting 2020.01.13 true PCI
video-vesa 2017.03.12 true PCI

Installed PCI configs:


              NAME               VERSION          FREEDRIVER           TYPE

       video-linux            2018.05.04                true            PCI
 video-modesetting            2020.01.13                true            PCI

Warning: No installed USB configs!

:pleading_face: