I keep getting this error when I try and launch chromium browser on my Pi4
X.Org X Server 1.20.4
X Protocol Version 11, Revision 0
Build Operating System: Linux 4.15.0-48-generic armv8l Raspbian
Current Operating System: Linux 3f9a34a5ef92 4.19.75 #1 SMP PREEMPT Thu Jun 4 14:34:21 UTC 2020 aarch64
Kernel command line: coherent_pool=1M 8250.nr_uarts=1 cma=64M cma=256M video=HDMI-A-1:1920x1080M@60,margin_left=0,margin_right=0,margin_top=0,margin_bottom=0 smsc95xx.macaddr=DC:A6:32:60:40:BA vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000 dwc_otg.lpm_enable=0 console=tty1 console=ttyS0,115200 rootfstype=ext4 rootwait root=UUID=ba1eadef-b414-4b60-924a-6164a5d7be4f rootwait
Build Date: 05 June 2019 12:49:54PM
xorg-server 2:1.20.4-1+rpt1 (https://www.debian.org/support)
Current version of pixman: 0.36.0
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.2.log", Time: Fri Jun 26 13:59:17 2020
(==) Using system config directory "/usr/share/X11/xorg.conf.d"
Xorg: ../../../../dix/privates.c:384: dixRegisterPrivateKey: Assertion `!global_keys[type].created' failed.
(EE)
(EE) Backtrace:
(EE)
(EE)
Fatal server error:
(EE) Caught signal 6 (Aborted). Server aborting
(EE)
(EE)
Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.
(EE) Please also check the log file at "/var/log/Xorg.2.log" for additional information.
(EE)
(EE) Server terminated with error (1). Closing log file.
Here is my config
{
“local”: {
“name”: “aged-sea”,
“config”: {
“HOST_CONFIG_disable_overscan”: “1”,
“HOST_CONFIG_display_rotate”: “1”,
“HOST_CONFIG_framebuffer_width”: “1080”,
“HOST_CONFIG_hdmi_force_hotplug”: “1”,
“HOST_CONFIG_hdmi_group”: “1”,
“HOST_CONFIG_hdmi_mode”: “16”,
“HOST_CONFIG_LAUNCH_URL”: “https://www.google.com”,
“HOST_CONFIG_max_framebuffer_height”: “1920”,
“HOST_CONFIG_arm_64bit”: “1”,
“HOST_CONFIG_core_freq”: “250”,
“HOST_CONFIG_dtoverlay”: “vc4-fkms-v3d”,
“HOST_CONFIG_dtparam”: ““i2c_arm=on”,“spi=on”,“audio=on””,
“HOST_CONFIG_gpu_mem”: “512”,
“SUPERVISOR_DELTA_VERSION”: “3”,
“SUPERVISOR_LOCAL_MODE”: “1”,
“HOST_CONFIG_disable_splash”: “1”,
“HOST_CONFIG_enable_uart”: “1”,
“SUPERVISOR_DELTA”: “1”,
“SUPERVISOR_POLL_INTERVAL”: “900000”,
“SUPERVISOR_VPN_CONTROL”: “true”,
“SUPERVISOR_INSTANT_UPDATE_TRIGGER”: “true”,
“SUPERVISOR_CONNECTIVITY_CHECK”: “true”,
“SUPERVISOR_LOG_CONTROL”: “true”,
“SUPERVISOR_DELTA_REQUEST_TIMEOUT”: “30000”,
“SUPERVISOR_DELTA_APPLY_TIMEOUT”: “0”,
“SUPERVISOR_DELTA_RETRY_COUNT”: “30”,
“SUPERVISOR_DELTA_RETRY_INTERVAL”: “10000”,
“SUPERVISOR_OVERRIDE_LOCK”: “false”,
“SUPERVISOR_PERSISTENT_LOGGING”: “false”
},
“apps”: {
“1”: {
“name”: “localapp”,
“commit”: “localrelease”,
“releaseId”: “1”,
“services”: {
“1”: {
“environment”: {
“DBUS_SYSTEM_BUS_ADDRESS”: “unix:path=/host/run/dbus/system_bus_socket”
},
“labels”: {},
“restart”: “always”,
“privileged”: true,
“ports”: [“8080:8080”],
“volumes”: [“settings:/usr/src/app/settings”],
“imageId”: 1,
“serviceName”: “kiosk”,
“serviceId”: 1,
“image”: “local_image_kiosk:latest”,
“running”: true
},
“2”: {
“environment”: {},
“labels”: {
“io.balena.features.kernel-modules”: “1”,
“io.balena.features.firmware”: “1”,
“io.balena.features.dbus”: “1”,
“io.balena.features.supervisor-api”: “1”,
“io.balena.features.balena-api”: “1”
},
“ports”: [“80”],
“privileged”: true,
“restart”: “always”,
“network_mode”: “host”,
“volumes”: [“cups:/etc/cups”],
“imageId”: 2,
“serviceName”: “cups”,
“serviceId”: 2,
“image”: “local_image_cups:latest”,
“running”: true
},
“3”: {
“environment”: {},
“labels”: {},
“privileged”: true,
“network_mode”: “host”,
“restart”: “always”,
“ports”: [“8888:8888”],
“imageId”: 3,
“serviceName”: “websocket”,
“serviceId”: 3,
“image”: “local_image_websocket:latest”,
“running”: true
}
},
“volumes”: { “settings”: {}, “cups”: {} },
“networks”: {}
}
}
},
“dependent”: { “config”: {} }
}
I am using a standard balena dash configuration