CAPTCHA
Image CAPTCHA
Enter the characters shown in the image.
This question is for testing whether or not you are human.
  • Create new account
  • Reset your password

User account menu

Home
The Hyperlogos
Read Everything

Main navigation

  • Home
  • My Resumé
  • blog
  • Howtos
  • Pages
  • Contact
  • Search

User Blogs

Breadcrumb

  • Home
  • User Blogs

Fallout 4 On Linux (Steam, 2023)

By drink | Sat April 22, 2023

I like to play games well into their sunset years, which is great because it saves me a lot of money on GPUs. I had Fallout 4 back when it was relatively new, but having tired of my other options, I decided to see how it ran on modern Linux. As it turns out, the answer is that it runs about as well as it does on Windows, maybe even slightly better in the graphics performance department. I started out with a steam deck howto and worked the rest out from there. These instructions assume you have all of the DLC.

video game
fallout
howto
  • Read more about Fallout 4 On Linux (Steam, 2023)
  • Log in or register to post comments

Lore-Friendly Mods for a Fallout 4 Replay (2023)

By drink | Fri April 21, 2023

I recently started playing Fallout 4 again, because I own it already and it runs well on my potato, even under Linux. The last time I played I had dual nvidia GTX 950 cards in SLI under Windows 7, and now I have a single 1070 under Linux. The performance is as much better as you would hope. The game is just about as reliable on Linux as it is on Windows, which is not very. However, my current configuration lets the game start up pretty quickly, and liberal use of the quicksave feature keeps me from losing too much progress in the inevitable explosions.

video game
fallout
  • Read more about Lore-Friendly Mods for a Fallout 4 Replay (2023)
  • Log in or register to post comments

Correct way to add bower-asset to composer.json

By drink | Sun March 26, 2023
composer config repositories.asset-packagist composer https://asset-packagist.org
composer config --json --merge extra.installer-types '["bower-asset", "npm-asset"]'
composer config --json --merge 'extra.installer-paths.web/libraries/{$name}' '["type:bower-asset", "type:npm-asset"]'

(From https://www.drupal.org/project/drupal/issues/3198245#comment-13997741)

composer
howto
  • Read more about Correct way to add bower-asset to composer.json
  • Log in or register to post comments

Script Quickie: Update nested git repos

By drink | Fri March 17, 2023

I am using the AUTOMATIC1111 stable-diffusion distribution, and you can install modules to that. Some modules can be installed and updated from inside of the program, while others cannot. Those other modules have to be updated by doing a git pull. This is not a big job, but it can be made even smaller with a very small shell script.

script
  • Read more about Script Quickie: Update nested git repos
  • Log in or register to post comments

Monitoring nvidia GPU utilization on Linux

By drink | Mon February 27, 2023

I wanted a nice way to simply see whatever statistics I could gather from my GPU — ye olde PNY XLR8 1070 slightly-pre-overclocked model, which I bought used and which has been surprisingly solid so far — and for some reason the information I want to see isn't in the default output from the nvidia-smi command included with the nvidia driver, and I don't get anything in lm-sensors. Noodling around a bit led me to the idea of using the --query-gpu option, which lets you pull any specific information you want, as long as you are willing to deal with it in CSV format. I was, and here we are.

nVidia
linux
  • Read more about Monitoring nvidia GPU utilization on Linux
  • Log in or register to post comments
Pagination
  • First page « First
  • Previous page ‹‹
  • …
  • Page 4
  • Page 5
  • Page 6
  • Page 7
  • Current page 8
  • Page 9
  • Page 10
  • Page 11
  • Page 12
  • …
  • Next page ››
  • Last page Last »

Footer menu

  • Contact
Powered by Drupal

Copyright © 2025 Martin Espinoza - All rights reserved