!hzgkCxLtCOTmFXGauj:nixos.org

NixOS Gaming

454 Members
Gaming things, my hands are typing words.129 Servers

You have reached the beginning of time (for this room).


SenderMessageTime
30 May 2025
@gzhao:matrix.geonat.nzGeorge joined the room.12:36:53
@martin:lndbl.deMartin Lindbüchl joined the room.18:12:09
@bytebandit:tac.lolbytebandit set a profile picture.19:55:26
31 May 2025
@codebam:envs.netcodebamI enabled this https://jovian-experiments.github.io/Jovian-NixOS/options.html#jovian.devices.steamdeck.enableSoundSupport sound isn't working after enabling it, so I booted into plasma and enabled the sound card that was disabled in sound settings, but still no sound from the speakers19:31:40
@k900:0upti.meK900 Are you on a Steam Deck? If not, you should not set that option 19:36:08
@codebam:envs.netcodebamI'll paste my config right after it boots. it takes forever to boot as well. like 2 mins+. is that normal? it gets past the nixos part quickly and then takes like 2-3 mins to start the steamos ui19:38:19
@k900:0upti.meK900Known issue19:38:31
@k900:0upti.meK900Upstream19:38:32
@codebam:envs.netcodebamokay, cool19:38:38
@k900:0upti.meK900 You can systemd.user.services.steamos-manager.enable = false for now 19:38:50
@k900:0upti.meK900If you don't mind TDP controls and such not working19:38:55
@k900:0upti.meK900(or if you're not on a Steam Deck, in which case it probably won't work anyway)19:39:22
@codebam:envs.netcodebamoh yeah sorry forgot to answer. it is a steam deck yes, oled model19:40:06
@codebam:envs.netcodebamokay I'll probably just deal with it and use suspend19:40:34
@codebam:envs.netcodebam

anyways, here's the config:

  jovian = {
    steam = {
      enable = true;
      user = "codebam";
      autoStart = true;
      desktopSession = "plasma";
    };
    devices = {
      steamdeck = {
        enable = true;
        autoUpdate = true;
        enableControllerUdevRules = true;
        enableSoundSupport = true;
        enablePerfControlUdevRules = true;
        enableOsFanControl = true;
        enableDefaultStage1Modules = true;
        enableFwupdBiosUpdates = true;
        enableGyroDsuService = true;
      };
    };
    hardware = {
      amd = {
        gpu = {
          enableBacklightControl = true;
          enableEarlyModesetting = true;
        };
      };
    };
    steamos = {
      useSteamOSConfig = true;
    };
  };
19:41:26

Show newer messages


Back to Room ListRoom Version: 10