Lenovo Thinkpad P52: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
(→NVidia) |
|||
| Zeile 19: | Zeile 19: | ||
== NVidia == | == NVidia == | ||
| + | Zuerst das RPMFusion Repository aktivieren | ||
| + | <pre> | ||
| + | rpm -Uvh https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-29.noarch.rpm | ||
| + | rpm -Uvh https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-29.noarch.rpm | ||
| + | </pre> | ||
| + | |||
| + | Anschließend den Noveau-Treiber löschen und den NVIDIA-Treiber aktivieren | ||
<pre> | <pre> | ||
dnf install akmod-nvidia-390xx nvidia-xconfig | dnf install akmod-nvidia-390xx nvidia-xconfig | ||
| Zeile 27: | Zeile 34: | ||
akmods | akmods | ||
</pre> | </pre> | ||
| + | |||
| + | Nun geht auch das Touchpad und der Tracking-Point. | ||
Version vom 28. Dezember 2018, 11:03 Uhr
Grub
Schriftgröße
grub2-mkfont -s 36 -o /boot/grub2/fonts/LiberationsSans-Bold.pf2 /usr/share/fonts/liberation/LiberationSans-Bold.ttf vi /etc/default/grub GRUB_TIMEOUT=5 GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)" GRUB_DEFAULT=saved GRUB_DISABLE_SUBMENU=true GRUB_TERMINAL_OUTPUT="gfxterm" GRUB_CMDLINE_LINUX="resume=UUID=f2a89e8b-b9fd-4625-bada-2a53f882c0b9 rhgb quiet" GRUB_DISABLE_RECOVERY="true" GRUB_FONT="/boot/grub2/fonts/LiberationsSans-Bold.pf2" grub2-mkconfig -o /boot/efi/EFI/fedora/grub.cfg
NVidia
Zuerst das RPMFusion Repository aktivieren
rpm -Uvh https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-29.noarch.rpm rpm -Uvh https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-29.noarch.rpm
Anschließend den Noveau-Treiber löschen und den NVIDIA-Treiber aktivieren
dnf install akmod-nvidia-390xx nvidia-xconfig dnf remove xorg-x11-drv-nouveau echo "blacklist nouveau" >> /etc/modprobe.d/blacklist.conf nvidia-xconfig dnf reinstall kernel akmods
Nun geht auch das Touchpad und der Tracking-Point.