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

Stuck at boot while switching to integrated or hybrid mode. #42

Closed
bhaskarkhoraja opened this issue May 19, 2022 · 9 comments
Closed

Stuck at boot while switching to integrated or hybrid mode. #42

bhaskarkhoraja opened this issue May 19, 2022 · 9 comments

Comments

@bhaskarkhoraja
Copy link

This issue started from envycontrol V2, whenever i switch to integrated or hybrid i get stuck at boot. I thought it will be fixed but its been a long time. I found that it was removing EXTRA_PATH while switching to integrated or nvidia so i removed it from _cleanup() and was working fine.

From
to_remove = (BLACKLIST_PATH,UDEV_INTEGRATED_PATH, UDEV_PM_PATH, XORG_PATH, EXTRA_PATH, '/etc/X11/xorg.conf.d/90-nvidia.conf',.......................

To
to_remove = (BLACKLIST_PATH,UDEV_INTEGRATED_PATH, UDEV_PM_PATH, XORG_PATH, '/etc/X11/xorg.conf.d/90-nvidia.conf',.......................

So, is there any problem in my system or other people are facing this problem too.
Hope it will be fixed ASAP.

@bayasdev
Copy link
Owner

Please manually remove /etc/X11/xorg.conf if exists and all Nvidia related configs inside /etc/X11/xorg.conf.d/, the EXTRA_PATH is just a file that gets created on Nvidia mode if the user choose to enable Composition Pipeline nor Coolbits.

@bhaskarkhoraja
Copy link
Author

Please manually remove /etc/X11/xorg.conf if exists and all Nvidia related configs inside /etc/X11/xorg.conf.d/

I have already removed /etc/X11/xorg.conf and there is no configs related to Nvidia in /etc/X11/xorg.conf.d except for some keyboard and touchpad related config.

@bayasdev
Copy link
Owner

bayasdev commented May 19, 2022 via email

@bhaskarkhoraja
Copy link
Author

I am currently on Arch Linux.

The iGPU is Intel UHD 630.

@DaVikingMan
Copy link
Contributor

When switching to hybrid, try switching off(press 'n') the RTD3 power management when prompted to enter it.

@bhaskarkhoraja
Copy link
Author

When switching to hybrid, try switching off(press 'n') the RTD3 power management when prompted to enter it.

Thanks i can now switch between hybrid or integrated without any problem. Dose that mean it don't support RTD3 power management on my system?

@DaVikingMan
Copy link
Contributor

It may be that your gpu doesn't support RTD3 management(since you aren't using a turing-gen gpu)

@ajfpay
Copy link

ajfpay commented Jul 12, 2022

When switching to hybrid, try switching off(press 'n') the RTD3 power management when prompted to enter it.

Thanks i can now switch between hybrid or integrated without any problem. Dose that mean it don't support RTD3 power management on my system?

can I have file /etc/X11/xorg.conf and nvidia config in folder /etc/X11/xorg.conf.d/?
Same problem, stuck if switch hybrid mode, try to switching off RTD3 power management not work.

Spec: I7-7700HQ
Display: IGPU Intel HD 630 & Nvidia 1060 6GB

Nothing conf xorg.conf on hybrid mode

@bayasdev
Copy link
Owner

bayasdev commented Oct 11, 2022 via email

@bayasdev bayasdev closed this as not planned Won't fix, can't repro, duplicate, stale Mar 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants