You are not logged in.
Pages: 1
Hello! I have installed nvidia 304.131 (for the Geforce G103M) and Gnome 3.18.2
I have this issue with the mouse (https://bbs.archlinux.org/viewtopic.php … 2#p1572202) when upgrading from 3.16 to 3.18
What i am trying to do is upgrade to another version 352 or 358 (this mouse issue is from nvidia drivers - what i understand)
What i have installed:
extra/libvdpau 1.1.1-1 [installed]
extra/nvidia-304xx 304.131-2.1 [installed]
extra/nvidia-304xx-libgl 304.131-1 [installed]
extra/nvidia-304xx-utils 304.131-1 [installed]
multilib/lib32-nvidia-utils 358.16-1 [installed]If i want to install nvidia (the latest) :
resolving dependencies...
looking for conflicting packages...
:: nvidia and nvidia-304xx are in conflict. Remove nvidia-304xx? [y/N] y
:: nvidia-utils and nvidia-304xx-utils are in conflict. Remove nvidia-304xx-utils? [y/N] y
error: failed to prepare transaction (could not satisfy dependencies)
:: nvidia-304xx-libgl: requires nvidia-304xx-utilsWhen i try to remove nvidia-304xx-utils
checking dependencies...
error: failed to prepare transaction (could not satisfy dependencies)
:: lib32-nvidia-utils: requires nvidia-utils
:: nvidia-304xx: requires nvidia-304xx-utils=304.131
:: nvidia-304xx-libgl: requires nvidia-304xx-utilsHow to remove nvidia nvidia 304 completely and install nvidia (the latest) ?
Compaq CQ61-125EQ - Arch x86_64 - GNOME3
Core 2 duo T6400 - 4GB RAM - NVIDIA G103 M - 120GB SSD
Offline
First ensure that your graphics card is compatible with the 350 series drivers.
To remove, give this command a try:
# pacman -Rsc nvidia-304xxLast edited by x33a (2015-12-01 11:19:43)
Offline
The nvidia-304xx is uninstalling BUT.....I still cannot remove nvidia-utils which is in conflict with the other nvidia-utils:
sudo pacman -S nvidia-340xx
resolving dependencies...
looking for conflicting packages...
:: nvidia-340xx-utils and nvidia-304xx-utils are in conflict (nvidia-utils). Remove nvidia-304xx-utils? [y/N] y
error: failed to prepare transaction (could not satisfy dependencies)
:: nvidia-304xx: requires nvidia-304xx-utils=304.131
:: nvidia-304xx-libgl: requires nvidia-304xx-utilsIf i try to remove nvidia-304xx-utils with the -Rsc it removes all my apps (4082.84 MB)
I'm missing something and i don`t know what!
Compaq CQ61-125EQ - Arch x86_64 - GNOME3
Core 2 duo T6400 - 4GB RAM - NVIDIA G103 M - 120GB SSD
Offline
and by the way ..... only 304.131 and 340.96 is supporting my video card.
Compaq CQ61-125EQ - Arch x86_64 - GNOME3
Core 2 duo T6400 - 4GB RAM - NVIDIA G103 M - 120GB SSD
Offline
The nvidia-304xx is uninstalling BUT.....I still cannot remove nvidia-utils which is in conflict with the other nvidia-utils:
sudo pacman -S nvidia-340xx resolving dependencies... looking for conflicting packages... :: nvidia-340xx-utils and nvidia-304xx-utils are in conflict (nvidia-utils). Remove nvidia-304xx-utils? [y/N] y error: failed to prepare transaction (could not satisfy dependencies) :: nvidia-304xx: requires nvidia-304xx-utils=304.131 :: nvidia-304xx-libgl: requires nvidia-304xx-utilsIf i try to remove nvidia-304xx-utils with the -Rsc it removes all my apps (4082.84 MB)
I'm missing something and i don`t know what!
You have told pacman to install nvidia-340xx and replace nvidia-304xx-utils with nvidia-340xx-utils, but the whole process can't continue because you haven't told it to replace nvidia-304xx-libgl with anything.
Try
# pacman -Syu nvidia-340xx nvidia-340xx-libglSakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD
Making lemonade from lemons since 2015.
Offline
WorMzy wrote
You have told pacman to install nvidia-340xx and replace nvidia-304xx-utils with nvidia-340xx-utils, but the whole process can't continue because you haven't told it to replace nvidia-304xx-libgl with anything.
You are right!
Thank you all for the tips and info! Now i`ts working fine gnome 3.18.2!
Cheers! ![]()
Compaq CQ61-125EQ - Arch x86_64 - GNOME3
Core 2 duo T6400 - 4GB RAM - NVIDIA G103 M - 120GB SSD
Offline
Pages: 1