You are not logged in.
Pages: 1
Hi, i have an nvidia gtx 460, installed nvidi drivers with pacman -S nvidia, blacklisted nouveau drivers
but graphic is recoginzed like vmware using Gallium 0.4 on llvmpipe (LLVM 3.6, 256 bits).
How i can install nvidia drivers, for working fine?
cumps
Offline
Not an Installation issue, moving to Multimedia and Games...
Offline
Did you install all of the other relevant packages like nvidia-libgl and nvidia-utils (and lib32-nvidia-libgl and lib32-nvidia-utils)?
Offline
The output of
$ pacman -Q | grep nvidiacan be helpful.
Personal spot :: https://www.smirky.net/ :: Try not to get lost!
Offline
Not sure if this is helpful or not, but I've used this on multiple computers.
https://docs.google.com/document/d/1cKC … sp=sharing
Skip down to
Stage 3 - NVidia Graphics Drivers
** Nvidia Users Only: How I learned to stop caring and love the blob. **
(Im not sure if GTX 460 can run the latest 346 driver from nvidia - if not you'll have to install the old version - you should check the version they recommend at www.nvidia.com)
Offline
460 GTX can use the latest drivers - have one myself and it is still supported.
When I recently installed Arch all I needed to do was to install latest blob without blacklisting nouveau.
My current list of nvidia packages:
lib32-nvidia-libgl
lib32-nvidia-utils
nvidia
nvidia-ck-k10
nvidia-libgl
nvidia-utils
opencl-nvidiaWhatever happens, happens.
Offline
I ran into this problem too, somehow an upgrade switched me over to "mesa-libgl"
Running this resolved the issue:
pacman -S nvidia-libgl... then restart X.
Last edited by ideasman42 (2015-08-19 01:40:42)
Offline
Pages: 1