Setting Flags for Windows/Linux
Situation Description
To create a more convenient, understandable, and easily manageable tool for controlling device behavior, the SmartPlayer team has added the ability to set "flags" that control device behavior during operation. This functionality is designed to help enhance, simplify, and diversify the user’s options for managing device behavior.
Procedure
To select one of the available flags, the user first needs to log in to their account and locate the "Devices" section.
Next, they need to locate their Windows/Linux device and select it by clicking on it.
The following step is to switch to the toolbar on the right and select the "Settings" option.
In the settings, the user needs to locate the "Browser" category and click on it.
After opening the "Browser" page, the user will see the available list of flags.
Available Flags
The "Flags" page includes the following list of names:
- Flag
--ignore-gpu-blacklist
- In Chromium-based browsers, particularly Google Chrome, this flag is used to ignore the GPU blacklist.
When the user launches Chromium with the --ignore-gpu-blacklist
flag, the browser will use hardware acceleration even for GPUs on the blacklist. This can be useful if the user is confident that their GPU can handle hardware acceleration despite being blacklisted.
- Flag
--enable-gpu-rasterization
- In Chromium-based browsers, particularly Google Chrome, this flag enables rasterization using the GPU.
By default, rasterization can be performed on either the CPU or GPU, depending on system capabilities and browser settings. Enabling GPU rasterization helps improve performance and reduce CPU load, especially when working with graphically intensive web pages.
- Flag
--disable-web-security
- In Chromium-based browsers, particularly Google Chrome, this flag disables web security policies, such as Same-Origin Policy.
When the user launches the browser with the --disable-web-security
flag, these restrictions are lifted, allowing scripts to interact with resources from different sources without limitations.
- Flag
--disable-features=AutoplayIgnoreWebAudio
- In Chromium-based browsers, particularly Google Chrome, this flag disables the feature that allows ignoring autoplay audio in web applications that use the Web Audio API.
When the user launches the browser with the --disable-features=AutoplayIgnoreWebAudio
flag, it allows web applications using the Web Audio API to automatically play audio without user intervention.
Related Information
To complete the device configuration process, you need to apply a schedule and add the required URL link as content. For information on previously described steps, refer to the following articles in Wikipedia:
Video Tutorial
Opening a URL Link with Chromium
Additional Information
If this article does not help in using the functionality as intended, or if you have any questions after reading, you can ask them in the "Discussions" section at the top of the page.