NSPR OS2 NO HIRES TIMER: Difference between revisions
Appearance
Created page with "This is used by Mozilla applications. This causes that Mozilla will not use the OS/2's high resolution timer. SET NSPR_OS2_NO_HIRES_TIMER=<value> ;Example: SET NSPR_OS2_NO_..." |
mNo edit summary |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
{{DISPLAYTITLE:NSPR_OS2_NO_HIRES_TIMER}} | |||
This is used by Mozilla applications. This causes that Mozilla will not use the OS/2's high resolution timer. | This is used by Mozilla applications. This causes that Mozilla will not use the OS/2's high resolution timer. | ||
SET NSPR_OS2_NO_HIRES_TIMER=<value> | SET NSPR_OS2_NO_HIRES_TIMER=<value> | ||
Line 7: | Line 8: | ||
==Parameters== | ==Parameters== | ||
;Value:1 | ;Value:1 - Mozilla will not use the OS/2's high resolution timer. | ||
[[Category: | [[Category:Mozilla environment variable]] |
Latest revision as of 15:10, 1 March 2018
This is used by Mozilla applications. This causes that Mozilla will not use the OS/2's high resolution timer.
SET NSPR_OS2_NO_HIRES_TIMER=<value>
- Example
SET NSPR_OS2_NO_HIRES_TIMER=1
Set this if other applications using the high resolution timer (multimedia apps) act strangely.
Parameters
- Value
- 1 - Mozilla will not use the OS/2's high resolution timer.