I’m using Stable branch. Thx for answer me, i’ll wait for stable release.
i have found a way to install nvidia
in this forum some where but i forgot to book mark
but i have commands in my history
i am using a nvidia 1660 ti mobile (optimus laptop with intel integrated gpu and 1660ti mobile) i ran into similar issues but installed finally
OBS studio is also working with NVENC
to update
IMPORTANT:: update all packages before doing and reboot
without updating all packages and kernels
-------------------------> you cant install nvidia - 450 without updating the existing packages
–>update packages before doing this
NOTE : remove the current drivers using MHWD command line and install
- sudo mhwd -i pci video-modesetting (or your driver name)
- sudo mhwd -r pci video-hybrid-intel-nvidia-440xx-prime (or your driver name)
- sudo mhwd -i pci video-hybrid-intel-nvidia-450xx-prime (or your driver name )
- reboot
thats it
it worked for me
if you want to make you manjaro look awsome watch my video
450 is on stable! Finally!
When i follow your Guide i get the following answers to the commands:
sudo mhwd -i pci video-modesetting (or your driver name)
> Installing video-modesetting... Sourcing /etc/mhwd-x86_64.conf Has lib32 support: true Sourcing /var/lib/mhwd/db/pci/graphic_drivers/video-modesetting/MHWDCONFIG Processing classid: 0300 Sourcing /var/lib/mhwd/scripts/include/0300 > Successfully installed video-modesetting
sudo mhwd -r pci video-hybrid-intel-nvidia-440xx-prime (or your driver name)
Error: config 'video-hybrid-intel-nvidia-440xx-prime' is not installed!
sudo mhwd -i pci video-hybrid-intel-nvidia-450xx-prime (or your driver name )
Warning: no matching device for config 'video-hybrid-intel-nvidia-450xx-prime' found! > Installing video-hybrid-intel-nvidia-450xx-prime... Sourcing /etc/mhwd-x86_64.conf Has lib32 support: true Sourcing /var/lib/mhwd/db/pci/graphic_drivers/hybrid-intel-nvidia-450xx-prime/MHWDCONFIG Processing classid: 0300 Sourcing /var/lib/mhwd/scripts/include/0300 Prüfe Abhängigkeiten... Fehler: Konnte den Vorgang nicht vorbereiten (Kann Abhängigkeiten nicht erfüllen) :: Entfernen von linux57-nvidia-440xx verletzt Abhängigkeit 'linux57-nvidia-440xx', benötigt von linux-latest-nvidia-440xx Error: pacman failed! Error: script failed!
Want to post your customization video in the appropriate section instead of hocking your wares in someones help request thread? Thanks
That’s nice but your post didn’t need to be made at all.
have you updated the packages before this?
MAKE SURE THAT YOUR DRIVER NAME IS CORRECT BEFORE UNINSTALLING
I WROTE THE COMMAND FOR A OPTIMUS(INTEL+NVIDIA GPU)
IF YOU HAVE ONLY GPU LIKE A PC or some other model
YOU CAN SEE FOR YOUR SELF
THE COMMAND I WROTE IS FOR OPTIMUS LAPTOP
sudo mhwd -r pci video-hybrid-intel-nvidia-440xx-prime (or your driver name)
Error: config 'video-hybrid-intel-nvidia-440xx-prime' is not installed!
THEN YOU SHOULD NOT INSTALL PRIME DRIVERS
1)GO TO HARDWARE CONFIG (GUI APP)
2)VERIFY THE NAME OF THE DRIVER AND TYPE IT CORRECTLY
REPLACE "video-hybrid-intel-nvidia-440xx-prime " WITH YOUR DRIVER
THAT IS :: sudo mhwd -r pci [YOUR DRIVER NAME WITH NVIDIA-440]
--------->this removes the existing drivers
3)TO INSTALL nvidia-450
you can use the gui tool “hardware configuration” in application list
or use the command i specified before
i think if you wait for some time the auto install proprietary from the app will get fixed
i faced the issue as to press y to install and i cant so i done it manually
Saw my Failure
Thanks for your Help.
Yeah, I got the same issue.
Uninstalling video-hybrid-intel-nvidia-440xx-prime
returned some additional dependency errors: nvtop
and linux-latest-nvidia-440xx
, so I had to remove them first to proceed. Eventually it worked.
Now the only step left is to reboot to test it.
EDIT: All works after reboot. I could switch to hybrid mode and dGPU is working with Steam as it should.
The issue here was that the GUI for mhwd was not returning anything and even
sudo mhwd -i pci video-hybrid-intel-nvidia-450xx-prime
didn’t do anything. It just asked Y/n and then was done without doing anything. The solution was to install dependencies, uninstall conflicting packages and then remove and then finally install, but that way shows the script failed flat out until perfect conditions were met.
So basically, without installing video-modesetting, there was no output that could help with anything. Only after we got video-modesetting, we got the usual dependency errors, which are finally helpful.
So it looks the script needs to be improved.
I know. That is covered in that as well.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.