Playstation Controllers

⌘K
  1. Home
  2. Docs
  3. Playstation Controllers
  4. Playstation Controller polling rate

Playstation Controller polling rate

The Nobara kernel is patched to provide 1000Hz polling rate to ps4/ps5 Bluetooth connected controllers.

Additionally for USB connected devices, you can add the manufacturer ID + device ID in /etc/custom-device-pollrates/custom-device-pollrates.conf, then restart the custom-device-pollrates.service to reload USB devices and make the settings take effect:

# systemctl restart custom-device-pollrates.service

/etc/custom-device-pollrates/custom-device-pollrates.conf already has some DualShock4 and DualShock5 device entries added:

# Format:
# vendorid:deviceid:rate
#
# Polling Rates:
# 1=1000Hz,2=500Hz,4=250Hz,8=125Hz
#
# Ex (PS5 DualSense, 1000Mhz polling rate):
# 054c:0ce6:1
#
# One entry per line
#
#
# -------------SONY-------------
# DS4
054c:09cc:1
# DS5
054c:0ce6:1
# -------------SONY-------------

How can we help?