Siduction Forum

Siduction Forum => Software - Support => Topic started by: svx-biker on 2017/04/17, 10:52:05

Title: Nvidia Installation
Post by: svx-biker on 2017/04/17, 10:52:05
Ich habe für den Dell Tower den NVIDIA driver analog zu anderen Distros installiert

apt-get install nvidia-legacy-340xx-driver

Mal sehen, ob der Neustart klappt
Title: Re: Nvidia Installation
Post by: svx-biker on 2017/04/17, 10:55:42
Und wieder zurück:

inxi -b
System:    Host: dell Kernel: 4.10.10-towo.1-siduction-amd64 x86_64 (64 bit) Desktop: LXQt
           Distro: siduction 17.1.0 Patience - lxqt - (201703051830)
Machine:   Device: desktop System: Dell product: Studio XPS 8100
           Mobo: Dell model: 0T568R v: A00 BIOS: Dell v: A05 date: 07/08/2010
CPU:       Quad core Intel Core i7 860 (-HT-MCP-) speed/max: 1200/2800 MHz
Graphics:  Card: NVIDIA G92 [GeForce GTS 240]
           Display Server: X.Org 1.19.3 drivers: nvidia (unloaded: modesetting,fbdev,vesa,nouveau)
           Resolution: 1920x1080@60.00hz
           GLX Renderer: GeForce GTS 240/PCIe/SSE2 GLX Version: 3.3.0 NVIDIA 340.102
Network:   Card: Broadcom Limited NetLink BCM57780 Gigabit Ethernet PCIe driver: tg3
Drives:    HDD Total Size: 2000.4GB (1.1% used)
Info:      Processes: 231 Uptime: 0 min Memory: 481.9/7948.9MB Client: Shell (bash) inxi: 2.3.5
Title: Re: Nvidia Installation
Post by: melmarker on 2017/04/17, 14:46:27
Nü - ich würde den noch mal deinstallieren und mit --install-recommends erneut installieren
Title: Re: Nvidia Installation
Post by: dibl on 2017/04/17, 14:58:15

Entschuldigung für Englisch, bitte ...
I found this (http://www.allaboutlinux.eu/remove-nouveau-and-install-nvidia-driver-in-debian-8/) helpful on an older HP laptop with Nvidia GeForce 7150M GPU.
Title: Re: Nvidia Installation
Post by: melmarker on 2017/04/17, 15:31:01
@dibl - nice findig, but please remember - we don't install recommends right now - thats why i mentioned the --install-recommends
Title: Re: Nvidia Installation
Post by: dibl on 2017/04/17, 16:35:13
Yes, thank you.  I could have been a little more verbose on my post -- siduction ships with build-essential and linux-headers and (I think) dkms so that part is n/a.  Also, skip the i386 section if you're running a 64-bit OS.  But the rest of it might lead OP to a successful nvidia kernel module.


Also, of course


apt update && apt install nvidia-legacy-304xx-driver (if that is correct for the GTS 240 GPU).


EDIT: Upppps --- 340xx is indeed the correct driver for the GT 240 series.
Title: Re: Nvidia Installation
Post by: piper on 2017/04/17, 16:58:54
apt install  xserver-xorg-video-nvidia-legacy-304xx nvidia-settings-legacy-304xx nvidia-legacy-304xx-smi nvidia-legacy-304xx-kernel-dkms libgl1-nvidia-legacy-304xx-glx nvidia-legacy-304xx-driver nvidia-legacy-304xx-vdpau-driver

On some cards, using --install-recommends fails (especially when building the iso with nvidia drivers) so I am now in the habit of the above ;)