I want to install new nvidia 450xx, but i can't remove 440x-prime drivers

Hello i don’t know what i must do, but I only want new GPU drivers on notebook, but i can’t remove old 440 nvidia drivers, Screenshot_20200822_174032|690x388
Please help me! :pensive:
Starting

Removing video-hybrid-intel-nvidia-440xx-prime…
Sourcing /etc/mhwd-x86_64.conf
Has lib32 support: true
Sourcing /var/lib/mhwd/local/pci/video-hybrid-intel-nvidia-440xx-prime/MHWDCONFIG
Processing classid: 0300
Sourcing /var/lib/mhwd/scripts/include/0300
checking dependencies…
error: failed to prepare transaction (could not satisfy dependencies)
:: removing linux57-nvidia-440xx breaks dependency ‘linux57-nvidia-440xx’ required by linux-latest-nvidia-440xx
Error: pacman failed!
Error: script failed!

Hello,

See here

3 Likes

Same here, but i installed 450x with pacman and removed 440x manually. After reboot i did this “sudo mhwd -i pci video-hybrid-intel-nvidia-450xx-prime -f” in terminal to reinstall 450x. Now GTX 1050 mobile working fine here.

I think if you uninstall 440x first will work fine.

I dont think thats necessary.
Most likely just need to remove the ‘latest’ umbrella first.

sudo pacman -R linux-latest-nvidia-440xx
1 Like

Thank you guys, i currently removed 440x, but mhwd can’t install dependencies.

Starting

> Using config 'video-hybrid-intel-nvidia-450xx-prime' for device: 0000:01:00.0 (0300:10de:1c8c) Display controller nVidia Corporation GP107M [GeForce GTX 1050 Ti Mobile]

> Using config 'video-hybrid-intel-nvidia-450xx-prime' for device: 0000:00:02.0 (0300:8086:591b) Display controller Intel Corporation HD Graphics 630

> Dependencies to install: video-modesetting

Proceed with installation? [Y/n]

But it’s GUI, how can i force continue in the installing? I can’t hit “y” in the GUI mode. I tried through terminal but it’s same.

[soong@Dell-soong ~]$ sudo mhwd -i pci video-hybrid-intel-nvidia-450xx-prime -f
> Dependencies to install: video-modesetting
Proceed with installation? [Y/n]
y
[soong@Dell-soong ~]$
Starting

> Using config 'video-hybrid-intel-nvidia-450xx-prime' for device: 0000:01:00.0 (0300:10de:1c8c) Display controller nVidia Corporation GP107M [GeForce GTX 1050 Ti Mobile]

> Using config 'video-hybrid-intel-nvidia-450xx-prime' for device: 0000:00:02.0 (0300:8086:591b) Display controller Intel Corporation HD Graphics 630

> Dependencies to install: video-modesetting

Proceed with installation? [Y/n]

same to me happening.

I guess lets update and install modesetting for ourselves first.
sudo pacman -Syyu video-modesetting
sudo mhwd -f -i pci video-hybrid-intel-nvidia-450xx-prime

Edit. Oops. Should be

sudo mhwd -i pci video-modesetting
sudo mhwd -f -i pci video-hybrid-intel-nvidia-450xx-prime

I have latest and I still have problem.

Thats not what the above command does … it updates and installs modesetting.
So you shouldnt be able to get the same ‘need to install modesetting’ afterwards …

video-modesetting needs to be installed with mhwd - the graphical interface is fine. Afterwards video-hybrid-intel-nvidia-450xx-prime can be installed without the prompt.

haha . you are right. Dont know how I missed that.
Time to edit and repost here …

sudo mhwd -i pci video-modesetting
sudo mhwd -f -i pci video-hybrid-intel-nvidia-450xx-prime
3 Likes

At this point, I’m feeling a bit stupid, but

[sumimoto@Sumimoto-PC ~]$ sudo pacman -Syyu video-modesetting
:: Synchronizing package databases...
 core                                                                                169,1 KiB  1300 KiB/s 00:00 [###################################################################] 100%
 extra                                                                              2006,2 KiB  9,33 MiB/s 00:00 [###################################################################] 100%
 community                                                                             6,1 MiB  11,1 MiB/s 00:01 [###################################################################] 100%
 multilib                                                                            196,3 KiB  12,0 MiB/s 00:00 [###################################################################] 100%
error: target not found: video-modesetting

What I’m doing wrong?

See above ^

That helped! Thx <3

Finally! I have fully working nvidia 450.xx drivers with 5.8.1 kernel. Thank you :slightly_smiling_face:

thank you now its working.

How to configure nvdia optimus prime ?

I’m not sure what you mean exactly … but everything you need is probably in these links:
https://wiki.manjaro.org/index.php?title=Configure_Graphics_Cards
https://wiki.archlinux.org/index.php/PRIME

Otherwise you may want to start a new thread.

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.