Support us on Patreon to keep GamingOnLinux alive. This ensures all of our main content remains free for everyone. Just good, fresh content! Alternatively, you can donate through PayPal. You can also buy games using our partner links for GOG and Humble Store.
Latest Comments by whizse
Microsoft Edge now available on Linux in Preview
26 October 2020 at 9:28 am UTC Likes: 1

Try ScanTailor, it's not an all-in-one tool, it doesn't do scanning, OCR or PDF output. But it is excellent for doing the intermediary steps. Cropping, deskewing, prepping for OCR etc. in batch mode, with a GUI.

It's a little bit fiddly the first time around, but it has quickly become indispensable to me when it comes to wrangling scanned books and documents.

Another suggestion, for batch cropping with a GUI, or any other image edits on large sets of files. Try Darktable. It's primarily for RAW images, but does jpeg just as well.

The latest horror from Frictional Games with Amnesia: Rebirth is out now
23 October 2020 at 7:55 pm UTC Likes: 1

Quoting: F.UltraNew patch today with a notice that the Linux bugs will be fixed in a later patch so they are working on it. Meanwhile whatever you do don't ever go into the steam discussion pages for this game, it's full of vile and ignorant people for some reason (didn't know that there existed such a large group of Frictional Games haters out there).
Good to know! I've been checking my GOG account once every hour or so, waiting for an update. Guess I have to be patient for a bit longer.

I honestly don't know what it is about the Steam forums? They seem to turn even the most placid person into an enraged asshole?

Classic 3D RTS 'Machines: Wired for War' goes open source under the GPL
22 October 2020 at 10:07 pm UTC

Quoting: TheSHEEEPThat website is just beautiful.
It's like something I'd have done in the late 90s or early 2000s.
Needs moar Xara3D!

Classic 3D RTS 'Machines: Wired for War' goes open source under the GPL
22 October 2020 at 10:04 pm UTC

Quoting: Avehicle7887Anyone tried to compile the source yet?

I got a build compiling just fine, game launches I can hear sound but screen is black. Tried with both Mesa (AMD) and Nvidia drivers.
It kinda works here.

You need both the game assets and quite a few dirs from the git files, data/ sounds/ and models/ I think? The game was pretty verbose about which files where missing.

On AMD systems you should probably also set AMD_DEBUG=zerovram, or you get some severe glitching when the game loads.

Even so, it seems rather crashy, I could only get the second campaign map to load. The first one crashed, and skirmishes hang on load.

Also: In case anyone have problem compiling. The build scripts miss a dependency on libglm.

The latest horror from Frictional Games with Amnesia: Rebirth is out now
21 October 2020 at 10:08 pm UTC

Quoting: F.UltraThanks, 4.2COMPAT seems to have fixed the game for me aswell (RC480 mesa 20.2.1) where 4.6COMPAT was just as broken as the original.
Good catch! 4.2COMPAT seems to work better here too.

Retro 3D indie first-person shooter 'Perilous Warp' has released
21 October 2020 at 5:10 pm UTC

Totally subjective early impressions:

I tried the demo too, and I agree with Anza. This one feels more like a careful restoration of a late 90s fps, and unfortunately not one of the memorable ones.

Anyhow, they certainly nailed the color scheme (brown) and the hunt for keys (red). Also, writing an engine from scratch is impressive and I do hope they do something further to my liking with it.

The latest horror from Frictional Games with Amnesia: Rebirth is out now
20 October 2020 at 9:40 pm UTC

I hope the Windows launch went better, otherwise I feel bad for Frictional. Haven't actually read any reviews yet, because spoilers.

Free copy of Europa Universalis II on GOG, with a huge Paradox Interactive sale going on
20 October 2020 at 7:09 pm UTC Likes: 4

Quoting: einherjarI know, but it is in the headline of "gaming on linux" and is only Win. So at least it is very old and *may* work with Wine. So not interesting enough IMHO to be the headliner.
It does work in Wine. I tried it for a whole minute, just for you!

(And it is "gaming on linux", not "native gaming on linux" )

System76 unleash a quad-GPU Linux monster with the 'Thelio Mega'
20 October 2020 at 6:38 pm UTC Likes: 3

Quoting: Purple Library GuyWhat the heck is that screen?!
Samsung 49er?
https://www.samsung.com/uk/monitors/monitor-c49j89-lc49j890dkuxen/

The latest horror from Frictional Games with Amnesia: Rebirth is out now
20 October 2020 at 5:29 pm UTC Likes: 4

Complete mess

It uses legacy OpenGL features, but seems to use a core context. Needs to be run with MESA_GL_VERSION_OVERRIDE=4.6COMPAT, and even then you get errors like these:

QuoteMesa: User error: GL_INVALID_OPERATION in glBindVertexArray(non-gen name)
Mesa: 14624 similar GL_INVALID_OPERATION errors
Mesa: User error: GL_INVALID_OPERATION in glGenerateMipmap(incomplete cube map)
Mesa: 4 similar GL_INVALID_OPERATION errors
Mesa: User error: GL_INVALID_OPERATION in glBindVertexArray(non-gen name)
Mesa: 1720 similar GL_INVALID_OPERATION errors
Mesa: User error: GL_INVALID_OPERATION in glGenerateMipmap(incomplete cube map)
Mesa: 4 similar GL_INVALID_OPERATION errors
Mesa: User error: GL_INVALID_OPERATION in glBindVertexArray(non-gen name)

Another issue, at exit the window disappears quickly, but the game process seems to take 10-15 seconds longer to exit (sometimes it hangs) meanwhile keeping your cursor hostage.