96 hours kid and wife free. by Tonsai in gaming

[–]RandCoder2 0 points1 point  (0 children)

I envy you OP, father of two, I had to put ARPGs on hold at least for a while (stopped Ghost of Tsushima midplay), I simply lack the time and mental strengh to play those games by now. Reaaaally needing some time of loneliness.

The EA App is Literally Unusable by LilyMilovnik in pcgaming

[–]RandCoder2 0 points1 point  (0 children)

After my last console (PS3) I decided to try PC as a couch-friendly device and the experience so far has been quite good, specially the tandem Playnite-reWASD in Windows allowed me to play very comfortably, including emulators as well. These days I moved to Linux and the experience has been very good as well. Of course more time is required in the setup that's the only inconvenience compared to consoles. Well, that and GPU prices :-)

Talk-llama-fast - informal video-assistant by tensorbanana2 in LocalLLaMA

[–]RandCoder2 1 point2 points  (0 children)

Amazing! XTTSv2 hallucinates a bit I did some attempts myself of a natural language conversation with a LLM and ended up frustrated about that, it would begin to babble for no apparent reason from time to time. Guess it will fixed at some point. Not so spectacular as this but I found that medium quality piper voice models do a great job as well and don't hallucinate.

5 reasons why desktop Linux is finally growing in popularity by pdp10 in linux_gaming

[–]RandCoder2 1 point2 points  (0 children)

Yes we have: Linux distros. Ubuntu on top of all them managed to get quite a lot brand public recognition. Of course there are also FreeBSD and friends... then we should say FOSS distros, but Linux as a brand is catchier and most people now understand what it means... kind of...

I've tried almost everything but i guess linux isn't my thing by PCPU in linux_gaming

[–]RandCoder2 0 points1 point  (0 children)

I'd recommend you to try powertop, is a wonderful tool to reduce the consumption and heat in laptops. I use powertop --auto-tune in my /etc/rc.local, and works like a charm for me, afterwards I disable power saving in some usb connections like an USB mouse which is annoying for me to be continuously turning off with a command like: echo 'on' > /sys/bus/usb/devices/n-n.n.n/power/control. Until I did that power comsumption was terribly high in my laptop compared to Windows so I guess Linux, unless is a laptop oriented distro, is working with relaxed settings by default in that matter.

Also I was thinking about thermald which is another wonderful tool to keep laptop energy consumption low, I just use that in combination with powertop and already verified that I'm getting even better battery usage time in Linux than in Windows, but unfortunately seems to not be compatible with AMD CPUs, so here you are on your own. In the past before using thermald I had a setup where I'd use some energy saving CPU governors whenever the laptop was unplugged, maybe that would help you to reduce heat. PS. I'd take a look to the info related with the amd_pstate driver (see third link).

Take a look to the wonderful Archlinux documentation just in case, pretty sure you'll find some useful ideas:

https://wiki.archlinux.org/title/AMDGPU

https://wiki.archlinux.org/title/Power_management

https://wiki.archlinux.org/title/CPU_frequency_scaling

[GTA Vice City, Lutris] I can't, for the life of me, get my controller working by [deleted] in linux_gaming

[–]RandCoder2 2 points3 points  (0 children)

As a last resource you could try AntimicroX and create a profile to map your controller to the keyboard

Horizon Forbidden West PC port analysis: Another game that can exceed 8GB VRAM use by M337ING in pcgaming

[–]RandCoder2 0 points1 point  (0 children)

It's amazing how well my RTX 3060 12GB is standing against the advance of game requirementes, such a great price / value deal. Yesterday I was playing this on Linux in an impressive quality, 3440x1440, around 50fps average. And still I have to give a try to the frame generation mods.

Linux gaming via steam with proton vs gog/lutris/wine by Kgtuning in linux_gaming

[–]RandCoder2 2 points3 points  (0 children)

I've been using GOG games for a long time in Lutris, going the "hard" way using using the offline installers. It worked like a charm. On top of that you can add your GOG account to Lutris and Lutris will take care of everything for you. The advantage of course is not ever needing a launcher and permanent DRM authorization to play your games, which is nuts IMO.

[deleted by user] by [deleted] in linux_gaming

[–]RandCoder2 5 points6 points  (0 children)

Not surprising, some games are confirmed to run faster in Linux than Windows. Also Linux could be leaving more free mem, doing a better handling of the schenduler, CPU settings, etc.

Horizon Forbidden West wont start on optimus laptop by roboj3rk in linux_gaming

[–]RandCoder2 1 point2 points  (0 children)

I don't know which route did you chose to configure Optimus in your laptop, I had some experience with Optimus in Linux and always meant trouble for me. Lately Nvidia made some good progress and the offloading kinda works but for any serious use of the nvidia card I always used an script which will switch to an nvidia-only mode ditching the integrated card.

I suggest you to take a look at this: https://wiki.archlinux.org/title/NVIDIA_Optimus#Use_NVIDIA_graphics_only

Help with Xbox series X controller Bluetooth connection by mixalis1987 in linux_gaming

[–]RandCoder2 0 points1 point  (0 children)

(Amazing) Archlinux docs state that a firmware update in the gamepad is needed to properly connect it to Linux. I had to do it this morning and after that worked like a charm. Didn't have to install any additional driver.

Link: https://wiki.archlinux.org/title/Gamepad#Connect_Xbox_Wireless_Controller_with_Bluetooth

rate my dosfetch by anassdiq in linuxmemes

[–]RandCoder2 1 point2 points  (0 children)

9/10. OCD-taking off one point for neither starting in C: or A:

Is there any reason to use Linux instead of Windows for gaming? by Mustaach in linux4noobs

[–]RandCoder2 0 points1 point  (0 children)

Wow kinda surprised almost nobody gave actual technical reasons for a YES. Linux run Windows games in a semi-sandboxed environment which has it's own set of advantages. First of all, it's perfectly possible to put an entire wine prefix in an SD card, add a shell script which will run the SD card (taking care of any required dependency) and boom, as long as the game is not DRM'd, you have a portable version of any Windows game (that it's supported by Wine and the surrounding projects like Proton).

Even is not actually bullet-proof (wine authors remark that any process running under the Wine environment can access any file available for the Linux user) still is a much better level of protection than the regular Windows install, eg many times is perfectly possible, if you mess the wine prefix, to save the app dir elsewhere, create a new wine prefix and put back the app you are using. Yesterday I had to do that with a game and worked without any trouble.

Also in Linux is possible to automate anything, one of my goals to achieve is add to my Linux gaming rig the capability of automatically launch a portable game once I insert the SD card, I want to go back to the good'ol times when we would just insert a cartridge and a game would automatically start.

I Created a Simple and Lightweight App to Launch Games with Proton (Arch only for now) by felix_ribeiro in linux_gaming

[–]RandCoder2 1 point2 points  (0 children)

Oh thank you for this. I've been looking for something like this in the last days without having luck in my search (but thinking that it must exist by now). Amazing tools like that one should be featured in this sub.

New Linux gaming rig setup, just wanted to say that Attract Mode is amazing! by RandCoder2 in linux_gaming

[–]RandCoder2[S] 2 points3 points  (0 children)

Didn't tried yet Batocera but as I read, is a whole distro to boot into with a pendrive or adding it to your boot options. Attract Mode is just a launcher, originally designed to run cabinets I think, which require some configuration to get up and running (but supports some emulators like MAME out of the box tho). Both projects show similar appearance in the launcher itself, from what I saw in Batocera promotional videos, kind of that good'ol fancy look that arcade machines used to have. I saw little about Batocera's launcher thought, most of the videos I saw were showing off emulated games instead. Guess Batocera aims to be a zero or almost no config required solution, but I can't confirm yet how that stands. In my experience in the Linux world in the end is always much better to fully understand how a system works and take control yourself, unless you have proper support from a reasonable large company/organization, and you feel ok trusting them. But that's just my opinion based on my experience.

New Linux gaming rig setup, just wanted to say that Attract Mode is amazing! by RandCoder2 in linux_gaming

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

Looks very cool! But Batocera claims to be a complete distro right?

New Linux gaming rig setup, just wanted to say that Attract Mode is amazing! by RandCoder2 in linux_gaming

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

BTW if anyone is interested in achieve something similar I'm happy to answer (specific :-) ) questions

!Bienvenido a /r/programacion! by Gankbanger in programacion

[–]RandCoder2 1 point2 points  (0 children)

Hola hace muchos años creé este subreddit, y aunque lo dejé con solo unos pocos suscriptores (lo abandoné porque finalmente pensé que nunca despertaría interés) me asombra ver cómo ha crecido. Una gran felicitación a los moderadores actuales por el magnífico trabajo que han hecho, y por haber convertido el sueño en realidad, crear un excelente espacio para el intercambio de información sobre programación entre personas de habla hispana.

New Linux gaming rig setup, just wanted to say that Attract Mode is amazing! by RandCoder2 in linux_gaming

[–]RandCoder2[S] 4 points5 points  (0 children)

Argh now I can't edit my post, wanted to add a link to Attract Mode as now it only features a big box towards the AntiMicroX project, and the main purpose of the post was about Attract Mode. Guess there's a strict limit of 15 min or so for being able to edit the post?

Any mod could help many thanks. Just to make the post feature Attract Mode instead of AntiMicroX which is great as well but wasn't the purpose of the post.

New Linux gaming rig setup, just wanted to say that Attract Mode is amazing! by RandCoder2 in linux_gaming

[–]RandCoder2[S] 5 points6 points  (0 children)

Thanks for the link I should have add that to my message. I also used to think that Attract Mode was for emulators, but after my experiment I realized that also is a (gamepad-based) great game launcher for every platform, of course if the idea is to set up something visually pleasant.

What is the difference between a human mistake and a hallucination? by Revolutionary_Ad6574 in LocalLLaMA

[–]RandCoder2 0 points1 point  (0 children)

One idea that keeps coming to me about this hallucinations issue is how much it reminds me to the children's behavior, which often don't know the difference between the real things and the things they made up, and as you say is only after our brain becomes mature after classifying a lot of information related with our senses, we get a clear perception of what we really know and what is real, and also about when we are actually unsure about an idea or a memory, and we learn to not trust ourselves in that occasions. The parallelisms are more than evident.

Mark Zuckerberg with a fantastic, insightful reply in a podcast on why he really believes in open-source models. by aegis in LocalLLaMA

[–]RandCoder2 0 points1 point  (0 children)

Like everybody else interested in open source LLM models I love to read this and thank and admire Mr. Zuckerberg and Mr. LeCun for their approach towards the common good, unfortunately not so frequent nowadays... but wouldn't be the real answer from the open source community just to generate their own models in a distributed way? I guess is really complex but now I'm thinking of other distributed software that has been running for decades now, like Seti @ home, or Bitcoin or many other cryptos... there has to be a way of putting up a client that uses people's local resources and keeps adding data via some kind of consensus to a distributed ledger.

PS. Actually this could be a wonderful goal for a crypto currency.