Linux mint lmde nvidia

Linux Mint Forums

Forum rules
Before you post please read how to get help. Topics in this forum are automatically closed 6 months after creation.

Zeeman Level 2
Posts: 62 Joined: Sun Mar 03, 2019 10:18 pm Location: België

How to install NVIDIA drivers in LMDE 3

Post by Zeeman » Tue May 28, 2019 2:29 pm

How to install NVIDIA drivers in LMDE 3: Add the following commands in the terminal

sudo apt-get update (Press enter)

sudo apt-get install nvidia-detect (Press enter)

Here nvidia-legacy-304xx-driver is the right driver package for my gpu Install the recommended driver and linux headers:

sudo apt-get install linux-headers-$(uname -r) nvidia-legacy-304xx-driver (press enter)

the correct kernel will be chosen automatically

Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.

Re: How to install NVIDIA drivers in LMDE 3

Post by Tenebris_Umbra » Wed May 29, 2019 5:10 pm

There is also the official Debian wiki guide, worked for me, both on 4.9 and backport 4.19 kernels

Re: How to install NVIDIA drivers in LMDE 3

Post by axisofevil » Sun Jun 09, 2019 6:39 pm

I tried this — text seems a bit misleading.
Running inxi -Gx says that my current driver for my not especially new card is nvidia v: 390.116
However when I run nvidia-detect it says:-

Detected NVIDIA GPUs:
01:00.0 VGA compatible controller [0300]: NVIDIA Corporation GK208 [GeForce GT 730] [10de:1287] (rev a1)
Checking card: NVIDIA Corporation GK208 [GeForce GT 730] (rev a1)
Your card is supported by the default drivers and legacy driver series 340.
It is recommended to install the
nvidia-driver
package.

  • Important Notices
  • ↳ Rules & Notices
  • ↳ Releases & Announcements
  • ↳ Main Edition Support
  • ↳ Beginner Questions
  • ↳ Installation & Boot
  • ↳ Software & Applications
  • ↳ Hardware Support
  • ↳ Graphics Cards & Monitors
  • ↳ Printers & Scanners
  • ↳ Storage
  • ↳ Sound
  • ↳ Networking
  • ↳ Virtual Machines
  • ↳ Desktop & Window Managers
  • ↳ Cinnamon
  • ↳ MATE
  • ↳ Xfce
  • ↳ Other topics
  • ↳ Non-technical Questions
  • ↳ Tutorials
  • Debian Edition Support
  • ↳ LMDE Forums
  • ↳ Beginner Questions
  • ↳ Installation & Boot
  • ↳ Software & Applications
  • ↳ Hardware Support
  • ↳ Networking
  • ↳ Tutorials
  • ↳ Other Topics & Open Discussion
  • ↳ LMDE Archive
  • Interests
  • ↳ Gaming
  • ↳ Scripts & Bash
  • ↳ Programming & Development
  • Customization
  • ↳ Themes, Icons & Wallpaper
  • ↳ Compiz, Conky, Docks & Widgets
  • ↳ Screenshots
  • ↳ Your Artwork
  • Chat
  • ↳ Introduce Yourself
  • ↳ Chat about Linux Mint
  • ↳ Chat about Linux
  • ↳ Open Chat
  • ↳ Suggestions & Feedback
  • International
  • ↳ Translations
  • ↳ Deutsch — German
  • ↳ Español — Spanish
  • ↳ Français — French
  • ↳ Italiano — Italian
  • ↳ Nederlands — Dutch
  • ↳ Português — Portuguese
  • ↳ Русский — Russian
  • ↳ Suomi — Finnish
  • ↳ Other Languages
  • ↳ Čeština-Slovenčina — Czech-Slovak
  • ↳ Magyar — Hungarian
  • ↳ 日本語 — Japanese
  • ↳ Polski — Polish
  • ↳ Svenska — Swedish
  • ↳ Українська — Ukrainian
Читайте также:  Kali linux утилиты установка

Powered by phpBB® Forum Software © phpBB Limited

Источник

Linux mint lmde nvidia

For the nvidia cards listed in

install following packages:

nvidia-kernel-dkms nvidia-glx build-essential nvidia-settings nvidia-xconfig

in the shell. after a reboot, the driver is installed.

For older cards listed in

install following packages:

nvidia-kernel-legacy-173xx-dkms nvidia-glx-legacy-173xx build-essential nvidia-settings nvidia-xconfig

in the shell. after a reboot, the driver is installed.

Comments

I think this tutorial needs to get updated for LMDE 2 Betsy. I tried to follow the original tutorial and failed.
Here is what I then did to install nVidia driver in LMDE 2:
1. download latest driver from nvidia web site. In my case the file was called «NVIDIA-Linux-x86_64-352.21.run»
2. open terminal, write «sudo /etc/init.d/mdm stop» to stop the GUI
3. type «cd /home/YourUserName/Downloads» into CLI
4. execute «sudo sh NVIDIA-Linux-x86_64-352.21.run» (if the file name of your download is different you need to adapt to that)
5. answer «Yes» to any question the installer will ask now
6. when finished reboot machine with «sudo reboot»
That’s all.

I just wanted to post an update about installing nvidia drivers.
If your graphic card is new, just install modules posted from the first part of tutorial.
If your graphic card might be old, before installing any packages use the nvidia-detect tool to check which driver to use — if it’s an old (legacy) driver you just need to change the «173xx» to that version shown in the output. At the moment, there are two versions of legacy driver 173xx and 304xx.
After the installation is finished you’ll get a message about the need to add the new driver to you xorg.conf file whitout help on how to do it.
DO NOT USE THE nvidia-xconfig tool!! If you use it, after a reboot you’ll stuck without a working X server.

Читайте также:  Linux change user folder

What you have to do is:
open terminal and type:
sudo nano -w /etc/X11/xorg.conf
or if you don’t like the terminal, press alt+f2 and type:
gksu gedit /etc/X11/xorg.conf
an empty file will open
2. paste the following lines
Section «Device»
Identifier «Device0»
Driver «nvidia»
EndSection

3. save the file and reboot

This will enable your nvidia driver without destroying anything else.

Is there an up to date version of this?

e.g.
This is a dynabook i7 with Nvidia GTS350 graphics (low end) and LinuxMint 17 has Xorg drivers intalled via the auto-select at the install a few days ago; but there is an Nvidia 331 driver on Driver Manager which indicates «recommended», but why would LinuxMint 17 not install the Recommended driver during the install?

Noob me, being logical cannot figure that out.

Sorry but this approach did not work for me under the latest 201204RC. I have Alienware M11x with GT540M GPU. I also installed the driver manually but in either case I get a blank screen after booting up (both in standard and recovery mode). Any suggestion on what could cause the problem and maybe how to fix it? Should I roll back to 201109 and update the system that way? Could it be a 64-bit vs a 32-bit issue with the base OS?

1. Even if you forget to execute $sudo nvidia-xconfig here is how to go about
Boot into recovery mode, enter su password
enter command sudo nvidia-xconfig
2. Remove nouveau driver $sudo apt-get purge xserver-xorg-video-nouveau libdrm-nouveau1a
3. Reboot and there you are with new nvidia driver loaded

What about the 96.43.xx driver for GeForce4 420 Go 32M?

found perfect soultion here
http://community.linuxmint.com/tutorial/subscribe/717

wish me luck found this site
http://dushan888.wordpress.com/2008/10/06/installing-the-nvidia-display-driver-in-linux-mint/

Hello all,I am a noob at mint.I have tryed to install nvidia card but there is some problem with mint 11 getting which card it is lshw command says:
*-display
description: VGA compatible controller
product: G73 [GeForce Go 7600]
vendor: nVidia Corporation
physical id: 0
bus info: pci@0000:01:00.0
version: a1
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress vga_controller bus_master cap_list rom
configuration: driver=nouveau latency=0
resources: irq:16 memory:cd000000-cdffffff memory:d0000000-dfffffff memory:ce000000$
and card exists in both lists
Help me please

This worked perfectly for me, replacing nouveau drivers that couldn’t cope with Linux kernel 3.0.0. Now I can boot up into the latest version of LMDE. Thanks very much.

Читайте также:  Как сгенерировать ssh linux

doesn´t work for me mate, my X server no longer starts.
but, i followed this instructions and works fine (actually pretty nice)
http://gingerbread-man.co.cc/node/10
sorry about my english (mi lengua natal es castellano 😉 )
. hope this serves as something to someone

If you want to use the GUI wizard instead of mucking about in xorg.conf: AFTER you run the steps outlined above: http://us.download.nvidia.com/XFree86/Linux-x86/195.36.24/README/nvidiasettings.html

This tremendously helped and got my Dual Monitors setup quickly.

To remove nvidia Logo at gdm startup:

I’ve added this to my /etc/X11/xorg.conf

Section «Device»
Identifier «NVIDIA xxxxxxxxxxxxxxxxxxxxxxx»
Driver «nvidia»
.

Add the following line below it

Источник

Руководство по установке карт NVidia в LMDE

Интересно это сообщение опубликовано на форуме LinuxMint (на английском языке) который я смиренно перевел для пользователей ЛМДЕ что они используют карты NVidia.

Новые карты.

Для новых моделей, перечисленных в этот URL:

$ sudo aptitude install nvidia-kernel-dkms nvidia-glx build-essential nvidia-settings nvidia-xconfig

Старые карты.

Для более старых моделей, перечисленных в этот URL.

$ sudo aptitude install nvidia-kernel-legacy-173xx-dkms nvidia-glx-legacy-173xx build-essential nvidia-settings nvidia-xconfig

Еще старые карты.

Для моделей, перечисленных в этот URL.

$ sudo aptitude install nvidia-kernel-legacy-96xx-dkms nvidia-glx-legacy-96xx build-essential nvidia-settings nvidia-xconfig

Удалять.

Рекомендуется удалить следующие пакеты:

apt remove —purge xserver-xorg-video-nouveau libdrm-nouveau1a

Или занесите их в черный список:

sudo echo blacklist nouveau > /etc/modprobe.d/blacklist-nouveau.conf

Содержание статьи соответствует нашим принципам редакционная этика. Чтобы сообщить об ошибке, нажмите здесь.

Полный путь к статье: Из Linux » дизайн » Руководство по установке карт NVidia в LMDE

4 комментариев, оставьте свой

Оставьте свой комментарий Отменить ответ

Полезно, но будьте осторожны!
«Гибридные» карты (чип nvidia + Intel, распространенный в новых ноутбуках с ядрами i5 и i7, второго поколения) и / или с технологией optimus не работают (если Intel не отключен аппаратно). Лучше оставить драйвер для разведки, даже если мы потеряем всю мощь от nvidia .

Интересные данные. Я действительно не знал, потому что всегда использую Intel. Большое спасибо за информацию.

Верно то, что говорит Фер, мне, если я установлю драйвер своего ati, будучи с интеллектом i7, он у меня работает плохо, не хуже. И итого в линуксе в HD играть не будешь, инфа осталась (пока не ясно что есть)

хорошо, возможно, этот комментарий сюда не попадет, но у меня есть два сомнения. Один связан с драйверами, а другой — с библиотеками. С драйверами: как установить фирменные от ati? Это как в убунту? Библиотеки: мне нужны 32-битные, ia32 можно установить в LMDE, как в ubuntu, с помощью софта. центр? Ubuntu mr не дает очень хороших результатов, чтобы сказать .

Источник

Оцените статью
Adblock
detector