User Tools

Site Tools


os:linux:ubuntu:nvidiastutter

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Last revisionBoth sides next revision
os:linux:ubuntu:nvidiastutter [2022/10/27 23:01] – created jayos:linux:ubuntu:nvidiastutter [2022/11/10 18:25] – [Applying the Changes] jay
Line 3: Line 3:
  
 I spent some time today manually patching and building ''mutter'' to replace the system version on my machine and got it working.  I'm documenting this for my own reference as well as anyone else who comes across this. I spent some time today manually patching and building ''mutter'' to replace the system version on my machine and got it working.  I'm documenting this for my own reference as well as anyone else who comes across this.
 +
 +If you find anything that's wrong/typoed/doesn't work, feel free to ping me at admin@splitstreams.com and I'll fix whatever is busted.
  
 ===== Dependencies ===== ===== Dependencies =====
Line 13: Line 15:
     libgudev-1.0-dev libdrm-dev libgbm-dev libinput-dev libstartup-notification0-dev \     libgudev-1.0-dev libdrm-dev libgbm-dev libinput-dev libstartup-notification0-dev \
     libpipewire-0.3-dev gnome-settings-daemon-dev libmirwayland-dev libnvidia-egl-wayland-dev \     libpipewire-0.3-dev gnome-settings-daemon-dev libmirwayland-dev libnvidia-egl-wayland-dev \
-    libwayland-dev gettext+    libwayland-dev gettext xvfb
 </code> </code>
  
Line 465: Line 467:
 Run the following command: Run the following command:
 <code bash> <code bash>
-ldd `which gnome-shell| grep libmutter-10+ldd $(which gnome-shell| grep libmutter-10
 </code> </code>
  
Line 480: Line 482:
  
 <code bash> <code bash>
-kill -3 `pgrep -x gnome-shell`+kill -3 $(pgrep -x gnome-shell)
 </code> </code>
os/linux/ubuntu/nvidiastutter.txt · Last modified: 2023/10/26 17:51 by jay