

clem wrote:http://blog.linuxmint.com/?p=1781

tjcravey wrote:I was able to fix this by temporarily changing from testing to unstable in sources.list, installing nvidia-glx and all dependencies, and then reverting back from unstable to testing. Everything seems to be working great. Did a clean and update and everything still shows up to date and I'm not asked to remove anything that was installed from unstable.
Here's how I did it:
sudo vim /etc/apt/source.list (sub vim with the editor of your choice)
find this line: deb http://ftp.debian.org/debian testing main contrib non-free
change it to: deb http://ftp.debian.org/debian unstable main contrib non-free
save and quit.
sudo apt-get clean
sudo apt-get update
sudo apt-get install nvidia-glx
sudo vim /etc/apt/source.list (sub vim with the editor of your choice)
find this line: deb http://ftp.debian.org/debian unstable main contrib non-free
change it to: deb http://ftp.debian.org/debian testing main contrib non-free
save and quit
sudo apt-get clean
sudo apt-get update
sudo reboot

t3g wrote:Just remember the country you are in for better speed. For example, US people may benefit more from it being
deb http://ftp.us.debian.org/debian unstable main contrib non-free


Hey, who you callin' stupid?!Lewdsquirrel wrote:Hi guys,
like some of you, the latest updates broke my shinny LMDE, because I was using Nvidia proprietary drivers, and was too stupid to notice that the update was going to remove them!
$ cat /etc/apt/sources.list
...
#MINT-SNAPSHOT
#deb http://ftp.debian.org/debian testing main contrib non-free
deb http://debian.linuxmint.com/incoming testing main contrib non-free
...
$ sudo apt-get update
$ sudo apt-get dist-upgrade
...
The following packages will be REMOVED:
libgl1-nvidia-alternatives libgl1-nvidia-glx nvidia-glx
The following packages will be upgraded:
libgl1-mesa-dev libgl1-mesa-dri libgl1-mesa-glx libglu1-mesa mesa-common-dev
xserver-common xserver-xorg-core



tjcravey wrote:I was able to fix this by temporarily changing from testing to unstable in sources.list, installing nvidia-glx and all dependencies, and then reverting back from unstable to testing. Everything seems to be working great. Did a clean and update and everything still shows up to date and I'm not asked to remove anything that was installed from unstable.
Here's how I did it:
sudo vim /etc/apt/source.list (sub vim with the editor of your choice)
find this line: deb http://ftp.debian.org/debian testing main contrib non-free
change it to: deb http://ftp.debian.org/debian unstable main contrib non-free
save and quit.
sudo apt-get clean
sudo apt-get update
sudo apt-get install nvidia-glx
sudo vim /etc/apt/source.list (sub vim with the editor of your choice)
find this line: deb http://ftp.debian.org/debian unstable main contrib non-free
change it to: deb http://ftp.debian.org/debian testing main contrib non-free
save and quit
sudo apt-get clean
sudo apt-get update
sudo reboot

Lecture des champs des paquets... Fait
Lecture de l'état des paquets... Fait
Récupération des rapports de bogue... Fait
Analyse des informations Trouvé/Corrigé... Fait
Bogues de gravité grave sur exim4-base (-> 4.76-2) <non corrigé>
#619439 - Please do _not_ distribute gnutls-params in the package
Résumé :
exim4-base(1 bogue)
Êtes-vous certain de vouloir installer/mettre à jour les paquets ci-dessus ? [Y/n/?/...] n
*******************************************************************
****** Sortie en erreur forcée pour stopper l'installation. ******
*******************************************************************
E: Le sous-processus /usr/sbin/apt-listbugs apt || exit 10 a renvoyé un code d'erreur (10)
E: Failure running script /usr/sbin/apt-listbugs apt || exit 10
Échec de l'installation d'un paquet. Tentative de récupération :



tjcravey wrote:I was able to fix this by temporarily changing from testing to unstable in sources.list, installing nvidia-glx and all dependencies, and then reverting back from unstable to testing. Everything seems to be working great. Did a clean and update and everything still shows up to date and I'm not asked to remove anything that was installed from unstable.
Here's how I did it:
sudo vim /etc/apt/source.list (sub vim with the editor of your choice)
find this line: deb http://ftp.debian.org/debian testing main contrib non-free
change it to: deb http://ftp.debian.org/debian unstable main contrib non-free
save and quit.
sudo apt-get clean
sudo apt-get update
sudo apt-get install nvidia-glx
sudo vim /etc/apt/source.list (sub vim with the editor of your choice)
find this line: deb http://ftp.debian.org/debian unstable main contrib non-free
change it to: deb http://ftp.debian.org/debian testing main contrib non-free
save and quit
sudo apt-get clean
sudo apt-get update
sudo reboot

sudo apt-get install -t sid nvidia-glx





kmb42vt wrote:zerozero wrote:this probably is out of the scoop of the incoming repo but ahas been reported several times to work
- Code: Select all
sudo apt-get install -t unstable nvidia-glx
I can confirm that this does work when the "Debian testing" repo is temporarily changed to "unstable" in the sources list and installed as zerozero states. In fact it's the "nvidia-glx" package in the "debian testing" as well as the new Mint "latest" and "incoming" repositories that fails due to it's dependency on "libgl1-nvidia-glx" which is currently the wrong version. Installing/updating "nvidia-glx" from "ustable" repo installs the updated library as well as other dependencies. I don't have the version number of "libgl1-nvidia-glx" from "testing" that failed but the version installed from "unstable" is 275.09.07-4.
gene@zordon ~ $ sudo apt-get install -t unstable nvidia-glx
Reading package lists... Done
Building dependency tree
Reading state information... Done
nvidia-glx is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 11 not upgraded.
gene@zordon ~ $ 


sudo apt-get update && sudo apt-get install -t unstable nvidia-glx


zerozero wrote:EmyrB, nvidia isn't broken since marchit broke 4 days ago, and i believe that any day now it will be rebuilt against the new mesa/xorg

zerozero wrote:Gene, try
- Code: Select all
sudo apt-get update && sudo apt-get install -t unstable nvidia-glx
of course above you swap unstable with sid according to the sources.list
gene@zordon ~ $ sudo apt-get update && sudo apt-get install -t sid nvidia-glx
[sudo] password for gene:
Hit http://security.debian.org testing/updates InRelease
Hit http://security.debian.org testing/updates/main amd64 Packages
Hit http://liquorix.net sid InRelease
Ign http://packages.linuxmint.com debian InRelease
Ign http://www.debian-multimedia.org testing InRelease
Hit http://ftp.debian.org testing InRelease
Hit http://security.debian.org testing/updates/contrib amd64 Packages
Hit http://security.debian.org testing/updates/non-free amd64 Packages
Ign http://security.debian.org testing/updates/contrib TranslationIndex
Ign http://security.debian.org testing/updates/main TranslationIndex
Ign http://security.debian.org testing/updates/non-free TranslationIndex
Hit http://liquorix.net sid/main amd64 Packages
Get:1 http://packages.linuxmint.com debian Release.gpg [198 B]
Hit http://www.debian-multimedia.org testing Release.gpg
Ign http://liquorix.net sid/main TranslationIndex
Get:2 http://packages.linuxmint.com debian Release [12.1 kB]
Hit http://ftp.debian.org testing/main amd64 Packages/DiffIndex
Hit http://www.debian-multimedia.org testing Release
Get:3 http://packages.linuxmint.com debian/main Sources [9,398 B]
Hit http://ftp.debian.org testing/contrib amd64 Packages/DiffIndex
Hit http://ftp.debian.org testing/non-free amd64 Packages/DiffIndex
Ign http://ftp.debian.org testing/contrib TranslationIndex
Hit http://www.debian-multimedia.org testing/main amd64 Packages/DiffIndex
Hit http://ftp.debian.org testing/main TranslationIndex
Ign http://ftp.debian.org testing/non-free TranslationIndex
Hit http://www.debian-multimedia.org testing/non-free amd64 Packages/DiffIndex
Ign http://www.debian-multimedia.org testing/main TranslationIndex
Ign http://www.debian-multimedia.org testing/non-free TranslationIndex
Get:4 http://packages.linuxmint.com debian/upstream Sources [773 B]
Get:5 http://packages.linuxmint.com debian/import Sources [2,590 B]
Get:6 http://packages.linuxmint.com debian/main amd64 Packages [8,634 B]
Get:7 http://packages.linuxmint.com debian/upstream amd64 Packages [5,192 B]
Get:8 http://packages.linuxmint.com debian/import amd64 Packages [19.1 kB]
Ign http://packages.linuxmint.com debian/import TranslationIndex
Ign http://packages.linuxmint.com debian/main TranslationIndex
Ign http://packages.linuxmint.com debian/upstream TranslationIndex
Ign http://security.debian.org testing/updates/contrib Translation-en_US
Ign http://security.debian.org testing/updates/contrib Translation-en
Ign http://security.debian.org testing/updates/main Translation-en_US
Ign http://security.debian.org testing/updates/main Translation-en
Ign http://liquorix.net sid/main Translation-en_US
Ign http://security.debian.org testing/updates/non-free Translation-en_US
Ign http://security.debian.org testing/updates/non-free Translation-en
Ign http://liquorix.net sid/main Translation-en
Ign http://www.debian-multimedia.org testing/main Translation-en_US
Ign http://ftp.debian.org testing/contrib Translation-en_US
Ign http://www.debian-multimedia.org testing/main Translation-en
Ign http://www.debian-multimedia.org testing/non-free Translation-en_US
Ign http://ftp.debian.org testing/contrib Translation-en
Ign http://ftp.debian.org testing/non-free Translation-en_US
Ign http://www.debian-multimedia.org testing/non-free Translation-en
Ign http://ftp.debian.org testing/non-free Translation-en
Ign http://packages.linuxmint.com debian/import Translation-en_US
Ign http://packages.linuxmint.com debian/import Translation-en
Ign http://packages.linuxmint.com debian/main Translation-en_US
Ign http://packages.linuxmint.com debian/main Translation-en
Ign http://packages.linuxmint.com debian/upstream Translation-en_US
Ign http://packages.linuxmint.com debian/upstream Translation-en
Fetched 58.0 kB in 8s (7,040 B/s)
Reading package lists... Done
Reading package lists... Done
Building dependency tree
Reading state information... Done
nvidia-glx is already the newest version.
gene@zordon ~ $


deb http://http.us.debian.org/debian/ unstable main contrib non-free


zerozero wrote:Gene i think i saw the problem![]()
try this way, add this to your sources.list
- Code: Select all
deb http://http.us.debian.org/debian/ unstable main contrib non-free
and then do as i posted above


Users browsing this forum: No registered users and 1 guest