Search found 5 matches

by os4321
15 Jan 2019, 12:21
Forum: General — Displays, Graphics & More
Topic: RTSS now has new automatic Low-Lag VSYNC ON (raster based)
Replies: 174
Views: 249187

Re: RTSS now has new automatic Low-Lag VSYNC ON (raster base

Thanks for sharing. Interesting results.

I measured the input lag using an Arduino Due polling a photodiode at 1ms intervals. I found the input lag between Scanline sync vs vsync off (capped 60fps) to be practically identical in my tests although I dont know how valid my results are as I dont ...
by os4321
08 Nov 2018, 18:07
Forum: Input Lag / Display Lag / Network Lag
Topic: Input Lag Test Analysis with Arduino Due and a 60Hz monitor
Replies: 5
Views: 6818

Re: Input Lag Test Analysis with Arduino Due and a 60Hz moni

The code is very simple, it just sends a mouse move command, takes readings of the photodiode every 1ms for total 200 times in my case, then moves the mouse back to its original position.

code for Arduino:
#include <Mouse.h>

// define pins used on Arduino Due
int button1pin = 38;
int ...
by os4321
07 Nov 2018, 23:18
Forum: Input Lag / Display Lag / Network Lag
Topic: Input Lag Test Analysis with Arduino Due and a 60Hz monitor
Replies: 5
Views: 6818

Input Lag Test Analysis with Arduino Due and a 60Hz monitor

Hi,

I was curious how input lag can be affected on a 60hz monitor with various settings e.g. vsync on/off, RTSS scanline sync, in-game video settings low vs ultra, screen resolution scale increased, etc.

I have an Arduino Due with a photodiode pointed at a 60hz monitor (Dell U2414H). The ...
by os4321
20 Jun 2018, 18:29
Forum: General — Displays, Graphics & More
Topic: RTSS now has new automatic Low-Lag VSYNC ON (raster based)
Replies: 174
Views: 249187

Re: RTSS now has new automatic Low-Lag VSYNC ON (raster base

Hi guys,

Was just attempting this but I don't seem to be able to get the scanlines to show?

I've uninstalled RTSS completely and re-installed the new beta with default settings. Added the following to the global file under OSD:
PerformanceProfiler=2
SyncInfo=1
SyncScanline0=1
SyncScanline1=1 ...