Latest Comments by brokeassben
Valve developer shows off Gamescope for Linux at XDC 2020
18 September 2020 at 8:59 pm UTC
18 September 2020 at 8:59 pm UTC
Quoting: shorbergHad to install a few development packages to get it going but at least all are in the Fedora repos, not sure what the Debian/Ubuntu naming for them are so you might have to adjust accordingly.Thanks for that! I'll give it a go after I'm done with work for the day. Didn't realize the dependencies were listed in there. So much I don't know even after using linux for nearly twenty years.
The deps are listed in meson.build, what you are interested in are lines 24-46, written in this fashion:
dep_x11 = dependency('x11')
The name in quotes are the pkg-config name of the package you want.
Then it is just a matter of compiling the meson project thusly:
$ mkdir build
$ meson setup build
$ meson compile -C build
$ sudo meson install
The install command requires sudo, if you want to install it anywhere else I refer you to the meson documentation for setting prefix.
I will look into setting up a basic spec file to generate RPM packages tomorrow, and I can take a look at a debian build using the power of virtual machines, though I don't know how to make deb packages, I should at least be able to make some compile instructions.
Valve developer shows off Gamescope for Linux at XDC 2020
18 September 2020 at 4:41 pm UTC
18 September 2020 at 4:41 pm UTC
Quoting: shorbergGave this a try last night with the old Touhou games, which can be peculiar about screen resolution, and it Just Worked™!I tried compiling Gamescope and kept getting errors. How did you get it working? I wasn't able to find any mention of dependencies or installation instructions on the GitHub page.
Valve developer shows off Gamescope for Linux at XDC 2020
17 September 2020 at 4:01 pm UTC
17 September 2020 at 4:01 pm UTC
I've needed this for CS:GO! I have an ultrawide and CS:GO throws errors when running at 3440x1440 and causes all kinds of texture flickering and stuttering, especially when playing Danger Zone. At 1920x1080 it just stretches the screen out and makes the game nearly unplayable.
What are you playing this weekend? We're Linux distro-hopping
29 August 2020 at 9:50 pm UTC Likes: 4
29 August 2020 at 9:50 pm UTC Likes: 4
Children of Morta - Just started it and am really liking the art style and game play. Plus money from the DLC is going to a charity I'm pretty fond of.
Dishonored 2 - This time I'm not murdering anyone! I stopped dual-booting not long after purchasing this and am finally getting back to it after a replay of the first one. Runs like a charm once the shader cache is loaded. Can't recall who, but someone helpfully let me know that pre-loading the shader cache would fix the stuttering I was complaining about.
Shadow of the Tomb Raider - It's a joyless slog compared to the other two, but I'm going to get through it...because I paid for it, I guess? The action parts are a lot more fun than puzzles. They've gotten lazier and more nonsensical with each sequel.
GTA V - Going to give it another go. The characters are just so damn unlikable and a lot are terrible stereotypes/caricatures that I grimace at every god awful bit of dialog.
Dishonored 2 - This time I'm not murdering anyone! I stopped dual-booting not long after purchasing this and am finally getting back to it after a replay of the first one. Runs like a charm once the shader cache is loaded. Can't recall who, but someone helpfully let me know that pre-loading the shader cache would fix the stuttering I was complaining about.
Shadow of the Tomb Raider - It's a joyless slog compared to the other two, but I'm going to get through it...because I paid for it, I guess? The action parts are a lot more fun than puzzles. They've gotten lazier and more nonsensical with each sequel.
GTA V - Going to give it another go. The characters are just so damn unlikable and a lot are terrible stereotypes/caricatures that I grimace at every god awful bit of dialog.
Children of Morta adds Linux support and a new animal charity DLC
26 August 2020 at 6:32 pm UTC Likes: 1
26 August 2020 at 6:32 pm UTC Likes: 1
I'm generally somewhat indifferent about retro/pixel art style games, but this one is exceptionally done--especially the animations. I'd put this in the same top tier class of pixel art as Fez, Hyper Light Drifter, or Superbrothers: S&S.
Plus, Humane Society International is a worthy charity that I've worked with and can absolutely vouch for.
Plus, Humane Society International is a worthy charity that I've worked with and can absolutely vouch for.
Devs quit Skullgirls and Indivisible studio Lab Zero Games, issues with studio owner
25 August 2020 at 5:19 pm UTC Likes: 4
25 August 2020 at 5:19 pm UTC Likes: 4
This is one of the rare circumstances on GOL that I wouldn't mind the comments being disabled. Some of these comments are rather disheartening to read.
A weekend round-up: tell us what play button you've been clicking recently
17 August 2020 at 5:37 am UTC
That was my initial thought, but I should have about 200w to spare if PCPartPicker's estimate is correct.
The system freezes are very random--sometimes happen while idle and with temperatures less than 40C. Tried underclocking just to give it a go and still had a couple of freezes.
Buuut, I installed a newer kernel, 5.7--both Manjaro and Ubuntu had 5.4 as default, and so far haven't had any freezes. Really hoping it was just something about the hardware not having support in 5.4. Had issues with the network card not being supported and requiring an install of the driver from Broadcom.
Anyway, I appreciate all of you giving me some ideas to test out and being very helpful. Thanks!
You're right! I have it set to ultra at 3440x1440 and it's running really well around 70fps.
17 August 2020 at 5:37 am UTC
Quoting: ziabiceCheck your PSU, maybe it is underpowered when the GPU and the CPU are working at 100%, which is the case for AAA titles
Quoting: CatKillerPower supply is the next item on your checklist.
That was my initial thought, but I should have about 200w to spare if PCPartPicker's estimate is correct.
Quoting: furaxhornyxIn addition to CatKiller suggestion, you may also want to try setting a fixed voltage for your CPU, closest to the "auto" setting. I remember having to do that on "cheap" motherboard, and setting a fixed value solved the problems for me. Might be worth a try. Also, check the CPU temperature, in these hot days ; you may want to try underclocking the CPU a little, and see if it improves stability.
The system freezes are very random--sometimes happen while idle and with temperatures less than 40C. Tried underclocking just to give it a go and still had a couple of freezes.
Buuut, I installed a newer kernel, 5.7--both Manjaro and Ubuntu had 5.4 as default, and so far haven't had any freezes. Really hoping it was just something about the hardware not having support in 5.4. Had issues with the network card not being supported and requiring an install of the driver from Broadcom.
Anyway, I appreciate all of you giving me some ideas to test out and being very helpful. Thanks!
Quoting: morbiusTurn on esync. Also make sure you let shaders compile, it takes a bit longer for this game, don't know why. After that it's smooth as butter. I enjoyed it greatly.
You're right! I have it set to ultra at 3440x1440 and it's running really well around 70fps.
A weekend round-up: tell us what play button you've been clicking recently
15 August 2020 at 8:50 pm UTC Likes: 2
15 August 2020 at 8:50 pm UTC Likes: 2
I just did a big upgrade of my computer and decided to try out a bunch of the flashy AAA games in Proton. I'm having frequent complete system freezes that require a hard reset and nothing I've tried so far is helping. Different drives, entirely different distros, updated the BIOS, tested RAM, and still freezing. Sooo damn frustrating.
Just replayed Dishonored via Proton and it runs extremely well at max settings on an ultrawide monitor. Installed Dishonored 2 as soon as I completed the first one and it is unfortunately a bit stuttery when entering new areas--hopefully there's a fix for that.
Also playing Prey from the same studio and it too runs really well using Proton. Highly recommend it.
Picked up GTA V and even though I've played all previous GTA titles, I almost immediately realized I am no longer a person who enjoys GTA games. Might be getting old...
Just replayed Dishonored via Proton and it runs extremely well at max settings on an ultrawide monitor. Installed Dishonored 2 as soon as I completed the first one and it is unfortunately a bit stuttery when entering new areas--hopefully there's a fix for that.
Also playing Prey from the same studio and it too runs really well using Proton. Highly recommend it.
Picked up GTA V and even though I've played all previous GTA titles, I almost immediately realized I am no longer a person who enjoys GTA games. Might be getting old...
Euro Truck Simulator 2 gets a big free update with SSAO
22 July 2020 at 5:05 pm UTC Likes: 2
22 July 2020 at 5:05 pm UTC Likes: 2
With ETS and ATS I don't really mind paying for the map DLC. SCS have continued to actively update and improve the base games (which are damn cheap right now at $5 USD) and there are a lot of free mods to tweak most anything to the way you want it.
Has anyone else had issues with the anti-aliasing not doing much and straight lines appearing jagged?
Has anyone else had issues with the anti-aliasing not doing much and straight lines appearing jagged?
What have you been playing recently? We've been tinkering with a Raspberry Pi 4
20 July 2020 at 4:06 pm UTC Likes: 1
20 July 2020 at 4:06 pm UTC Likes: 1
Quoting: DuncAlso Assetto Corsa to unwind when I got cheesed off with E:DHow is your performance with AC? Did you get a wheel working with it?
- GOG launch their Preservation Program to make games live forever with a hundred classics being 're-released'
- Valve dev details more on the work behind making Steam for Linux more stable
- Half-Life 2 free to keep until November 18th, Episodes One & Two now included with a huge update
- NVIDIA detail upcoming Linux driver features for Wayland and explain current support
- Direct3D to Vulkan translation layer DXVK v2.5 released with rewritten memory management
- > See more over 30 days here
-
Avowed from Obsidian gets a release date, and pre-order…
- melkemind -
Half-Life: Blue Shift remake mod Black Mesa: Blue Shift…
- notmrflibble -
Half-Life: Blue Shift remake mod Black Mesa: Blue Shift…
- a0kami -
The Walking Dead, The Expanse and more in the Telltale …
- Caldathras -
Half-Life 2 free to keep until November 18th, Episodes …
- wvstolzing - > See more comments
- Steam and offline gaming
- Dorrit - Weekend Players' Club 11/15/2024
- Ehvis - What do you want to see on GamingOnLinux?
- Liam Dawe - New Desktop Screenshot Thread
- Vortex_Acherontic - Types of programs that are irritating
- dvd - See more posts