Cant get manjaro to see my GPU

Ill be right to the point, I’ve been working on converting my laptop to manjaro, but i can not even remotely get the system to see my desecrate GPU. It refuses to see anything other then the iGPU. I’d really like to be done with windows.

Im running:

AMD Ryzen 7 4800H with Radeon Graphics
but also have a
NVIDIA 3060 laptop gpu
on kernel
6.0.0.1
with NVIDIA driver
linux60-nvidia-470xx

i have tried both open sources and proprietary driver installs, different drivers, different kernels, optimus manager (3 different methods i could find), and a host of other stuff i found online. Nothing I’ve been able to locate seems to do anything, device wont use anything other then iGPU. I am extremely defeated and any help, link, command… anything, is welcome.

Nvidia driver is the proprietary software.
Check the output: mhwd -l && mhwd -li


Note: I can’t help because I’m not an Nvidia user.

provide also output from:
inxi -G && lspci | grep nvidia
but it looks like you need to add the ibt parameter, so do it:
open this file:
kate /etc/default/grub
and in this line: GRUB_CMDLINE_LINUX_DEFAULT inside the quotes add this parameter:
ibt=off
dont remove anything from there!, just add it to existing parameters, save the file, update grub:
sudo update-grub
reboot and now you should be able to use nvidia, check with:
inxi -G

inxi -G && lspci | grep nvidia                                               ✔ 
Graphics:
  Device-1: NVIDIA GA106M [GeForce RTX 3060 Mobile / Max-Q] driver: N/A
  Device-2: AMD Renoir driver: amdgpu v: kernel
  Display: x11 server: X.Org v: 21.1.4 with: Xwayland v: 22.1.3 driver: X:
    loaded: modesetting dri: radeonsi gpu: amdgpu resolution: 1920x1080~144Hz
  OpenGL: renderer: AMD RENOIR (LLVM 14.0.6 DRM 3.48 6.0.0-1-MANJARO) v: 4.6
    Mesa 22.1.7

preforming rest of suggestion now.

before adjustments:

GRUB_TIMEOUT=5
GRUB_TIMEOUT_STYLE=hidden
GRUB_DISTRIBUTOR="Manjaro"
GRUB_CMDLINE_LINUX_DEFAULT="quiet cryptdevice=UUID=15a8dcc1-1264-414a-94cf-e3ca5a8cb7ea:luks-15a8dcc1-1264-414a-94cf-e3ca5a8cb7ea root=/dev/mapper/luks-15a8dcc1-1264-414a-94cf-e3ca5a8cb7ea udev.log_priority=3"
GRUB_CMDLINE_LINUX=""

after adjustments:

GRUB_DEFAULT=saved
GRUB_TIMEOUT=5
GRUB_TIMEOUT_STYLE=hidden
GRUB_DISTRIBUTOR="Manjaro"
GRUB_CMDLINE_LINUX_DEFAULT="quiet cryptdevice=UUID=15a8dcc1-1264-414a-94cf-e3ca5a8cb7ea:luks-15a8dcc1-1264-414a-94cf-e3ca5a8cb7ea root=/dev/mapper/luks-15a8dcc1-1264-414a-94cf-e3ca5a8cb7ea udev.log_priority=3 ibt=off"
GRUB_CMDLINE_LINUX=""

and lastly

inxi -G                                                                      ✔ 
Graphics:
  Device-1: AMD Renoir driver: amdgpu v: kernel
  Display: x11 server: X.Org v: 21.1.4 with: Xwayland v: 22.1.3 driver: X:
    loaded: modesetting dri: radeonsi gpu: amdgpu resolution: 1920x1080~144Hz
  OpenGL: renderer: AMD RENOIR (LLVM 14.0.6 DRM 3.48 6.0.0-1-MANJARO) v: 4.6
    Mesa 22.1.7

mhwd -l && mhwd -li                                                                          1 ✘ 
> 0000:02:00.0 (0200:10ec:8168) Network controller Realtek Semiconductor Co., Ltd.:
--------------------------------------------------------------------------------
                  NAME               VERSION          FREEDRIVER           TYPE
--------------------------------------------------------------------------------
         network-r8168            2016.04.20                true            PCI


> 0000:06:00.0 (0300:1002:1636) Display controller ATI Technologies Inc:
--------------------------------------------------------------------------------
                  NAME               VERSION          FREEDRIVER           TYPE
--------------------------------------------------------------------------------
           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


Warning: No installed USB configs!

I did select proprietary drivers during install, hoping there isnt an issue there.

nvidia is now not even detected…
does your bios have option to disable nvidia card? check it;
boot with a different kernel than the 6.0
were you installing some gpu switching tools? check it;

pacman -Qs 'bbswitch|optimus|acpi|bumblebee|envycontrol|prime'

Without having the PC in front of me (At work currently) I can tell you I installed optimus-manager, i however did not use it while working with those commands last night. While i am not certain if the BIOS can disable it, i know it sees it. Will gather rest of info later. And thank you for the assistance thus far.

firstly, reboot appears to have caused the gpu to reappear, i believe it is related to optimus-manager

inxi -G                                                                      ✔ 
Graphics:
  Device-1: NVIDIA GA106M [GeForce RTX 3060 Mobile / Max-Q] driver: N/A
  Device-2: AMD Renoir driver: amdgpu v: kernel
  Display: x11 server: X.Org v: 21.1.4 with: Xwayland v: 22.1.3 driver: X:
    loaded: modesetting dri: radeonsi gpu: amdgpu resolution: 1920x1080~144Hz
  OpenGL: renderer: AMD RENOIR (LLVM 14.0.6 DRM 3.48 6.0.0-1-MANJARO) v: 4.6
    Mesa 22.1.7

as the following output shows

pacman -Qs 'bbswitch|optimus|acpi|bumblebee|envycontrol|prime'               ✔ 

local/acpi 1.7-3
    Client for battery, power, and thermal readings
local/acpid 2.0.34-1
    A daemon for delivering ACPI power management events with netlink support
local/optimus-manager 1.4+r12-2
    Management utility to handle GPU switching for Optimus laptops (Git version)
local/optimus-manager-qt 1.6.9-1
    A Qt interface for Optimus Manager that allows to configure and switch GPUs on Optimus
    laptops using the tray menu

the driver is not available… but you are running the 3060 series, which the latest nvidia driver update causes not to boot these cards … so it may be this, or it may be optimus… so right click on the optimus tray icon, and switch to nvidia, click ok on the pop up windows, it will log you out, log in and see if you can boot or you end up in a black screen

So i swapped and upon logging back in optimus looks like it switched Nvidia as the icon has swapped to the Nvidia icon. However, Games run like trash, Doom Eternal, should run fine with proton enabled on this GPU but its borderline unplayable. Low settings on 1080p is like 20fps.

when you switched to nvidia via optimus, post again output from:
inxi -G

inxi -G                                                                           ✔ 
Graphics:
  Device-1: NVIDIA GA106M [GeForce RTX 3060 Mobile / Max-Q] driver: nvidia
    v: 470.141.03
  Device-2: AMD Renoir driver: amdgpu v: kernel
  Display: x11 server: X.Org v: 21.1.4 with: Xwayland v: 22.1.3 driver: X:
    loaded: modesetting,nvidia dri: radeonsi gpu: amdgpu
    resolution: 1920x1080~144Hz
  OpenGL: renderer: NVIDIA GeForce RTX 3060 Laptop GPU/PCIe/SSE2 v: 4.6.0
    NVIDIA 470.141.03

are you affected with the 3000 series card bug, since you are using the 470xx drivers?
are you still on the 6.0 kernel? try switching to the 5.19 kernel
and provide output when on nvidia from this:
mhwd -l && mhwd -li

I’m showing extremely mixed results with optimus manager now, upon switching back to Nvidia the NVIDIA device doesn’t show at all. It did this after I swapped kernels to 519 as instructed and even after I reinstalled drivers for Nvidia to linux519-470xx same result. Additionally the icon for NVIDIA no longer displays under Optimus manager after I attempt to switch, in fact optimus manager doesn’t appear or launch at all from what I can tell until I reboot the system.

mhwd -l && mhwd -li                                                                            ✔ 
> 0000:02:00.0 (0200:10ec:8168) Network controller Realtek Semiconductor Co., Ltd.:
--------------------------------------------------------------------------------
                  NAME               VERSION          FREEDRIVER           TYPE
--------------------------------------------------------------------------------
         network-r8168            2016.04.20                true            PCI


> 0000:06:00.0 (0300:1002:1636) Display controller ATI Technologies Inc:
--------------------------------------------------------------------------------
                  NAME               VERSION          FREEDRIVER           TYPE
--------------------------------------------------------------------------------
           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


Warning: No installed USB configs!
inxi -G                                                                                        ✔ 
Graphics:
  Device-1: AMD Renoir driver: amdgpu v: kernel
  Display: x11 server: X.Org v: 21.1.4 with: Xwayland v: 22.1.3 driver: X:
    loaded: amdgpu unloaded: modesetting dri: radeonsi gpu: amdgpu
    resolution: 1920x1080~144Hz
  OpenGL: renderer: AMD RENOIR (LLVM 14.0.6 DRM 3.47 5.19.14-1-MANJARO)
    v: 4.6 Mesa 22.1.7

this output after i swapped drivers as well but the output is identical in the sense that neither sees the dGPU.

so remove optimus:
pamac remove optimus-manager optimus-manager-qt
reboot and check again if the nvidia is detected:
inxi -G && mhwd -l && mhwd -li
ls /etc/modprobe.d

 inxi -G && mhwd -l && mhwd -li                                                               1 ✘ 
ls /etc/modprobe.d
Graphics:
  Device-1: AMD Renoir driver: amdgpu v: kernel
  Display: x11 server: X.Org v: 21.1.4 with: Xwayland v: 22.1.3 driver: X:
    loaded: amdgpu unloaded: modesetting dri: radeonsi gpu: amdgpu
    resolution: 1920x1080~144Hz
  OpenGL: renderer: AMD RENOIR (LLVM 14.0.6 DRM 3.47 5.19.14-1-MANJARO)
    v: 4.6 Mesa 22.1.7
> 0000:02:00.0 (0200:10ec:8168) Network controller Realtek Semiconductor Co., Ltd.:
--------------------------------------------------------------------------------
                  NAME               VERSION          FREEDRIVER           TYPE
--------------------------------------------------------------------------------
         network-r8168            2016.04.20                true            PCI


> 0000:06:00.0 (0300:1002:1636) Display controller ATI Technologies Inc:
--------------------------------------------------------------------------------
                  NAME               VERSION          FREEDRIVER           TYPE
--------------------------------------------------------------------------------
           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


Warning: No installed USB configs!

so you removed optimus, rebooted and this is the output? if yes, its still not being detected… provide system info:
inxi -Faz

 inxi -Faz                                                                                      ✔ 
System:
  Kernel: 5.19.14-1-MANJARO arch: x86_64 bits: 64 compiler: gcc v: 12.2.0
    parameters: BOOT_IMAGE=/boot/vmlinuz-5.19-x86_64
    root=UUID=0491977f-8d3e-4555-9e5d-69d8793faccb rw quiet
    cryptdevice=UUID=15a8dcc1-1264-414a-94cf-e3ca5a8cb7ea:luks-15a8dcc1-1264-414a-94cf-e3ca5a8cb7ea
    root=/dev/mapper/luks-15a8dcc1-1264-414a-94cf-e3ca5a8cb7ea
    udev.log_priority=3 ibt=off optimus-manager.startup=integrated
  Desktop: KDE Plasma v: 5.25.5 tk: Qt v: 5.15.6 wm: kwin_x11 vt: 1
    dm: SDDM Distro: Manjaro Linux base: Arch Linux
Machine:
  Type: Laptop System: ASUSTeK product: ROG Strix G713IM_G713IM v: 1.0
    serial: <superuser required>
  Mobo: ASUSTeK model: G713IM v: 1.0 serial: <superuser required>
    UEFI: American Megatrends LLC. v: G713IM.318 date: 06/30/2022
Battery:
  ID-1: BAT0 charge: 86.7 Wh (100.0%) condition: 86.7/90.0 Wh (96.3%)
    volts: 17.2 min: 15.9 model: AS3GWYF3KC GA50358 type: Li-ion
    serial: <filter> status: full
CPU:
  Info: model: AMD Ryzen 7 4800H with Radeon Graphics bits: 64 type: MT MCP
    arch: Zen 2 gen: 3 level: v3 note: check built: 2020-22 process: TSMC n7
    (7nm) family: 0x17 (23) model-id: 0x60 (96) stepping: 1
    microcode: 0x8600106
  Topology: cpus: 1x cores: 8 tpc: 2 threads: 16 smt: enabled cache:
    L1: 512 KiB desc: d-8x32 KiB; i-8x32 KiB L2: 4 MiB desc: 8x512 KiB
    L3: 8 MiB desc: 2x4 MiB
  Speed (MHz): avg: 1587 high: 2900 min/max: 1400/4299 boost: enabled
    scaling: driver: acpi-cpufreq governor: schedutil cores: 1: 1397 2: 1400
    3: 1400 4: 1400 5: 2900 6: 1400 7: 1400 8: 1400 9: 1397 10: 1400 11: 1400
    12: 1400 13: 1400 14: 1400 15: 2900 16: 1400 bogomips: 92657
  Flags: avx avx2 ht lm nx pae sse sse2 sse3 sse4_1 sse4_2 sse4a ssse3 svm
  Vulnerabilities:
  Type: itlb_multihit status: Not affected
  Type: l1tf status: Not affected
  Type: mds status: Not affected
  Type: meltdown status: Not affected
  Type: mmio_stale_data status: Not affected
  Type: retbleed mitigation: untrained return thunk; SMT enabled with STIBP
    protection
  Type: spec_store_bypass mitigation: Speculative Store Bypass disabled via
    prctl
  Type: spectre_v1 mitigation: usercopy/swapgs barriers and __user pointer
    sanitization
  Type: spectre_v2 mitigation: Retpolines, IBPB: conditional, STIBP:
    always-on, RSB filling, PBRSB-eIBRS: Not affected
  Type: srbds status: Not affected
  Type: tsx_async_abort status: Not affected
Graphics:
  Device-1: AMD Renoir vendor: ASUSTeK driver: amdgpu v: kernel arch: GCN-5.1
    code: Vega-2 process: TSMC n7 (7nm) built: 2018-21 pcie: gen: 3
    speed: 8 GT/s lanes: 16 link-max: gen: 4 speed: 16 GT/s ports:
    active: eDP-1 empty: HDMI-A-1 bus-ID: 06:00.0 chip-ID: 1002:1636
    class-ID: 0300 temp: 36.0 C
  Display: x11 server: X.Org v: 21.1.4 with: Xwayland v: 22.1.3
    compositor: kwin_x11 driver: X: loaded: amdgpu unloaded: modesetting
    alternate: fbdev,vesa dri: radeonsi gpu: amdgpu display-ID: :0 screens: 1
  Screen-1: 0 s-res: 1920x1080 s-dpi: 96 s-size: 508x285mm (20.00x11.22")
    s-diag: 582mm (22.93")
  Monitor-1: eDP-1 mapped: eDP model: BOE Display 0x0995 built: 2020
    res: 1920x1080 hz: 144 dpi: 128 gamma: 1.2 size: 382x215mm (15.04x8.46")
    diag: 438mm (17.3") ratio: 16:9 modes: max: 1920x1080 min: 640x480
  OpenGL: renderer: AMD RENOIR (LLVM 14.0.6 DRM 3.47 5.19.14-1-MANJARO)
    v: 4.6 Mesa 22.1.7 direct render: Yes
Audio:
  Device-1: AMD Renoir Radeon High Definition Audio vendor: ASUSTeK
    driver: snd_hda_intel v: kernel pcie: gen: 3 speed: 8 GT/s lanes: 16
    link-max: gen: 4 speed: 16 GT/s bus-ID: 06:00.1 chip-ID: 1002:1637
    class-ID: 0403
  Device-2: AMD ACP/ACP3X/ACP6x Audio Coprocessor vendor: ASUSTeK
    driver: N/A alternate: snd_pci_acp3x, snd_rn_pci_acp3x, snd_pci_acp5x,
    snd_pci_acp6x, snd_acp_pci, snd_sof_amd_renoir pcie: gen: 3 speed: 8 GT/s
    lanes: 16 link-max: gen: 4 speed: 16 GT/s bus-ID: 06:00.5
    chip-ID: 1022:15e2 class-ID: 0480
  Device-3: AMD Family 17h/19h HD Audio vendor: ASUSTeK
    driver: snd_hda_intel v: kernel pcie: gen: 3 speed: 8 GT/s lanes: 16
    link-max: gen: 4 speed: 16 GT/s bus-ID: 06:00.6 chip-ID: 1022:15e3
    class-ID: 0403
  Sound API: ALSA v: k5.19.14-1-MANJARO running: yes
  Sound Server-1: JACK v: 1.9.21 running: no
  Sound Server-2: PulseAudio v: 16.1 running: yes
  Sound Server-3: PipeWire v: 0.3.58 running: yes
Network:
  Device-1: Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet
    vendor: ASUSTeK driver: r8169 v: kernel pcie: gen: 1 speed: 2.5 GT/s
    lanes: 1 port: e000 bus-ID: 02:00.0 chip-ID: 10ec:8168 class-ID: 0200
  IF: enp2s0 state: up speed: 1000 Mbps duplex: full mac: <filter>
  Device-2: MEDIATEK MT7921 802.11ax PCI Express Wireless Network Adapter
    vendor: AzureWave driver: mt7921e v: kernel pcie: gen: 2 speed: 5 GT/s
    lanes: 1 bus-ID: 03:00.0 chip-ID: 14c3:7961 class-ID: 0280
  IF: wlp3s0 state: down mac: <filter>
  Device-3: ASUSTek ROG GLADIUS III WIRELESS type: USB
    driver: hid-generic,usbhid bus-ID: 1-2:2 chip-ID: 0b05:197d class-ID: 0300
  Device-4: ASUSTek ROG GLADIUS III WIRELESS type: USB
    driver: hid-generic,usbhid bus-ID: 3-1:2 chip-ID: 0b05:197f class-ID: 0300
Bluetooth:
  Device-1: IMC Networks Wireless_Device type: USB driver: btusb v: 0.8
    bus-ID: 3-4:3 chip-ID: 13d3:3563 class-ID: e001 serial: <filter>
  Report: rfkill ID: hci0 rfk-id: 0 state: up address: see --recommends
Drives:
  Local Storage: total: 1.38 TiB used: 20.18 GiB (1.4%)
  SMART Message: Unable to run smartctl. Root privileges required.
  ID-1: /dev/nvme0n1 maj-min: 259:3 vendor: Samsung model: SSD 970 EVO Plus
    1TB size: 931.51 GiB block-size: physical: 512 B logical: 512 B
    speed: 31.6 Gb/s lanes: 4 type: SSD serial: <filter> rev: 4B2QEXM7
    temp: 37.9 C scheme: GPT
  ID-2: /dev/nvme1n1 maj-min: 259:0 vendor: Intel model: SSDPEKNU512GZ
    size: 476.94 GiB block-size: physical: 512 B logical: 512 B
    speed: 31.6 Gb/s lanes: 4 type: SSD serial: <filter> rev: 002C
    temp: 32.9 C scheme: GPT
Partition:
  ID-1: / raw-size: 476.64 GiB size: 468.09 GiB (98.21%) used: 20.18 GiB
    (4.3%) fs: ext4 dev: /dev/dm-0 maj-min: 254:0
    mapped: luks-15a8dcc1-1264-414a-94cf-e3ca5a8cb7ea
  ID-2: /boot/efi raw-size: 300 MiB size: 299.4 MiB (99.80%) used: 472 KiB
    (0.2%) fs: vfat dev: /dev/nvme1n1p1 maj-min: 259:1
Swap:
  Alert: No swap data was found.
Sensors:
  System Temperatures: cpu: 49.4 C mobo: N/A gpu: amdgpu temp: 36.0 C
  Fan Speeds (RPM): cpu: 0
Info:
  Processes: 307 Uptime: 18m wakeups: 5 Memory: 30.78 GiB used: 1.77 GiB
  (5.8%) Init: systemd v: 251 default: graphical tool: systemctl Compilers:
  gcc: 12.2.0 clang: 14.0.6 Packages: pm: pacman pkgs: 1393 libs: 423
  tools: pamac,yay pm: flatpak pkgs: 0 Shell: Zsh v: 5.9 default: Bash
  v: 5.1.16 running-in: konsole inxi: 3.3.22
    ~ 