Welcome, Guest. Please login or register.
Did you miss your activation email?

Author Topic:  [solved]nVidia driver - replacement ?  (Read 3866 times)

Spaceferret

  • Guest
[solved]nVidia driver - replacement ?
« on: 2013/09/10, 03:10:52 »
As this is my first post on siduction forum I wish to thank developers for the tremendous job they accomplished creating this wonderful distro .
And now on to business .
Today's d-u gives me
Code: [Select]

The following packages will be REMOVED:
  nvidia-driver nvidia-glx
The following NEW packages will be installed:
  libgl1-nvidia-legacy-304xx-glx libusbmuxd2 libxatracker1
  nvidia-legacy-304xx-alternative

 I have an older nVidia 6350 card, is that a driver replacement or rather dependencies problem ? Should I go ahead and let those packages go ?

thunderrd

  • Guest
RE: nVidia driver - replacement ?
« Reply #1 on: 2013/09/10, 09:08:44 »
I have the same type of output, and am also confused as to what is going on with the nvidia blob.

In my case it is a 9600GT, which is a supported card.  I *must* use the nvidia-driver (nouveau not an option) and have to have CUDA support as well, so I am currently at a loss what to do.

Online towo

  • Administrator
  • User
  • *****
  • Posts: 2.938
RE: nVidia driver - replacement ?
« Reply #2 on: 2013/09/10, 09:15:57 »
Since nvidia-driver version 304.xx is a legacy driver, debian has adapted the name-sheme to fit the drivers version upstream.
So the replacement is normal.
Ich gehe nicht zum Karneval, ich verleihe nur manchmal mein Gesicht.

thunderrd

  • Guest
RE: nVidia driver - replacement ?
« Reply #3 on: 2013/09/10, 09:22:46 »
Thanks towo.

At what version number does it cease to be "legacy", and what is the version number of the latest non-legacy nvidia-driver available for me?

I am running 325.xx + kernel 3.9.11 on my other [gentoo] linux machine with no renaming of the package, so it is a bit confusing for me.

Online towo

  • Administrator
  • User
  • *****
  • Posts: 2.938
Ich gehe nicht zum Karneval, ich verleihe nur manchmal mein Gesicht.

thunderrd

  • Guest
RE: nVidia driver - replacement ?
« Reply #5 on: 2013/09/10, 09:32:50 »
lolz, you posted as I was editing my above post ^^

I have to figure out how to instruct siduction to install the latest non-legacy version, *methinks*

schmimat

  • Guest
RE: nVidia driver - replacement ?
« Reply #6 on: 2013/09/10, 10:01:11 »
Hi,

I have the following problem:

Code: [Select]
Entpacken von libgl1-nvidia-legacy-304xx-glx:amd64 (aus libgl1-nvidia-legacy-304xx-glx_304.108-2_amd64.deb) ...
dpkg: Fehler beim Bearbeiten von libgl1-nvidia-legacy-304xx-glx_304.108-2_amd64.deb (--install):
 Versuch, »/usr/lib/x86_64-linux-gnu/tls/libnvidia-tls.so.304.108« zu überschreiben, welches auch in Paket libgl1-nvidia-glx:amd64 304.108-1 ist
dpkg-deb: Fehler: Unterprozess einfügen wurde durch Signal (Datenübergabe unterbrochen (broken pipe)) getötet
Fehler traten auf beim Bearbeiten von:
 libgl1-nvidia-legacy-304xx-glx_304.108-2_amd64.deb


I solved it with this:

Code: [Select]
dpkg -i --force-all libgl1-nvidia-legacy-304xx-glx_304.108-2_amd64.deb

Was this the right way? Are there other solutions?

Thanks

mfG Matthias

Spaceferret

  • Guest
RE: nVidia driver - replacement ?
« Reply #7 on: 2013/09/10, 14:37:39 »
Thank you towo.