Category Archives: Uncategorized

Lenovo Yoga og Linux Mint. Få touch screen screolling til å fungere.

  • Quick Test: Open your terminal and run env MOZ_USE_XINPUT2=1 firefox. Test if touch scrolling works.
  • Permanent Fix: Edit your Firefox desktop file so it always uses this flag by running
    sudo nano /usr/share/applications/firefox.desktop
    and changing the line that starts with Exec=firefox to Exec=env MOZ_USE_XINPUT2=1 firefox %u.
  • Browser Setting: You can also type about:config into your Firefox address bar, search for dom.w3c_touch_events.enabled, and set it to 1. [1, 2]

Fix for Lenovo Yoga som fryser med Linux Mint.

The AMDGPU Boot Parameter (Most Common)If your Lenovo laptop features an AMD Ryzen processor, a known driver bug handling power savings causes random freezing.

Adding a specific argument to the GRUB bootloader stabilizes the GPU.

Open your terminal (Ctrl + Alt + T).

Run this command to edit the GRUB configuration file:

bash sudo nano /etc/default/grub

Look for the line that starts with GRUB_CMDLINE_LINUX_DEFAULT.

It usually looks like this:textGRUB_CMDLINE_LINUX_DEFAULT=”quiet splash”

Add amdgpu.dcdebugmask=0x12 inside the quotes.

It should now look like this:

textGRUB_CMDLINE_LINUX_DEFAULT=”quiet splash amdgpu.dcdebugmask=0x12″

If you have a Lenovo Legion or newer model and this specific value fails, users on the Linux Mint Forums noted that amdgpu.dcdebugmask=0x10 also works).

Save and exit: Press Ctrl + O, hit Enter, then press Ctrl + X.

Update GRUB to apply the changes:

bash sudo update-grub

Restart your laptop.

Kontrollere om recall kjører

 

  • Open PowerShell as an administrator
  • Run the following command:
      DISM /Online /Get-FeatureInfo /FeatureName:Recall
    

This command will show whether the Recall feature is enabled on your system.

Alternatiely,

  • Press Win + R
  • Type regedit, and press Enter to open the Registry Editor
  • Navigate to the following path: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Features
  • Look for an entry named Recall. If it exists, the Recall feature is enabled.

The Recall feature is exclusive to Copilot+ PCs, which are designed with enhanced security features likeMicrosoft Pluton security processor and Windows Hello Enhanced Sign-in Security (ESS)34. If your PC is not a Copilot+ PC, it is unlikely that the Recall feature is enabled