Sepia Search

10,000 results found:

10000 videos

How To Customize The Spaces Toolbar

Thunderbird 102 features a Spaces Toolbar for fast access to your most important activities. With a single click, you can navigate between Mail, Address Books, Calendars, Tasks, Chat, settings, and your installed add-ons and themes. You can also c...

How To DELETE Your Online Identity | Go Incognito 2.4

Welcome to Go Incognito, a full guide to security, privacy and anonymity. This is lesson 4 of Section 2: Erasing Your Online Identity. This lesson covers how to remove your online digital footprint by assessing what accounts should be deleted/remo...

How To Erase Your Digital Local Identity | Go Incognito 2.3

Welcome to Go Incognito, a full guide to security, privacy and anonymity. This is lesson 3 of Section 2: Erasing Your Local Identity This lesson cover how to keep your local digital life as clean as possible, and a step further from Minimalism. Th...

How This Father Tried To Train His Children - 6/18/23 By Pastor Chuck Baldwin

This message was preached by Pastor Chuck Baldwin on Sunday, Jun. 18, 2023, during the service at Liberty Fellowship. To purchase a copy of this message or to support the fellowship, please visit LibertyFellowshipMT.com.

Introduction for my "How to" videos.

I am making "how to" videos in an effort to make Peertube even more superior to Y*utube.
The How To Channel: https://videos.icum.to/c/thehowtochannel/videos

How to place a boat diagonally on a ice path (Minecraft tutorial)

Blue ice is the most effective way to travel in Minecraft but it can be very tough to place the boat diagonally. This tutorial shows how to build a boat placer for that purpose.

How to improve your BATTERY LIFE on LINUX!

Grab a brand new laptop or desktop running Linux: https://www.tuxedocomputers.com/en#

👏 SUPPORT THE CHANNEL:
Get access to:

  • a Daily Linux News show
  • a weekly patroncast for more personal thoughts
  • polls on the next topics I cover,
  • your name in the credits

YouTube: https://www.youtube.com/@thelinuxexp/join
Patreon: https://www.patreon.com/thelinuxexperiment

Or, you can donate whatever you want:
https://paypal.me/thelinuxexp
Liberapay: https://liberapay.com/TheLinuxExperiment/

👕 GET TLE MERCH
Support the channel AND get cool new gear: https://the-linux-experiment.creator-spring.com/

🎙️ LINUX AND OPEN SOURCE NEWS PODCAST:
Listen to the latest Linux and open source news, with more in depth coverage, and ad-free! https://podcast.thelinuxexp.com

🏆 FOLLOW ME ELSEWHERE:
Website: https://thelinuxexp.com
Mastodon: https://mastodon.social/web/@thelinuxEXP
Pixelfed: https://pixelfed.social/TLENick
PeerTube: https://tilvids.com/c/thelinuxexperiment_channel/videos
Discord: https://discord.gg/mdnHftjkja

Timecodes:
00:00 Intro
00:32 Sponsor: Tuxedo Computers
01:38 State of your battery
02:56 Hardware acceleration
06:30 TLP
09:42 Dual GPU setups
11:36 Other basic tips
13:34 Other tools and parting thoughts
14:43 Support the channel

#Linux #batterylife #linuxbattery #batterysave #laptopbattery #laptop #linuxlaptop

Check battery health: upower -i /org/freedesktop/UPower/devices/battery_BAT0

If you watch videos or stream movies and shows from your browser, check that it's actually using your GPU to accelerate that video decoding.

To check that in Firefox, type about:support in the URL bar, then search for "compositing" in the page. If it says "webrender", you're good.

To check if the GPU is used to decode videos, you can also search for "hardware_video_decoding". If it says "default available", you're good.

On Chromium based browsers, to check for that, type chrome://gpu in the URL bar.

On Firefox, to enable that, open the about:config page, then search for media.hardware-video-decoding.enabled. Double click the value to set it to true.

On any chrome based browser, you can just go to the settings, to "system", and toggle "use graphics acceleration when available". Provided your distro has the required packages, you should be good.

And, if you have an older chipset that isn't able to decode all formats using the GPU, like for example VP8 or VP9, you have browser extensions, called enhanced-h264ify for Firefox, or h264ify for Chrome, which will let you set h264 as the default codec on youtube.

One of the most useful tools here will be TLP. It's a command line only tool, but fear not, there's a graphical user interface that's much more user friendly here, called TLP UI.

Once installed, TLP will run automatically in the background after the first reboot. If you open TLP UI after that, you should see that it's enabled, and get access to all the various settings.

TLP documentation: https://linrunner.de/tlp/usage/index.html

Now, if your computer has 2 GPUs, an integrated one, and a dedicated one, you might also want to check which one you're using: when using your laptop unplugged, you might want to just use the integrated GPU, and when plugged in, the dedicated GPU.

The easiest way to do so is by staying in hybrid graphics mode. If you have an nvidia GPU, and the proprietary drivers you can just open th Nvidia settings app, and head over to the "prime profiles" tab, and select "Nvidia on demand".

If you really want the best savings though, then you'll need to completely disable the dedicated GPU, either by using "Intel (power saving mode) in the nvidia settings app, or by using the BIOS to set your GPU to integrated only.

And of course, there are the usual basic changes you can make: the usual screen brightness thing, this can save you a ton of battery. The display's refresh rate is also a factor, and variable refresh rate will let you save some battery.

The more recent your hardware is, the better the chances a more recent kernel and drivers will have better hardware support and better performance and battery life.