Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[solved] X on second graphisc card
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Multimedia
View previous topic :: View next topic  
Author Message
bdronka
n00b
n00b


Joined: 22 Jan 2015
Posts: 15

PostPosted: Sun May 09, 2021 7:59 am    Post subject: [solved] X on second graphisc card Reply with quote

Hello,
My motherboard is Asrock x570d4u-2l2t with Aspeed 2500 graphics card (internal card)
The second card I put in is NVIDIA (external card)

lspci | grep VGA
Code:
29: 00.0 VGA compatible controller: ASPEED Technology, Inc. ASPEED Graphics Family (rev 41)
2d: 00.0 VGA compatible controller: NVIDIA Corporation GP107GL [Quadro P620] (rev a1)

It seems logical to me to configure /etc/X11/Xorg.conf.d/nvidia
Code:
Section "Device"
Identifier "nvidia"
Driver "nvidia"
BusID "PCI: 2d: 00.0"
EndSection

Unfortunately it does not work.
How do I get this effect: everything in the console will be displayed by the first tab, and X will run on Nvidia?

greetings :)

[Moderator edit: added [code] tags to preserve output layout. -Hu]


Last edited by bdronka on Mon May 10, 2021 8:38 pm; edited 2 times in total
Back to top
View user's profile Send private message
Ralphred
Guru
Guru


Joined: 31 Dec 2013
Posts: 503

PostPosted: Sun May 09, 2021 9:15 am    Post subject: Re: X on second graphisc card Reply with quote

bdronka wrote:
Code:
BusID "PCI: 2d: 00.0"

There is a problem, needs to be in decimal, not hex.
Try
Code:
BusID "PCI:45:0:0"
Back to top
View user's profile Send private message
bdronka
n00b
n00b


Joined: 22 Jan 2015
Posts: 15

PostPosted: Mon May 10, 2021 8:37 pm    Post subject: Re: X on second graphisc card Reply with quote

Ralphred wrote:
bdronka wrote:
Code:
BusID "PCI: 2d: 00.0"

There is a problem, needs to be in decimal, not hex.
Try
Code:
BusID "PCI:45:0:0"


THX :)
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Multimedia All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum