was RickRussellTX @ reddit

  • 0 Posts
  • 30 Comments
Joined 1 year ago
cake
Cake day: June 21st, 2023

help-circle





  • I was banned from /r/food for pointing out that someone’s “homemade” breakfast consisted of a toaster waffle and a frozen hash brown.

    The moderator who banned me went through my post history, combing it for things they disapproved of, and made sure to highlight various deficiencies of my character in their ban explanation.


  • The differences between victim survey statistics and crime reporting statistics are not easy to explain. In the US, trends in victim reporting tend to lead law enforcement statistics by a year or two, which makes one wonder whether law enforcement is padding the numbers – either to make themselves look good (when crime is increasing according to victim reports and it would reflect badly on them if LE statistics followed suit), or to make themselves look necessary (when victim-reported crime is going down and LE statistics might make LE look redundant).










  • Obligatory hardware details:

    root@pop-os:/home/rickr# for dmi_file in /sys/devices/virtual/dmi/id/*_{name,version}; do echo $dmi_file; echo -n ’ '; cat $dmi_file done

        /sys/devices/virtual/dmi/id/board_name    878A
        /sys/devices/virtual/dmi/id/product_name    OMEN Laptop 15-ek0xxx
        /sys/devices/virtual/dmi/id/bios_version    F.14
        /sys/devices/virtual/dmi/id/board_version    17.29
        /sys/devices/virtual/dmi/id/chassis_version    Chassis Version
        /sys/devices/virtual/dmi/id/product_version
    

  • My laptop (HP Omen Intel i7 + Nvidia 2060) lost the discrete graphics after the PopOS updater installed Nvidia driver 535.

    I was able to fix it by re-installing driver 470. However, I’m still having problems with the discrete graphics going dark after screen blank or suspend.

    The above info is interesting, and I’d love to use it to fix my issues, but even as something of a UNIX/Linux power user, I have trouble parsing the jargon.

    What does this do?

    sudo apt purge ~nnvidia
    

    I don’t understand the use of the tilde and double-n notation. I know that tilde is used as a home directory shortcut, but that’s not how it’s used here? I haven’t been able to Google anything on it either, none of the other apt purge examples I found are using this notation.

    I definitely have issues with the graphics failing to wake up after suspend. What do the hybrid graphics commands do? With respect to GC6 and Suspend S3, how would I know whether I need to do anything about those? I understand that they are some kind of power saving modes, but how would I know whether they are causing problems?

    I’d love to be able to use the latest drivers & for suspend to work right, but I have to admit I’m out of my depth.