-
Notifications
You must be signed in to change notification settings - Fork 62
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
Comments
Please manually remove |
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. |
Which distro are you using? as well as your iGPU model
El jue, 19 de may. de 2022 06:56, Bhaskar-Khoraja ***@***.***>
escribió:
… 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.
—
Reply to this email directly, view it on GitHub
<#42 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALY7IYI5FOMLJBJUUX2YY3LVKYUALANCNFSM5WL5CEIA>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
I am currently on Arch Linux. The iGPU is Intel UHD 630. |
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? |
It may be that your gpu doesn't support RTD3 management(since you aren't using a turing-gen gpu) |
can I have file /etc/X11/xorg.conf and nvidia config in folder /etc/X11/xorg.conf.d/? Spec: I7-7700HQ Nothing conf xorg.conf on hybrid mode |
RTD3 requires Turing or newer card as well as a compatible processor.
El mié, 8 de jun. de 2022 07:50, Bhaskar-Khoraja ***@***.***>
escribió:
… 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?
—
Reply to this email directly, view it on GitHub
<#42 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALY7IYLRFX7IF5A76HZBJTTVOCJK3ANCNFSM5WL5CEIA>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
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.
The text was updated successfully, but these errors were encountered: