Thanks Baggypants for the suggestion. Iâve tried it, but it still doesnât work.
Iâve set the jackd options to â-P 70 -t 2000 -s -d alsa -d hw:1 -r 44100 -p 256 -n 2 -X rawâ and Iâve edited /etc/dbus-1/system-local.conf to look like:
<!DOCTYPE busconfig PUBLIC â-//freedesktop//DTD D-Bus Bus Configuration 1.0//ENâ âhttp://www.freedesktop.org/standards/dbus/1.0/busconfig.dtdâ>
<busconfig>
<policy user=ârootâ>
<allow own=âorg.freedesktop.ReserveDevice1.Audio1â/>
</policy>
</busconfig>
If I now run /zynthian/zynthian-sys/sbin/zynthian.sh I see a âbad image sizeâ error:
root@zynthian:~# /zynthian/zynthian-sys/sbin/zynthian.sh
X.Org X Server 1.18.4
Release Date: 2016-07-19
X Protocol Version 11, Revision 0
Build Operating System: Linux 4.4.26-v7+ armv7l Raspbian
Current Operating System: Linux zynthian 4.14.94-v7+ #1193 SMP Tue Jan 22 15:34:30 GMT 2019 armv7l
Kernel command line: 8250.nr_uarts=1 bcm2708_fb.fbwidth=1280 bcm2708_fb.fbheight=800 bcm2708_fb.fbswap=1 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000 dwc_otg.lpm_enable=0 console=tty1 root=/dev/mmcblk0p2 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait
Build Date: 11 November 2016 11:59:59AM
xorg-server 2:1.18.4-2+rpi1 (Debian -- User Support)
Current version of pixman: 0.33.3
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Markers: (â) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: â/var/log/Xorg.0.logâ, Time: Sat Jan 26 15:10:17 2019
(==) Using config directory: â/etc/X11/xorg.conf.dâ
(==) Using system config directory â/usr/share/X11/xorg.conf.dâ
INFO:root:No Wiring Layout configured. Only touch interface is available.
DEBUG:root:ZYNCODER A: [0, 0, 0, 0]
DEBUG:root:ZYNCODER B: [0, 0, 0, 0]
DEBUG:root:SWITCHES layout: [0, 0, 0, 0]
DEBUG:root:DISABLED_MIDI_IN = [ââ]
DEBUG:root:ENABLED_MIDI_OUT = [âttymidi:MIDI_outâ, âQmidiNet:in_1â]
WARNING:root:Using default ENABLED MIDI FB ports
Traceback (most recent call last):
File â./zynthian_gui.pyâ, line 39, in
import zynautoconnect
File â/zynthian/zynthian-ui/zynautoconnect/init.pyâ, line 5, in
from zynautoconnect.zynthian_autoconnect import *
File â/zynthian/zynthian-ui/zynautoconnect/zynthian_autoconnect.pyâ, line 35, in
from zyngui import zynthian_gui_config
File â/zynthian/zynthian-ui/zyngui/init.pyâ, line 27, in
import zyngui.zynthian_gui_config as zynthian_gui_config
File â/zynthian/zynthian-ui/zyngui/zynthian_gui_config.pyâ, line 364, in
pil_frame2 = pil_frame.resize((fw2, fh2), Image.ANTIALIAS)
File â/usr/lib/python3/dist-packages/PIL/Image.pyâ, line 1550, in resize
im = self.im.resize(size, resample)
ValueError: bad image size
What is this about?