Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
Beide Seiten der vorigen Revision Vorhergehende Überarbeitung Nächste Überarbeitung | Vorhergehende Überarbeitung | ||
nvidia [04/11/2019 - 15:34] – thommie3 | nvidia [17/08/2024 - 07:06] (aktuell) – Externe Bearbeitung 127.0.0.1 | ||
---|---|---|---|
Zeile 1: | Zeile 1: | ||
- | ====== Nvidia & Bumblebee ====== | ||
- | |||
- | Prüfen, welche Karten eingebaut sind (mit zypper in lshw) | ||
- | |||
- | < | ||
- | odysseus3:~ # lshw -c video | ||
- | *-display UNCLAIMED | ||
- | | ||
- | | ||
- | | ||
- | | ||
- | bus info: pci@0000: | ||
- | | ||
- | | ||
- | | ||
- | | ||
- | | ||
- | | ||
- | *-display UNCLAIMED | ||
- | | ||
- | | ||
- | | ||
- | | ||
- | bus info: pci@0000: | ||
- | | ||
- | | ||
- | | ||
- | | ||
- | | ||
- | | ||
- | |||
- | </ | ||
- | |||
===== Display Status prüfen ===== | ===== Display Status prüfen ===== | ||
Zeile 41: | Zeile 8: | ||
| | ||
+ | </ | ||
+ | |||
+ | |||
+ | **Bildschirmeinstellungen zurücksetzen** | ||
+ | |||
+ | < | ||
+ | xrandr -s 0 | ||
</ | </ | ||
Zeile 81: | Zeile 55: | ||
===== Nvidia Treiber patchen ===== | ===== Nvidia Treiber patchen ===== | ||
- | - Download the following NVIDIA Driver Compiler/ | + | Download the following NVIDIA Driver Compiler/ |
- | - Go into CLI/ | + | |
- | - Completely Exit Xorg Server: The command " | + | |
- | - In CLI, go into root then provide execution permissions: | + | |
- | - Extract the Nvidia Driver Compiler/ | + | |
- | - Copy [cp] Patch File " | + | |
- | - Go into [cd] " | + | |
- | - Apply Patch in that directory: "patch -p0 < nv_patch_340.102_linux_kernel_4.11" | + | |
- | - Proceed with NVIDIA Driver Compilation & Installation by running " | + | |
- | \\ 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/ |
+ | Completely Exit Xorg Server: The command " | ||
+ | |||
+ | < | ||
+ | systemctl isolate multi-user.target | ||
+ | |||
+ | </ | ||
+ | |||
+ | In CLI, go into root then provide execution permissions: | ||
+ | |||
+ | < | ||
+ | chmod 755 NVIDIA-Linux-x86_64-340.102.run | ||
+ | |||
+ | </ | ||
+ | |||
+ | Extract the Nvidia Driver Compiler/ | ||
+ | |||
+ | Copy [cp] Patch File " | ||
+ | |||
+ | Go into [cd] " | ||
+ | |||
+ | Apply Patch in that directory: | ||
+ | |||
+ | < | ||
+ | patch -p0 < | ||
+ | |||
+ | </ | ||
+ | |||
+ | Proceed with NVIDIA Driver Compilation & Installation by running " | ||
+ | |||
+ | Note: You may wish to test out the patch first by executing a Dry-Run with: | ||
+ | |||
+ | < | ||
+ | patch –dry-run -p0 < | ||
+ | |||
+ | </ | ||
+ | |||
+ | ====== Nvidia & Bumblebee ====== | ||
+ | |||
+ | Prüfen, welche Karten eingebaut sind (mit zypper in lshw) | ||
+ | |||
+ | < | ||
+ | odysseus3:~ # lshw -c video | ||
+ | *-display UNCLAIMED | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | bus info: pci@0000: | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | *-display UNCLAIMED | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | bus info: pci@0000: | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | |||
+ | </ |