Created
March 3, 2013 03:31
-
-
Save orospakr/5074365 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[~]$ sudo pacman -R nouveau-dri libgl | |
[sudo] password for orospakr: | |
[~]$ | |
[~]$ | |
[~]$ | |
[~]$ sudo pacman -R nouveau-dri l | |
[~]$ sudo pacman -S nvidia | |
[sudo] password for orospakr: | |
resolving dependencies... | |
looking for inter-conflicts... | |
:: nvidia-utils and libgl are in conflict. Remove libgl? [y/N] y | |
error: failed to prepare transaction (could not satisfy dependencies) | |
:: nouveau-dri: requires libgl=9.0.2 | |
[~]$ pacman -R nouveau-dri | |
error: you cannot perform this operation unless you are root. | |
[~]$ sudo pacman -R nouveau-dri | |
checking dependencies... | |
error: failed to prepare transaction (could not satisfy dependencies) | |
:: lib32-nouveau-dri: requires nouveau-dri | |
:: xf86-video-nouveau: requires nouveau-dri | |
[~]$ sudo pacman -R nouveau-dri lib32-nouveau-dri xf86-video-nouveau | |
checking dependencies... | |
Targets (3): lib32-nouveau-dri-9.0.2-4 nouveau-dri-9.0.2-1 | |
xf86-video-nouveau-1.0.6-1 | |
Total Removed Size: 59.79 MiB | |
Do you want to remove these packages? [Y/n] y | |
(1/3) removing xf86-video-nouveau [######################] 100% | |
(2/3) removing lib32-nouveau-dri [######################] 100% | |
(3/3) removing nouveau-dri [######################] 100% | |
[~]$ pacman -S nvidia | |
error: you cannot perform this operation unless you are root. | |
[~]$ sudo pacman -S nvidia | |
resolving dependencies... | |
looking for inter-conflicts... | |
:: nvidia-utils and libgl are in conflict. Remove libgl? [y/N] y | |
Targets (3): libgl-9.0.2-1 [removal] nvidia-utils-313.18-1 nvidia-313.18-3 | |
Total Download Size: 16.78 MiB | |
Total Installed Size: 73.53 MiB | |
Net Upgrade Size: 49.55 MiB | |
Proceed with installation? [Y/n] y | |
:: Retrieving packages from extra... | |
nvidia-utils-313.18-1-x86_64 13.1 MiB 209K/s 01:04 [##########################################] 100% | |
nvidia-313.18-3-x86_64 2.5 MiB 126K/s 00:09 [############################--------------] 68% | |
y nvidia-313.18-3-x86_64 3.0 MiB 223K/s 00:02 [##################################--------] 82a nvidia-313.18-3-x86_64 3.1 MiB 199K/s 00:03 [##################################--------] 83 nvidia-313.18-3-x86_64 3.7 MiB 190K/s 00:20 [##########################################] 100% | |
(2/2) checking package integrity [##########################################] 100% | |
(2/2) loading package files [##########################################] 100% | |
(2/2) checking for file conflicts [##########################################] 100% | |
(3/3) checking available disk space [##########################################] 100% | |
(1/1) removing libgl [##########################################] 100% | |
(1/2) installing nvidia-utils [##########################################] 100% | |
Optional dependencies for nvidia-utils | |
gtk2: nvidia-settings | |
pangox-compat: nvidia-settings | |
pkg-config: nvidia-xconfig | |
opencl-nvidia: OpenCL support | |
(2/2) installing nvidia [##########################################] 100% | |
In order to use nvidia module, reboot the system. | |
[~]$ | |
[~]$ sudo pacman -S lib32-nvidia-utils | |
resolving dependencies... | |
looking for inter-conflicts... | |
:: lib32-nvidia-utils and lib32-libgl are in conflict. Remove lib32-libgl? [y/N] y | |
Targets (2): lib32-libgl-9.0.2-4 [removal] lib32-nvidia-utils-313.18-1 | |
Total Download Size: 17.09 MiB | |
Total Installed Size: 71.17 MiB | |
Net Upgrade Size: 67.26 MiB | |
Proceed with installation? [Y/n] y | |
:: Retrieving packages from multilib... | |
lib32-nvidia-utils-313.18-1-x86_64 17.1 MiB 196K/s 01:29 [##########################################] 100% | |
(1/1) checking package integrity [##########################################] 100% | |
(1/1) loading package files [##########################################] 100% | |
(1/1) checking for file conflicts [##########################################] 100% | |
(2/2) checking available disk space [##########################################] 100% | |
(1/1) removing lib32-libgl [##########################################] 100% | |
(1/1) installing lib32-nvidia-utils [##########################################] 100% | |
[~]$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment