Sammlung von Newsfeeds
let’s start something I have an idea
we slightly push game devs to support linux as it is already gaining popularity with the steam deck bazzite etc its the perfect time to try to get game developers to support Linux natively who is with me? #LinuxGamingCompatibility post this anywhere you can we can get more native games let's do this
submitted by /u/Fisix96[link] [comments]
what the hell is going on????
i was trying to uninstall some stuff to install cyberpunk and i quickly noticed that my free space wasn't increasing and i noticed soon after that, that my "non-steam" bar in steam storage settings was going up every time i uninstalled a game.
i have windows dual booted and i know for a fact in the first place at least my non steam was the partition i made for extra windows space, and now it's doing this. i have no clue what to do outside of checking windows to see where my stuff is going.
submitted by /u/BappoHotel0[link] [comments]
[QUESTION] Halo Infinite Campaign Performance
I am running Halo Infinite using GE-Proton10-3.
Also tried Proton9-4, Hotfix, Experimental, GE-Proton9-27, GE-Proton9-4.
And these are the launch commands:
gamemoderun VKD3D_CONFIG=no_upload_hvv PROTON_ENABLE_NVAPI=1 PROTON_USE_EAC_LINUX=1 %command%Multiplayer I am getting similar performance as I expect from Windows. However campaign the game only has half the performance I expected. Places where I am supposed to get 80-90fps I am getting only 55fps.
Also tried disabling resizable-BAR no luck.
I've gone through this sub-reddit with previous posts with issues with Halo Infinite.
I am curious if any new updates or solutions are there?
Specs:
Arch Linux 6.14.10 with KDE Plasma 6.3.5
Ryzen 7 5800x
32GB DDR4-3200
RTX3060 12G
MSI B550 Motherboard
Also the Game is running on NVMe SSD
[link] [comments]
I just downloaded Linux
I got some things working such as roblox and it is working spendidly. I'm currently dual booting windows and linux as of right now.
submitted by /u/UltraSathya[link] [comments]
KDEconnect is awesome
Been using Bazzite for a few days now, I'm absolutely in love with KDEconnect. It's worked so much better than Windows Phone Link, and being able to control media from my smartwatch is just the cherry on top. Now to figure out how to connect my PC to my laptop with Gsconnect...
submitted by /u/LethalGamer2121[link] [comments]
Vram allocation for igpu?
Im having a hard time figuring out how to allocate more of my ram as vram for my igpu. My current system has: 5500U with vega igpu, 20gb ram. I was hoping to get more than the default 512mb of vram, so if anyone knows how to increase that, it would be great :)
submitted by /u/yummyfood_tasty[link] [comments]
Fantech Maxfit6 keyboard on Linux: key mappings and using VIA web app (QMK)
It took me a bit to figure out so I wanted to make a helpful post for anyone who might be using the Maxfit6 on a linux system!
The Problem: If you try to plugin your keyboard and use the web-app https://www.usevia.app/ - it won't authorize the device 😔. Even if you download the JSON file (aka the specification) that Fantech graciously provides you on their website and follow these steps - it won't work (P.S. I assume this works on Windows/Mac).
The Reason: Most Linux systems won't give the user access to hidraw/usb devices (i.e the keyboard). And so the browser won't be able to authorize/pair it.
The Solution: Luckily, there is a super help thread on the Archlinux forms! But here's a step-by-step:
- Use lsusb command and note the vendorId/productId for the Maxfit6. It should be something like ID 36b0:3002 in the output.
- ls -l /dev/hidraw* should list all the usb devices you have and their permissions. You gotta find which one number is the maxfit6
- dmesg | grep -i hidraw command should list the devices names next to the hidraw numbers. Make note of which numbers
- You can now modify the read/write permissions for the device using chmod a+rw /dev/hidraw# using the numbers you discovered from step 3. However, I do not recommend this personally. You'll have to do it every single time you want to modify your key-bindings & chmod is a high-risk command.
- (optional/better): Create a udev rule for the device and add your user to it
Create a file in /etc/udev/rules.d/ and specify the device using its product/vendor ID:
50-via-keyboard.rules
SUBSYSTEM=="hidraw", ATTRS{idVendor}=="36b0", ATTRS{idProduct}=="3047", MODE="0666", GROUP="input"Add your user to the group input. Reboot.
ls -l /dev/hidraw* should now list the devices with read/write
Have fun re-mapping your keys!
submitted by /u/LuckySage7[link] [comments]
Crossplay Issues - Linux & Windows on tModLoader
I've been trying to play tModLoader with my friend. He uses Windows 11, I use the latest version of Linux Mint. When I booted up the game and got into a world, he couldn't join, since steam said I was running Terraria instead of tModLoader.
The way tModLoader works is that it is a set of commands, and runs Terraria alongside it. Hence, Terraria and tModLoader have to run at the same time. When I used to use Windows, when my friends got on to tModLoader, it would say they were playing tModLoader (when the commands launch), then Terraria (when the game launches), then tModLoader again. I assume Linux skips over saying tModLoader again, so my friend can't join.
If anyone's experienced anything similar and fixed it, or has theories on how to fix it, please tell me. My friend has wanted me to play with him ever since I got my new PC.
submitted by /u/AutisticJar[link] [comments]
Sea of Thieves suddenly not working on Void Linux
Hi, About two weeks ago Sea of Thieves on Void Linux suddenly stopped working for me. There have been two reports on ProtonDB since then, and both of them report good results. When launching the game, the initial loading screen (a floating window) will appear. Then, after a much shorter time that usual, the window will disappear, and the game will crash. The game uses EasyAntiCheat, but I can more-or-less confirm that that is not the cause of the issue because Battlebit Remastered - which also uses EasyAntiCheat - still launches, however I am unable to test if online works due to that game being quite dead. Checking the Sea of Thieves launch logs, it contains the usual errors about a lack of NTLM and Kerberos support, and a a ulimit one (also quite common), but then the errors (from Wine) 7412.593:014c:0160:err:winediag:nodrv_CreateWindow Application tried to create a window, but no driver could be loaded. 7412.593:014c:0160:err:winediag:nodrv_CreateWindow L"The explorer process failed to start." This seems to suggest that I have missing drivers, but I have all of the Void Linux AMD GPU drivers installed. Online, it seems that this is sometimes a problem for non-SystemD users, however EloginD seems to fix this. I do have EloginD installed, however, and the only changes I have made to it are disabling all of the Handle* options in the config file, as I use ACPI to manage system sleep.
The final thing that I can think of is that it may have something to do with Flatpak - I am running Steam through Flatpak as EasyAntiCheat does not play well with Void's GLibc version, and there is one bad report of Sea of Thieves on Flatpak on ProtonDB from a few months ago, however there is a more recent successful report. Perhaps I have to give the Flatpak to EloginD somehow? I have no idea how to do that. I've also tried both reinstalling the game, as well as my whole system.
Thanks!
submitted by /u/GeekoftheWild[link] [comments]
Anyone know how to fix shop titans
It’s a game my mother like to play and we have recently switched the family pc to the newest version of Linux mint we have a gtx 1650 gpu with the newest drivers on and safe boot disabled and a amd Ryzrn 5 if I can get any help that would be nice she has 2,099 hours in the game and I it’s fixable
submitted by /u/necrophiliacissues[link] [comments]
How do we solve the anti cheat issue that is realistic.
Basically see title. Are there any initiatives that are helping improve the anticheat situation? I have some ideas but I'm not a programmer so I could be completely wrong here.
Whitelisted kernal that gets compared at games run time using a digital signature?
Secureboot? Like what bf2042 is doing.
A foss Kernel module that can be linked with easy anticheat etc.
Again not a programmer so I have no idea if anything of these ideas are feasible or effective. For Linux gaming to have long term serviceability it needs to be harder to cheat on it then Windows while still adhering to the Linux way of doing things.
submitted by /u/CandlesARG[link] [comments]
Ik vrc can run the game client on Linux, but is it possible to upload avatars and stuff?
Considering getting a deck for desktop mode vrc and avatar uploading cuz cheaper than a pc but is it possible to upload content on Linux?
submitted by /u/Jade044[link] [comments]
Kotor graphical issues proton 7.0-6
Malak on the title screen, player character, and party members all look like this. I have tried a dozen different proton versions, all of the ones that make it to the title screen have the same issue. Tried 7 or 8 different versions of luxtorpeda, the ones that make it to the title screen don't have this issue, but all were unplayable due to either not loading save files or steam input not working. It is running on an ROG Ally z1x running bazzite. I've already made all recommended changes to the swkotor.ini file. Been trying to fix this for about a week now and I'm completely stumped.
submitted by /u/JedediahSunshine[link] [comments]
Can I actually game (Fortnite/LoL) on Linux via GPU passthrough VM?
Hey folks,
I’m thinking of running Fortnite or LoL inside a Linux VM with PCI‑passthrough, but not 100% sure it’ll work. I knew that this was not a thing but just to be sure,I asked GPT if this was even possible, and it gave me that huge list of steps which didn’t sound crazy to me, but I really have no clue. I’ve heard somewhere that someone actually managed to play LoL in a VM (no idea if it was real or not). I checked with other AIs and they said similar things. Is this just AI nonsense, or if I follow those steps (or something like them) can I actually play? Maybe with some risk of a ban or something?( if this is full IA nonsense am sorry just sounded complicated enough that to me it seems that it could be viable
- CPU & mobo: Intel CPU with VT‑d + board with good IOMMU groups (e.g. ASUS TUF B660/Z690 or MSI PRO B660M).
- BIOS tweaks: Disable CSM, enable UEFI-only, “Above 4G decoding” and “Resizable BAR.”
- Kernel args: intel_iommu=on iommu=pt
- VFIO binding: Bind GPU + its audio to vfio-pci so the host can’t grab it.
- VM setup: In virt-manager, pick OVMF (UEFI), VirtIO for disk/net, passthrough GPU (and USB controller for keyboard/mouse).
- Anti‑cheat hack: Add: <feature policy='disable' name='hypervisor'/>
[link] [comments]
How do i make osu! skins work on osu!winello
distro : ubuntu
uhh i'm like really stupid at tech stuff and all i don't even know what a distro is but trying to learn and stuff anyways how do i make skins works + how do i put beatmaps too i'm curious
submitted by /u/KenjiCrafts[link] [comments]
Any worthwhile distro to put into a 2017 Razer Blade 14 with a GTX 1060 and i7 7700Q?
Hi all,
Found this laptop randomly in storage it was my daily driver back in college andd I thought it would be interesting to throw Linux into it and give it a new lease on life maybe even see if I can run games on it which is why I'm asking here :)
Edit : Typo on CPU in the title. It's a 7700HQ not Q
submitted by /u/MagicianMammoth3832[link] [comments]
Cyberpunk 2077 Performance Review - Switch 2 Vs Steam Deck and PS4
HDR monitor dimming during gameplay
Title, when I play a game and the scene of the game gets dark, it's as if my monitor is dimming to match the screen, which makes the scene darker, etc until it just makes my screen completely black?
I'm on an AMD card on linux mint.
submitted by /u/UnRealxInferno_II[link] [comments]
Logitech G293 steering wheel configuration issue
Hello,
I have just aquired for myself a Logitech G293 steering wheel which I am trying to use on Euro Truck Simulator 2. I'll try my best to explain what is happening, because the issue is very strange. I have installed the driver new-lg4ff together with the software to actually do some config, Oversteer. For Oversteer, I have also installed the permissions to rules.d as described in the github page and restarted my PC. I have done some configs and saved them to a profile , which works in game, but every time I change the app and alt-tab to the browser for example, the config goes back to default and the steering wheel becomes very stiff with the centering spring strengh set to max. I have to go back to the app and change the profile to the empty one (default) and then back to my profile everytime I alt-tab out of the game. How can I fix this? I point out that I never close Oversteer app, just let it run in the background and I am using Fedora Workstation, btw. Thanks!
submitted by /u/Klapauciu[link] [comments]