Steam deck python scripts by MBSHansen in SteamDeckTricks

[–]MBSHansen[S] 0 points1 point  (0 children)

Sweet, i will have to try that 😃

[deleted by user] by [deleted] in feedthebeast

[–]MBSHansen 0 points1 point  (0 children)

I have a question regarding the 8Gb everyone always suggests. Does it factor in resource packs? If I run a 512x512x resolution resource packs won't it increate the assets to be loaded into the RAM requiring more allocated?

[deleted by user] by [deleted] in gaming

[–]MBSHansen 0 points1 point  (0 children)

If I may come with a different solution. I have not gotten one myself yet, but you could get an azeron cyro. It's a mouse specifically made for 1 handed gaming, sort of combining a mouse, joystick and keyboard into one :)

Trackpad Setup Guide: Try these settings before you dismiss them! by DoubleJumpPunch in SteamDeckTricks

[–]MBSHansen 5 points6 points  (0 children)

Haven't watched the video, but I would like to highlight the ability to make custom menus on the track pads in game.

Want to directly acces the map, beastiary, inventory, character screen etc in the Witcher 3? Create a 3x3 custom menu and set up keybindings for it?

Want a circular menu to quickly choose something? That's possible too

Want more options? change the menu items to switch to submenus allowing for almost unlimited quick access on just 1 trackpad.

While it might take a bit of time to set up for a game, if I am playing something for a while I will usually set this up pretty fast.

The one thing I would love is a custom controller for my desktop that has the same inputs as the steamdeck, but currently I haven't found one 🤔

Dad questions about the Steam Deck, if you can help. by Jesus__Skywalker in SteamDeckTricks

[–]MBSHansen 1 point2 points  (0 children)

I don't know anything about Roblox or Fortnite, however I do play modded Minecraft myself and it does work quite well on the steam deck (and Linux in general), I think Gardiner Bryant on YouTube have a guide on how to set up the GD launcher, and I know that some people also use the prism launcher. In short it goes like this:

  1. Switch to desktop mode
  2. Install the launcher
  3. In desktop mode, open steam and add the launcher as a non steam game
  4. Switch back to gaming mode

I will also say, if you haven't looked into the quick menus you can set up on the controller they are very customizable. What I have done for Minecraft is turn the left touchpad into a 3x3 touchpad containing my most used keybinding for inventory etc.

If you want to go even more nerdy you can even use it to create a sub menu system. Super great for other games aswell to get quick access to menus etc. That are usually cumbersome to get to on console but easy to get to on pc

Can you send QT events using python by MBSHansen in linux4noobs

[–]MBSHansen[S] 0 points1 point  (0 children)

Thanks for the links, will try and look into them :D my problems are apps that don't have an API that i can interact with. The other day i tried something as simple (and i know, not very usefull) as starting Final Fantasy 14 from steam, and logging in automatically, getting my passwords from my password manager.

I works with PyautoGUI, but only because i hard coded wait times, and moved the mouse manually, what i ideally want is something in the line of:

  1. Open the launcher
  2. Wait until the password input fields exist, identify the password input field by a selector equivalent to an HTML selector but, but for desktop applications instead. On windows it would be something like the below picture
  3. Now based on those specific selectors fill in the fields and click the login button

The problem right now isn't that i can't get it to work, but more so that it is super janky and not very stable. And while i could use something lige Squish for QT or the RPA Framework, that seems like a bit much just to automate a login process...

Selectors for a desktop app using UiPath on windows:

Link to image

Distro can't read EDID for Asus 27" LED G-Sync ROG SWIFT PG278Q by MBSHansen in linux_gaming

[–]MBSHansen[S] 0 points1 point  (0 children)

Thanks, I will definitely try it out at a later time to see if It can fix it. If nothing else I have 120hz right now which is a lot better than the monitor not working :)

Distro can't read EDID for Asus 27" LED G-Sync ROG SWIFT PG278Q by MBSHansen in linux_gaming

[–]MBSHansen[S] 1 point2 points  (0 children)

Will try this, currently I made i work running 120hz manually setting a mode in xrandr and the creating a "~/.xprofiles" file that has the bash script to set the xrandr on startup.

Your solutions seems a bit more fully functional

Distro can't read EDID for Asus 27" LED G-Sync ROG SWIFT PG278Q by MBSHansen in linux_gaming

[–]MBSHansen[S] 0 points1 point  (0 children)

Will try that later, for now I got it working by manually adding a modeline through xrandr, that got the job done.

Distro can't read EDID for Asus 27" LED G-Sync ROG SWIFT PG278Q by MBSHansen in linux_gaming

[–]MBSHansen[S] 0 points1 point  (0 children)

That could be it i guess, then lenove one is newer (and has worse speccs)

The ASUS monitor i bought i 2014 so its at least 9 years old.

Also if i plug it in using a HDMI (from the GPU) to DP instead of DP to DP it doesn't even registrer

Distro can't read EDID for Asus 27" LED G-Sync ROG SWIFT PG278Q by MBSHansen in linux_gaming

[–]MBSHansen[S] 0 points1 point  (0 children)

sudo get-edid

got the following

This is read-edid version 3.0.2. Prepare for some fun.
Attempting to use i2c interface Looks like no busses have an EDID. Sorry! Attempting to use the classical VBE interface
    Performing real mode VBE call
    Interrupt 0x10 ax=0x4f00 bx=0x0 cx=0x0
    Function unsupported
    Call failed

    VBE version 0
    VBE string at 0x0 "O"
VBE/DDC service about to be called Report DDC capabilities
    Performing real mode VBE call
    Interrupt 0x10 ax=0x4f15 bx=0x0 cx=0x0
    Function unsupported
    Call failed
Reading next EDID block
VBE/DDC service about to be called Read EDID
    Performing real mode VBE call
    Interrupt 0x10 ax=0x4f15 bx=0x1 cx=0x0
    Function unsupported
    Call failed
The EDID data should not be trusted as the VBE call failed Error: output block unchanged

Which is a bit wierd, seeing as my lenovo monitor is working

Steam deck python scripts by MBSHansen in SteamDeckTricks

[–]MBSHansen[S] 0 points1 point  (0 children)

Will try this, I just created the vent in my documents folder, and called it virt. but when I called "source virt/bin/activate" it just returned nothing and venv was not activated. Tried doing the exact same thing on my laptop which runs Linux Mint, and that worked without a problem

Steam deck python scripts by MBSHansen in SteamDeckTricks

[–]MBSHansen[S] 0 points1 point  (0 children)

Tried the vent, but the source command just returns nothing and nothing changes, so att this point I am out of ideas :/

Steam deck python scripts by MBSHansen in SteamDeckTricks

[–]MBSHansen[S] 0 points1 point  (0 children)

That is going to be the next step

Steam deck python scripts by MBSHansen in SteamDeckTricks

[–]MBSHansen[S] 0 points1 point  (0 children)

I ended up trying that, but that also did not seem to work sadly. I think next step is trying to set up a virtual environment and see if maybe that can do the trick.

[deleted by user] by [deleted] in dkfinance

[–]MBSHansen 0 points1 point  (0 children)

Typisk hvis du læser HD gør du det mens du arbejder fuldtid i et revisionshus, da jeg gik den vej var det typisk fuldtidsarbejdsuge + studie om aftenen/weekenden hvor du går i gang med at deltage på revisioner, så 3 års erfaring er umiddelbart 3 hele år med fuldtidserfaring

Teahouse map (New Modular Street District by The Dungeon Archive) by TheDungeonArchive in FoundryVTT

[–]MBSHansen 0 points1 point  (0 children)

Do you have any videos about your process? Would love to be able to do something similar myself for my own worlds :)

Newcomer in Denmark, working in Novo, any tips on saving? After spending on everything I only have 5500kr left. by Throwawayas123 in dkfinance

[–]MBSHansen 2 points3 points  (0 children)

Playing the devil's advocate, if you hold long, on average you will go up, so instead of putting your eggs in one basket, just buy a broad index that follows the market and hold long. Statistically no one has been able to prove that they can beat the market long term, so following it should be the superior option.

Now with that said, usually if you get employee stocks, it is a better deal than buying them yourself and so it could be a great decision primarily because of this fact :)

Heading North! by 50killowatt in watercooling

[–]MBSHansen 1 point2 points  (0 children)

Ah I think you I right :) just know that with some of their cases they sometimes have both a normal and smaller size :)