Aside: is there a new inxi thread for bookmarking and linking to our inxi?
I get the following errors when trying to update via Pamac:
conflicting dependencies:
nvidia-450xx-utils and nvidia-440xx-utils are in conflict
could not satisfy dependencies:
unable to satisfy dependency ‘nvidia-440xx-utils=440.100’ required by linux54-nvidia-440xx
I see 450xx in System Settings Hardware Configuration but, it’s not installed. I’m on 440xx.
I tried uninstalling it with sudo pacman -R nvidia-450xx-utils but, error: target not found: nvidia-450xx-utils and I tried installing nvidia-440xx-utils again too but, I get the same no target found.
How about installing a newer kernel, perhaps the latest 5.8. After that try installing nvidia-450 stuff and if pacman shows a conflict then unistall nvidia 440 and all it’s related things? I don’t use nvidia but from what I’ve heard 440 is getting replaced. Sorry to not be more accurate but I use AMD and Intel Graphics on my machines. It might be worth using the Search function on the forum: nvidia 440 450 or something like that.
I did find this but, it didn’t seem to be working for me:
https://forum.manjaro.org/t/unable-to-satisfy-dependency-nvidia-driver-install/22864/2 - starting over a new forum means I can’t include links yet
But now that you mention it, maybe I need to be on 5.7 or 5.8 to use 450xx. I installed both but, I’ll need to figure out how to switch to one or the other, as it’s not doing it automatically. I can google that one too.
Kernel 5.7 is at EOL (end of line, won’t be supported for much longer), you can uninstall that. If you reboot, having installed 5.8 you should find you are running 5.8 instead of your older kernel. I reckon it’s always worth having an older LTS kernel installed though as a fallback option.
Apart from that try the nvidia solution I mentioned. I’m not totally sure about that because I don’t use nvidia but I think it’s worth checking out.
It seems I have the same issue so I wont create a new topic, but it looks like this:
:: Starting full system upgrade...
:: Replace xapps with community/xapp? [Y/n] y
resolving dependencies...
looking for conflicting packages...
:: nvidia-450xx-utils and nvidia-418xx-utils are in conflict (nvidia-libgl). Remove nvidia-418xx-utils? [y/N] y
error: failed to prepare transaction (could not satisfy dependencies)
:: unable to satisfy dependency 'nvidia-418xx-utils=418.113' required by linux419-nvidia-418xx
:: unable to satisfy dependency 'nvidia-418xx-utils=418.113' required by linux54-nvidia-418xx
:: unable to satisfy dependency 'nvidia-418xx-utils=418.113' required by linux57-nvidia-418xx
:: removing nvidia-418xx-utils breaks dependency 'nvidia-418xx-utils' required by lib32-nvidia-418xx-utils
So if you find a solution to your problem dont forget to tell me, please
As I understand it has to do with the kernel but i’m not sure how exactly? If someone has some noob-friendly documentation to help it would be really cool
Ouch! Thanks for posting that output, it looks messy! There’s something about nvidia-418 and it’s lib32 that seems to be the problem. Can you remove nvidia-418-utils and lib32-nvidia-418-utils and then install nvidia -450-utils? I am a bit out of my depth here. If it was me I would do a backup before doing this. However the output in a terminal may reveal some answers.
:: Starting full system upgrade...
:: Replace python2-pillow6 with community/python2-pillow? [Y/n] y
:: Replace xapps with community/xapp? [Y/n] y
resolving dependencies...
looking for conflicting packages...
:: nvidia-450xx-utils and nvidia-440xx-utils are in conflict (nvidia-libgl). Remove nvidia-440xx-utils? [y/N] y
error: failed to prepare transaction (could not satisfy dependencies)
:: unable to satisfy dependency 'nvidia-440xx-utils=440.100' required by linux54-nvidia-440xx
:: removing nvidia-440xx-utils breaks dependency 'nvidia-440xx-utils=440.100' required by linux58-nvidia-440xx
It looks like all the 440 stuff should go. sudo -Rsn is the command to remove an item and all of it’s dependencies that are not required by any other applications. I’m not sure. Running that command might leave you without a graphics driver.
Have you looked at your Manjaro Settings Manager (in your menu). That could shed some light. and it allows you to swap things around, not just the kernels, scroll down for hardware.
Unable to get the grub menu to show up after setting GRUB_TIMEOUT_STYLE=menu and using Shift or F8 during boot.
GRUB_DEFAULT=saved
GRUB_TIMEOUT=0
GRUB_TIMEOUT_STYLE=menu
GRUB_DISTRIBUTOR="Manjaro"
GRUB_CMDLINE_LINUX_DEFAULT="quiet apparmor=1 security=apparmor loglevel=3 udev.log_priority=3"
GRUB_CMDLINE_LINUX=""
# If you want to enable the save default function, uncomment the following
# line, and set GRUB_DEFAULT to saved.
GRUB_SAVEDEFAULT=true
# Preload both GPT and MBR modules so that they are not missed
GRUB_PRELOAD_MODULES="part_gpt part_msdos"
# Uncomment to enable booting from LUKS encrypted devices
#GRUB_ENABLE_CRYPTODISK=y
# Uncomment to use basic console
GRUB_TERMINAL_INPUT=console
# Uncomment to disable graphical terminal
#GRUB_TERMINAL_OUTPUT=console
# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command 'videoinfo'
GRUB_GFXMODE=auto
# Uncomment to allow the kernel use the same resolution used by grub
GRUB_GFXPAYLOAD_LINUX=keep
# Uncomment if you want GRUB to pass to the Linux kernel the old parameter
# format "root=/dev/xxx" instead of "root=/dev/disk/by-uuid/xxx"
#GRUB_DISABLE_LINUX_UUID=true
# Uncomment to disable generation of recovery mode menu entries
GRUB_DISABLE_RECOVERY=true
# Uncomment and set to the desired menu colors. Used by normal and wallpaper
# modes only. Entries specified as foreground/background.
GRUB_COLOR_NORMAL="light-gray/black"
GRUB_COLOR_HIGHLIGHT="green/black"
# Uncomment one of them for the gfx desired, a image background or a gfxtheme
#GRUB_BACKGROUND="/usr/share/grub/background.png"
GRUB_THEME="/usr/share/grub/themes/manjaro/theme.txt"
# Uncomment to get a beep at GRUB start
#GRUB_INIT_TUNE="480 440 1"
That will make things difficult.
(btw regular grub without changes should already work with the Shift or Esc thing … no need to change to menu… but you probably need more than 0 seconds of grub)