aboutsummaryrefslogtreecommitdiffstats
path: root/nvidia-pm/etc/X11/xorg.conf.dir
diff options
context:
space:
mode:
Diffstat (limited to 'nvidia-pm/etc/X11/xorg.conf.dir')
-rw-r--r--nvidia-pm/etc/X11/xorg.conf.dir/10-igpu.conf8
-rw-r--r--nvidia-pm/etc/X11/xorg.conf.dir/30-touchpad.conf9
2 files changed, 0 insertions, 17 deletions
diff --git a/nvidia-pm/etc/X11/xorg.conf.dir/10-igpu.conf b/nvidia-pm/etc/X11/xorg.conf.dir/10-igpu.conf
deleted file mode 100644
index 49a4151..0000000
--- a/nvidia-pm/etc/X11/xorg.conf.dir/10-igpu.conf
+++ /dev/null
@@ -1,8 +0,0 @@
-Section "ServerFlags"
- Option "AutoAddGPU" "off"
-EndSection
-
-Section "Device"
- Identifier "iGPU"
- Driver "modesetting"
-EndSection
diff --git a/nvidia-pm/etc/X11/xorg.conf.dir/30-touchpad.conf b/nvidia-pm/etc/X11/xorg.conf.dir/30-touchpad.conf
deleted file mode 100644
index f958e88..0000000
--- a/nvidia-pm/etc/X11/xorg.conf.dir/30-touchpad.conf
+++ /dev/null
@@ -1,9 +0,0 @@
-Section "InputClass"
- Identifier "touchpad"
- Driver "libinput"
- MatchIsTouchpad "on"
- Option "Tapping" "on"
- Option "NaturalScrolling" "on"
- Option "ClickMethod" "clickfinger"
- Option "AccelSpeed" "0.4"
-EndSection