You are not logged in.
Desktop environment is gnome
CPU 7800X3D
MOBO: asus TUF B650 plus wifi
GPU: Ryzen 6600 XT.
Output of lspci -k | grep VGA:
03:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Navi 23 [Radeon RX 6600/6600 XT/6600M] (rev c7)
0e:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Raphael (rev cb)It displays on the igpu but not when I plug into the real gpu.
On GNOME(X11) when I run xrandr --listproviders it only shows one which is my iGPU
Last edited by animated (2024-01-12 19:24:24)
Offline
It displays on the igpu but not when I plug into the real gpu.
Are you seeing at least video output of UEFI's Post Messages on you monitor when you boot-up the machine with the monitor connected to the discrete GPU?
What's the output of
# lspci -nnv?
<49,17,III,I> Fama di loro il mondo esser non lassa;
<50,17,III,I> misericordia e giustizia li sdegna:
<51,17,III,I> non ragioniam di lor, ma guarda e passa.
Offline
Please use [code][/code] tags, the BBS predates markdown by about your age.
Please post your Xorg log, https://wiki.archlinux.org/title/Xorg#General
Offline
Are you seeing at least video output of UEFI's Post Messages on you monitor when you boot-up the machine with the monitor connected to the discrete GPU?
What's the output of# lspci -nnv
I am seeing UEFI Posts and windows installation media has zero problem using the GPU.
Pastebin for
sudp lspci -nnv is https://0x0.st/HI2Y.txt
EDIT: forgot to not use pastebin
Last edited by animated (2024-01-11 01:49:06)
Offline
Please post your Xorg log, https://wiki.archlinux.org/title/Xorg#General
https://0x0.st/HI2g.0.log
EDIT: forgot to not use pastebin
Also as I am unable to load a tty from even the arch install media( on discrete card), I do not see how the Xorg log will help. If you have the time to explain, please do so, thank you.
Last edited by animated (2024-01-11 05:57:36)
Offline
Also as I am unable to load a tty from even the arch install media, I do not see how the Xorg log will help. If you have the time to explain, please do so, thank you.
On GNOME(X11) when I run xrandr --listproviders it only shows one which is my iGPU
These statements don't make sense. You can log in all the way to gnome but are unable to load a TTY? Or you're referring to the TTY not showing on your monitor when it is plugged in to the discrete card?
Allan-Volunteer on the (topic being discussed) mailn lists. You never get the people who matters attention on the forums.
jasonwryan-Installing Arch is a measure of your literacy. Maintaining Arch is a measure of your diligence. Contributing to Arch is a measure of your competence.
Griemak-Bleeding edge, not bleeding flat. Edge denotes falls will occur from time to time. Bring your own parachute.
Offline
Or you're referring to the TTY not showing on your monitor when it is plugged in to the discrete card?
I am referring to the discrete card not being able to display a tty. I am sorry for the miscommunication.
Offline
Get rid of /etc/X11/xorg.conf (it's nvidia-settings generated, pointless cruft), every single xf86-video-* package and add "initcall_blacklist=simpledrm_platform_driver_init" to the https://wiki.archlinux.org/title/Kernel … mmand_line
[ 18.319] (EE) open /dev/dri/card0: No such file or directoryis a problem, if the above doesn't help please post your complete system journal for the boot:
sudo journalctl -b | curl -F 'file=@-' 0x0.stAnother oddity:
[ 18.083] (--) PCI:*(3@0:0:0) 1002:73ff:1849:5217 rev 199, Mem @ 0xfcb00000/1048576, I/O @ 0x0000f000/256, BIOS @ 0x????????/131072That's the Navi23, where's the raphael chip?
I do not see how the Xorg log will help. If you have the time to explain
It's a useful summary of hardware, present config and kernel related issues.
Offline
is a problem, if the above doesn't help please post your complete system journal for the boot:
sudo journalctl -b | curl -F 'file=@-' 0x0.st
https://0x0.st/HIVP.txt
The error you specified is gone, but still no display.
Offline
Jan 11 16:51:11 ARCH kernel: [drm:amdgpu_bo_init [amdgpu]] *ERROR* Unable to set WC memtype for the aperture base
Jan 11 16:51:11 ARCH kernel: [drm:amdgpu_device_init [amdgpu]] *ERROR* sw_init of IP block <gmc_v10_0> failed -22
Jan 11 16:51:11 ARCH kernel: amdgpu 0000:03:00.0: amdgpu: amdgpu_device_ip_init failed
Jan 11 16:51:11 ARCH kernel: amdgpu 0000:03:00.0: amdgpu: Fatal error during GPU init
Jan 11 16:51:11 ARCH kernel: amdgpu 0000:03:00.0: amdgpu: amdgpu: finishing device.
Jan 11 16:51:11 ARCH kernel: amdgpu: probe of 0000:03:00.0 failed with error -22Jan 11 16:51:08 ARCH kernel: DMI: ASUS System Product Name/TUF GAMING B650-PLUS WIFI, BIOS 1807 09/26/2023Offline
Solved my error, grammercy.
Offline