You are not logged in.
Pages: 1
Hi,
I want to test the new nvidiadriver (169) on my arch because the stable 100.14.16 doesn't work for my 8800gt.
I`ve change the pacman.conf and set up the testing resporitory.
But when I enter "pacman -S testing/nvidia" i get an Error: no such resporitory. Why?
Thx + sorry for my englisch
Offline
You need to run "pacman -Syu" first which will update your system and sync with the testing repository.
Offline
Did you sync the databases after changing pacman.conf? If that's not it post your edited pacman.conf -- perhaps something is wrong there.
Offline
Oh i do pacman -Syu "your database is up do date"
I will post it in 5 minutes.
Offline
Are you sure you set up pacman.conf right?
Make sure you UNCOMMENT the [testing] header.
You don't want this:
# [testing]
Include = /etc/pacman.d/testing
You DO want this:
[testing]
Include = /etc/pacman.d/testing
Run 'pacman -Sy' after enabling testing.
Offline
Okay this was the mistake.
Thx a lot....
I will post my xorg problem, if it exist anymore, later
Thx @ all
Offline
Pages: 1