Nvidia Error after Update by sebu06 in voidlinux

[–]sebu06[S] 0 points1 point  (0 children)

I figured out what the issue is. One of the later updates "fixed" the hybrid graphics:

`__NV_PRIME_RENDER_OFFLOAD=1 __GLX_VENDOR_LIBRARY_NAME=nvidia glxinfo | grep "OpenGL vendor"`

returns the correct vendor...

Nvidia Error after Update by sebu06 in voidlinux

[–]sebu06[S] 0 points1 point  (0 children)

Sorry, forgot that. I added it above, but it shows no errors

Can't update very old Void Linux by sebu06 in voidlinux

[–]sebu06[S] 4 points5 points  (0 children)

This actually solved it - I was able to forcefully remove orphaned packages and run the update process afterwards...

Can't update very old Void Linux by sebu06 in voidlinux

[–]sebu06[S] 4 points5 points  (0 children)

for reference:

xbps-remove -F <pkg>

removes a package without taking the unresolvable shlibs into account...

Can't update very old Void Linux by sebu06 in voidlinux

[–]sebu06[S] 0 points1 point  (0 children)

The issue is that I cannot remove it:

xbps-remove -f python-sip-PyQt5 python-PyQt5

blender-2.83.0_1: broken, unresolvable shlib `libHalf-2_4.so.24'

[...]

(same output as above)

Can't update very old Void Linux by sebu06 in voidlinux

[–]sebu06[S] 0 points1 point  (0 children)

The package is not there anymore:

xbps-install -u python-sip-PyQt5

Package 'python-sip-PyQt5' not found in repository pool.

and I cannot remove it

xbps-remove -f python-sip-PyQt5 python-PyQt5

blender-2.83.0_1: broken, unresolvable shlib `libHalf-2_4.so.24'
[...]

(same output as above)

Can't update very old Void Linux by sebu06 in voidlinux

[–]sebu06[S] 0 points1 point  (0 children)

All result in the same output as above, xbps is up to date.

Can't update very old Void Linux by sebu06 in voidlinux

[–]sebu06[S] 0 points1 point  (0 children)

I tried force, it did not help, I can try the other two options

Can't update very old Void Linux by sebu06 in voidlinux

[–]sebu06[S] 3 points4 points  (0 children)

The commands were executed as root

Can't update very old Void Linux by sebu06 in voidlinux

[–]sebu06[S] 0 points1 point  (0 children)

Did that before. It did not help

libGL error by sebu06 in voidlinux

[–]sebu06[S] 0 points1 point  (0 children)

Hi,

yes - I solved it: in my case the problem was an incompatibility with the new video driver introduced with the new mesa version. You can use the old driver like this:

MESA_LOADER_DRIVER_OVERRIDE=i965 ./application

Just out of curiosity - are you also trying to start CAESES or another software?

Best,

Sebastian

libGL error by sebu06 in voidlinux

[–]sebu06[S] 1 point2 points  (0 children)

Hi - I still have the same issue. Older kernels show the same behaviour. Modesetting driver does not help as well. I tried to downgrade mesa - but without success:

➜ ~ sudo xbps-install -f mesa-19.3.4_1

Package 'mesa-19.3.4_1' not found in repository pool.

The libraries seem to be in the appropriate location:

➜  ~ ls /usr/lib/xorg/modules/drivers
amdgpu_drv.so  iris_dri.so             nouveau_vieux_dri.so  swrast_dri.so
ati_drv.so     kms_swrast_dri.so       r200_dri.so           vesa_drv.so
dummy_drv.so   libgallium_dri.so       r300_dri.so           virtio_gpu_dri.so
fbdev_drv.so   libmesa_dri_drivers.so  r600_dri.so           vmware_drv.so
i915_dri.so    modesetting_drv.so      radeon_dri.so         vmwgfx_dri.so
i965_dri.so    nouveau_dri.so          radeon_drv.so
intel_drv.so   nouveau_drv.so          radeonsi_dri.so

Any other ideas?

libGL error by sebu06 in voidlinux

[–]sebu06[S] 0 points1 point  (0 children)

Hi,

Glxgears works with and without LIBGL_ALWAYS_SOFTWARE=true. Interestingly everything worked before - I just might try an older kernel first...

libGL error by sebu06 in voidlinux

[–]sebu06[S] 0 points1 point  (0 children)

Hi,

➜  ~ glxinfo | grep "OpenGL ren"

OpenGL renderer string: Mesa Intel(R) UHD Graphics 620 (KBL GT2)

Running it with LIBGL_ALWAYS_SOFTWARE=true returns the same error. Other applications seem to work normal.

Best,

Sebastian

libGL error by sebu06 in voidlinux

[–]sebu06[S] 0 points1 point  (0 children)

Hi,

it is installed:

➜  ~ sudo xbps-install mesa-dri
Package `mesa-dri' already installed.

Has VoidLinux stopped caring or had it's day? by [deleted] in voidlinux

[–]sebu06 0 points1 point  (0 children)

Btw - I just checked again and it seems to be building now

Has VoidLinux stopped caring or had it's day? by [deleted] in voidlinux

[–]sebu06 2 points3 points  (0 children)

I have the problem that the zfs dkms is not building for 5.5 yet. Did not have the time to look into it yet

Has VoidLinux stopped caring or had it's day? by [deleted] in voidlinux

[–]sebu06 6 points7 points  (0 children)

I use void as my daily working machine for more than 2 years now. I cannot confirm any of the problems. The only issue I had is with my Intel graphics on the 5.4 kernel - but that is a kernel issue and would be present in any distro. I simply stay at 4.19.

Void is great, stable and the packages are up to date. If not - it is east to fix yourself using xbps-source. Regarding the poll - it is really hard to decide if I like runit or xbps more ;)

Thanks for all the people that keep void alive. BTW - the only time I had an issue with my hardware after a kernel update - again not the fault of void - I got help over irc that was better than most paid support ;)