Love talking all things trrpg. I primarily GM Genesys RPG, sometimes also Star Wars RPG and Hero Kids.

Also into Linux, 3D Printing, software development, and PC gaming

  • 2 Posts
  • 20 Comments
Joined 2 years ago
cake
Cake day: January 19th, 2024

help-circle


  • Thank you! Once I can figure out the margins I’m going to get a custom btop preset configured. Right now I can’t configure it in a way that important info isn’t cut off on the edges.

    The TV does have dials to adjust, but only slightly, and if I adjust too much, it messes up the scan lines and the signal doesn’t come through clearly. I feel like the answer is just a little further down the rabbit hole of kernel params :)



  • This was really helpful - It got me pointed down the right track to figure out the video= settings in the grub config. I was able to disable the laptop monitor and enable the CRT by adding this to /etc/default/grub

    # Disable laptop monitor (LVDS-1) and only output to CRT (HDMI-A-1)
    GRUB_CMDLINE_LINUX_DEFAULT="video=LVDS-1:d video=HDMI-A-1:1024x768"
    

    I initially set it to 640x480, but display was better with higher res and large font size, which I scales up with sudo dpkg-reconfigure console-setup

    I created a service account for this, and set up a systemd service to start getty on that account based on those docs

    [Service]
    Type=idle
    ExecStart=
    ExecStart=-/sbin/agetty --skip-login --noreset --noclear --autologin axies - ${TERM}![](https://ttrpg.network/pictrs/image/cf0ab3f3-9674-4578-a230-c8f3df7a7bdc.webp)
    

    Then I added htop to the ~/.bash_profile for that user and… done!

    Only thing is there is some overscan on the display and initially about 3 rows / cols were cut off on each side. I was able to adjust the CRT display itself to mostly mitigate this, so now only a bit is cut off and it’s usable, but it’s not perfect. I tried setting the margin in the video options in grub with margin_top, margin_left etc., as per these docs but that didn’t work, even though I verified the resolution was applying correctly. But it is functional!





  • I do get a tty and that works fine if I start it manually. I can also ssh into it while on my local network.

    I think what I need to configure is to have it automatically start a tty at boot with specific credentials and auto start whatever monitoring I want. That should work I think. The only downside of that is I don’t want it to run on the laptop screen at all, only the hdmi output, so that is where I want to learn more about how all of those display interfaces work on linux so I can configure the service accordingly (I think)



  • From what I know, headless means different things depending on context - in this instance I’m using it in the sense that my server does not require any user session, or any user input devices, it just powers on and all of the services start up at the system level. I can SSH into it to configure things, but it doesn’t require any user session or input to run the services. A video output probably falls outside of this in some sense, but I would like it to be automatic without requiring an active user session.

    The monitor I have is an old Panasonic tv / radio combo, so the display can be flipped on with a physical switch when I’m at my desk, so shouldn’t be any wasted power usage. It won’t be on all the time.

    I’m using Linux Mint, which is probably not optimal, but I had a USB ready and I’m just using terminal stuff so it didn’t seem like it mattered too much. It does have systemd, which made it pretty easy to set up the docker stuff

    Thanks for the input!









  • Good points! There are definitely limits to this.

    Foreshadowing is something I have tried to do and would like to do more of. My current campaign and the only long running one I have experience with is all homebrew, and we did start at a place where I had the world itself pretty well fleshed out, but a lot of the character and faction stuff changed quite a bit over the first couple of months. The big changes were early enough that it didn’t really cause problems for our table, but I have experienced what you say, where some of the foreshadowing that I tried to do in the first couple of sessions kind of became irrelevant. This was mainly because I realized the thing I was originally intending to foreshadow wasn’t that interesting and needed to change as the players began living in the world. We are at a place now where the players have mostly uncovered all of the key lore, and I believe they will confront the BBEG soon.

    I have learned a lot running this game and it makes me excited to build and run more!




  • I have been playing Genesys, and I LOVE it. I’m not playing in a sci-fi setting, but the whole premise behind Genesys is that is is adaptable to any setting, and from what I have seen of the system, it would be great for something like that. There are tons of rules for vehicle stats, combat, etc. and it has guidelines for how to design and balance your own vehicles.

    If you are interested in making and playing in your own setting I would definitely recommend Genesys.

    If you are wanting something with an existing setting that matches that vibe, then I’d first check and see if some of the community made settings will fit that, and if not, then maybe look elsewhere.

    There are a ton of community made resources for Genesys on DriveThruRPG and also in a dropbox maintained by one of the community members, and that dropbox has some resources for an Expanse setting and other sci-fi stuff that would be a good starting point: https://www.dropbox.com/sh/raqr7usuzwizglm/AACMnwsNyT5DPHyjokWZwQLOa/Community Content?dl=0&lst=&subfolder_nav_tracking=1

    I would also say you should definitely get the core rulebook AND the expanded players guide, as that has tons of good resources and better guidelines for creating vehicles, as well as other useful things. It’s really a fantastic GM toolkit.

    EDIT: Also regarding the dice, which can be kind of hard to get, they have an app that you can use, as well as charts for converting normal polyhedral dice to the Genesys symbols, and what I personally do is just use the Star Wars dice, which are the same (with slightly different look to the symbols) and are more available, at least where I am.