User Tools

Site Tools


macos:10.15

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
macos:10.15 [2019/10/09 13:11] – [Copy to USB] Sean Rhonemacos:10.15 [2019/10/20 08:34] – [ckb-next] Sean Rhone
Line 33: Line 33:
  
 ====== Programs ====== ====== Programs ======
 +
 +===== purge-wrangler =====
 +
 +  * https://github.com/mayankk2308/purge-wrangler
 +  * https://egpu.io/forums/mac-setup/script-enable-egpu-on-tb1-2-macs-on-macos-10-13-4/
 +
 +  * :!: The script requires running with ''bash'' from the script's current directory instead of the usual direct-executing ((see [[https://github.com/mayankk2308/purge-wrangler/issues/35|report]]))
 +
 +  curl 'https://raw.githubusercontent.com/mayankk2308/purge-wrangler/master/purge-wrangler.sh' -o ~/'Downloads/purge-wrangler.sh' && sync && cd ~/'Downloads' && bash 'purge-wrangler.sh'
  
 ===== Audacity ===== ===== Audacity =====
Line 41: Line 50:
  
   * TODO   * TODO
- 
  
 ===== Corsair ===== ===== Corsair =====
  
-==== iCUE ====+==== ckb-next ====
  
-  * Check the forums for the latest version, doesn't seem like the main post contains an updated URL+  * https://github.com/ckb-next/ckb-next 
 +  * :!: Make sure **not** to download the ''legacy'' version
  
-  * https://forum.corsair.com/v3/showthread.php?t=182942+=== Auto-start Fix ===
  
-  * http://downloads.corsair.com/Files/CUE/iCUE-3.20.80-release.dmg+  * https://github.com/ckb-next/ckb-next/issues/488#issuecomment-544247560
  
-==== ckb-next ====+  sudo curl 'https://raw.githubusercontent.com/ckb-next/ckb-next/master/macos/org.ckb-next.plist' -o '/Library/LaunchAgents/org.ckb-next.plist' && sync
  
-  * https://github.com/ckb-next/ckb-next +==== iCUE ==== 
-  * :!: Make sure **not*to download the ''legacy'' version+ 
 +  * https://forum.corsair.com/v3/showthread.php?t=182942 
 + 
 +  * Check the forums for the latest version, doesn't seem like the main post contains an updated URL 
 +  * :!: macOS reports that iCUE uses significant energy 
 + 
 +  http://downloads.corsair.com/Files/CUE/iCUE-3.21.88-release.dmg
  
 ===== FileZilla ===== ===== FileZilla =====
Line 140: Line 155:
 user_pref("security.webauth.u2f", true); user_pref("security.webauth.u2f", true);
  
 +/*******
 + * END *
 + *******/</code>
 +
 +== VPN ==
 +
 +  * Add if using a VPN
 +
 +</code>
 /*********** /***********
  * Privacy *  * Privacy *
Line 145: Line 169:
  
 user_pref("network.dns.disableIPv6", true); user_pref("network.dns.disableIPv6", true);
-user_pref("media.peerconnection.enabled", false); +user_pref("media.peerconnection.enabled", false);</code>
- +
-/******* +
- * END * +
- *******/</code>+
  
 === Apply Settings === === Apply Settings ===
Line 253: Line 273:
  
   * http://www.ozone3d.net/gputest/dl/GpuTest_OSX_x64_0.7.0.zip   * http://www.ozone3d.net/gputest/dl/GpuTest_OSX_x64_0.7.0.zip
 +
 +=== Fur Ring ===
 +
 +== 720p ==
 +
 +  * HDTV
 +  * :!: Runs for 10 seconds
 +
 +  ~/'Downloads/GpuTest_OSX_x64_0/GpuTest.app/Contents/MacOS/GpuTest' /test='fur' /width='1280' /height='720' /benchmark /benchmark_duration_ms='10000'
 +
 +== 1080p ==
 +
 +  * FHD
 +  * :!: Runs for 10 seconds
 +
 +  ~/'Downloads/GpuTest_OSX_x64_0/GpuTest.app/Contents/MacOS/GpuTest' /test='fur' /width='1920' /height='1080' /benchmark /benchmark_duration_ms='10000'
 +
 +== 4K ==
 +
 +  * UHDTV1
 +  * :!: Runs for 10 seconds
 +
 +  ~/'Downloads/GpuTest_OSX_x64_0/GpuTest.app/Contents/MacOS/GpuTest' /test='fur' /width='3840' /height='2160' /benchmark /benchmark_duration_ms='10000'
 +
 +=== Benchmarks ===
 +
 +  /benchmark /benchmark_duration_ms='15000'
 +
 +  /fullscreen
  
 ==== Heaven Benchmark ==== ==== Heaven Benchmark ====
/var/www/wiki/data/pages/macos/10.15.txt · Last modified: 2019/10/31 01:34 by Sean Rhone