

Schoelje wrote:So, just to let you know I'm still on schedule: ready for download at the end of next week.





apt-get purge pulseaudio*rm -rv $HOME/.kdecp -rv /etc/skel/.kde $HOME



Schoelje wrote:Some things have changed:* The extra applications were removed (to stay as close as possible to Linux Mint KDE).



startpar: services(s) returned failure: live-installer failed#!/bin/bash
# Check if the dkms package is installed and remove when it is
if dpkg-query -l "nvidia-kernel-dkms" | grep '^ii' 2>&1 > /dev/null ; then
echo "========================================"
echo "First remove the old Nvidia drivers"
echo "========================================"
sudo apt-get -y --force-yes remove nvidia-kernel-dkms nvidia-glx
fi
clear
echo "========================================"
echo "Install and configure the Nvidia drivers"
echo "========================================"
sudo apt-get -y --force-yes install nvidia-kernel-dkms nvidia-glx build-essential nvidia-settings nvidia-xconfig
sudo nvidia-xconfig
sudo echo "blacklist nouveau" > /etc/modprobe.d/blacklist-nouveau.conf
clear
echo "========================================"
echo "Done - Reboot your system"
echo "========================================"






Schoelje wrote:I'm finishing testing on the next release this evening (hopefully) and I will post the new iso's as soon as possible.

















Users browsing this forum: Google [Bot] and 7 guests