hi
i ran into a strange dependency problem with wine-1.1.29 and nvidia-kmod, both from the fedora and rpmfusion repositories (f11 64bit). i prefer to use the latest nvidia .run driver, currently version 190.36 from nvidia.com. when i perform a 'yum install wine' it wants to install nvidia-kmod in version 185.18.36 and several other packages. they will overwrite the installed 190.36 and mess up xorg.conf. i were trying to follow leigh's guide
http://forums.fedoraforum.org/showthread.php?t=204752 post #4, it will remove all wine packages for some reason and if i try to reinstall wine it will force 185.18.36 to be installed again.
Code:
yum reinstall wine*
Reinstalling:
wine-cms i586 1.1.29-1.fc11 updates 46 k
wine-ldap i586 1.1.29-1.fc11 updates 94 k
wine-capi i586 1.1.29-1.fc11 updates 31 k
wine-core i586 1.1.29-1.fc11 updates 13 M
wine-fonts noarch 1.1.29-1.fc11 updates 189 k
wine-pulseaudio i586 1.1.29-1.fc11 updates 49 k
wine-desktop noarch 1.1.29-1.fc11 updates 31 k
wine-twain i586 1.1.29-1.fc11 updates 57 k
wine i586 1.1.29-1.fc11 updates 26 k
wine-common noarch 1.1.29-1.fc11 updates 86 k
Installing for dependencies:
kmod-nvidia x86_64 185.18.36-1.fc11.2 rpmfusion-nonfree-updates 28 k
kmod-nvidia-2.6.30.8-64.fc11.x86_64
x86_64 185.18.36-1.fc11.2 rpmfusion-nonfree-updates 3.1 M
xorg-x11-drv-nvidia x86_64 185.18.36-1.fc11 rpmfusion-nonfree-updates 3.1 M
xorg-x11-drv-nvidia-libs i586 185.18.36-1.fc11 rpmfusion-nonfree-updates 7.2 M
xorg-x11-drv-nvidia-libs x86_64 185.18.36-1.fc11 rpmfusion-nonfree-updates 7.6 M
what's the point of making nvidia-kmod a dependency for wine ??
i want to use the new 190.36 and not the old 185.xx garbage which had many bugs for me. as workaround i had to do:
Code:
rpm --erase --nodeps kmod-nvidia
any suggestions ?