From 0b1506dfab871949841e4c4f03f36a512d388719 Mon Sep 17 00:00:00 2001 From: Ramprakash <49452779+CodePurble@users.noreply.github.com> Date: Fri, 21 Jun 2024 17:10:23 +0530 Subject: [PATCH] Update README with list of files that may need to be removed manually (#172) --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 155cbe3..9cedd35 100644 --- a/README.md +++ b/README.md @@ -273,6 +273,16 @@ sudo ln -s /dev/null /etc/udev/rules.d/61-gdm.rules If this ever happens please run `sudo envycontrol --reset-sddm`. +### Files to remove if uninstalling `envycontrol` +The below files are created by `envycontrol`, and you may want to remove them manually if they are not removed automatically to avoid any incorrect system behaviour. +* `/var/cache/envycontrol` +* `/etc/modprobe.d/blacklist-nvidia.conf` +* `/lib/udev/rules.d/50-remove-nvidia.rules` +* `/lib/udev/rules.d/80-nvidia-pm.rules` +* `/etc/X11/xorg.conf` +* `/etc/X11/xorg.conf.d/10-nvidia.conf` +* `/etc/modprobe.d/nvidia.conf` + ## ❓ Frequently Asked Questions (FAQ) [Read here](https://github.com/bayasdev/envycontrol/wiki/Frequently-Asked-Questions)