hadess / switcheroo-control

D-Bus service to check the availability of dual-GPU
9 stars 1 forks source link

Doesn't work on Dell 3576 #14

Closed waleedyt closed 6 years ago

waleedyt commented 6 years ago

Hi, My Linux system boots to a black screen when this package is installed, I have tested this issue on Fedora 28, 29 Beta, Ubuntu 18.04/18.04.1 and Ubuntu 18.10 Beta. My system is 8th gen core i7 and has AMD Radeon 520 as discrete card. Once i remove this package, i can boot and start the system fine. Is it a known bug? if so any hot fix i can do with? if not please let me know how i can help to help debug this and if i need to provide anything else.

waleedyt commented 6 years ago

I figured the problem out. Solution and problem was also documented in the read me. For future reference the problem was that it was trying to automatically switch to intel card at startup where as i guess it(the switch) isn't supported by my laptop firmware. Adding

xdg.force_integrated=0

to kernel command line parameters did the trick.

hadess commented 6 years ago

I figured the problem out. Solution and problem was also documented in the read me. For future reference the problem was that it was trying to automatically switch to intel card at startup where as i guess it(the switch) isn't supported by my laptop firmware.

That means that there's a kernel bug here.

waleedyt commented 6 years ago

Do I need to report it somewhere?

On Sun, Sep 30, 2018, 15:53 hadess notifications@github.com wrote:

I figured the problem out. Solution and problem was also documented in the read me. For future reference the problem was that it was trying to automatically switch to intel card at startup where as i guess it(the switch) isn't supported by my laptop firmware.

That means that there's a kernel bug here.

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/hadess/switcheroo-control/issues/14#issuecomment-425712048, or mute the thread https://github.com/notifications/unsubscribe-auth/ARSWAeetTAWQQ3uaMUhSw7cdBY05eXCQks5ugKKLgaJpZM4XA5Sm .

hadess commented 6 years ago

Do I need to report it somewhere?

Well, you most probably do if you want it to be fixed.

waleedyt commented 6 years ago

Sorry that came out wrong. What I wanted to ask was if it was some well known kernel bug! I ll report it.

On Sun, Sep 30, 2018, 15:55 hadess notifications@github.com wrote:

Do I need to report it somewhere?

Well, you most probably do if you want it to be fixed.

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/hadess/switcheroo-control/issues/14#issuecomment-425712243, or mute the thread https://github.com/notifications/unsubscribe-auth/ARSWAb1JQamixKUmlR30md2Z0DSckP03ks5ugKM_gaJpZM4XA5Sm .

hadess commented 6 years ago

Sorry that came out wrong. What I wanted to ask was if it was some well known kernel bug! I ll report it.

It's not a kernel bug that I know, no.