nvidia

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen Revision Vorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
nvidia [04/11/2019 - 15:32] – angelegt thommie3nvidia [05/03/2024 - 10:52] (aktuell) – Externe Bearbeitung 127.0.0.1
Zeile 1: Zeile 1:
-====== Nvidia & Bumblebee ====== +===== Display Status prüfen =====
- +
-Prüfen, welche Karten eingebaut sind (mit zypper in lshw) +
- +
-<code> +
-odysseus3:~ # lshw -c video +
-  *-display UNCLAIMED +
-       description: VGA compatible controller +
-       product: GP107GLM [Quadro P2000 Mobile] +
-       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 +
-       configuration: latency=0 +
-       resources: memory:b2000000-b2ffffff memory:70000000-7fffffff memory:b0000000-b1ffffff ioport:3000(size=128) memory:b3000000-b307ffff +
-  *-display UNCLAIMED +
-       description: VGA compatible controller +
-       product: UHD Graphics 630 (Mobile) +
-       vendor: Intel Corporation +
-       physical id: 2 +
-       bus info: pci@0000:00:02.0 +
-       version: 00 +
-       width: 64 bits +
-       clock: 33MHz +
-       capabilities: pciexpress msi pm vga_controller bus_master cap_list +
-       configuration: latency=0 +
-       resources: memory:b4000000-b4ffffff memory:60000000-6fffffff ioport:4000(size=64) memory:c0000-dffff +
- +
-</code> +
- +
-Display Status prüfen+
  
 <code> <code>
Zeile 41: Zeile 8:
    1920x1080     77.00*    1920x1080     77.00*
  
 +</code>
 +
 +
 +**Bildschirmeinstellungen zurücksetzen**
 +
 +<code>
 +xrandr -s 0
 </code> </code>
  
Zeile 79: Zeile 53:
 </code> </code>
  
-Nvidia Treiber patchen+===== Nvidia Treiber patchen =====
  
-  - Download the following NVIDIA Driver Compiler/Installer file from NVIDIA website for Linux: NVIDIA-Linux-x86_64-340.102.run +Download the following NVIDIA Driver Compiler/Installer file from NVIDIA website for Linux: NVIDIA-Linux-x86_64-340.102.run
-  - Go into CLI/Terminal, and SU into root(#) +
-  - Completely Exit Xorg Server: The command "systemctl isolate multi-user.target" usually followed by "CTL+ALT+[F1 to F6]" will do this +
-  - In CLI, go into root then provide execution permissions: "chmod 755 NVIDIA-Linux-x86_64-340.102.run" +
-  - Extract the Nvidia Driver Compiler/Installer Contents & Source Files: "./NVIDIA-Linux-x86_64-340.102.run –extract-only" +
-  - Copy [cp] Patch File "nv_patch_340.102_linux_kernel_4.11" into "NVIDIA-Linux-x86_64-340.102" directory +
-  - Go into [cd] "NVIDIA-Linux-x86_64-340.102" directory where patch file is now located +
-  - Apply Patch in that directory: "patch -p0 < nv_patch_340.102_linux_kernel_4.11" +
-  - Proceed with NVIDIA Driver Compilation & Installation by running "./nvidia-installer". Important: Make sure the Nouveau Driver is disabled-blacklisted and modeset set to 0 in /etc/modprobe.d with "blacklist nouveau" & "options nouveau modeset=0", and the Initial RAM Disk (initrd) is created prior to compiling, installing & rebooting. Enjoy!+
  
- \\ Note: You may wish to test out the patch first by executing a Dry-Run with: \\ "patch –dry-run -p0 < nv_patch_340.102_linux_kernel_4.11"+Go into CLI/Terminal, and SU into root(#)
  
 +Completely Exit Xorg Server: The command "systemctl isolate multi-user.target" usually followed by "CTL+ALT+[F1 to F6]" will do this
 +
 +<code>
 +systemctl isolate multi-user.target
 +
 +</code>
 +
 +In CLI, go into root then provide execution permissions:
 +
 +<code>
 +chmod 755 NVIDIA-Linux-x86_64-340.102.run
 +
 +</code>
 +
 +Extract the Nvidia Driver Compiler/Installer Contents & Source Files: "./NVIDIA-Linux-x86_64-340.102.run –extract-only"
 +
 +Copy [cp] Patch File "nv_patch_340.102_linux_kernel_4.11" into "NVIDIA-Linux-x86_64-340.102" directory
 +
 +Go into [cd] "NVIDIA-Linux-x86_64-340.102" directory where patch file is now located
 +
 +Apply Patch in that directory:
 +
 +<code>
 +patch -p0 <nv_patch_340.102_linux_kernel_4.11
 +
 +</code>
 +
 +Proceed with NVIDIA Driver Compilation & Installation by running "./nvidia-installer". Important: Make sure the Nouveau Driver is disabled-blacklisted and **modeset set to 0 in /etc/modprobe.d **with "blacklist nouveau" & "**options nouveau modeset=0**", and the Initial RAM Disk (initrd) is created prior to compiling, installing & rebooting. Enjoy!
 +
 +Note: You may wish to test out the patch first by executing a Dry-Run with:
 +
 +<code>
 +patch –dry-run -p0 <nv_patch_340.102_linux_kernel_4.11
 +
 +</code>
 +
 +====== Nvidia & Bumblebee ======
 +
 +Prüfen, welche Karten eingebaut sind (mit zypper in lshw)
 +
 +<code>
 +odysseus3:~ # lshw -c video
 +  *-display UNCLAIMED
 +       description: VGA compatible controller
 +       product: GP107GLM [Quadro P2000 Mobile]
 +       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
 +       configuration: latency=0
 +       resources: memory:b2000000-b2ffffff memory:70000000-7fffffff memory:b0000000-b1ffffff ioport:3000(size=128) memory:b3000000-b307ffff
 +  *-display UNCLAIMED
 +       description: VGA compatible controller
 +       product: UHD Graphics 630 (Mobile)
 +       vendor: Intel Corporation
 +       physical id: 2
 +       bus info: pci@0000:00:02.0
 +       version: 00
 +       width: 64 bits
 +       clock: 33MHz
 +       capabilities: pciexpress msi pm vga_controller bus_master cap_list
 +       configuration: latency=0
 +       resources: memory:b4000000-b4ffffff memory:60000000-6fffffff ioport:4000(size=64) memory:c0000-dffff
 +
 +</code>
  • nvidia.1572881539.txt.gz
  • Zuletzt geändert: 05/03/2024 - 10:52
  • (Externe Bearbeitung)