zerozero wrote:hi trollboy, follow the post by Lewdsquirrel in the previous page viewtopic.php?f=141&t=67502&start=680#p442696 and you should have gui again;
after that use the "hold" switch provided by viking and you can update safely;
hope you can save it![]()
hi viking
Thanks zerozero , these threads get real messy trying to find solutions. I blindly update && dist-upgrade. Broke nvidia for the forth time, before I was ignorant to using dkms, Ben on irc helped me with that issue and I passed through two kernel upgrades without an issue. I'm using 64bit so modified that , put it in a script and ran it as root, the system auto started x after running it, no driver. After rebooting, all is back the way it should driver running fine:D
for 64bit users, copy this to a file, chmod x and run it as root when your in tty, makes life easier
- Code: Select all
#!/bin/bash
cd /var/cache/apt/archives
dpkg -i libgl1-mesa-glx_7.10.2-3_amd64.deb
dpkg -i libglu1-mesa_7.10.2-3_amd64.deb
dpkg -i mesa-common-dev_7.10.2-3_amd64.deb
dpkg -i xserver-common_2%3a1.10.2-1+wheezy1_all.deb
dpkg -i xserver-xorg-core_2%3a1.10.2-1+wheezy1_amd64.deb
dpkg -i libgl1-mesa-dri_7.10.2-3_amd64.deb
dpkg -i libgl1-mesa-dev_7.10.2-3_amd64.deb
apt-get install libgl1-nvidia-alternatives
apt-get install libgl1-nvidia-glx
apt-get install nvidia-glx
(just an fyi, I've had nothing but troubles with smxi, so don't use it).
A tip to lmde users, have at least 2 root partitions on your hd, install a nice stable OS like M10 on one and lmde on the other, when/if lmde breaks, boot the other , come here, find the solutions, make an exicutable file in the 'home' of your lmde, boot the lmde and just run the script, saves a lot of hassels that way














