From 994f7a5b27523e8170a74a68640e21dd02209cef Mon Sep 17 00:00:00 2001 From: Spacedio Date: Mon, 13 Apr 2026 19:53:34 -0400 Subject: Added nvidia PM rules for dGPU. --- nvidia-pm/etc/X11/xorg.conf.dir/10-igpu.conf | 8 ++++++++ nvidia-pm/etc/X11/xorg.conf.dir/30-touchpad.conf | 9 +++++++++ 2 files changed, 17 insertions(+) create mode 100644 nvidia-pm/etc/X11/xorg.conf.dir/10-igpu.conf create mode 100644 nvidia-pm/etc/X11/xorg.conf.dir/30-touchpad.conf (limited to 'nvidia-pm/etc/X11/xorg.conf.dir') diff --git a/nvidia-pm/etc/X11/xorg.conf.dir/10-igpu.conf b/nvidia-pm/etc/X11/xorg.conf.dir/10-igpu.conf new file mode 100644 index 0000000..49a4151 --- /dev/null +++ b/nvidia-pm/etc/X11/xorg.conf.dir/10-igpu.conf @@ -0,0 +1,8 @@ +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 new file mode 100644 index 0000000..f958e88 --- /dev/null +++ b/nvidia-pm/etc/X11/xorg.conf.dir/30-touchpad.conf @@ -0,0 +1,9 @@ +Section "InputClass" + Identifier "touchpad" + Driver "libinput" + MatchIsTouchpad "on" + Option "Tapping" "on" + Option "NaturalScrolling" "on" + Option "ClickMethod" "clickfinger" + Option "AccelSpeed" "0.4" +EndSection -- cgit v1.2.3