Sammlung von Newsfeeds
Can't get 120 Hz
AMD GPU 9070XT
OS: Manjaro
Desktop: Plasma with X11
The steam FPS counter and MangoHUD show the game runs at 60 FPS (for some reason print screen does not work, I got a warning that something failed)
xrandr -q Screen 0: minimum 320 x 200, current 2560 x 1440, maximum 16384 x 16384 DisplayPort-0 disconnected (normal left inverted right x axis y axis) DisplayPort-1 disconnected (normal left inverted right x axis y axis) DisplayPort-2 connected primary 2560x1440+0+0 (normal left inverted right x axis y axis) 597mm x 336mm 2560x1440 59.95 + 164.55 143.94 120.00* 1920x1200 59.95 1920x1080 120.00 119.88 60.00 59.94 1600x1200 59.95 1680x1050 59.95 1280x1024 75.02 60.02 1440x900 59.89 1280x960 60.00 1280x800 59.95 1152x864 75.00 1280x720 60.00 50.00 59.94 1024x768 75.03 70.07 60.00 800x600 72.19 75.00 60.32 56.25 720x576 50.00 720x480 60.00 59.94 640x480 75.00 72.81 66.67 60.00 59.94 720x400 70.08 HDMI-A-0 disconnected (normal left inverted right x axis y axis) HDMI-A-1-1 disconnected (normal left inverted right x axis y axis) DisplayPort-1-3 disconnected (normal left inverted right x axis y axis) DisplayPort-1-4 disconnected (normal left inverted right x axis y axis) DisplayPort-1-5 disconnected (normal left inverted right x axis y axis)I tried
xrandr -r 120
But it did nothing. I barely know about linux commands, so I have no idea about how to proceed or what I can do
submitted by /u/Adrian_Alucard[link] [comments]
Fedora Linux devs discuss dropping 32-bit packages - potentially bad news for Steam gamers
civilization iv beyond the sword
does anyone play this game on linux?
i checked on protonDB it says works fine - i just saw its on sale, and was my long loved game.
thank you for responding.
p.s. i am suing mint 21.3 with xfce
submitted by /u/Leverquin[link] [comments]
Please, someone help me install dark souls 3!
I downloaded Dark Souls 3 on the Hydra launcher from Online Fix, but Steam won't let me play it, it always says "no licenses", and using Lutris the game doesn't open.
My PC runs Dark Souls 3, and I even have the saves I made when I played on Windows, but I have no idea what to do to get the game to open.
I've tried using Proton and Wine in Lutris, but nothing works.
submitted by /u/ZnGamerST[link] [comments]
7900xtx Issues
Posting this here and also in the endeavorOS thread.
Long story short i upgraded from a 6950xt to a 7900xtx (because i apparently dont care about money) lol
but actually because i got a great deal on the 7900xtx and its a good jump for me in 4k.
Anyway - the 6950xt had absolutely no issues with linux at all, everything ran absolutely fantastic and really it all just "worked". Now with the 7900xtx the games run even better, no lag at all, nothing - until about 10-20 mins into the game it will just freeze, music or sound will continue. Then it may recover and if it does it will do it again in the next 5 minutes and wont recover - or it just wont ever recover.
Why is this happening? ive tried reinstalling mesa drivers, and reseating the card and checking power cables and even switching it into "silent BIOS' instead of "OC BIOS" just to see??
I dont feel like its the physical card itself, as there is no artifacting and the card doesn't ramp up or get noisy, its not running to hot. Nothing, just the graphics drivers fail.
NOTE: the system does not ever fully crash, just the graphics drivers while playing a game, then 90% of the time the game will just close and the rest of the system is totally fine. Which leads me to believe that maybe just the 7900xtx drivers are not quite as good as the 6950xt drivers yet, as obviously its newer and hasn't had as much time to get there? Idk but please help! thank you!
Rest of the system specs
7700x
32gb ddr5
850w gold psu
[link] [comments]
Stress-testing toolkit OCCT arrives on Steam with Linux and Steam Deck support
.
Read the full article on GamingOnLinux.
Fedora Linux devs discuss dropping 32-bit packages - potentially bad news for Steam gamers
Fedora Linux devs discuss dropping 32-bit packages - potentially bad news for Steam gamers
.
Read the full article on GamingOnLinux.
How to get teamspeak with TFAR to work for Arma3?
Hey, does anyone here know any reliable guide to get TFAR (task force arrowhead radio) to work on linux? Getting Teamspeak is no problem but tfar doesn't want to play ball. I've tried to follow two different guides and they say different things.. One said to basically just enable it through steam, the other to install TS for windows and doing Lots of tricks to get it to work.
I play through steam/proton only, no proton/winetricks. Arma works flawless
I use pop os but I have no problem switching distro if that would possibly help
submitted by /u/Chance_Affect_5701[link] [comments]
Easily run .exe, .bat, and other modding tools in Steam Proton prefixes — introducing proton-shim
Heyo fellow Linux gamers!
I have just released a new tool called proton-shim*, available now on GitLab or the AUR (for Arch users). It’s a lightweight Bash script that makes it super easy to run .exe, .bat, .cmd, .ps1, and .msi files inside *Steam Proton environments.
It’s especially handy for modding tools, patchers, and custom launchers that need access to your game’s Proton prefix.
What It’s Forproton-shim helps you:
- Run Windows tools/scripts in Proton like mod installers directly inside Proton
- Target the right Steam AppID to ensure they use the correct compatdata
- Pick a Proton version interactively — or via CLI
- Detect .exe/.bat etc in your current folder and prompt you to run them
- Use --no-prompt for scripts and automation
- Debug your Proton run via --debug and --show-command (e.g. PROTON_LOG=1)
It's perfect for games like The Long Drive, Elden Ring, or any modding workflow where no native Linux tooling exists.
Works On- Arch-based distros via AUR
- Other distros via the Makefile release archive (Make Version: proton-shim-<version>-make.tar.gz)
- Any Linux setup with Bash, Steam and any Proton versions installed
bash proton-shim --appid 1017180
Pick the .exe, choose your Proton version — and you’re off.
You can also fully automate it:
bash proton-shim --appid 1017180 --executable TLDWorkshop.exe --proton "Proton 9.0 (Beta)" --no-prompt
Installation Arch / Manjaro / EndeavourOSbash yay -S proton-shim
Other Linux distros (Make)bash tar -xf proton-shim-1.0.1-make.tar.gz cd ./proton-shim-1.0.1 sudo make install
https://aur.archlinux.org/packages/proton-shim
https://gitlab.com/Wisher/ProtonShim
https://gitlab.com/Wisher/ProtonShim/-/releases
Let me know if you have feedback, feature suggestions, or run into bugs. Hope this helps make modding and gaming under Proton just a bit easier!
Cheers - Wisher
submitted by /u/77wisher77[link] [comments]
OpenRGB not work and shutdowns PC
Opening openrgb in terminal or normally just shutdowns my pc. Tried both openrgb & openrgb-git via AUR and same results. Seems to work only on Windows.
System info:
MB: ASUS tuff b650m-e Wi-Fi
CPU: Ryzen 7 9800x3d
GPU: Rx 9070xt
- Using a dual-boot Win/CachyOS
- Used with and without ASUS armoury aura
submitted by /u/valakjut[link] [comments]
REMATCH is the perfect competitive game for Steam Deck
.
Read the full article on GamingOnLinux.
Midnight Riff is a free new rhythm roguelike to vibe with
.
Read the full article on GamingOnLinux.
Steam absolutely broken after i turn on proton
Steam is open and not minimized in this picture.
This is what happens when I move the window
After I turned on proton, I shut down my computer to go to sleep. The next day, I try to open steam an this happens. I have tried reinstalling, installing the one from the website, etc. My system info is in one of the attached pictures. I installed Linux Mint yesterday as my first linux distro.
submitted by /u/helloiamaperson3371[link] [comments]
The criminally overlooked turn-based roguelike shoot-em-up Glass Cannon just got a lot bigger
Im almost glued stuck to Windows gaming. But have DualBoot. Help appreciated
Hi linux people.
Im a 24 year old Gamer. I own a ton of games on steam 45 plus. But somehow keep booting into windows because I keep going to fortnite. Even tho I bought a console just for Fortnite, I keep raching to my pc to play it.
Secondly, I do have a BAZZITE dualboot. That bazzite install is all I have on a 1tb ssd. And theres 4TB I can only access via windows. Another reason I'm scared to make a switch are things I heard like crashes and bugs in many games. Because I do have an Nvidia + AMD setup. A 4070 Ti Super and a 7800x3D. So pretty good and thus higher than midrange but lower than flagship.
What can I do? I want to make the switch. But it feels like windows glued me stuck. I also have AuDHD (Autism and ADHD mix, maybe that has something to do with familiarity).
Help appreciated
submitted by /u/JustNicked[link] [comments]
The criminally overlooked turn-based roguelike shoot-em-up Glass Cannon just got a lot bigger
.
Read the full article on GamingOnLinux.
Time-stopping Pac-Man like survivor game Maze Mice gets a big upgrade
.
Read the full article on GamingOnLinux.
Billiards roguelike Drop Pockets arrives in August
.
Read the full article on GamingOnLinux.
Seiten
- « erste Seite
- ‹ vorherige Seite
- …
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- …
- nächste Seite ›
- letzte Seite »