alacritty icon indicating copy to clipboard operation
alacritty copied to clipboard

It looks like the font’s error

Open vioulo opened this issue 4 years ago • 8 comments

OS:Linux arch 5.15.2-zen1-1-zen #1 ZEN SMP PREEMPT Fri, 12 Nov 2021 19:22:07 +0000 x86_64 GNU/Linux 2021-12-31_10-22-error

vioulo avatar Dec 31 '21 02:12 vioulo

Looks like a driver issue to me. Could you share some more info about the hardware/drivers?

chrisduerr avatar Dec 31 '21 15:12 chrisduerr

I am a newbie, how should I analyze information?

vioulo avatar Jan 07 '22 10:01 vioulo

Could you share some more info about the hardware/drivers?

chrisduerr avatar Jan 07 '22 10:01 chrisduerr

image

vioulo avatar Jan 07 '22 10:01 vioulo

It lists multiple GPUs there, which one is actually used for Alacritty? Also if one of them doesn't work, how about the other?

chrisduerr avatar Jan 07 '22 11:01 chrisduerr

sorry I am not very clear.

vioulo avatar Jan 07 '22 13:01 vioulo

Which GPU driver are you running? I'd assume you're on the Nvidia dGPU so you're probably looking at either nouveau or the nvidia proprietary driver.

chrisduerr avatar Jan 07 '22 20:01 chrisduerr

Same problem here using Nvidia dGPU.

2shrestha22 avatar Feb 16 '22 13:02 2shrestha22

Closing, since we don't work around the driver bugs.

You have option to manually force the gles2_pure renderer with -o 'debug.renderer="gles2_pure"', so it'll use very limited rendering features, but should work on very old hardware.

kchibisov avatar Jul 01 '23 11:07 kchibisov