-
Notifications
You must be signed in to change notification settings - Fork 21
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
External display output no longer works on MUXed laptop #12
Comments
I have made a lot of changes to the scripts in the last couple of weeks. (Currently only available in the amd-gpu branch.) Those changes include a lot of bugfixes and improvements. I just haven't merged those changes into the master branch yet because I haven't tested them with Nvidia notebooks yet. |
Still does not work, same error on optirun and Xserver. EDIT: Seems like the driver refuses to load for some apparent reason. |
Can you test it with wayland and check if it that would work on your device? |
on Wayland at the moment, |
Okay, I did a clean reinstall and just installed the NVIDIA driver by itself, it worked. Now time to run the script again update: it broke itself after that. |
Yeah, the script is pretty "dumb" at the moment. It doesn't check what's installed already and just tries to install the nvidia driver along with bumblebee. The whole project really has only been tested on a fresh installation of Fedora. |
I seem to have nailed down the issue to PRIME and Bumblebee. Multi-monitor setups do not work with this current configuration for some reason. P.S Also good news, while troubleshooting this whole thing, I have also created an Ubuntu version of the script for 21.04. will PR. |
Nice! That's awesome! |
Nope. Seems to be a MUX issue actually. Turns out my system is not actually MUXed but your script says so. The AMD-GPU fork does say it's not MUXed though. Anyway, you're welcome. I wanted this script to work on Ubuntu anyways. Turning on Bumblebee and setting |
aanyway might be offtopic but #13 |
Yeah, detecting if and how the device is MUXed is tricky and not always possible. The most accurate way of telling that I'm aware of so far is checking as hat kind of devices the GPUs show up in lspci. Sorry for all the hassle btw. The project is very hard to maintain because I only have access to a very limited amount of devices at a time. I made a bunch of changes to the project today after accepting your PR btw. Merging some new features I've been working on the last couple of days and also cleaning the project up by restructuring it a bit. These changes won't fix your problems, but nevertheless I was wondering if you'd like to test them because the project is currently in a state where I think it might make sense to have a first beta release. |
I am running Fedora 34 and ran your script by renaming the F30 scripts to 34 and it works fine, although GDM no longer detects my external display.
Specs:
intel-virtual-output
throwsNo VIRTUAL outputs on ":0".
and X throws[drm] Failed to open DRM device for pci:0000:01:00.0: -19
The text was updated successfully, but these errors were encountered: