You are not logged in.
Pages: 1
Hi,
I've got a USB (HDD) installation which I'd like to use indiscriminately with my big box (Nvidia) and my laptop (Intel). As soon as I tried to install xf86-video-intel, I got this:
$ sudo pacman -S xf86-video-intel
resolving dependencies...
looking for inter-conflicts...
:: libgl conflicts with nvidia-utils. Remove nvidia-utils? [Y/n] n
error: unresolvable package conflicts detected
error: failed to prepare transaction (conflicting dependencies)
:: libgl: conflicts with nvidia-utils
Isn't there a thing I can do about it?
Offline
pacman -Rd nvidia-utils (and nvidia if it's installed)
pacman -S xf86-video-intel intel-dri libgl mesa
Offline
@flamelab: I think he's looking for a way for keeping them both, since both boxes share the same HDD.
@OP: I don't think there is a way. The conflicts are just way too many.
It is better to keep your mouth shut and be thought a fool than to open it and remove all doubt. (Mark Twain)
Offline
Ah....both of them? Ehm, you could do a hack, like that: http://bbs.archlinux.org/viewtopic.php?id=92530
Offline
Pages: 1