5.5 kernel Installed

Always unless I hit a snag (not that I have). Linux-5.5.2.arch1-1 is my fallback. I might also install linux-lts.

1 Like

No it’s not fixed in the kernel 5.5.2 update. If it’s of any interest to anyone running vanilla arch on a machine with the AC-3168 wifi card, my solution was this:

I installed Linux-lts using sudo pacman -S linux-lts. Then I created an extra arch.conf file calling it arch-lts.conf and amended the two linux lines as below:

linux vmlinuz-linux-lts
initrd /initramfs-linux-lts.img
This file has to go into /boot/loader/entries/
On reboot, you get the choice of arch linux or arch-lts linux at the boot loader screen.

With the linux-lts kernel, the wifi ac-3168 card is recognised.

I don’t know how this is done with Grub, but I expect it is a similar method. When the linux kernel or linux firmware is patched to correct the problem, I’ll go back to the latest arch linux.

I should add that my Intel NUC5PYH running Endeavouros does not have the wifi problem - different wifi card.

It’s fun isn’t it?

In grub, after installing linux-lts, the following command is needed:

   sudo grub-mkconfig -o /boot/grub/grub.cfg

and after reboot you have a choice.

Even tje rc,s are developiing for three months is normal in first release has some iccups probablt at 3th minor releaze it fixes zelf i use linux-zen and linux-lts lts is for fallback, also in my systemdboot i made a entry that bootsndirect in tty lol

With the 5.5.2 update there was also a new version of the NVIDIA 440 driver. So… not sure what helped, but less clipping when moving windows and scrolling browser windows now.

3 Likes

Sorry about the late reply. Was too busy. There was an immediate update for that Kernel and the patch has fixed the screen tearing issue. I’m using 4.19 LTS kernel anyway.
BTW; My ā€œgrep VGAā€ is Intel UHD 630. No dedicated graphics card.
Thanks @Resiliencia

Now it seems that wifi is working again with update of linux 5.5.2.arch2-2. It probably worked with 5.5.2.arch2-1 already, but then I didn’t pay attention to it.
Note that I’m testing this with the [testing] repo, so new kernel should be released soon to the stable line.

And the sound in kaffeine seems to work too.

This ā€œordealā€ is a great demonstration about the benefits of having both kernels installed: linux and linux-lts.

The new kernel is working fine for me, even my antique Dell D430 & D630 work well.

I’m still having the screen tearing issues on 5.5.2-arch1-1. They are not horrible, but pretty constant. I have an ATI graphics card (AMD legacy). xf86-video-vesa 2.4.0-2, xf86-video-fbdev 0.5.0-1, xf86-video-ati 1:19.1.0-1 and xf86-video-amdgpu 19.1.0-1 drivers installed. Running XFCE with i3 as DE.

@Tasia91
Have you tried setting the v-blank settings to off or xpresent on Xfce? Try this and see if it helps.

xfconf-query -c xfwm4 -p /general/vblank_mode -s off

@ricklinux, unfortunately it didn’t help. But your message made me think that indeed the problem may be in my current setup. I’ve switched to lts kernel (4.19) and the issue is still present, although it seems to be worse on 5.5.2. Can it be caused by the fact that I have 2 wms? (xfce and i3) installed?

edit: seems like I’ve fixed it completely. It was probably an issue with i3wm and possibly xfce conflicts. I uninstalled xfce4 and xfce4-goodiescompletely, reinstalled only some of its apps I absolutely need. Rebooted and installed picom compositor. After running it with a simple --vsync there’s no more tearing. So far I tested it only with lts kernel, but I’m almost sure it should be alright with 5.5.2 as well.

I don’t think it’s because of the 2 wms. It’s seems to be Xfce’s compositor. Seems to be an issue on the AMD cards. The v-blank setting works for me on older ATI/AMD cards. I’ve never tried picom. Do you just install it with xfce or do you need to do some other things? Uninstall or change settings? Glad it’s better.

1 Like

@ricklinux, I was using i3wm primarily, but it makes sense that it’s xfce compositor that was causing problems, because I was having screen tearing issues while running xfcewm as well. I just uninstalled xfce completely and installed picom instead, since I wasn’t really using xfce much anyway. I think it’s possible to run picom with xfce too, but I’m not sure, I’m pretty much a linux newbie. As to the settings I’m just running it with one option ( picom --vsync ), but it can read normally from a config file too.

1 Like

Picom is the replacement for compton? I think? should work fine :grinning:

1 Like

Is this Compton then? Or one of the picom-git versions?

I thought picom was the new Compton?

1 Like

Yup. I edited the post.

https://www.archlinux.org/packages/?q=picom

https://www.archlinux.org/packages/community/x86_64/picom/

1 Like

So it’s Compton?

Screenshot_2020-02-07_12-10-38

Architecture: x86_64
Repository: Community
Description: X compositor that may fix tearing issues
Upstream URL: https://github.com/yshui/picom
License(s): MIT, MPL
Provides: compton
Replaces: compton
Conflicts: compton
Maintainers: Alexander RĆødseth
Package Size: 130.1 KB
Installed Size: 330.2 KB
Last Packager: Alexander RĆødseth
Build Date: 2019-11-29 11:26 UTC
Signed By: Alexander RĆødseth
Signature Date: 2019-11-29 11:27 UTC
Last Updated: 2019-11-29 11:28 UTC

Dependencies (21)

2 Likes

So it’s a different one? How to install it? Clone it? Download it from the page?