Skip to content

Instantly share code, notes, and snippets.

View margual56's full-sized avatar

Marcos Gutiérrez Alonso margual56

View GitHub Profile
@margual56
margual56 / netflix_1080p.md
Created September 8, 2023 11:18
Enable 1080p playback for Netflix
@margual56
margual56 / enable_drm.md
Created September 6, 2023 17:07
Enable DRM playback on Chromium/UngoogledChromium" Flatpak

Kudos

Based on this script.

I decided to put it here because it is more findeable.

Changes

This fix works on Chromium too, not just for UngoogledChromium. Thus, I have added a check that will install webdevine on chromium if found, otherwise on UngoogledChromium.

Script

@margual56
margual56 / arch.md
Last active April 18, 2023 09:10
Some notes on common problems and tips after installing arch

Tips

Optimize power usage on start

You can either use:

  • powertop:
    • Create a service file (/etc/systemd/system/powertop.service):
       [Unit]
       Description=Powertop tunings
      
       [Service]