-
Issue seems to be similar to this. I'm running Ubuntu 22.04 latest. Here I installed Phoenix automatically as proposed and installation ends without issues and the hint I can open files now. If I do so I get a blank white desktop without anything in it. Playing around with the mouse I sometimes can see some code of the file, but it removes if I release the mouse. So I installed Phoenix in a Virtual Machine in the same way and it works fine, as expected. On my host system I'm using a Nvidia card. This card needs a driver named 'nvidia-driver-470'. I changed this proprietary driver to 'xserver-org-video-nouveau' and after reboot Phoenix shows everything as it should be. Unfortunately my system really needs the nvidia driver, it runs unstable with the open source driver. So I have to switch back to nvidia and Phoenix doesn't work any more. Starting Phoenix in terminal I get this: $ phcode ** (phoenix-code:34593): WARNING **: 11:27:52.363: webkit_settings_set_enable_offline_web_application_cache is deprecated and does nothing. ** (phoenix-code:34593): WARNING **: 11:27:52.367: webkit_settings_set_enable_offline_web_application_cache is deprecated and does nothing. ** (phoenix-code:34593): WARNING **: 11:27:52.371: webkit_settings_set_enable_offline_web_application_cache is deprecated and does nothing. Appdata path is /home/gerhard/.local/share/io.phcode KMS: DRM_IOCTL_MODE_CREATE_DUMB failed: Keine Berechtigung Failed to create GBM buffer of size 1366x900: Keine Berechtigung Any suggestion? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Have you tried the fix listed in the linked issue? |
Beta Was this translation helpful? Give feedback.
Have you tried the fix listed in the linked issue?
add
WEBKIT_DISABLE_DMABUF_RENDERER=1
to/etc/environment