You are not logged in.

#1 2020-09-27 23:48:20

Papi
Member
Registered: 2018-11-10
Posts: 7

[SOVLED] How to use external and internal monitor with eGPU

Hello,
i've bought new monitor, which is connected through DisplayPort to my GPU (GTX 1080) which is connected to my laptop through thunderbolt 3. And it works pretty well with the following config...

Section "ServerLayout"
    Identifier "layout"
    Screen 0 "nvidia"
    Inactive "intel"
EndSection

Section "Device"
    Identifier "nvidia"
    Driver "nvidia"
    BusID "7:0:0"
    Option "AllowEmptyInitialConfiguration"
    Option "AllowExternalGpus"
EndSection

Section "Screen"
    Identifier "nvidia"
    Device "nvidia"
EndSection

Section "Device"
    Identifier "intel"
    Driver "modesetting"
    BusID "0:2:0"
EndSection

Section "Screen"
    Identifier "intel"
    Device "intel"
EndSection

But I'd like to use my external and internal monitor simultaneously. Now I can run only external OR internal monitor. Not both of them. Is there a way how to achieve it? External screen should be rendered with the eGPU, but I don't care about internal monitor. It can be rendered with eGPU, intel gpu (UHD 630), or nvidia discrete GPU (Quadro P600). I just need my internal monitor to work, I don't care how I do it.

Thank you.

Last edited by Papi (2020-09-28 08:25:56)

Offline

#2 2020-09-28 07:46:04

Papi
Member
Registered: 2018-11-10
Posts: 7

Re: [SOVLED] How to use external and internal monitor with eGPU

Started working today. I didn't change anything. Maybe I just was too sleepy yesterday.

Can be closed.

Offline

#3 2020-09-28 08:02:13

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,723

Re: [SOVLED] How to use external and internal monitor with eGPU

Please mark it as [SOLVED] by editing the title in your first post instead:  https://wiki.archlinux.org/index.php/Co … ow_to_post

Offline

Board footer

Powered by FluxBB