You are not logged in.

#1 2023-12-15 03:25:10

wpkzz
Member
Registered: 2020-01-10
Posts: 43

Certain apps are visual noise after upgrade

I did a full system upgrade a few day ago. After the upgrade, certain applications appear entirely or partially as visual gaussian noise.
Notably, chromium appears as pure noise inside its window. Not even active, just static.
Telegram-desktop, if one clicks a picture to view it fullscreen, also becomes noise, and it freezes.
I have just discovered that zoom also appears as noise in its starting screen (no way to check further, is irresponsive).

chromium, when called as

chromium --disable-gpu

appears normal. The other programs have no such option.
I guess it has to do with the nouveau module of the kernel.
I have a laptop with an hybrid Nvidia-Intel gpu, a gforce 635M.

It is not the first time that it has given me problems.


Moyocoyani, Tloque Nahuaque.

Offline

#2 2023-12-15 08:27:21

seth
Member
Registered: 2012-09-03
Posts: 51,325

Re: Certain apps are visual noise after upgrade

Offline

#3 2023-12-23 03:17:43

wpkzz
Member
Registered: 2020-01-10
Posts: 43

Re: Certain apps are visual noise after upgrade

Okey, let me get back to you on that, sorry for the slow responese.
Here is Xorg log before starting one of the offending applications:
https://termbin.com/o8an
and here is after starting chromium
https://termbin.com/hhgl2
and here is after using telegram and trying to click a picture
... okey forget the last one. Now it is working.


Moyocoyani, Tloque Nahuaque.

Offline

#4 2023-12-23 08:05:25

seth
Member
Registered: 2012-09-03
Posts: 51,325

Re: Certain apps are visual noise after upgrade

Hybrid graphics, xf86-video-intel and modesetting on top of nouveau (for prime)
Remove the xf86-video-intel package and indoubt add "initcall_blacklist=simpledrm_platform_driver_init" to the https://wiki.archlinux.org/title/Kernel_parameters to get rid of the simpledrm device (though the immediate problem is xf86-video-intel)

Offline

#5 2024-01-18 23:00:28

wpkzz
Member
Registered: 2020-01-10
Posts: 43

Re: Certain apps are visual noise after upgrade

Okey, I did the first step (removing the package) and both Telegram and Chromium seemed to work. But in order to be thorough, i did the second step (passing the option in GRUB to the kernel), and now GRUB doesn't start. There is a very fast error message about some file not found, but I cannot read it, it starts with something

/grub/

and ends with

.gmo

but I cannot read it, it is to fast, and then I am send to the BIOS.

I did manage with an external bootable GNU/Linux usb medium to replace grub.cfg with an old grub.cfg~ from 2019 and it started, but of course many custom settings are lost.

Last edited by wpkzz (2024-01-18 23:43:53)


Moyocoyani, Tloque Nahuaque.

Offline

#6 2024-01-19 00:47:05

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,743

Re: Certain apps are visual noise after upgrade

Your GRUB payload is old. You need to "grub-install" an actually current GRUB version and then regenerate your config.

Offline

#7 2024-01-22 16:50:21

wpkzz
Member
Registered: 2020-01-10
Posts: 43

Re: Certain apps are visual noise after upgrade

How old is old?
Okey, i discovered another thing:
I cannot longer regulate the brightness of the screen. I get this message:

$ xbacklight -set 20
No outputs have backlight property

And that was not the case before.


Moyocoyani, Tloque Nahuaque.

Offline

#8 2024-01-22 21:13:16

seth
Member
Registered: 2012-09-03
Posts: 51,325

Re: Certain apps are visual noise after upgrade

int isOld() { return age() > seth()->age(); }

but in your case, https://archlinux.org/news/grub-bootloa … ibilities/ would be the most relevant date.

https://archlinux.org/packages/extra/x8 … backlight/ will only work w/ xf86-video-intel, use https://archlinux.org/packages/extra/any/acpilight/ instead.

Offline

Board footer

Powered by FluxBB