Sammlung von Newsfeeds

Do you install gog games via shell script or lutris?

Reddit Linux_Gaming - 09. September 2024 - 05:48

I have some of my favorite games on gog (linux and windows versions), i generally just download the .sh from the site and run it, sometimes i run with problems by doing this (some games will launch only by executing the bin, or some .cfg wont have write permissions so the game crashes when you try to write info in it). I haven't used lutris in years. I wanted to know your opinions on it and how do you prefer to install gog games. Im not sure what functionalities lutris brings to the table (for gog specifically) that i would miss by just installing the sh.

submitted by /u/Puroresu_Nerd
[link] [comments]

Looking for SteamOS like distro to dual boot with windows

Reddit Linux_Gaming - 09. September 2024 - 05:32

So unfortunately do to some major programs and hardware that I use almost daily I can't make a full swap to Linux. I like using SteamOS in desktop (using a lapdock). I can't remember what distro that it's based off of (Mint?)

Some hardware that I use that I don't know if there is a Linux program for are:

  • Stream Deck
  • Corsair Scimitar mouse

Not deal breakers if they don't work but I would want them to for the ease of use that I use them for.

submitted by /u/Sigma3737
[link] [comments]

AMD GPU Overclock/Fan control. Easy way

Reddit Linux_Gaming - 09. September 2024 - 05:11

This is the way I found out fucking around with LACT and CoreCtrl.

If you had used the kernel parameter amdgpu.ppfeaturemask=0xffffffff it means you already have it, this steps are for people who doesn't want to mess with kernel.

  1. Install LACT https://github.com/ilya-zlobintsev/LACT
  2. Install CoreCtrl
  3. Open LACT and do the setup with the command line they provide and restart LACT.
  4. Go OC Tab and Enable Overclocking (This will not set overclocking on your GPU, just will open more option for you to do the OC if wanted) after is done, close LACT and REBOOT your system (This reboot its important, do it).
  5. Now you can control your GPU through LACT or CoreCtrl
  6. You are done, I'll recommend to no touch LACT again, make every change through CoreCtrl. I do recommend to use CoreCtrl for fans curve control, they are less aggressive and in tone with the current temps than LACT and also LACT fans control it's kinda buggy.

ggs.

submitted by /u/Lichshield
[link] [comments]

Lotus.ng

Reddit Linux_Gaming - 09. September 2024 - 04:58

Hi,

I played Lotus Simulator for a long time, but they started porting it to a new engine - some say to fix problems they had with graphics, others say it's because of the switch in policy of unity - regardless of the reason the new "lotus.ng" seems to not run as easy OOTB as the old version. While this isn't a big problem for now it might start to be when they stop providing updates to the original one or take it offline entirely. For this reason I'd like to figure out how to run it with the new engine. On protondb there was only one try yet with the ng version which was unsuccesful (however that doesn't mean it's impossible).

So atm when I start it it crashes with the following line in the logs: `2024-09-09T02:46:15.374413Z ERROR tracing_panic: A panic occurred panic.payload="called `Result::unwrap()` on an `Err` value: Error { code: HRESULT(0x80004001), message: \"Not implemented.\" }" panic.location="C:\\Users\\Mochida Yuka\\.cargo\\registry\\src\\index.crates.io-6f17d22bba15001f\\gilrs-core-0.5.11\\src\\platform\\windows_wgi\\gamepad.rs:515:67"`

The full log file can be seen here:
2024-09-09T02:46:14.666998Z INFO simulator: Running version 'e8176a63888600c51f5cbdc335c3da40860d6951' of 'master'

2024-09-09T02:46:14.691013Z INFO bevy_winit::system: Creating new window "App" (0v1)

2024-09-09T02:46:14.855686Z INFO wgpu_hal::vulkan::instance: Debug utils not enabled: debug_utils_user_data not passed to Instance::from_raw

2024-09-09T02:46:14.857600Z INFO wgpu_core::instance: Adapter Vulkan AdapterInfo { name: "NVIDIA GeForce GTX 1650", vendor: 4318, device: 8066, device_type: DiscreteGpu, driver: "NVIDIA", driver_info: "560.35.03", backend: Vulkan }

2024-09-09T02:46:14.857648Z INFO bevy_render::renderer: AdapterInfo { name: "NVIDIA GeForce GTX 1650", vendor: 4318, device: 8066, device_type: DiscreteGpu, driver: "NVIDIA", driver_info: "560.35.03", backend: Vulkan }

2024-09-09T02:46:15.374413Z ERROR tracing_panic: A panic occurred panic.payload="called \Result::unwrap()` on an `Err` value: Error { code: HRESULT(0x80004001), message: \"Not implemented.\" }" panic.location="C:\Users\Mochida Yuka\.cargo\registry\src\index.crates.io-6f17d22bba15001f\gilrs-core-0.5.11\src\platform\windows_wgi\gamepad.rs:515:67"`

submitted by /u/KanjiasDev
[link] [comments]

If a peripheral lacks official/unofficial drivers for Linux, would it not work at all?

Reddit Linux_Gaming - 09. September 2024 - 04:09

i.e it just doesn't turn on when plugged in? I have several peripherals that lack support as well as accessories I'm planning to get in the future would also lack support

submitted by /u/WoodsBeatle513
[link] [comments]

Is there any way to change the boot priority of monitors?

Reddit Linux_Gaming - 09. September 2024 - 03:36

If I remember it goes DVI > HDMI > DP and that's just been the biggest pain. any way to change that at all? The post i saw that had referenced it was made in like 2014 in some random forum so I'm just casting that line out again to see if a decade of development has made it possible or not

submitted by /u/GodsBadAssBlade
[link] [comments]

R2Modman will not launch Rounds, namespaces not enabled for Steam

Reddit Linux_Gaming - 09. September 2024 - 02:49

error for namespaces

I installed r2modman so I could play modded rounds with some friends. I am running ubuntu 24.04 and I did numerous commands to try and enable whatever namespaces are. The game runs normally when I use the steam app, just whenever I try to launch it through r2modman (vers 3.1.49) it doesn't work. It does not work when launching the game vanilla or modded through r2modman.

I referred to this article to try and enable namespaces but to no avail.

the code I ran:

$ sudo sysctl -w kernel.unprivileged_userns_clone=1 kernel.unprivileged_userns_clone = 1 $ echo 'kernel.unprivileged_userns_clone=1' | sudo tee /etc/sysctl.d/00-local-userns.conf $ sudo service procps restart$ echo 'kernel.unprivileged_userns_clone=1' | sudo tee /etc/sysctl.d/00-local-userns.conf $ sudo service procps restart $ sudo sysctl -p /etc/sysctl.d/00-local-userns.conf $ sudo sysctl -p /etc/sysctl.d/00-local-userns.conf

(all the code was from article), it did not work. I would assume namespaces would be enabled on ubuntu anyways.

another error

I also got this error in conjunction with the other one when attempting to load up the game. don't know if it means anything since I can play vanilla games through the steam app.

submitted by /u/Zealousideal_Two7187
[link] [comments]

CS2 performance issues.

Reddit Linux_Gaming - 09. September 2024 - 01:45

I have a laptop with a 4060 GPU and still the game barely runs at 120fps on ALL graphics settings and with stuttering. I have no idea if it's the nvidia drivers or something I've configured wrong. In other less demanding games such as Dead Cells it reaches 200-300 fps on average, although using MangoHud I have noticed that sometimes on loading screens it drops to 17 fps.

submitted by /u/SwimmerWrong
[link] [comments]

What is the Best Budget Friendly Gaming Laptop to Install Linux?

Reddit Linux_Gaming - 09. September 2024 - 01:40

Other than buying a laptop with Linux pre-installed, what is the best gaming laptop that is budget friendly to install Linux? I'd rather find one with Radeon RX graphics, but I would be open to Nvidia. It's just that I have to work around it. The distro I am sticking with is Manjaro KDE by the way.

submitted by /u/Puzzleheaded-Idea-58
[link] [comments]

World of Goo 2 won't run while using Nvidia drivers

Reddit Linux_Gaming - 09. September 2024 - 01:11

Hello all, so I'm running into a rather weird issue when trying to play World of Goo 2. I was previously using Nouveau drivers on my computer, and the game launched fine. However, now that I've installed Nvidia's drivers, I get the following error when launching the game:

/usr/bin/AppImageLauncher: /lib64/libcurl.so.4: no version information available (required by /usr/bin/../lib/x86_64-linux-gnu/appimagelauncher/libappimageupdate.so) X Error of failed request: BadMatch (invalid parameter attributes) Major opcode of failed request: 150 (GLX) Minor opcode of failed request: 5 (X_GLXMakeCurrent) Serial number of failed request: 213 Current serial number in output stream: 213

The latter two numbers ("213" here) sometimes change, while the others do not.

I'd really appreciate help here; I can run the game with Wine and it works, though it's a laggy and unpleasant experience. And I don't want to go back to using Nouveau, as that doesn't offer sufficient graphical performance for many of the other games I play (and rebooting often seems annoying).

System information:

System:
Host: [private] Kernel: 6.10.6-200.fc40.x86_64 arch: x86_64 bits: 64
compiler: gcc v: 2.41-37.fc40
Desktop: KDE Plasma v: 6.1.4 tk: Qt v: N/A wm: kwin_wayland dm: SDDM
Distro: Fedora Linux 40 (KDE Plasma)
CPU:
Info: 8-core model: AMD Ryzen 7 7800X3D bits: 64 type: MT MCP arch: Zen 4
rev: 2 cache: L1: 512 KiB L2: 8 MiB L3: 96 MiB
Speed (MHz): avg: 2753 high: 4838 min/max: 545/5050 cores: 1: 545 2: 3525
3: 3512 4: 4835 5: 545 6: 545 7: 545 8: 545 9: 4828 10: 3757 11: 545
12: 4833 13: 4838 14: 3811 15: 3264 16: 3580 bogomips: 134143
Flags: avx avx2 ht lm nx pae sse sse2 sse3 sse4_1 sse4_2 sse4a ssse3 svm
Graphics:
Device-1: NVIDIA AD103 [GeForce RTX 4080 SUPER] vendor: PNY driver: nvidia
v: 560.35.03 arch: Lovelace pcie: speed: 5 GT/s lanes: 16 ports:
active: none off: DP-1,DP-2 empty: DP-3,HDMI-A-1 bus-ID: 01:00.0
chip-ID: 10de:2702
Device-2: AMD Raphael vendor: ASUSTeK driver: pci-stub v: N/A arch: RDNA-2
pcie: speed: 16 GT/s lanes: 16 bus-ID: 0c:00.0 chip-ID: 1002:164e
Display: wayland server: X.org v: 1.20.14 with: Xwayland v: 24.1.2
compositor: kwin_wayland driver: N/A d-rect: 5120x1440 display-ID: 0
Monitor-1: DP-1 pos: primary,left res: 2560x1440 size: N/A
Monitor-2: DP-2 pos: right res: 2560x1440 size: N/A
API: EGL v: 1.5 platforms: device: 0 drv: nvidia device: 2 drv: swrast
gbm: drv: nvidia surfaceless: drv: nvidia wayland: drv: nvidia x11:
drv: nvidia inactive: device-1
API: OpenGL v: 4.6.0 compat-v: 4.5 vendor: nvidia mesa v: 560.35.03
glx-v: 1.4 direct-render: yes renderer: NVIDIA GeForce RTX 4080
SUPER/PCIe/SSE2 display-ID: :0.0
API: Vulkan v: 1.3.290 surfaces: xcb,xlib,wayland device: 0
type: discrete-gpu driver: N/A device-ID: 10de:2702 device: 1 type: cpu
driver: N/A device-ID: 10005:0000
Audio:
Device-1: NVIDIA vendor: PNY driver: snd_hda_intel v: kernel pcie:
speed: 16 GT/s lanes: 16 bus-ID: 01:00.1 chip-ID: 10de:22bb
Device-2: AMD Rembrandt Radeon High Definition Audio vendor: ASUSTeK
driver: snd_hda_intel v: kernel pcie: speed: 16 GT/s lanes: 16
bus-ID: 0c:00.1 chip-ID: 1002:1640
Device-3: AMD Family 17h/19h HD Audio vendor: ASUSTeK
driver: snd_hda_intel v: kernel pcie: speed: 16 GT/s lanes: 16
bus-ID: 0c:00.6 chip-ID: 1022:15e3
API: ALSA v: k6.10.6-200.fc40.x86_64 status: kernel-api
Server-1: PipeWire v: 1.0.7 status: active with: 1: pipewire-pulse
status: active 2: wireplumber status: active 3: pipewire-alsa type: plugin
4: pw-jack type: plugin

submitted by /u/inf-9999
[link] [comments]

High Memory temp GPU

Reddit Linux_Gaming - 08. September 2024 - 23:25

I don't think this is right, I have a RX 7600XT using Fedora 40 Workstation, Mem temps are way too high for idle, is this a thermal pad memory repaste needed? if you're able, can you share your stats so I compare, I'm using LACT to see this stats.

https://preview.redd.it/hyvlgen9knnd1.png?width=693&format=png&auto=webp&s=2201368d218e7fd74ab57181287988509a2e66d8

submitted by /u/Lichshield
[link] [comments]

hogwarts legacy on linux

Reddit Linux_Gaming - 08. September 2024 - 23:10

hello i wanted to know if the game is better on linux or not? i mean, on windows atleast it's SUTTERIIINNGG it doesn't matter if i lock the fps at whatever frame, it still dips below the locked fps always

when i was on linux i experienced some games where running better on linux i eanted to know if hogwarts is good and stutterfree too? i have an amd gpu and cpu rx 6900xt and ryzen 5 5600x ,16gb so it should run just fine but it's a mess on windows

submitted by /u/l0vely-gh0st
[link] [comments]

How to show down CPU for a game?

Reddit Linux_Gaming - 08. September 2024 - 20:44

I have an old windows game (Axis & Allies Iron Blitz) that I got running in wine via lutris, but it seems to rely somewhat on the clock speed of the cpu - scrolling around the map is insanely fast. At least that's my guess for the cause of the issue. Is there a way to run the game at a lower clock speed in wine?

submitted by /u/XzarTV
[link] [comments]

Proton games will not run at all

Reddit Linux_Gaming - 08. September 2024 - 20:32

Some basic system info:

OS: Kubuntu 24.04.1 LTS
KERNEL: 6.8.0-41-generic
CPU: 13th Gen Intel Core i7-13700K
GPU: NVIDIA GeForce RTX 4070 Ti SUPER
GPU DRIVER: NVIDIA 550.107.02
RAM: 32 GB

Previously I had Kubuntu 22.04.4 running on my system and broke some things after some poor decision making on my part so I decided to do a fresh install. Everything was going fine until I reinstalled steam and a windows game to make sure proton was working. No game that uses proton will launch on the system. Trying to launch a game in steam does get the game to the running state before stopping and closing on its own 10 seconds later with no game window launching. Running steam from the console and looking at the output gives this every time a game is run, while this is the proton log.

What boneheaded thing am I forgetting to install? Lutris games are working fine, so I'm assuming wine and the graphics driver are working fine overall. Steam was installed from a deb package. Games are installed on the same drive as the os as ext4.

(Sidenote I know the pastebins are for two different games. My bad, but the output is the same for everygame with only the name and gameid changing.)

Edit: Guessing it might be the errors below, but looking it up only brings up old wine posts and like I said wine itself seems to be running fine.

:err:winediag:nodrv_CreateWindow Application tried to create a window, but no driver could be loaded. :err:winediag:nodrv_CreateWindow L"The explorer process failed to start." submitted by /u/youneedsomechocolate
[link] [comments]

Seiten