From 7c159bd4973b63b3ae966742ab1a0c7f2c14986c Mon Sep 17 00:00:00 2001 From: Nikolaos Karaolidis Date: Mon, 8 May 2023 10:56:53 +0100 Subject: [PATCH] Clean up Signed-off-by: Nikolaos Karaolidis --- README.md | 4 ++-- {xorg => X11}/10-nvidia-refresh-rate.conf | 0 {xorg => X11}/20-mouse-options.conf | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename {xorg => X11}/10-nvidia-refresh-rate.conf (100%) rename {xorg => X11}/20-mouse-options.conf (100%) diff --git a/README.md b/README.md index 3994db7..00e315d 100644 --- a/README.md +++ b/README.md @@ -12,14 +12,14 @@ Files in the `modprobe.d` folder should be placed in `/etc/modprobe.d` and owned - `sp5100-watchdog.conf`: Disables the sp5100 watchdog module which causes watchdot warnings in the kernel log - `thinkpad.conf`: Sets fan_control=1 for thinkpad_acpi to enable fan control -- `touchpad.conf`: Fixes a module loading race condition that causes the touchpad to not work on boot +- `touchpad.conf`: Fixes a module-loading race condition that causes the touchpad to not work on boot Files in the `udev` folder should be placed in `/etc/udev/rules.d` and owned by `root`. - `backlight.rules`: Gives normal users access to backlight controls - `touchpad_input.rules`: Maps the touchpad's variable `/dev/input/event*` path to the static `/dev/input/touchpad` for VFIO passthrough -Files in the `xorg` folder should be placed in `/usr/share/X11/xorg.conf.d` and owned by `root`. +Files in the `X11` folder should be placed in `/usr/share/X11/xorg.conf.d` and owned by `root`. - `10-nvidia-refresh-rate.conf`: Enables 165Hz on boot when using the nvidia driver - `20-mouse-options.conf`: Sets options for touchpad and mouse diff --git a/xorg/10-nvidia-refresh-rate.conf b/X11/10-nvidia-refresh-rate.conf similarity index 100% rename from xorg/10-nvidia-refresh-rate.conf rename to X11/10-nvidia-refresh-rate.conf diff --git a/xorg/20-mouse-options.conf b/X11/20-mouse-options.conf similarity index 100% rename from xorg/20-mouse-options.conf rename to X11/20-mouse-options.conf