1. Trouble with the game?
    Try the troubleshooter!

    Dismiss Notice
  2. Issues with the game?
    Check the Known Issues list before reporting!

    Dismiss Notice
  3. Before reporting issues or bugs, please check the up-to-date Bug Reporting Thread for the current version.
    0.37 Bug Reporting thread
    Solutions and more information may already be available.

Linux Port – Feedback, Known Issues, and FAQ

Discussion in 'Troubleshooting: Bugs, Questions and Support' started by Car_Killer, Jun 13, 2022.

  1. zachariah.74

    zachariah.74
    Expand Collapse

    Joined:
    Apr 10, 2022
    Messages:
    833
    It sounds really raw, digitised and like un-mixed compared to how I hear it
     
  2. wilkoklak

    wilkoklak
    Expand Collapse

    Joined:
    Monday
    Messages:
    3
    Yeah, sorry for mistake

    Exactly, I can even hear the pitch change going in "steps" rather than being smooth.

    It's better when using the orbit camera behind the car, but the closer to the engine, the worse it gets.
     
  3. nipsy

    nipsy
    Expand Collapse

    Joined:
    Tuesday
    Messages:
    1
    I figured as a new owner and NixOS user, I'd include a sort of minimal working configuration since I haven't seen anything else definitive in this thread in that regard. Apologies if this is a bad place to post this, but I figured it might be one of the first places people end up looking.

    I chose to use the nix-ld approach to get this running, and ended up with:

    Code:
      programs.nix-ld = {
        enable = true;
        libraries = [
          pkgs.alsa-lib
          pkgs.at-spi2-core
          pkgs.cairo
          pkgs.cups
          pkgs.dbus
          pkgs.fontconfig
          pkgs.freetype
          pkgs.glib
          pkgs.libgbm
          pkgs.libx11
          pkgs.libxcb
          pkgs.libxext
          pkgs.libxfixes
          pkgs.libxkbcommon
          pkgs.libxrandr
          pkgs.nspr
          pkgs.nss
          pkgs.pango
          pkgs.vulkan-loader
          pkgs.xorg.libXcomposite
          pkgs.xorg.libXdamage
        ];
      };
    
    And then it runs from the command line with:

    Code:
    SDL_VIDEODRIVER=x11 ~/.local/share/Steam/steamapps/common/BeamNG.drive/BinLinux/BeamNG.drive.x64
    I'm definitely open to suggestions though if there is a better way of doing this under NixOS. Already crashed my limo a few times!
     
    #1023 nipsy, Sep 30, 2025 at 11:36 PM
    Last edited: Sep 30, 2025 at 11:43 PM
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice