User Tools

Site Tools


projects:streamgames:browser_comparison

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
projects:streamgames:browser_comparison [2019/05/22 23:15] Christian Paulprojects:streamgames:browser_comparison [2024/10/29 13:20] (current) – removed Christian Paul
Line 1: Line 1:
-====== Browser Comparison ====== 
-==== Goals ==== 
-  * Fast calculation (Little to no visible frame drop) 
-  * Not visible (Runs fullscreen without notifications) 
-  * No memory leak / crashes (Runs 6 hours without restarting) 
  
-===== Firefox ===== 
-==== Run command ==== 
-<code bash> 
-firefox -foreground --display=DISPLAY http://wiki.jaller.de 
-</code> 
- 
-Fullscreen achievable with an extension or 
-<code bash> 
-firefox & 
-sleep 5 
-xdotool key F11 # hit full screen 
-</code> 
- 
-===== Chrome ===== 
-==== Run command ==== 
-<code bash> 
-mkdir newProfile 
-chrome --user-data-dir=newProfile --kiosk http://wiki.jaller.de 
-</code> 
- 
-  * [[http://peter.sh/experiments/chromium-command-line-switches/|List of Chromium Command Line Switches]] 
projects/streamgames/browser_comparison.1558559749.txt.gz · Last modified: by Christian Paul

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki