Skip Navigation
Games Now vs Back Then
  • When I was making this shit post I was thinking of crysis as an example. My PC back then could barely run it but it played it. Only way to run it completely was to have a beast of a machine

  • Games Now vs Back Then
    imgur.com imgur.com

    Discover the magic of the internet at Imgur, a community powered entertainment destination. Lift your spirits with funny jokes, trending memes, entertaining gifs, inspiring stories, viral videos, and so much more from users.

    imgur.com
    6
    need some help adding this to autostart for arch kde
  • the reason for more than one elif is for different package managers like apt, yum and dnf, other than that it just skips it if the package is detected.

    Afaik it uses cli to find the temperature. i couldnt set the temperature with nvidia-smi so i had to use nvidia-settings

    gpuTemp=$(nvidia-settings -q gpucoretemp | grep '^ Attribute' |
    head -n 1 | perl -pe 's/^.?(\d+).\s$/\1/;') echo -en "Current GPU temperature: $gpuTemp \r"

  • need some help adding this to autostart for arch kde
  • ● fan.service - NVIDIA Fan Control on Wayland Arch
         Loaded: loaded (/etc/systemd/system/fan.service; enabled; preset: disabled)
         Active: active (running) since Tue 2023-10-17 18:29:39 EDT; 4s ago
       Main PID: 2691 (sudo)
          Tasks: 3 (limit: 38401)
         Memory: 5.9M
            CPU: 39ms
         CGroup: /system.slice/fan.service
                 ├─2691 sudo /home/rob/Documents/fan.sh
                 ├─2692 /bin/bash /home/rob/Documents/fan.sh
                 └─2699 sleep 5
    
    Oct 17 18:29:39 robpc systemd[1]: Started NVIDIA Fan Control on Wayland Arch.
    Oct 17 18:29:39 robpc sudo[2691]:     root : PWD=/ ; USER=root ; COMMAND=/home/rob/Documents/fan.sh
    Oct 17 18:29:39 robpc sudo[2691]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=0)
    Oct 17 18:29:39 robpc sudo[2694]: ERROR: The control display is undefined; please run `nvidia-settings --help` for usage information.
    Oct 17 18:29:39 robpc sudo[2692]: Current GPU temperature: 0
    Oct 17 18:29:39 robpc sudo[2698]: ERROR: The control display is undefined; please run `nvidia-settings --help` for usage information.
    
    
  • need some help adding this to autostart for arch kde
  • As soon as I get home I'll do it. Afaik if you try to run it normally without root access it spits out errors about not being able to set the fan speed because it uses nvidia-settings as a dependancy. Also failed to mention this is a Wayland script, not xorg

  • need some help adding this to autostart for arch kde
    gist.github.com Script to control the fan speed automatically (works only for NVIDIA graphic cards)

    Script to control the fan speed automatically (works only for NVIDIA graphic cards) - gpufan.sh

    Script to control the fan speed automatically (works only for NVIDIA graphic cards)

    It requires root for nvidia-settings but fails each time I make my own autostart on systemd

    11
    InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)RO
    robzombie91 @lemm.ee
    Posts 3
    Comments 17