unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Emanuel Berg <incal@dataswamp.org>
To: help-gnu-emacs@gnu.org
Subject: Re: PGTK+ warning
Date: Tue, 15 Nov 2022 16:14:30 +0100	[thread overview]
Message-ID: <87wn7ww8q1.fsf@dataswamp.org> (raw)
In-Reply-To: jwv8rkcfgc1.fsf-monnier+emacs@gnu.org

Stefan Monnier via Users list for the GNU Emacs text editor wrote:

>> Is there a way to disable this pop up? Right now it steals
>> focus from Emacs, and it's a bit cumbersome to manually
>> close it every time.
>
> Since you should likely (re)start Emacs every month or so,
> it shouldn't be a problem. If you constantly start new Emacs
> sessions, then maybe that's the problem you should
> solve first.

Agreed, but that can be tricky if the problem lies with the
computer itself and not Emacs ...
  
The fans collective dB(A) is computed to

  (db 18.9 14.7 15.9 15.9) ; 22.7 dB [Elisp last]

The PSU is semi-passive

  Fractal Ion+ 560W Platinum, semi-passive [1]

But there is still some always-on fan that annoys me enough to
shut the whole thing of every time I don't use it

Maybe the GPU which I don't need anyway LOL

  msi Nvidia Geforce GT 710, 2GB DDR3, PCI-E2.0, HDMI+DL-DVI-D

?

What happens if I just remove it, can the CPU manage, does it
fall back to that automatically?

  AMD4 x86_64
  $ lscpu | grep name
  Model name: AMD Ryzen 3 3200G with Radeon Vega Graphics

Hibernation is a possibility (actually I think I installed
Debian with too little swap space) but hibernation breaks the
network link so it isn't optimal either ...

(That Elisp to do the dB is cool actually.)

[1] https://dataswamp.org/~incal/ebchw/COMPUTER

;;; -*- lexical-binding: t -*-
;;
;; this file:
;;   https://dataswamp.org/~incal/emacs-init/audio.el

(require 'cl-lib)

(defun db (d &rest ds)
  (let ((all (cons d ds))
        (sum 0) )
    (cl-loop
      for a in all
      do (cl-incf sum (expt 10 (/ a 10.0))) )
    (* 10 (/ (log sum) (log 10))) ))

;; (db 15)          ; 15
;; (db 15 15)       ; 18
;; (db 15 15 15)    ; 19.7
;; (db 15 15 15 15) ; 21

-- 
underground experts united
https://dataswamp.org/~incal




  reply	other threads:[~2022-11-15 15:14 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-15 10:00 PGTK+ warning Alessandro Bertulli
2022-11-15 10:37 ` Po Lu
2022-11-15 15:14   ` Alessandro Bertulli
2022-11-15 14:22 ` Stefan Monnier via Users list for the GNU Emacs text editor
2022-11-15 15:14   ` Emanuel Berg [this message]
2022-11-15 15:16   ` Alessandro Bertulli
2022-11-15 15:35     ` Emanuel Berg
2022-11-15 18:05       ` Alessandro Bertulli
2022-11-15 18:22         ` Emanuel Berg
2022-11-16 22:41           ` Alessandro Bertulli
2022-11-16 23:30             ` Emanuel Berg
2022-11-19 10:21               ` Alessandro Bertulli
2022-11-15 16:03     ` Stefan Monnier
2022-11-15 18:02       ` Alessandro Bertulli
2022-11-15 18:17         ` Eli Zaretskii
2022-11-16 22:42           ` Alessandro Bertulli
2022-11-16 23:19             ` Emanuel Berg
2022-11-19 10:25               ` Alessandro Bertulli
2022-11-22 15:34                 ` Emanuel Berg
2022-11-30 22:39                   ` Alessandro Bertulli
2022-12-01  0:21                     ` Emanuel Berg
2022-12-01  0:23                       ` Emanuel Berg
2022-12-03  0:58                         ` David Masterson
2022-11-17  6:25             ` Eli Zaretskii

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87wn7ww8q1.fsf@dataswamp.org \
    --to=incal@dataswamp.org \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).