티스토리 뷰

IT/ETC

Fedora google chrome become unresponsible.

트래이닝맨 2021. 2. 12. 00:28
728x90
반응형

Last few years, I used fedora and the initial version was 22. Now it is 33 !

 

However after I upgrade this time, I have very odd issues.

 

For 2~3 hours after rebooting of the laptop, it is working like normal but google chrome is getting slow and it is not possible to copy/paste from google chrome to firefox. Or terminal to Visual studio code.

 

It turned out this bug is related with the issue. However, the solution would be much easier than what I thought.

 

Try this 2 commands

$ echo "HAHA" | xsel -i -b (ins)

$ wl-paste

HAHA

 

If it is working then it might be other issues.

In my case, Installing wl-paste package solve this issue.

 

 

Moreover, you should check buffer size

❯ free -h
                   total        used        free       shared      buff/cache   available
Mem:           31Gi        13Gi       1.7Gi       5.5Gi          16Gi                12Gi
Swap:          19Gi          0B        19Gi

 

If you hit this issue too, add this cronjob to your crontab

0 10 * * * sync; echo 3 |sudo tee /proc/sys/vm/drop_caches

 

The last thing you can try is disabling wayland

 

/etc/gdm/custom.conf

# GDM configuration storage

[daemon]
# Uncomment the line below to force the login screen to use Xorg
WaylandEnable=false
DefaultSession=gnome-xorg.desktop

Then reboot!

 

Done

반응형

'IT > ETC' 카테고리의 다른 글

무료 클라우드 10T (Tencent)  (0) 2014.08.29
댓글
250x250
반응형
공지사항
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
링크
«   2025/01   »
1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31
글 보관함