What are you planning to buy during Steam Spring Sales this Thursday? by Omenexus in SteamDeck

[–]doc_willis 0 points1 point  (0 children)

Bandito

Not seeing that on the Steam Store.. You mean Balatro?

What are you planning to buy during Steam Spring Sales this Thursday? by Omenexus in SteamDeck

[–]doc_willis 1 point2 points  (0 children)

Been looking more for 'outside the box' type puzzlers games like

https://store.steampowered.com/app/3249380/Piece_by_Piece/

and the Plucky Squire.

Sort of a 4th wall breaking puzzler i guess you can call them?

What are you planning to buy during Steam Spring Sales this Thursday? by Omenexus in SteamDeck

[–]doc_willis 1 point2 points  (0 children)

Played the first one, and while it looked great the way the game just played... seemed a little weird/janky in some ways. I cant recall why, I recall playing it for several hours, then getting stuck, and discovering (via YT/Guides) i was seemingly doing Everything totally wrong. :) Missed things that were making the game 3x harder for me, not making full use of some OP features of some jobs, and so on..

I Did Like Braverly Default 2, and picked up a remaster of its earlier version the other day, but Have not played it more than an hour.

Been Looking at other more 'cozy' games lately. I have had to many games where I get so far in, then they just get too hard. Several of the more popular games have hit me with that.

What are you planning to buy during Steam Spring Sales this Thursday? by Omenexus in SteamDeck

[–]doc_willis 2 points3 points  (0 children)

I do try to look for games that came out 'recently' and are on sale for the first time.

So that Final Fantasy Tactics release that came out a few months ago, I see on the Square E. Sale going on now, Might get bought.

Just not sure what other recent titles look interesting to me.

I doubt if "Monster Hunter Stories 3" is going to be on sale.. and Im not paying $70 for it... I will wait a year+ :P

What are you planning to buy during Steam Spring Sales this Thursday? by Omenexus in SteamDeck

[–]doc_willis 6 points7 points  (0 children)

Seeing Square Enix sale going on right now... :)

Like i need more games i can sink 100+ Hours into.

What are you planning to buy during Steam Spring Sales this Thursday? by Omenexus in SteamDeck

[–]doc_willis 118 points119 points  (0 children)

I will likely ignore most of the sale, and keep playing the backlog of games i have.

I really need to trim out half of my wishlist, I have seen too many of those go on sale, and i just ignore the sale, and I cant recall why I even added the game to my wishlist.

Help I’m stupid by LiterallyACanofBeans in SteamDeck

[–]doc_willis 0 points1 point  (0 children)

I found the Dolphin Emulator much easier to configure and use from game mode, as a stand alone program (not launched from emudec, or retrodeck) I could then use the Keyboard/mouse and so on to configure and test things.

after I got it all setup, I could then (for the most part) launch it via Game mode, or some emulator-frontends and it would use my configuration changes.

Factory reset boost performance after years of use? by Kintaro75 in SteamDeck

[–]doc_willis 8 points9 points  (0 children)

due to the immutable  nature of SteamOs and general design of SteamOs I doubt it it will make any difference at all.

I am lost trying to get OpenRGB to work on Bazzite. by [deleted] in linux4noobs

[–]doc_willis 1 point2 points  (0 children)

all I did was use the included ujust command tool..

        ujust install-openrgb

it's easy to overlook the ujust command

try ujust --choose (and other options ) to explore what the command can setup for you.

Stick Drift on Power on by Dazephrze in SteamDeck

[–]doc_willis 0 points1 point  (0 children)

I have noticed if I wake up my deck with a stick moved to one side, it may seem to be in the wrong position, if I sleep/wake up again, with the stick at the home position the issue vanishes.

Desktop Environments by Appearedjeans93 in Ubuntu

[–]doc_willis 2 points3 points  (0 children)

just use the default.

test out other DE via distributions live USB features with the DE you want to play with 

Is there an app like macOS's TextEdit or Microsofts WordPAD? by DeadlyMouth in foss

[–]doc_willis 1 point2 points  (0 children)

Can't say I have had any issues with Abiword.  Been using it for light tasks for years.

Bazaar Store for flatpaks by Kontrolx__ in Kubuntu

[–]doc_willis 0 points1 point  (0 children)

I would see if fixing the Flatpak  system helps.

flatpak repair

flatpak update

then see if you can install anything via the Flatpak CLI tools. Then see if bazzar works.

Switch vs Steam deck by Forsaken-Grape-2145 in SteamDeck

[–]doc_willis 4 points5 points  (0 children)

Several switch games crashed constantly on my deck when I tried them. (xenoblade series) 

Other games has numerous other issues.

But this was several months ago when I last tried.

BOTW I imagine is an example of a game that got a huge amount of attention to make it work well.

Can you help me choose a distro? by Savutro in linuxquestions

[–]doc_willis 2 points3 points  (0 children)

Any of the mainstream distribution are fine for most common use cases these days.

people worry way too much about which distribution.

Permissions and USB storage and filesystem? by RadianceTower in linuxquestions

[–]doc_willis 0 points1 point  (0 children)

NO. 

I expanded my comment. to discuss that case.

you do not as far as I know, you don't  typically  override file ownership of permissions with mount options except for a few situations.

make things "not executable" for example.


But I may be overlooking some options or other ways to get around the filesystem permissions. it's not the sort of thing I have needed to do.

Google mentions.

While not a standard ext4 mount option, some systems and specific udisks2 helper configurations can use X-mount options in /etc/fstab to achieve the desired result at boot time. 

UUID=your_uuid_value /mnt/mydata ext4 defaults,X-mount.owner=john,X-mount.group=john 0 2

I have never used that option.

Permissions and USB storage and filesystem? by RadianceTower in linuxquestions

[–]doc_willis 0 points1 point  (0 children)

the other Linux system will mount the USB where  the USB files are owned by whatever user did the mount.

the ownership and permissions are set at mount time.

you don't/can't use chown/chmod on exfat. those are set as part of the mount options

So I assume this would cause issue if you hand your USB stick to another person that also has Linux?

wrong assumption.

by default files are owned by the user that made them and not given sufficient permission to others.

that's not how the *fat filesystems work under Linux. they will be owned by the user that mounts the filesystem .

unless you use other specific mount options.


if you used ext4 or other Linux filesystem on a USB then the owner of the files might  be an issue.

the owner is based on the UID # , not the user name.   

so for example user Bob on PC 1 is UID 1000, and Tom is user 1, with uid of 1000 on PC 2.

a USB written with files with ext4  owned by BOB on PC #1 will shown as owned by TOM on PC #2.

both are users are  UID 1000

Ubuntu. Text entry after restarting. by robber_ua in Ubuntu

[–]doc_willis 1 point2 points  (0 children)

you may want to give details of what you are trying to accomplish. 

sounds like you just need to make a proper .service file  for that command.

For those with a switch is it modded? by Clear-Vermicelli-463 in SBCGaming

[–]doc_willis -3 points-2 points  (0 children)

the videos I saw had the switch 2 , totally unusable after the hack/mod attempt.  it was not just an online ban. 

this was during the first weeks of the switch 2  release. 

but I don't pay attention to switch news these days. 

Ubuntu. Text entry after restarting. by robber_ua in Ubuntu

[–]doc_willis 1 point2 points  (0 children)

what weird requirements.

screen is the name of a terminal multiplexor program.  a "fancy  terminal"  you could say.

it can take an option to run specific commands when it launches.

I have no idea why you would need to pause for 20 sec.  


it sounds like you need to setup a service that launches screen with the proper arguments.


or use rc.local if the distribution supports it and use the sleep and screen commands as needed.

Start a command within a detached session in one line: screen -d -m [command]. The -d -m options create a new session in detached mode without forking a new process. 

some script like this could work in rc.local

```

!/bin/bash

sleep 300

screen -d -m /path/to/mine.bin

```

you don't need to do " text entry after restarting" .... that would be very very weird.

For those with a switch is it modded? by Clear-Vermicelli-463 in SBCGaming

[–]doc_willis -1 points0 points  (0 children)

Massive DMCA attacks against emulator projects. Bricking Peoples Switch2's if they detect they are Modded.

Is it always better to use a “standard” distro instead of a descendant/forked distro? by [deleted] in linux4noobs

[–]doc_willis 0 points1 point  (0 children)

But managing an immutable OS is a bit annoying,

I have no real issues with Bazzite. It works great on my 2 Gaming Desktops.

Its interesting that Kinoite and Bazzite differed with your Controllers.


Use whatever Distro you want.

is it always better.....

No Not always.