Xorg doesn't seem to recognise lirc inputs, so it doesn't register when
the remote is being pressed and will blank the screen after 10min even
if it is in use.
Let Kodi manage the screen blanking/saver instead.
Might need to reenable DPMS with no timeout in future though to allow
Kodi to force turn the screen off.
--- /dev/null
+Section "Monitor"
+ Identifier "Monitor"
+ Option "DPMS" "false"
+EndSection
+
+Section "ServerFlags"
+ Option "StandbyTime" "0"
+ Option "SuspendTime" "0"
+ Option "OffTime" "0"
+ Option "BlankTime" "0"
+EndSection
+
+Section "Extensions"
+ Option "DPMS" "Disable"
+EndSection