\hsp36beta\sample\hgimg4\res\shadersフォルダにあるファイルをすべてweb版(dish版)にするhspソースファイルがあるフォルダのdataフォルダにコピーする。
“hsp3.6β3でHGIMG4のweb版(dish版)の出力の仕方” の続きを読むalpine linux
alpine linuxでコンソールのフォントのサイズを大きくする仕方。
apk add terminus-font
setfont ter-132n.psf.gz
alpine linuxでRECBOXのディレクトリをマウントするやり方。
mount -t cifs -o username=guest,password=,ro,vers=1.0 //192.168.1.100/contents /mnt/recbox01
v86 archlinuxでblender2.48b-i386-staticが起動するものの、python25.soがなくてうごかず、makepkg -Sでコンパイルして共有ライブラリを置いたら動くかも。
jslinuxのネットワーク
# docker run --privileged -p 8080:80 --name relay benjamincburns/jor1k-relay:latest
https://bellard.org/jslinux/vm.html?url=alpine-x86-xwin.cfg&mem=256&graphic=1&net_url=ws://localhost:8080/
jetson nanoで視れる、聞けるネットサービス
jetson nanoのファイヤフォックスで音がでなくなったときの話
firefoxの音の出力先がpinになっていたので、pavucontrolでApplicationsのリストにしてfirefoxの音の出るデバイスをhdmiに変えました。

ブレンダーの機能ごとのCPU・GPU対応
バージョン / 機能 | レンダー | 物理演算 | 流体演算 | ||
blender internal | cycles | eevee | |||
2.79b | cpu | cpu / gpu | – | cpu | cpu |
2.83 | – | cpuとgpu 同時利用 | gpu | cpu (gpu?) | cpu |
参考
ブレンダーのどのバージョンとレンダーでカラーコースティクスができるか?
レンダー / バージョン | 2.79b | 2.80 | 2.81から(2020年8月4日時点) |
internal | – | – | |
cycles | color causticsできる | color causticsできる | color causticsできる |
eevee | – | color causticsできない ※バグでcausticsはできる | color causticsできない |
参考 Fake Caustics in EEVEE@devtalk.blender.org
linux syscallのヘッダーファイル
ファイルパス
/usr/include/asm-generic/unistd.h
※Linux jetson 4.9.140-tegra #1 SMP PREEMPT Tue Nov 5 13:43:53 PST 2019 aarch64 aarch64 aarch64 GNU/Linux
PHP7とXdebugでエラーがでないときはExceptionエラーかもしれません。
Xdebug Documentation – all settings のxdebug.show_exception_traceパラメータの説明
integer xdebug.show_exception_trace = 0
When this setting is set to 1, Xdebug will show a stack trace whenever an Exception or Error is raised – even if this Exception or Error is actually caught.
Error ‘exceptions’ were introduced in PHP 7.