Linux Intel HD Graphics 4600 gaming - Serious Sam 2 - 1080p High settings

Linux Intel HD Graphics 4600 gaming - Serious Sam 2 - 1080p High settings

Channel:
Subscribers:
4,410
Published on ● Video Link: https://www.youtube.com/watch?v=nhpXsbQvoAE



Game:
Duration: 29:37
128 views
3


The game runs fine with native Linux version, the recorder significantly impacted the performance (see instruction below for running Linux version).

Download Linux binary: https://ftp.jeuxlinux.fr/files/ss_linuxbeta_rc_2_1_public.tar.gz

and extract the content into the Windows game folder, make sure 32-bit libopenal is installed (sudo apt-get install libopenal1:i386) then go into "Bin/Linux-Dynamic-Release/" folder and enter `ln -s /usr/lib/i386-linux-gnu/libopenal.so.1 libopenal.so.0` into the terminal and finally download libxxf86misc library from https://launchpad.net/ubuntu/+source/libxxf86misc/1:1.0.1-2/+build/287821/+files/libxxf86misc1_1.0.1-2_i386.deb and extract it and copy libXxf86misc.so files into the "Bin/Linux-Dynamic-Release/" folder.

At last, edit RunSam2 file in the game folder and add the following lines into the file before "./Bin/Linux-Dynamic-Release/Sam2" line:

#!/bin/bash

export LD_LIBRARY_PATH="./Bin/Linux-Dynamic-Release/:$LD_LIBRARY_PATH"

Run the game by executing RunSam2 file from the terminal.

PC:

Intel(R) Core(TM) i5-4570T CPU @ 2.90GHz
8 GB RAM
Intel(R) HD Graphics 4600 (HSW GT2)

System:

Kubuntu 20.10 64 Bit
Liquorix Linux kernel
Mesa Intel driver (latest 21.1.0 see below for installing)

Installing latest Mesa driver for Intel on Ubuntu:

sudo add-apt-repository ppa:kisak/kisak-mesa
sudo apt update
sudo apt-get upgrade

and also use software update tool from Ubuntu to upgrade all the remaining packages