Fixing Screen Tearing Issue for Nvidia Drivers on Ubuntu 20.04

You may encounter some problems with proprietary nvidia drivers if you have a graphic card that comes with nvidia optimus technology. For my case1, it was screen tearing issue. To fix this issue, we need to open /lib/modprobe.d/nvidia-kms.conf and append this line to that file: options nvidia-drm modeset=1 Don’t forget to reboot your system. NVIDIA Corporation GP108M [GeForce MX150] [10de:1d10] (rev a1) ↩︎

June 22, 2022

MiKTeX Installation Notes

I’m just tired of updating my TeX Live installation every year. Never managed to update successfully in my life. I rarely use LaTeX. I could use an online service for compiling PDF files but I like to do things in my computer, not in someone else’s. For fixing this problem, MiKTeX looks promising. I think it’s like a rolling release type of distribution, which is easier to manage and update packages. Also, it has a much more pretty looking management tool. ...

June 22, 2022