









GregE wrote:You could have achieved the same thing by installing the main edition of Mint.


Mad_Sunday wrote:GregE wrote:You could have achieved the same thing by installing the main edition of Mint.
Wrong! that's why I tried LMDE the main edition gave the same problems.
Pete


sudo apt-get install build-essential linux-headers-`uname -r`sudo apt-get remove xserver-xorg-video-nouveausudo /etc/init.d/gdm3 stopsh nvidia-driver.run -z --no-x-checksh nvidia-driver.run -z --no-x-checkWhich is something I've known just with use and simple tests for quite some time. Nouveau is still better than what we had on linux years ago. That was always an issue back then, with ATI even being more of a headache.The Nouveau driver can be usable for those that just care about a basic composited Linux desktop for office and Internet tasks, but for gaming and other demanding workloads it is not too viable.


proxima_centauri wrote:TL:DR;
For the newer nvidia cards listed in http://us.download.nvidia.com/XFree86/L ... chips.html
install the following packages through Package Manager or terminal:
- Code: Select all
apt install nvidia-kernel-dkms nvidia-glx build-essential nvidia-settings nvidia-xconfig
For older cards listed in http://us.download.nvidia.com/XFree86/L ... dix-a.html
install the following packages through Package Manager or terminal:
- Code: Select all
apt install nvidia-kernel-legacy-173xx-dkms nvidia-glx-legacy-173xx build-essential
nvidia-settings nvidia-xconfig
For ancient cards listed in http://us.download.nvidia.com/XFree86/L ... dix-a.html
Install the following packages through Package Manager or terminal:
- Code: Select all
apt install nvidia-kernel-legacy-96xx-dkms nvidia-glx-legacy-96xx build-essential
nvidia-settings nvidia-xconfig
When done, execute nvidia-xconfig in terminal. After a reboot, the driver is installed.
* Full credit to fnkbss; copied from http://community.linuxmint.com/tutorial/view/331
EDIT:
Suggested to remove or blacklist the default nouveau driver after nvidia driver installation. (Thank you Elmacus for the recommendation)
To blacklist:
- Code: Select all
sudo echo blacklist nouveau > /etc/modprobe.d/blacklist-nouveau.conf
Removal (in terminal):
- Code: Select all
apt remove --purge xserver-xorg-video-nouveau libdrm-nouveau1a
sudo nvidia-xconfig


dpkg-reconfigure nvidia-kernel-dkms 

alakin wrote:I have used the NVIDIA X Server Settings to obtain the display that I want i.e. 1280x1024 @ 85hz. This works well for me and the settings are saved on exit and reload fine for the next session. However, my wife's login does not remember the settings - she gets 1900x1200 @ 60hz (this appears to be the auto configuration setting). Help in sorting this one would be appreciated.


Elmacus wrote:Update!
I just changed back to debian testing instead of mint incomming and got two new kernels, 3.0 and 3.1.
After reboot to 3.1 i was faced with terminal login(not the blinking cursor only), no GDM, but booting to 3.0 worked.
Fix was runnning this as root at terminal (booted 3.1):
- Code: Select all
dpkg-reconfigure nvidia-kernel-dkms
Reboot and it worked again.
I hope this helps others with similar problem.
nvidia-kernel-dkms
dpkg-reconfigure nvidia-kernel-dkms 


Users browsing this forum: No registered users and 1 guest