Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Internal laptop display not recognized #42

Open
JEdwardsD opened this issue Jun 29, 2020 · 6 comments
Open

Internal laptop display not recognized #42

JEdwardsD opened this issue Jun 29, 2020 · 6 comments
Labels
bug Something isn't working

Comments

@JEdwardsD
Copy link

After setting up egpu-switcher my computer would stop recognizing the internal display and only output to the external display. Everything worked after the initial install but the internal display no longer functioned after closing and opening my laptop lid to wake it from sleep. The screen works whenever it's disconnected from the egpu. A secondary external display connected to the laptop and not the gpu works fine, too. Restarting my pc would sometimes fix the issue on Ubuntu, but I recently switched to Manjaro and after the problem arose it hasn't gone away. Reinstalling and rerunning the script didn't fix anything in Manjaro.

Intel Core i7, Akitio Node, RTX 2060
NVIDIA-SMI 440.82, Driver Version: 440.82, CUDA Version: 10.2

@ewagner12
Copy link
Contributor

Can you try editing your xorg.conf.egpu to remove the Section "Module" block and add something like this:

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

be sure that the bus ID matches your iGPU as given by lspci (and be sure convert the hex number from lspci to decimal)

@hertg
Copy link
Owner

hertg commented Jul 10, 2020

@JEdwardsD
Did you try out the suggestion from @ewagner12?

@JEdwardsD
Copy link
Author

JEdwardsD commented Jul 21, 2020

I ended up reflashing my OS due to issue #43. Haven't run into the problem again, but if I do I'll let you know if this solution works. Thanks!

@yumtime
Copy link

yumtime commented Jul 27, 2020

I've been having this same issue, and have not been able to find a solution. I've tried the solution proposed by @ewagner12 but that just led to only my igpu working on the Internal display.

I've run into this issue on two Distros so far Zorin OS and Ubuntu Budgie 20.04
On Zorin, the first time I loaded up egpu-switcher both screens worked but the moment I disconnected the eGPU they never both worked again. On Ubuntu Budgie, I was never able to get both screens running at once.

Dell XPS 9500
Razer Core X Chroma
RTX 2070 Super
NVIDIA-SMI 450.57 Driver Version: 450.57 CUDA Version: 11.0 (note I was using nvidia-driver-440 on Zorin)

@Piszmog
Copy link

Piszmog commented May 14, 2021

I am also having this issue. I tried the config from @ewagner12 but no dice. I am only able to have my external display work when I have my eGPU connected.

I also tried from other configs I found on the web, but none seem to work (some make it so neither display works).

I have also observed another strange behavior when I select an older kernal version (5.11.12-300). It'll be unable to find the Nvidia Kernal Module and falls back to noueva. When this occurs, both of my monitors (internal and external) work. And the Windowing System is Wayland.

OS: Fedora 34
Razer Blade 2016
Razer Core X Chroma
RTX Super 2060
NVIDIA Driver Version: 465.27

@hertg hertg added the bug Something isn't working label Sep 14, 2022
@MattInternet
Copy link

MattInternet commented Aug 3, 2023

Can you try editing your xorg.conf.egpu to remove the Section "Module" block and add something like this:

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

be sure that the bus ID matches your iGPU as given by lspci (and be sure convert the hex number from lspci to decimal)

This did fix my issue, how do i keep it applied after a reboot?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Confirmed
Development

No branches or pull requests

6 participants