Date: Mon, 21 Oct 2019 11:34:09 +0000 From: Miranda van Breukelingen <mms.vanbreukelingen@gmail.com> To: gljennjohn@gmail.com, freebsd-x11@freebsd.org Subject: Re: Problems with AMDGPU and two grafic cards Message-ID: <bccae433-12ad-4017-4f03-0a70e3d7995e@gmail.com> In-Reply-To: <20191021091741.62ce852a@ernst.home> References: <mailman.69.1571313603.12335.freebsd-x11@freebsd.org> <76704353-023d-347d-5704-335582473082@gmail.com> <20191017173204.3a14266d@ernst.home> <54290813-7c5b-7632-127d-1ccde6fd7ed6@gmail.com> <20191017175527.3ed83798@ernst.home> <20191021091741.62ce852a@ernst.home>
next in thread | previous in thread | raw e-mail | index | archive | help
On 2019-10-21 07:17, Gary Jennejohn wrote: > On Thu, 17 Oct 2019 17:55:27 +0200 > Gary Jennejohn <gljennjohn@gmail.com> wrote: > >> On Thu, 17 Oct 2019 17:46:04 +0200 >> Miranda van den Breukelingen <mms.vanbreukelingen@gmail.com> wrote: >> >>> it has no G or GE on it's own It's a Ryzen 7 2700X; I'm gonna do a BIOS >>> update since the last one is 8 months ago. It has integrated grafics >>> with a HDMI-port on the back but I never used it, as I had a nvidia-card >>> but only with 2 GB VRAM, that I sold afterwards and truely coming back >>> up to AMDGPU 7. It's aASUS r7240-o4gd5-L (GB, DVI, HDMI, Active, LP) >>> >> OK. According to the ASUS CPU support page you need at least BIOS >> version 3904 to support that CPU. >> > I suspect that you think that you have two GPUs because the card > appears twice as a PCI device. > > My NVIDIA card also appears twice. but that's because it has > both a VGA interface and an audio interface (for audio over > HDMI). > > You card is pretty much guaranteed to also have an audio > interface. > > To find out which is which do the following: > > pciconf -l | grep class=0x03 (VGA) vgapci0@pci0:6:0:0: class=0x030000 rev=0x87 hdr=0x00 vendor=0x1002 device=0x6613 subvendor=0x1043 subdevice=0x0541 > > pciconf -l | grep class=0x04 (AUDIO) none1@pci0:6:0:1: class=0x040300 rev=0x00 hdr=0x00 vendor=0x1002 device=0xaab0 subvendor=0x1043 subdevice=0xaab0 hdac0@pci0:8:0:3: class=0x040300 rev=0x00 hdr=0x00 vendor=0x1022 device=0x1457 subvendor=0x1043 subdevice=0x86c7 > Remove the PCI entry in your xorg.conf which matches the AUDIO > part of the card. Xorg is being confused by the two entries you have in xorg.conf which both claim to be graphics cards. I already tried to # both entries and the driver has no AUDIO option, so that doesn't help. >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bccae433-12ad-4017-4f03-0a70e3d7995e>