bigger anodyne theory

This commit is contained in:
lif 2020-03-23 16:30:44 -07:00
parent 780d54b632
commit 97a8bfff76
2 changed files with 12 additions and 2 deletions

View File

@ -77,7 +77,7 @@ randomize_dns_case = 0
# scaling factor (floating point value) used to convert screen pixels
# to device independent pixels. You may need it for displays with
# high DPI
device_scale = 1
device_scale = 1.1547
# method org.freedesktop.ScreenSaver.SimulateUserActivity() in KDE 5 seems
# to have no effect unless GetSessionIdleTime() called afterwards. Set

12
run.sh
View File

@ -11,4 +11,14 @@ export MOZ_PLUGIN_PATH=$dir/lib/plugins/
export XDG_CONFIG_HOME=$dir/etc/
export ALSA_CONFIG_PATH=$dir/etc/asound.conf
cd $dir
exec env LD_LIBRARY_PATH=$dir/lib $dir/bin/npplayer src=$dir/Anodyne_STANDALONE_1_506.swf width=480 height=540 pepperflash_path=$dir/lib/plugins/libpepflashplayer.so
# TODO: parameterize? calculate w/h based on parsing freshwrapper.conf?
# device_scale = 1.1547
exec env LD_LIBRARY_PATH=$dir/lib $dir/bin/npplayer src=$dir/Anodyne_STANDALONE_1_506.swf width=640 height=720 pepperflash_path=$dir/lib/plugins/libpepflashplayer.so
## device_scale = 1.3333
#exec env LD_LIBRARY_PATH=$dir/lib $dir/bin/npplayer src=$dir/Anodyne_STANDALONE_1_506.swf width=854 height=960 pepperflash_path=$dir/lib/plugins/libpepflashplayer.so
## device_scale = 1
#exec env LD_LIBRARY_PATH=$dir/lib $dir/bin/npplayer src=$dir/Anodyne_STANDALONE_1_506.swf width=480 height=540 pepperflash_path=$dir/lib/plugins/libpepflashplayer.so