I made the icy-nord and icy-nord-darker themes.

change suggestions

issues

update notifications

@promitheas:matrix.org

  • 5 Posts
  • 30 Comments
Joined 1 year ago
cake
Cake day: June 12th, 2023

help-circle
  • SteamTinkerLaunch worked like a charm! Here’s what I had to do to get it to work, for anyone who stumbles across this post:

    • Install the package pacman -S steamtinkerlaunch
    • Run the command steamtinkerlaunch compat add to initialise it
    • Add it as the required compatibility layer in the game I wanted (SH3) then restart steam
    • Launch the game - the steamtinkerlaunch window opens. Click on the MAIN MENU button before it launches the game
    • From the new steamtinkerlaunch window that opens, click on “One time run”. This opens yet another window
    • In the field “One time command” navigate to where I had LSH3_2022 downloaded, and select it
    • Click on RUN COMMAND
    • Follow the install steps in the LSH3 manual
    • Repeat the steps related to “One time run” again but this time select the JSGME installer, and go through that installation
    • Launch JSGME again using “One time run” and enable any mods I need (although LSH3 has a 1920x1080 widescreen mod included, this doesnt seem to work at least on my setup. I had to enable the Ahnenerbe WideGui 1920 x 1080 Final mod)
    • Launch the game. It should work.

    So far I completed the first training mission to make sure most things work. Hopefully there aren’t any issues further on down the road. Thanks for the suggestion, I had no idea this tool existed, but now I will probably be using it quite a bit!















  • I assume you have tried the BIOS reset procedure? I think it’s holding FN + S + V while the system is powered off.

    Is this the same as what @Evv1L@mastodon.ml mentioned?

    Also there is a reset button in the bottom of the laptop near ThinkEngine controller: Power off the laptop, disconnect both batteries and CMOS and hold reset button for a minute.

    If yes I’m going to try it now and get back to you

    EDIT: I tried the Fn + S + V but wasn’t sure if I need to do it while batteries are disconnected, or if I needed to hold it for the full 1 minute, so I held it down for about 20 seconds with the battery plugged in. Didn’t seem to fix it.

    As for the BIOS, some stuff I read in forum posts etc leads me to think that the the check isn’t actually in the BIOS but in the EC chip, so replacing the BIOS wouldn’t do much. Is this truly the case, or does a replacement BIOS also circumvent the EC check? Many thanks for your help.


  • @promitheas Never heard about battery whitelists. What BIOS version do you have?

    $ dmidecode -s bios-version
    N24ET72W (1.47 )
    

    Also there is a reset button in the bottom of the laptop near ThinkEngine controller: Power off the laptop, disconnect both batteries and CMOS and hold reset button for a minute.

    Will try this now and update this comment once I’m done

    EDIT: I tried that but it doesn’t seem to work. Note that I don’t seem to have the internal battery, just its cover. After setting the date and time correctly in the BIOS it boots but still shows the message about the battery not being genuine.



  • I just tried it by commenting that line out in the config and running in a terminal the following:

    bspc config -m HDMI-A-1 bottom_padding XX

    where XX are different values I played around with. I tried 20, 1 and 3. They seem to get set correctly. 3 is the value I had in my config. I’m thinking it might be something like a race between bspwm restarting itself and running the command in the config file (config files are basically just commands to the WM). I’ll try moving that part of the config further down in the config so hopefully it has a chance to set its default values on restart and after that set my values.