[Unstable Update] 2021-05-28 - Kernels, Perl, Cinnamon 5.0, Haskell, Tesseract, Cutefish

for a branch that gets updates everyday, it is also the quietest, and the least fuzziest :heart_eyes:

3 Likes

For a week or so there’s a strange issue happening again and again: sometimes all graphical interface (except mouse cursor) becomes very slow-mo, like 2 FPS or so, only when compositing enabled, disabling the latter “resolves” that. It always begins when I set “Press Super to activate Application Launcher” in Latte settings, but sometimes it starts when a disabled compositing gets enabled again (say, after a fullscreen game is closed).
I tried to search logs for any hint what could be wrong but I had no luck.

This is just a quick draft. I still have no idea whether it has something to do with driver (i915/nvidia/nouveau) or recent Xorg updates.

But still here’s a new post you were waiting for guys :slight_smile:
Unstable is full of hidden “gems”.

Lol I found a culprit. And it is really hilarious and unexpectable.
If any of you guys have a dual monitor setup, set your screens like this, then disable compositing and enable it again:
Screenshot_20210824_014254

To make this slow-mo you’re likely experiencing now disappear just press Ctrl+Shift+F12 to quickly disable compositing and align your screens back.

Interestingly, a bug report already exists:
https://bugs.kde.org/show_bug.cgi?id=433664

1 Like

Found that the

glibc 2.33-5
$ pacman -Qi glibc
Name            : glibc
Version         : 2.33-5
Description     : GNU C Library
Architecture    : x86_64
URL             : https://www.gnu.org/software/libc
Licenses        : GPL  LGPL
Groups          : None
Provides        : None
Depends On      : linux-api-headers>=4.10  tzdata  filesystem
Optional Deps   : gd: for memusagestat [installed]
Required By     : a52dec  acpi  alsa-lib  alsa-oss  alsa-plugins  alsa-utils  apparmor  argon2  attr  audacity  audit  b43-fwcutter  bash  binutils  bluez-libs  brotli  btrfs-progs
                  bubblewrap  bzip2  c-ares  cdparanoia  chromaprint  cmark  confuse  coreutils  cpupower  dav1d  device-mapper  dhclient  dhcpcd  diffutils  ding-libs  discount  dmidecode
                  dnsmasq  dosfstools  efibootmgr  efivar  elfutils  exfat-utils  expat  faac  faad2  fftw  file  findutils  fluidsynth  fribidi  fuse2  fuse3  gawk  gcc-libs  gdbm  giflib
                  glibc-locales  gnupg  grep  gsm  gzip  haveged  hdparm  http-parser  hwloc  hyphen  ijs  iproute2  jack2  jansson  jasper  json-c  kbd  keyutils  kmod  krb5  l-smash
                  less  libao  libass  libassuan  libasyncns  libavif  libavtp  libbsd  libcap  libcap-ng  libcddb  libdatrie  libdmtx  libdvbpsi  libdvdcss  libdvdread  libedit  libepoxy
                  libevdev  libexif  libffi  libfreeaptx  libgit2  libgpg-error  libical  libice  libid3tag  libidn  libinih  libinstpatch  libjpeg-turbo  libksba  libldac  libmad  libmd
                  libmicrodns  libmikmod  libmms  libmnl  libmpcdec  libmpdclient  libmpeg2  libndp  libnfnetlink  libnfs  libnghttp2  libnl  libnsl  libogg  libomxil-bellagio  libp11-kit
                  libpcap  libpciaccess  libpgm  libpipeline  libplacebo  libraw1394  libsamplerate  libseccomp  libsndfile  libsodium  libstemmer  libtasn1  libtiff  libtommath  libtool
                  libunistring  libupnp  liburing  libusb  libutempter  libuv  libvisual  libxau  libxcrypt  libxdmcp  libxshmfence  lilv  lmdb  lsof  lz4  lzo  md4c  mdadm
                  mkinitcpio-busybox  mkvtoolnix-cli  mpd  mpfr  mtdev  ncurses  npth  nspr  nss-mdns  opencore-amr  openmpi  openssh  openssl  opera-ffmpeg-codecs  opus  orc  ostree
                  pacman  pam  pciutils  perl  pinentry  pixman  popt  portaudio  portsmf  ppp  procps-ng  protobuf  raptor  rav1e  readline  rpcbind  rtmpdump  run-parts  sane  sbc  sdl
                  sdl2  sed  serd  shaderc  snappy  socat  sord  speexdsp  sratom  sudo  suil  svt-av1  sysfsutils  systemd-libs  talloc  tar  tdb  tslib  twolame  usbutils  v86d
                  vamp-plugin-sdk  vid.stab  vscodium-bin  vulkan-icd-loader  wavpack  wayland  wget  which  xapian-core  xf86-input-elographics  xf86-input-void  xvidcore  yajl  zimg
                  zita-alsa-pcmi  zita-resampler  zlib  zsh-theme-powerlevel10k  zstd
Optional For    : None
Conflicts With  : None
Replaces        : None
Installed Size  : 46.01 MiB
Packager        : Giancarlo Razzolini <edit: hidden>
Build Date      : Wed 12 May 2021 22:18:40 EEST
Install Date    : Tue 24 Aug 2021 05:52:35 EEST
Install Reason  : Explicitly installed
Install Script  : Yes
Validated By    : Signature
$

package installer behaves abnormally (if to re-install the package):

...
(4/8) Restoring locales
call to execv failed (No such file or directory)
error: command failed to execute correctly
(5/8) Restarting cronie for libc upgrade...
...

which affects (probably warns only) at least:

$ man pacman
man: can't set the locale; make sure $LC_* and $LANG are correct

$ man man
man: can't set the locale; make sure $LC_* and $LANG are correct

$ locale
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
...
Details
$ sudo pacman -Syu
:: Synchronising package databases...
 core is up to date
 extra is up to date
 community is up to date
:: Starting full system upgrade...
 there is nothing to do
 
$ pacman -Qo locale-gen
/usr/bin/locale-gen is owned by glibc 2.33-5

$ locale
LANG=en_GB.UTF-8
LC_CTYPE="en_GB.UTF-8"
LC_NUMERIC="en_GB.UTF-8"
LC_TIME="en_GB.UTF-8"
LC_COLLATE="en_GB.UTF-8"
LC_MONETARY="en_GB.UTF-8"
LC_MESSAGES="en_GB.UTF-8"
LC_PAPER="en_GB.UTF-8"
LC_NAME="en_GB.UTF-8"
LC_ADDRESS="en_GB.UTF-8"
LC_TELEPHONE="en_GB.UTF-8"
LC_MEASUREMENT="en_GB.UTF-8"
LC_IDENTIFICATION="en_GB.UTF-8"
LC_ALL=

$ locale -a
aa_DJ.utf8
aa_ER.utf8
aa_ER.utf8@saaho
aa_ET.utf8
af_ZA.utf8
agr_PE.utf8
ak_GH.utf8
am_ET.utf8
an_ES.utf8
anp_IN.utf8
ar_AE.utf8
ar_BH.utf8
ar_DZ.utf8
ar_EG.utf8
ar_IN.utf8
ar_IQ.utf8
ar_JO.utf8
ar_KW.utf8
ar_LB.utf8
ar_LY.utf8
ar_MA.utf8
ar_OM.utf8
ar_QA.utf8
ar_SA.utf8
ar_SD.utf8
ar_SS.utf8
ar_SY.utf8
ar_TN.utf8
ar_YE.utf8
as_IN.utf8
ast_ES.utf8
ayc_PE.utf8
az_AZ.utf8
az_IR.utf8
be_BY.utf8
be_BY.utf8@latin
bem_ZM.utf8
ber_DZ.utf8
ber_MA.utf8
bg_BG.utf8
bhb_IN.utf8
bho_IN.utf8
bho_NP.utf8
bi_VU.utf8
bn_BD.utf8
bn_IN.utf8
bo_CN.utf8
bo_IN.utf8
br_FR.utf8
brx_IN.utf8
bs_BA.utf8
byn_ER.utf8
C
ca_AD.utf8
ca_ES.utf8
ca_ES.utf8@valencia
ca_FR.utf8
ca_IT.utf8
ce_RU.utf8
chr_US.utf8
cmn_TW.utf8
crh_UA.utf8
csb_PL.utf8
cs_CZ.utf8
cv_RU.utf8
cy_GB.utf8
da_DK.utf8
de_AT.utf8
de_BE.utf8
de_CH.utf8
de_DE.utf8
de_IT.utf8
de_LI.utf8
de_LU.utf8
doi_IN.utf8
dsb_DE.utf8
dv_MV.utf8
dz_BT.utf8
el_CY.utf8
el_GR.utf8
en_AG.utf8
en_AU.utf8
en_BW.utf8
en_CA.utf8
en_DK.utf8
en_GB.utf8
en_HK.utf8
en_IE.utf8
en_IL.utf8
en_IN.utf8
en_NG.utf8
en_NZ.utf8
en_PH.utf8
en_SC.utf8
en_SG.utf8
en_US.utf8
en_ZA.utf8
en_ZM.utf8
en_ZW.utf8
eo.utf8
es_AR.utf8
es_BO.utf8
es_CL.utf8
es_CO.utf8
es_CR.utf8
es_CU.utf8
es_DO.utf8
es_EC.utf8
es_ES.utf8
es_GT.utf8
es_HN.utf8
es_MX.utf8
es_NI.utf8
es_PA.utf8
es_PE.utf8
es_PR.utf8
es_PY.utf8
es_SV.utf8
es_US.utf8
es_UY.utf8
es_VE.utf8
et_EE.utf8
eu_ES.utf8
fa_IR.utf8
ff_SN.utf8
fi_FI.utf8
fil_PH.utf8
fo_FO.utf8
fr_BE.utf8
fr_CA.utf8
fr_CH.utf8
fr_FR.utf8
fr_LU.utf8
fur_IT.utf8
fy_DE.utf8
fy_NL.utf8
ga_IE.utf8
gd_GB.utf8
gez_ER.utf8
gez_ER.utf8@abegede
gez_ET.utf8
gez_ET.utf8@abegede
gl_ES.utf8
gu_IN.utf8
gv_GB.utf8
hak_TW.utf8
ha_NG.utf8
he_IL.utf8
hif_FJ.utf8
hi_IN.utf8
hne_IN.utf8
hr_HR.utf8
hsb_DE.utf8
ht_HT.utf8
hu_HU.utf8
hy_AM.utf8
ia_FR.utf8
id_ID.utf8
ig_NG.utf8
ik_CA.utf8
is_IS.utf8
it_CH.utf8
it_IT.utf8
iu_CA.utf8
ja_JP.utf8
kab_DZ.utf8
ka_GE.utf8
kk_KZ.utf8
kl_GL.utf8
km_KH.utf8
kn_IN.utf8
kok_IN.utf8
ko_KR.utf8
ks_IN.utf8
ks_IN.utf8@devanagari
ku_TR.utf8
kw_GB.utf8
ky_KG.utf8
lb_LU.utf8
lg_UG.utf8
li_BE.utf8
lij_IT.utf8
li_NL.utf8
ln_CD.utf8
lo_LA.utf8
lt_LT.utf8
lv_LV.utf8
lzh_TW.utf8
mag_IN.utf8
mai_IN.utf8
mai_NP.utf8
mfe_MU.utf8
mg_MG.utf8
mhr_RU.utf8
mi_NZ.utf8
miq_NI.utf8
mjw_IN.utf8
mk_MK.utf8
ml_IN.utf8
mni_IN.utf8
mn_MN.utf8
mnw_MM.utf8
mr_IN.utf8
ms_MY.utf8
mt_MT.utf8
my_MM.utf8
nan_TW.utf8
nan_TW.utf8@latin
nb_NO.utf8
nds_DE.utf8
nds_NL.utf8
ne_NP.utf8
nhn_MX.utf8
niu_NU.utf8
niu_NZ.utf8
nl_AW.utf8
nl_BE.utf8
nl_NL.utf8
nn_NO.utf8
nr_ZA.utf8
nso_ZA.utf8
oc_FR.utf8
om_ET.utf8
om_KE.utf8
or_IN.utf8
os_RU.utf8
pa_IN.utf8
pap_AW.utf8
pap_CW.utf8
pa_PK.utf8
pl_PL.utf8
POSIX
ps_AF.utf8
pt_BR.utf8
pt_PT.utf8
quz_PE.utf8
raj_IN.utf8
ro_RO.utf8
ru_RU.utf8
ru_UA.utf8
rw_RW.utf8
sah_RU.utf8
sa_IN.utf8
sat_IN.utf8
sc_IT.utf8
sd_IN.utf8
sd_IN.utf8@devanagari
se_NO.utf8
sgs_LT.utf8
shn_MM.utf8
shs_CA.utf8
sid_ET.utf8
si_LK.utf8
sk_SK.utf8
sl_SI.utf8
sm_WS.utf8
so_DJ.utf8
so_ET.utf8
so_KE.utf8
so_SO.utf8
sq_AL.utf8
sq_MK.utf8
sr_ME.utf8
sr_RS.utf8
sr_RS.utf8@latin
ss_ZA.utf8
st_ZA.utf8
sv_FI.utf8
sv_SE.utf8
sw_KE.utf8
sw_TZ.utf8
szl_PL.utf8
ta_IN.utf8
ta_LK.utf8
tcy_IN.utf8
te_IN.utf8
tg_TJ.utf8
the_NP.utf8
th_TH.utf8
ti_ER.utf8
ti_ET.utf8
tig_ER.utf8
tk_TM.utf8
tl_PH.utf8
tn_ZA.utf8
to_TO.utf8
tpi_PG.utf8
tr_CY.utf8
tr_TR.utf8
ts_ZA.utf8
tt_RU.utf8
tt_RU.utf8@iqtelif
ug_CN.utf8
uk_UA.utf8
unm_US.utf8
ur_IN.utf8
ur_PK.utf8
uz_UZ.utf8
uz_UZ.utf8@cyrillic
ve_ZA.utf8
vi_VN.utf8
wa_BE.utf8
wae_CH.utf8
wal_ET.utf8
wo_SN.utf8
xh_ZA.utf8
yi_US.utf8
yo_NG.utf8
yue_HK.utf8
yuw_PG.utf8
zh_CN.utf8
zh_HK.utf8
zh_SG.utf8
zh_TW.utf8
zu_ZA.utf8

$ man pacman

$ man man

$ sudo pacman -S glibc
warning: glibc-2.33-5 is up to date -- reinstalling
resolving dependencies...
looking for conflicting packages...

Package (1)  Old Version  New Version  Net Change  Download Size

core/glibc   2.33-5       2.33-5         0.00 MiB       9.83 MiB

Total Download Size:    9.83 MiB
Total Installed Size:  46.01 MiB
Net Upgrade Size:       0.00 MiB

:: Proceed with installation? [Y/n] 
:: Retrieving packages...
 glibc-2.33-5-x86_64                                                                    9.8 MiB  3.08 MiB/s 00:03 [####################################################################] 100%
(1/1) checking keys in keyring                                                                                    [####################################################################] 100%
(1/1) checking package integrity                                                                                  [####################################################################] 100%
(1/1) loading package files                                                                                       [####################################################################] 100%
(1/1) checking for file conflicts                                                                                 [####################################################################] 100%
(1/1) checking available disk space                                                                               [####################################################################] 100%
:: Running pre-transaction hooks...
(1/1) Creating Timeshift snapshot before upgrade...
...
Found 3 snapshot(s)
Found memtest86+ image: /boot/memtest86+/memtest.bin
done
:: Processing package changes...
(1/1) reinstalling glibc                                                                                          [####################################################################] 100%
Generating locales...
  en_US.UTF-8... done
Generation complete.
:: Running post-transaction hooks...
(1/8) Reloading system manager configuration...
(2/8) Creating temporary files...
(3/8) Arming ConditionNeedsUpdate...
(4/8) Restoring locales
call to execv failed (No such file or directory)
error: command failed to execute correctly
(5/8) Restarting cronie for libc upgrade...
(6/8) Refreshing PackageKit...
(7/8) Modifying 'locale-gen'
(8/8) Updating the info directory file...

$ man pacman
man: can't set the locale; make sure $LC_* and $LANG are correct
 
$ man man
man: can't set the locale; make sure $LC_* and $LANG are correct

$ locale
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
LANG=en_GB.UTF-8
LC_CTYPE="en_GB.UTF-8"
LC_NUMERIC="en_GB.UTF-8"
LC_TIME="en_GB.UTF-8"
LC_COLLATE="en_GB.UTF-8"
LC_MONETARY="en_GB.UTF-8"
LC_MESSAGES="en_GB.UTF-8"
LC_PAPER="en_GB.UTF-8"
LC_NAME="en_GB.UTF-8"
LC_ADDRESS="en_GB.UTF-8"
LC_TELEPHONE="en_GB.UTF-8"
LC_MEASUREMENT="en_GB.UTF-8"
LC_IDENTIFICATION="en_GB.UTF-8"
LC_ALL=

$ locale -a
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_COLLATE to default locale: No such file or directory
C
POSIX
en_US.utf8

$ sudo locale-gen
Generating locales...
  en_US.UTF-8... done
Generation complete.
Copying saved locales...
Copying complete.
 
$ man pacman
 
$ man man

$ locale
LANG=en_GB.UTF-8
LC_CTYPE="en_GB.UTF-8"
LC_NUMERIC="en_GB.UTF-8"
LC_TIME="en_GB.UTF-8"
LC_COLLATE="en_GB.UTF-8"
LC_MONETARY="en_GB.UTF-8"
LC_MESSAGES="en_GB.UTF-8"
LC_PAPER="en_GB.UTF-8"
LC_NAME="en_GB.UTF-8"
LC_ADDRESS="en_GB.UTF-8"
LC_TELEPHONE="en_GB.UTF-8"
LC_MEASUREMENT="en_GB.UTF-8"
LC_IDENTIFICATION="en_GB.UTF-8"
LC_ALL=

$ locale -a
aa_DJ.utf8
aa_ER.utf8
aa_ER.utf8@saaho
aa_ET.utf8
af_ZA.utf8
agr_PE.utf8
ak_GH.utf8
am_ET.utf8
an_ES.utf8
anp_IN.utf8
ar_AE.utf8
ar_BH.utf8
ar_DZ.utf8
ar_EG.utf8
ar_IN.utf8
ar_IQ.utf8
ar_JO.utf8
ar_KW.utf8
ar_LB.utf8
ar_LY.utf8
ar_MA.utf8
ar_OM.utf8
ar_QA.utf8
ar_SA.utf8
ar_SD.utf8
ar_SS.utf8
ar_SY.utf8
ar_TN.utf8
ar_YE.utf8
as_IN.utf8
ast_ES.utf8
ayc_PE.utf8
az_AZ.utf8
az_IR.utf8
be_BY.utf8
be_BY.utf8@latin
bem_ZM.utf8
ber_DZ.utf8
ber_MA.utf8
bg_BG.utf8
bhb_IN.utf8
bho_IN.utf8
bho_NP.utf8
bi_VU.utf8
bn_BD.utf8
bn_IN.utf8
bo_CN.utf8
bo_IN.utf8
br_FR.utf8
brx_IN.utf8
bs_BA.utf8
byn_ER.utf8
C
ca_AD.utf8
ca_ES.utf8
ca_ES.utf8@valencia
ca_FR.utf8
ca_IT.utf8
ce_RU.utf8
chr_US.utf8
cmn_TW.utf8
crh_UA.utf8
csb_PL.utf8
cs_CZ.utf8
cv_RU.utf8
cy_GB.utf8
da_DK.utf8
de_AT.utf8
de_BE.utf8
de_CH.utf8
de_DE.utf8
de_IT.utf8
de_LI.utf8
de_LU.utf8
doi_IN.utf8
dsb_DE.utf8
dv_MV.utf8
dz_BT.utf8
el_CY.utf8
el_GR.utf8
en_AG.utf8
en_AU.utf8
en_BW.utf8
en_CA.utf8
en_DK.utf8
en_GB.utf8
en_HK.utf8
en_IE.utf8
en_IL.utf8
en_IN.utf8
en_NG.utf8
en_NZ.utf8
en_PH.utf8
en_SC.utf8
en_SG.utf8
en_US.utf8
en_ZA.utf8
en_ZM.utf8
en_ZW.utf8
eo.utf8
es_AR.utf8
es_BO.utf8
es_CL.utf8
es_CO.utf8
es_CR.utf8
es_CU.utf8
es_DO.utf8
es_EC.utf8
es_ES.utf8
es_GT.utf8
es_HN.utf8
es_MX.utf8
es_NI.utf8
es_PA.utf8
es_PE.utf8
es_PR.utf8
es_PY.utf8
es_SV.utf8
es_US.utf8
es_UY.utf8
es_VE.utf8
et_EE.utf8
eu_ES.utf8
fa_IR.utf8
ff_SN.utf8
fi_FI.utf8
fil_PH.utf8
fo_FO.utf8
fr_BE.utf8
fr_CA.utf8
fr_CH.utf8
fr_FR.utf8
fr_LU.utf8
fur_IT.utf8
fy_DE.utf8
fy_NL.utf8
ga_IE.utf8
gd_GB.utf8
gez_ER.utf8
gez_ER.utf8@abegede
gez_ET.utf8
gez_ET.utf8@abegede
gl_ES.utf8
gu_IN.utf8
gv_GB.utf8
hak_TW.utf8
ha_NG.utf8
he_IL.utf8
hif_FJ.utf8
hi_IN.utf8
hne_IN.utf8
hr_HR.utf8
hsb_DE.utf8
ht_HT.utf8
hu_HU.utf8
hy_AM.utf8
ia_FR.utf8
id_ID.utf8
ig_NG.utf8
ik_CA.utf8
is_IS.utf8
it_CH.utf8
it_IT.utf8
iu_CA.utf8
ja_JP.utf8
kab_DZ.utf8
ka_GE.utf8
kk_KZ.utf8
kl_GL.utf8
km_KH.utf8
kn_IN.utf8
kok_IN.utf8
ko_KR.utf8
ks_IN.utf8
ks_IN.utf8@devanagari
ku_TR.utf8
kw_GB.utf8
ky_KG.utf8
lb_LU.utf8
lg_UG.utf8
li_BE.utf8
lij_IT.utf8
li_NL.utf8
ln_CD.utf8
lo_LA.utf8
lt_LT.utf8
lv_LV.utf8
lzh_TW.utf8
mag_IN.utf8
mai_IN.utf8
mai_NP.utf8
mfe_MU.utf8
mg_MG.utf8
mhr_RU.utf8
mi_NZ.utf8
miq_NI.utf8
mjw_IN.utf8
mk_MK.utf8
ml_IN.utf8
mni_IN.utf8
mn_MN.utf8
mnw_MM.utf8
mr_IN.utf8
ms_MY.utf8
mt_MT.utf8
my_MM.utf8
nan_TW.utf8
nan_TW.utf8@latin
nb_NO.utf8
nds_DE.utf8
nds_NL.utf8
ne_NP.utf8
nhn_MX.utf8
niu_NU.utf8
niu_NZ.utf8
nl_AW.utf8
nl_BE.utf8
nl_NL.utf8
nn_NO.utf8
nr_ZA.utf8
nso_ZA.utf8
oc_FR.utf8
om_ET.utf8
om_KE.utf8
or_IN.utf8
os_RU.utf8
pa_IN.utf8
pap_AW.utf8
pap_CW.utf8
pa_PK.utf8
pl_PL.utf8
POSIX
ps_AF.utf8
pt_BR.utf8
pt_PT.utf8
quz_PE.utf8
raj_IN.utf8
ro_RO.utf8
ru_RU.utf8
ru_UA.utf8
rw_RW.utf8
sah_RU.utf8
sa_IN.utf8
sat_IN.utf8
sc_IT.utf8
sd_IN.utf8
sd_IN.utf8@devanagari
se_NO.utf8
sgs_LT.utf8
shn_MM.utf8
shs_CA.utf8
sid_ET.utf8
si_LK.utf8
sk_SK.utf8
sl_SI.utf8
sm_WS.utf8
so_DJ.utf8
so_ET.utf8
so_KE.utf8
so_SO.utf8
sq_AL.utf8
sq_MK.utf8
sr_ME.utf8
sr_RS.utf8
sr_RS.utf8@latin
ss_ZA.utf8
st_ZA.utf8
sv_FI.utf8
sv_SE.utf8
sw_KE.utf8
sw_TZ.utf8
szl_PL.utf8
ta_IN.utf8
ta_LK.utf8
tcy_IN.utf8
te_IN.utf8
tg_TJ.utf8
the_NP.utf8
th_TH.utf8
ti_ER.utf8
ti_ET.utf8
tig_ER.utf8
tk_TM.utf8
tl_PH.utf8
tn_ZA.utf8
to_TO.utf8
tpi_PG.utf8
tr_CY.utf8
tr_TR.utf8
ts_ZA.utf8
tt_RU.utf8
tt_RU.utf8@iqtelif
ug_CN.utf8
uk_UA.utf8
unm_US.utf8
ur_IN.utf8
ur_PK.utf8
uz_UZ.utf8
uz_UZ.utf8@cyrillic
ve_ZA.utf8
vi_VN.utf8
wa_BE.utf8
wae_CH.utf8
wal_ET.utf8
wo_SN.utf8
xh_ZA.utf8
yi_US.utf8
yo_NG.utf8
yue_HK.utf8
yuw_PG.utf8
zh_CN.utf8
zh_HK.utf8
zh_SG.utf8
zh_TW.utf8
zu_ZA.utf8

$

Every time I install Linux514 kernel it messes up the older kernels and I have to reinstall the older kernels.
Also Jack server doesnt start with 5.14 Kernel and if I try to start it manually it freezes the PC.

xorg-server update cause screen tearing on Intel machine with Xfce DE.

more here

CPU: Intel i5-4200M (4) @ 3.100GHz
GPU: Intel 4th Gen Core Processor
GPU Driver: video-linux
Kernel: 5.10

xorg-server         1.20.13-2 -> 1.20.13-3
xorg-server-common  1.20.13-2 -> 1.20.13-3

I’ve downgraded packages and waiting for next update :slight_smile:

:point_up: @philm May have something to do with the Intel patch.

dont know whether it is related, but chrome video acceleration is non-functional of late. video acceleration on media players are functioning well.

Completely reinstalling chrome and its config files worked for me. Don’t know why.

Firefox’s seems to work fine, but I have issues with Lagrange browser, Atom text editor, NewsFlash, Mousepad, Foliate (with infinity scrolling on), Pamac. Basically everywhere or almost everywhere where there is a lot of text to scroll.

completely reinstalling with config files worked, but only on first invocation of chrome. after closing chrome and reinvoking, it continues without video acceleration

so, somewhat auto-detects some staff and changes it’s work mode which leads to video accel. to switch off. the question is to unveil that “somewhat”, “staff” and work modes.

may be to:

  1. install again,
  2. get a copy of all config settings,
  3. execute twice,
  4. close the app and compare current config with initial directly after install.
    ?

@ApoorvPotnis

so after going in circles here is the solution. like i said vid. accel. works only the first time you invoke chrome after clearing the config. every subsequent invocation results in vid. accel. being disabled. then after comparing GPU settings in chrome:///gpu page, i found that ozone platform is loaded only successive chrome invokes. disabling ozone (via flag), gets video acceleration back.

i’m on X11 and still cant makeout whether ozone is meant to help X11 or xwayland users. with G deciding that ozone to be enabled by default, there can be a performance penalty if it is disabled. however it seems it is the ony way to get v. acceleration back.

2 Likes

xorg-server and xorg-server-common update from 1.20.13-2 to 1.20.13-3 the other day left me with the inability to use the external monitor on my Dell laptop. No matter what settings changes I made, all I can see on the external monitor was a screen with the xfce mouse. The laptop monitor worked fine. Reverting back to 1.20.13-2 fixed the issue. I can reinstall and post logs, if needed. I am not sure which logs, though.

System:
  Kernel: 5.13.13-1-MANJARO x86_64 bits: 64 compiler: gcc v: 11.1.0 
  parameters: BOOT_IMAGE=/boot/vmlinuz-5.13-x86_64 
  root=UUID=c63cf222-2a4b-4818-9b5a-c77ee7eb0bdf ro ipv6.disable=1 apparmor=1 
  security=apparmor nowatchdog nmi_watchdog=0 udev.log_priority=3 
  intel_pstate=active usbcore.autosuspend=-1 
  Desktop: Xfce 4.16.0 tk: Gtk 3.24.29 info: xfce4-panel wm: xfwm 4.16.1 vt: 7 
  dm: LightDM 1.30.0 Distro: Manjaro Linux base: Arch Linux 
Machine:
  Type: Portable System: Dell product: Inspiron 5520 v: A17 serial: <filter> 
  Chassis: type: 8 v: A17 serial: <filter> 
  Mobo: Dell model: 04G65K v: A00 serial: <filter> UEFI-[Legacy]: Dell v: A17 
  date: 05/17/2018 
Battery:
  ID-1: BAT1 charge: 48.8 Wh (100.0%) condition: 48.8/48.8 Wh (100.0%) 
  volts: 12.4 min: 11.1 model: SDI DELL 04NW928L type: Unknown 
  serial: <filter> status: Full 
Memory:
  RAM: total: 7.65 GiB used: 1.58 GiB (20.7%) 
  RAM Report: permissions: Unable to run dmidecode. Root privileges required. 
CPU:
  Info: Quad Core model: Intel Core i7-3632QM bits: 64 type: MT MCP 
  arch: Ivy Bridge family: 6 model-id: 3A (58) stepping: 9 microcode: 21 
  cache: L2: 6 MiB bogomips: 35135 
  Speed: 1198 MHz min/max: 1200/3200 MHz Core speeds (MHz): 1: 1198 2: 1197 
  3: 1197 4: 1198 5: 1197 6: 1237 7: 1197 8: 1197 
  Flags: acpi aes aperfmperf apic arat arch_perfmon avx bts clflush cmov 
  constant_tsc cpuid cpuid_fault cx16 cx8 de ds_cpl dtes64 dtherm dts epb ept 
  erms est f16c flexpriority flush_l1d fpu fsgsbase fxsr ht ibpb ibrs ida 
  lahf_lm lm mca mce md_clear mmx monitor msr mtrr nonstop_tsc nopl nx pae pat 
  pbe pcid pclmulqdq pdcm pebs pge pln pni popcnt pse pse36 pti pts rdrand 
  rdtscp rep_good sep smep ss ssbd sse sse2 sse4_1 sse4_2 ssse3 stibp syscall 
  tm tm2 tpr_shadow tsc tsc_deadline_timer vme vmx vnmi vpid x2apic xsave 
  xsaveopt xtopology xtpr 
  Vulnerabilities: Type: itlb_multihit status: KVM: VMX disabled 
  Type: l1tf 
  mitigation: PTE Inversion; VMX: conditional cache flushes, SMT vulnerable 
  Type: mds mitigation: Clear CPU buffers; SMT vulnerable 
  Type: meltdown mitigation: PTI 
  Type: spec_store_bypass 
  mitigation: Speculative Store Bypass disabled via prctl and seccomp 
  Type: spectre_v1 
  mitigation: usercopy/swapgs barriers and __user pointer sanitization 
  Type: spectre_v2 mitigation: Full generic retpoline, IBPB: conditional, 
  IBRS_FW, STIBP: conditional, RSB filling 
  Type: srbds status: Vulnerable: No microcode 
  Type: tsx_async_abort status: Not affected 
Graphics:
  Device-1: Intel 3rd Gen Core processor Graphics vendor: Dell driver: i915 
  v: kernel bus-ID: 00:02.0 chip-ID: 8086:0166 class-ID: 0300 
  Device-2: Suyin Laptop_Integrated_Webcam_HD type: USB driver: uvcvideo 
  bus-ID: 1-1.5:4 chip-ID: 064e:8126 class-ID: 0e02 
  Display: x11 server: X.org 1.20.13 compositor: xfwm4 v: 4.16.1 driver: 
  loaded: intel unloaded: modesetting alternate: fbdev,vesa 
  resolution: <missing: xdpyinfo> 
  OpenGL: renderer: Mesa DRI Intel HD Graphics 4000 (IVB GT2) 
  v: 4.2 Mesa 21.2.1 compat-v: 3.0 direct render: Yes 
Audio:
  Device-1: Intel 7 Series/C216 Family High Definition Audio vendor: Dell 
  driver: snd_hda_intel v: kernel bus-ID: 00:1b.0 chip-ID: 8086:1e20 
  class-ID: 0403 
  Sound Server-1: ALSA v: k5.13.13-1-MANJARO running: yes 
  Sound Server-2: JACK v: 1.9.19 running: no 
  Sound Server-3: PulseAudio v: 15.0 running: yes 
Network:
  Device-1: Realtek RTL810xE PCI Express Fast Ethernet vendor: Dell 
  driver: r8169 v: kernel port: 2000 bus-ID: 01:00.0 chip-ID: 10ec:8136 
  class-ID: 0200 
  IF: enp1s0 state: down mac: <filter> 
  Device-2: Intel Centrino Wireless-N 2230 driver: iwlwifi v: kernel 
  port: 2000 bus-ID: 02:00.0 chip-ID: 8086:0887 class-ID: 0280 
  IF: wlp2s0 state: down mac: <filter> 
  Device-3: ASIX AX88179 Gigabit Ethernet type: USB driver: ax88179_178a 
  bus-ID: 4-3:5 chip-ID: 0b95:1790 class-ID: ff00 serial: <filter> 
  IF: enp0s20u3 state: up speed: 1000 Mbps duplex: full mac: <filter> 
  IP v4: <filter> type: dynamic noprefixroute scope: global 
  broadcast: <filter> 
  IF-ID-1: tun0 state: unknown speed: 10 Mbps duplex: full mac: N/A 
  IP v4: <filter> type: noprefixroute scope: global broadcast: <filter> 
  WAN IP: <filter> 
Bluetooth:
  Device-1: Intel Centrino Bluetooth Wireless Transceiver type: USB 
  driver: btusb v: 0.8 bus-ID: 2-1.5:3 chip-ID: 8087:07da class-ID: e001 
  Report: rfkill ID: hci0 rfk-id: 1 state: down bt-service: disabled 
  rfk-block: hardware: no software: no address: see --recommends 
Logical:
  Message: No logical block device data found. 
RAID:
  Message: No RAID data found. 
Drives:
  Local Storage: total: 465.76 GiB used: 178.84 GiB (38.4%) 
  SMART Message: Required tool smartctl not installed. Check --recommends 
  ID-1: /dev/sda maj-min: 8:0 vendor: Western Digital 
  model: WDS500G1B0A-00H9H0 size: 465.76 GiB block-size: physical: 512 B 
  logical: 512 B speed: 6.0 Gb/s type: SSD serial: <filter> rev: 00WD 
  scheme: MBR 
  Optical-1: /dev/sr0 vendor: HL-DT-ST model: DVD+-RW GT80N rev: A103 
  dev-links: cdrom 
  Features: speed: 24 multisession: yes audio: yes dvd: yes 
  rw: cd-r,cd-rw,dvd-r,dvd-ram state: running 
Partition:
  ID-1: / raw-size: 97.66 GiB size: 95.62 GiB (97.92%) used: 15.53 GiB (16.2%) 
  fs: ext4 dev: /dev/sda1 maj-min: 8:1 label: N/A 
  uuid: c63cf222-2a4b-4818-9b5a-c77ee7eb0bdf 
  ID-2: /mnt/5299b066-ebf8-4757-8d68-7792f15750d1 raw-size: 186.26 GiB 
  size: 182.34 GiB (97.89%) used: 77.61 GiB (42.6%) fs: ext4 dev: /dev/sda3 
  maj-min: 8:3 label: Linux Data 1 uuid: 5299b066-ebf8-4757-8d68-7792f15750d1 
  ID-3: /mnt/799f6b71-bc76-4840-a624-5acd5f521af6 raw-size: 173.37 GiB 
  size: 169.65 GiB (97.85%) used: 85.69 GiB (50.5%) fs: ext4 dev: /dev/sda4 
  maj-min: 8:4 label: Linux Data 2 uuid: 799f6b71-bc76-4840-a624-5acd5f521af6 
Swap:
  Kernel: swappiness: 10 (default 60) cache-pressure: 100 (default) 
  ID-1: swap-1 type: partition size: 8.46 GiB used: 0 KiB (0.0%) priority: -2 
  dev: /dev/sda2 maj-min: 8:2 label: N/A 
  uuid: 7a880025-39b0-47b5-834a-14e79f0e7b45 
Unmounted:
  Message: No unmounted partitions found. 
USB:
  Hub-1: 1-0:1 info: Full speed (or root) Hub ports: 2 rev: 2.0 
  speed: 480 Mb/s chip-ID: 1d6b:0002 class-ID: 0900 
  Hub-2: 1-1:2 info: Intel Integrated Rate Matching Hub ports: 6 rev: 2.0 
  speed: 480 Mb/s chip-ID: 8087:0024 class-ID: 0900 
  Device-1: 1-1.3:3 info: Realtek RTS5129 Card Reader Controller 
  type: <vendor specific> driver: rtsx_usb,rtsx_usb_ms,rtsx_usb_sdmmc 
  interfaces: 1 rev: 2.0 speed: 480 Mb/s power: 500mA chip-ID: 0bda:0129 
  class-ID: ff00 serial: <filter> 
  Device-2: 1-1.5:4 info: Suyin Laptop_Integrated_Webcam_HD type: Video 
  driver: uvcvideo interfaces: 2 rev: 2.0 speed: 480 Mb/s power: 500mA 
  chip-ID: 064e:8126 class-ID: 0e02 
  Hub-3: 2-0:1 info: Full speed (or root) Hub ports: 2 rev: 2.0 
  speed: 480 Mb/s chip-ID: 1d6b:0002 class-ID: 0900 
  Hub-4: 2-1:2 info: Intel Integrated Rate Matching Hub ports: 8 rev: 2.0 
  speed: 480 Mb/s chip-ID: 8087:0024 class-ID: 0900 
  Device-1: 2-1.5:3 info: Intel Centrino Bluetooth Wireless Transceiver 
  type: Bluetooth driver: btusb interfaces: 2 rev: 2.0 speed: 12 Mb/s 
  chip-ID: 8087:07da class-ID: e001 
  Hub-5: 3-0:1 info: Full speed (or root) Hub ports: 4 rev: 2.0 
  speed: 480 Mb/s chip-ID: 1d6b:0002 class-ID: 0900 
  Hub-6: 3-2:3 info: Hitachi ports: 4 rev: 2.1 speed: 480 Mb/s 
  chip-ID: 045b:0209 class-ID: 0900 
  Hub-7: 3-2.1:4 info: Hitachi ports: 4 rev: 2.1 speed: 480 Mb/s 
  chip-ID: 045b:0209 class-ID: 0900 
  Device-1: 3-2.3:5 info: Logitech Keyboard K120 type: Keyboard,HID 
  driver: hid-generic,usbhid interfaces: 2 rev: 1.1 speed: 1.5 Mb/s 
  power: 90mA chip-ID: 046d:c31c class-ID: 0300 
  Device-2: 3-2.4:6 info: Logitech M90/M100 Optical Mouse type: Mouse 
  driver: hid-generic,usbhid interfaces: 1 rev: 2.0 speed: 1.5 Mb/s 
  power: 98mA chip-ID: 046d:c05a class-ID: 0301 
  Hub-8: 4-0:1 info: Full speed (or root) Hub ports: 4 rev: 3.0 speed: 5 Gb/s 
  chip-ID: 1d6b:0003 class-ID: 0900 
  Hub-9: 4-2:6 info: Hitachi ports: 4 rev: 3.0 speed: 5 Gb/s 
  chip-ID: 045b:0210 class-ID: 0900 
  Hub-10: 4-2.1:7 info: Hitachi ports: 4 rev: 3.0 speed: 5 Gb/s 
  chip-ID: 045b:0210 class-ID: 0900 
  Device-1: 4-3:5 info: ASIX AX88179 Gigabit Ethernet type: Network 
  driver: ax88179_178a interfaces: 1 rev: 3.0 speed: 5 Gb/s power: 496mA 
  chip-ID: 0b95:1790 class-ID: ff00 serial: <filter> 
Sensors:
  System Temperatures: cpu: 46.0 C mobo: N/A 
  Fan Speeds (RPM): cpu: 2700 
Info:
  Processes: 227 Uptime: 46m wakeups: 1 Init: systemd v: 249 tool: systemctl 
  Compilers: gcc: 11.1.0 Packages: pacman: 1235 lib: 343 Shell: Zsh v: 5.8 
  running-in: xfce4-terminal inxi: 3.3.06 
~ >>>                                                                          
1 Like

Update regarding issue with xorg-server and xorg-server-common: I grabbed the PKGBUILD from gitlab and built without the Debian patches and all works fine.

I was met with a black screen after login (xfce and plasma), had to go to tty and use startx. I was using kernel 5.13.13, so I tried to change to 5.10.61 and it worked. I’m not sure when it started but I’m not seeing that grub interface before login (which would make easy the job to change kernels)

2 posts were split to a new topic: Duplicate of #IgnorePkg line in the /etc/pacman.conf

Since 5.14 RC1 (and still with the stable version) I have the problem that the screen brightness does not seem to work and everything is darker. When I boot into any other kernel everything is fine.

got error messages while the timeshift update:

E: btrfs returned an error: 256
E: Failed to query subvolume quota
E: ERROR: can't list qgroups: quotas not enabled

but looks like it updated:

$ pacman -Qi timeshift | grep Version
Version         : 20.11.1+28+gefed117-1
$
details
$ sudo pacman -Syu
:: Synchronising package databases...
 core is up to date
 extra is up to date
 community                                                                              6.6 MiB  5.17 MiB/s 00:01 [####################################################################] 100%
 chaotic-aur is up to date
:: Starting full system upgrade...
resolving dependencies...
looking for conflicting packages...

Package (1)          Old Version             New Version            Net Change  Download Size

community/timeshift  20.11.1.r28.gefed117-2  20.11.1+28+gefed117-1    0.00 MiB       0.94 MiB

Total Download Size:   0.94 MiB
Total Installed Size:  3.86 MiB
Net Upgrade Size:      0.00 MiB

:: Proceed with installation? [Y/n] 
:: Retrieving packages...
 timeshift-20.11.1+28+gefed117-1-x86_64                                               957.9 KiB  3.05 MiB/s 00:00 [####################################################################] 100%
(1/1) checking keys in keyring                                                                                    [####################################################################] 100%
(1/1) checking package integrity                                                                                  [####################################################################] 100%
(1/1) loading package files                                                                                       [####################################################################] 100%
(1/1) checking for file conflicts                                                                                 [####################################################################] 100%
(1/1) checking available disk space                                                                               [####################################################################] 100%
:: Running pre-transaction hooks...
(1/1) Creating Timeshift snapshot before upgrade...
Using system disk as snapshot device for creating snapshots in BTRFS mode
Mounted '/dev/dm-0 (nvme0n1p2)' at '/run/timeshift/backup'
E: ERROR: can't list qgroups: quotas not enabled

E: btrfs returned an error: 256
E: Failed to query subvolume quota
Creating new backup...(BTRFS)
Saving to device: /dev/dm-0, mounted at path: /run/timeshift/backup
Created directory: /run/timeshift/backup/timeshift-btrfs/snapshots/2021-08-31_19-21-15
Created subvolume snapshot: /run/timeshift/backup/timeshift-btrfs/snapshots/2021-08-31_19-21-15/@
Created control file: /run/timeshift/backup/timeshift-btrfs/snapshots/2021-08-31_19-21-15/info.json
BTRFS Snapshot saved successfully (0s)
Tagged snapshot '2021-08-31_19-21-15': ondemand
------------------------------------------------------------------------------
E: ERROR: can't list qgroups: quotas not enabled

E: btrfs returned an error: 256
E: Failed to query subvolume quota
E: ERROR: can't list qgroups: quotas not enabled

E: btrfs returned an error: 256
E: Failed to query subvolume quota
E: ERROR: can't list qgroups: quotas not enabled

E: btrfs returned an error: 256
E: Failed to query subvolume quota
E: ERROR: can't list qgroups: quotas not enabled

E: btrfs returned an error: 256
E: Failed to query subvolume quota
E: ERROR: can't list qgroups: quotas not enabled

E: btrfs returned an error: 256
E: Failed to query subvolume quota

/dev/dm-0 is mounted at: /run/timeshift/backup, options: rw,relatime,ssd,space_cache,subvolid=5,subvol=/

E: ERROR: can't list qgroups: quotas not enabled

E: btrfs returned an error: 256
E: Failed to query subvolume quota
------------------------------------------------------------------------------
Removing snapshot: 2021-08-30_16-35-57
Deleting subvolume: @ (Id:443)
Deleted subvolume: @ (Id:443)

Destroying qgroup: 0/443
E: Failed to destroy qgroup: '0/443'
E: Failed to remove snapshot: 2021-08-30_16-35-57
------------------------------------------------------------------------------
Generating grub configuration file ...
Found theme: /usr/share/grub/themes/manjaro/theme.txt
Found linux image: /boot/vmlinuz-5.14-x86_64
Found initrd image: /boot/intel-ucode.img /boot/initramfs-5.14-x86_64.img
Found initrd fallback image: /boot/initramfs-5.14-x86_64-fallback.img
Warning: os-prober will not be executed to detect other bootable partitions.
Systems on them will not be added to the GRUB boot configuration.
Check GRUB_DISABLE_OS_PROBER documentation entry.
Adding boot menu entry for UEFI Firmware Settings ...
Detecting snapshots ...
Info: Separate boot partition not detected 
Found snapshot: 2021-08-31 19:21:15 | timeshift-btrfs/snapshots/2021-08-31_19-21-15/@
Found snapshot: 2021-08-31 17:17:10 | timeshift-btrfs/snapshots/2021-08-31_17-17-10/@
Found snapshot: 2021-08-30 18:00:13 | timeshift-btrfs/snapshots/2021-08-30_18-00-13/@
Found 3 snapshot(s)
Found memtest86+ image: /boot/memtest86+/memtest.bin
done
:: Processing package changes...
(1/1) upgrading timeshift                                                                                         [####################################################################] 100%
==> Attempting to enable Cronie services...
==> Attempting to enable Cronie services...
New optional dependencies for timeshift
    grub-btrfs: BtrfS snapshots in grub [installed]
:: Running post-transaction hooks...
(1/4) Arming ConditionNeedsUpdate...
(2/4) Refreshing PackageKit...
(3/4) Updating icon theme caches...
(4/4) Updating the desktop file MIME type cache...

$

sda, sdb are just USB card reader.
Using btrfs + encryption.

$ lsblk
NAME                                          MAJ:MIN RM   SIZE RO TYPE  MOUNTPOINTS
sda                                             8:0    1     0B  0 disk  
sdb                                             8:16   1  59.6G  0 disk  
├─sdb1                                          8:17   1  58.6G  0 part  
├─sdb2                                          8:18   1    32M  0 part  
└─sdb3                                          8:19   1  1023M  0 part  
nvme0n1                                       259:0    0 465.8G  0 disk  
├─nvme0n1p1                                   259:1    0   300M  0 part  /boot/efi
└─nvme0n1p2                                   259:2    0 465.5G  0 part  
  └─luks-4e980928-8101-47d7-be34-1060c6d8836f 254:0    0 465.5G  0 crypt /run/timeshift/backup
                                                                         /var/cache
                                                                         /var/log
                                                                         /home
                                                                         /
$
$ cat /proc/version
Linux version 5.14.0-0-MANJARO (builduser@fv-az83-697) (gcc (GCC) 11.1.0, GNU ld (GNU Binutils) 2.36.1) #1 SMP PREEMPT Mon Aug 30 10:49:07 UTC 2021
$ pacman -Qi linux514 btrfs-progs | grep Version
Version         : 5.14.0-0
Version         : 5.13.1-1

This is harmless. If you want to avoid it, you can enable qgroups for subvolumes, but it probably isn’t that useful to do.

Enabling quatas can havw significant negative impact on performance

3 Likes