Skip to content

Latest commit

 

History

History
52 lines (37 loc) · 1.49 KB

kubuntu-22.04.md

File metadata and controls

52 lines (37 loc) · 1.49 KB

kubuntu 22.04

enable tag in dolphin

  • enable KDE Settings/File Search

after fs indexed reopen dolphin and a new Tags appears in the left bar.

notes:

  • files can tagged by right click on entry Assign Tags
  • tags can be viewed from cmdline using getfattr -d FILE

install nvidia driver

kubuntu-driver-manager

troubleshoot

laptop builtin monitor not work

mv /etc/X11/xorg.conf /etc/X11/xorg.conf-tmp
systemctl restart display-manager

nvidia driver sleep/resume not work

behavior: after suspend, the resume unable to back again ( black screen )

to solve, install latest production driver ( manually )

if running a nouveau driver could switch to textmode temporarly:

  • sudo systemctl set-default multi-user && sudo reboot
  • login then
  • sudo rmmod nouveau
  • run the installer from download dir
  • back to graphical mode sudo systemctl set-default graphical && sudo reboot
  • login and select prime nvidia sudo apt install -y nvidia-prime && sudo prime-select nvidia
  • reboot, now sleep/resume work