SlideShare ist ein Scribd-Unternehmen logo
1 von 37
Downloaden Sie, um offline zu lesen
LINUXLINUX
Gaming landscapeGaming landscape
2 words about me2 words about me
$ cat ~/.bash_profile
NAME="René Ribaud"
UPTIME=44
source ./1998.sh
PROFESSION="Unices system and storage" 
"administrator , since 2003"
HISTORY="Lots (too many) infrastructure" 
"implementation projects" 
"Discover Linux & FLOSS between" 
"1995 / 2000" 
"First step in the cloud around 2011" 
", pre-sales solution architect" 
"2014 (Cloud, DevOps)" 
"I’m an Ops !"
COMPANY="CGI 20th November 2017"
JOB="Information system architect" 
"specialized around DevOps technologies"
Presentation goalPresentation goal
More often games unavailability was the main reason
preventing users to migrate to Linux
However in the last years the situation about Linux
Gaming improved a lot we can now play a lot of titles
using Linux
Give attendees an overview of LinuxGive attendees an overview of Linux
gaming status and freedom of softwaregaming status and freedom of software
bricks involvedbricks involved
Disclaimer about non Floss usageDisclaimer about non Floss usage
The goal of this meetup is to use a
maximum of free software but
unfortunately we will have to make
some trade off and also use some
proprietary software to have a good
experience
This is not ideal and not completely
aligned with the spirit of this meetup but
it may convinced people to discover and
switch to Floss
Disclaimer about Linux graphics stackDisclaimer about Linux graphics stack
The stack is complex
It is evolving quite fast
Next representations are simplified for
better understanding
This is not exhaustive
This is inaccurate and sometimes wrong
Linux graphics stack overviewLinux graphics stack overview
App
Pro
UserlandKernelland
Hardware
Graphical libraries
Mesa 3D
3D engines / Display managers
Applications
Proprietary gamesFree games
Proprietary driversDRM
Free drivers
User land drivers
libdrm Proprietary
Kernel drivers
HardwareHardware
Manufacturer
Avail
spec
HW type
Intel
yes
except
PowerVR
Desktop/Laptop
Nvidia
no except
Tegra
Desktop/Laptop/Mobile
Amd yes Desktop/Laptop
Broadcom yes Raspberry PI
Arm no Mobile (Mali)
Qualcomm no Mobile (Adreno)
Open
Hardware
yes Experimental, Dead ?
UserlandKernelland
Hardware
Graphical libraries
Mesa 3D
3D engines / Display managers
Applications
Proprietary gamesFree games
Proprietary driversDRM
Free drivers
User land drivers
libdrm Proprietary
Kernel drivers
How to check your hardware typeHow to check your hardware type
Kernel and user land driversKernel and user land drivers
Manufacturer Licence Maintainer
Intel Floss Corporate
Amd
Floss
(amdgpu)
Corporate
Broadcom Floss Community
Nvidia
Floss
(nouveau)
Community (reverse
eng)
Nvidia
Proprietary
(nvidia)
Corporate
Arm Floss
Community (reverse
eng) + patched from
employees
Qualcomm Floss
Community (reverse
eng)
UserlandKernelland
Hardware
Graphical libraries
Mesa 3D
3D engines / Display managers
Applications
Proprietary gamesFree games
Proprietary driversDRM
Free drivers
User land drivers
libdrm Proprietary
Kernel drivers
Graphical librariesGraphical libraries
Develop by the Kronos Group
2D and 3D graphical library
+25 years project
Graphical library to interact with
GPU
Next generation OpenGL
Modern API
Better multiprocessor support
Language to manage shaders
Simplify cross platform development
OpenGL
Vulkan
UserlandKernelland
Hardware
Graphical libraries
Mesa 3D
3D engines / Display managers
Applications
Proprietary gamesFree games
Proprietary driversDRM
Free drivers
User land drivers
libdrm Proprietary
Kernel drivers
Graphical librariesGraphical libraries
Under the hat of Mesa 3D projectUnder the hat of Mesa 3D project
+25 years project
An open source implementation of
graphics API
Gallium 3D (modern drivers) part of
Mesa 2009
Not used by Nvidia who uses its own
implementation
Api supported
OpenGL
OpenGL ES (embedded)
EGL (link with display manager)
GLX (link with display manager)
Vulkan
OpenCL (computing)
Direct 3D 9
Mesa 3D
UserlandKernelland
Hardware
Graphical libraries
Mesa 3D
3D engines / Display managers
Applications
Proprietary gamesFree games
Proprietary driversDRM
Free drivers
User land drivers
libdrm Proprietary
Kernel drivers
3D engines3D engines
Help developers to create
3D worlds and manage
physics in their games
Floss
Proprietary
Godot
Ogre
Blender game
engine
Unity
Unigine
Unreal engine
UserlandKernelland
Hardware
Graphical libraries
Mesa 3D
3D engines / Display managers
Applications
Proprietary gamesFree games
Proprietary driversDRM
Free drivers
User land drivers
libdrm Proprietary
Kernel drivers
Display managersDisplay managers
Xorg
X server
Xfree successor
15 years old project
Wayland
A modern implementation
More modular
Allow transparency and various effect
More efficient access to rendering
interfaces
Provide XWayland compatibility layer
UserlandKernelland
Hardware
Graphical libraries
Mesa 3D
3D engines / Display managers
Applications
Proprietary gamesFree games
Proprietary driversDRM
Free drivers
User land drivers
libdrm Proprietary
Kernel drivers
ApplicationsApplications
Glxinfo
Glxgears
Floss games
Proprietary games
Benchmark (unigine)
UserlandKernelland
Hardware
Graphical libraries
Mesa 3D
3D engines / Display managers
Applications
Proprietary gamesFree games
Proprietary driversDRM
Free drivers
User land drivers
libdrm Proprietary
Kernel drivers
What have changed things #1What have changed things #1
1. Android mobile games
Support from manufacturers
2. Valve Steam
Push Linux as an alternative to
prevent Windows store
monopoly
3. Independent (indy)
developers
Create cross platform games
including Linux
4. Unity
Help developers to create cross
platform games
What have changed things #2What have changed things #2
1. Ubuntu
Provide a "standard" distribution
for game suppliers
2. COG
Alternative to steam but provide
DRM free games
3. Feral interactive
Company specialized porting
games to Linux
4. Internet community and
projects
Some native Floss gamesSome native Floss games
0 A.D.
Battle of Wesnoth
Flight gears
Freeciv
Frets of fire
Hedgewars
Oolite
OpenTTD
Secret Maryo
Chronicle
Super Tux Kart
Teeworlds
Warsow
Xonotic
...
Some native proprietary gamesSome native proprietary games
Bastion
Borderland
Civilization
Don't starve
FEZ
Hotline Miami
Mark of the ninja
Metro last light
Tombraider
(Square/Enix)
...
What is the problem to play windowsWhat is the problem to play windows
gamesgames
These libraries are not cross platform !These libraries are not cross platform !
MFC
Library C++ that encapsulate Win32
API
Direct 3D (Direct X)
API 3D
OpenGL competitor
MFC and Direct 3D emulationMFC and Direct 3D emulation
Wine
Compatibility layer to run win32
applications
DXVK
Vulkan-based translation layer for
Direct3D 10/11 which allows running
3D applications on Linux using Wine
d9vk
Same as above but Direct3D 9
related
Proton
Compatibility tool for Steam Play
based on Wine and additional
components
Some windows proprietary gamesSome windows proprietary games
That can be run on LinuxThat can be run on Linux
Dishonored
Torchlight
The Witcher 3
Sonic Mania
Call of Duty 4
Hitman 2 silent
assassin
Far Cry
Skyrim
...
Proton DBProton DB
ProtonDB
Too rules them allToo rules them all
Lutris
Retro gamingRetro gaming
Atari
800
Atari 2600 Atari 5200 Atari 7800
Atari
Jaguar
Atari ST Atari tdnx Amiga CD32 Apple II
Amstrad
CPC
Commodore
64
DosBox:
voir aussi
la page
Wiki
DosBox
Dreamcast
Fairchild
Channel F
Famicom
Disk System
FBA : Game And Watch
Game Boy/Game
Boy Color
Game
Boy
Advance
GameCube
- Wii
GameGear inteltdvision Mame
Master
System
Megadrive
(Genesis)
MSX1/2 N64
Nds
NEC
Pc9801
NeoGeo NeoGeoCD
NeoGeo
Pocket -
NeoGeo
Pocket
Color
NES Oric Panasonic 3do
PCEngine/PCEngine
CD
PCfx Playstation Pokémini Samcoupé
Sharp
68000
Sinclair
ZXspectrum
Sinclair
ZX81
Super Famicon
Satellaview/Sufami
Turbo
Supergrafx
Sega
SG1000
Sega CD Sega 32x
Super
Nintendo
ScummVM:
voir aussi
la page
Wiki
ScummVM
ResidualVM:
voir aussi la
page Wiki
ResidualVM
Thomson
MO/TO:
theodore
voir aussi
la page
Wiki
Thomson
vectrex ...
RetroPie
RecalBox
Internet resources #1Internet resources #1
Phoronix
Internet resources #2Internet resources #2
The Linux
Gamer
Internet resources #3Internet resources #3
Gaming on
Linux
THANK YOUTHANK YOU
René Ribaud
<rene.ribaud@cgi.com>

Weitere ähnliche Inhalte

Was ist angesagt?

Linux games
Linux gamesLinux games
Linux gamesNEWLUG
 
Linux Information
Linux InformationLinux Information
Linux InformationRahul Pola
 
Linux Seminar for Beginners
Linux Seminar for BeginnersLinux Seminar for Beginners
Linux Seminar for BeginnersNAILBITER
 
Fedora Operating System
Fedora Operating SystemFedora Operating System
Fedora Operating SystemLaiba Nasir
 
Fedora os presentation
Fedora os presentationFedora os presentation
Fedora os presentationBadrul Alam
 
Linux distro and its features by adam
Linux distro and its features by adamLinux distro and its features by adam
Linux distro and its features by adamMohammed Adam
 
Everything You Need to Know About Linux Distros and Their Functionalities
Everything You Need to Know About Linux Distros and Their FunctionalitiesEverything You Need to Know About Linux Distros and Their Functionalities
Everything You Need to Know About Linux Distros and Their FunctionalitiesMariyamYouss
 
Luis raul xavi_yoandry_linux vs windows
Luis raul xavi_yoandry_linux vs windowsLuis raul xavi_yoandry_linux vs windows
Luis raul xavi_yoandry_linux vs windowsluismc96
 
Introduction to Linux basic
Introduction to Linux basicIntroduction to Linux basic
Introduction to Linux basicf114n
 
BITS: Introduction to linux, distributions and installation
BITS: Introduction to linux, distributions and installationBITS: Introduction to linux, distributions and installation
BITS: Introduction to linux, distributions and installationBITS
 

Was ist angesagt? (20)

Linux vs windows
Linux vs windowsLinux vs windows
Linux vs windows
 
Linux games
Linux gamesLinux games
Linux games
 
Linux Information
Linux InformationLinux Information
Linux Information
 
Linux vs windows
Linux vs windowsLinux vs windows
Linux vs windows
 
Linux Seminar for Beginners
Linux Seminar for BeginnersLinux Seminar for Beginners
Linux Seminar for Beginners
 
Acme linux presentation
Acme linux presentationAcme linux presentation
Acme linux presentation
 
Fedora Operating System
Fedora Operating SystemFedora Operating System
Fedora Operating System
 
Fedora os presentation
Fedora os presentationFedora os presentation
Fedora os presentation
 
Whats new in F14?
Whats new in F14?Whats new in F14?
Whats new in F14?
 
Linux distro and its features by adam
Linux distro and its features by adamLinux distro and its features by adam
Linux distro and its features by adam
 
Fedora Workstation
Fedora Workstation Fedora Workstation
Fedora Workstation
 
3rd
3rd3rd
3rd
 
Linux introduction
Linux introductionLinux introduction
Linux introduction
 
Linux introduction, class 1
Linux introduction, class 1Linux introduction, class 1
Linux introduction, class 1
 
Linux Introduction
Linux IntroductionLinux Introduction
Linux Introduction
 
Everything You Need to Know About Linux Distros and Their Functionalities
Everything You Need to Know About Linux Distros and Their FunctionalitiesEverything You Need to Know About Linux Distros and Their Functionalities
Everything You Need to Know About Linux Distros and Their Functionalities
 
linux vs window
linux vs windowlinux vs window
linux vs window
 
Luis raul xavi_yoandry_linux vs windows
Luis raul xavi_yoandry_linux vs windowsLuis raul xavi_yoandry_linux vs windows
Luis raul xavi_yoandry_linux vs windows
 
Introduction to Linux basic
Introduction to Linux basicIntroduction to Linux basic
Introduction to Linux basic
 
BITS: Introduction to linux, distributions and installation
BITS: Introduction to linux, distributions and installationBITS: Introduction to linux, distributions and installation
BITS: Introduction to linux, distributions and installation
 

Ähnlich wie Linux gaming landscape

Embedded Linux Multimedia
Embedded Linux MultimediaEmbedded Linux Multimedia
Embedded Linux MultimediaCaglar Dursun
 
Delta Engine Multiplatform Development Presentation 2011-05
Delta Engine Multiplatform Development Presentation 2011-05Delta Engine Multiplatform Development Presentation 2011-05
Delta Engine Multiplatform Development Presentation 2011-05Benjamin Nitschke
 
A Tour of Open Source on the Mainframe
A Tour of Open Source on the MainframeA Tour of Open Source on the Mainframe
A Tour of Open Source on the MainframeAll Things Open
 
Delta Engine @ CeBit 2011
Delta Engine @ CeBit 2011Delta Engine @ CeBit 2011
Delta Engine @ CeBit 2011Karsten Wysk
 
Linux operating system ppt
Linux operating system pptLinux operating system ppt
Linux operating system pptAchyut Sinha
 
Casual Engines 2009
Casual Engines 2009Casual Engines 2009
Casual Engines 2009David Fox
 
Linux Operating System (Presented in ICS Course at United International Unive...
Linux Operating System (Presented in ICS Course at United International Unive...Linux Operating System (Presented in ICS Course at United International Unive...
Linux Operating System (Presented in ICS Course at United International Unive...Md. Fahim Bin Amin
 
Linux nic training_intro_14_dec_09
Linux nic training_intro_14_dec_09Linux nic training_intro_14_dec_09
Linux nic training_intro_14_dec_09Aravindan Arun
 
How SteamOS is contributing to the Linux ecosystem
How SteamOS is contributing to the Linux ecosystemHow SteamOS is contributing to the Linux ecosystem
How SteamOS is contributing to the Linux ecosystemIgalia
 
PRESENTATION ON Game Engine
PRESENTATION ON Game EnginePRESENTATION ON Game Engine
PRESENTATION ON Game EngineDiksha Bhargava
 
Windows Embedded in the Real World
Windows Embedded in the Real WorldWindows Embedded in the Real World
Windows Embedded in the Real Worldukdpe
 
Different types of operating systems
Different  types  of  operating  systems Different  types  of  operating  systems
Different types of operating systems Mehul Jain
 
Fusioninventory project FOSDEM 2011
Fusioninventory project FOSDEM 2011Fusioninventory project FOSDEM 2011
Fusioninventory project FOSDEM 2011Gonéri Le Bouder
 

Ähnlich wie Linux gaming landscape (20)

Linux
LinuxLinux
Linux
 
Embedded Linux Multimedia
Embedded Linux MultimediaEmbedded Linux Multimedia
Embedded Linux Multimedia
 
Delta Engine Multiplatform Development Presentation 2011-05
Delta Engine Multiplatform Development Presentation 2011-05Delta Engine Multiplatform Development Presentation 2011-05
Delta Engine Multiplatform Development Presentation 2011-05
 
A Tour of Open Source on the Mainframe
A Tour of Open Source on the MainframeA Tour of Open Source on the Mainframe
A Tour of Open Source on the Mainframe
 
Delta Engine @ CeBit 2011
Delta Engine @ CeBit 2011Delta Engine @ CeBit 2011
Delta Engine @ CeBit 2011
 
Linux operating system ppt
Linux operating system pptLinux operating system ppt
Linux operating system ppt
 
What is the linux
What is the linuxWhat is the linux
What is the linux
 
Casual Engines 2009
Casual Engines 2009Casual Engines 2009
Casual Engines 2009
 
Linux
Linux Linux
Linux
 
Linux Operating System (Presented in ICS Course at United International Unive...
Linux Operating System (Presented in ICS Course at United International Unive...Linux Operating System (Presented in ICS Course at United International Unive...
Linux Operating System (Presented in ICS Course at United International Unive...
 
Linux nic training_intro_14_dec_09
Linux nic training_intro_14_dec_09Linux nic training_intro_14_dec_09
Linux nic training_intro_14_dec_09
 
Linuxseminar os
Linuxseminar osLinuxseminar os
Linuxseminar os
 
How SteamOS is contributing to the Linux ecosystem
How SteamOS is contributing to the Linux ecosystemHow SteamOS is contributing to the Linux ecosystem
How SteamOS is contributing to the Linux ecosystem
 
PRESENTATION ON Game Engine
PRESENTATION ON Game EnginePRESENTATION ON Game Engine
PRESENTATION ON Game Engine
 
Linux
Linux Linux
Linux
 
Fedora Linux
Fedora LinuxFedora Linux
Fedora Linux
 
Windows Embedded in the Real World
Windows Embedded in the Real WorldWindows Embedded in the Real World
Windows Embedded in the Real World
 
Different types of operating systems
Different  types  of  operating  systems Different  types  of  operating  systems
Different types of operating systems
 
Fusioninventory project FOSDEM 2011
Fusioninventory project FOSDEM 2011Fusioninventory project FOSDEM 2011
Fusioninventory project FOSDEM 2011
 
Linux1
Linux1Linux1
Linux1
 

Mehr von René Ribaud

Bash is not a second zone citizen programming language
Bash is not a second zone citizen programming languageBash is not a second zone citizen programming language
Bash is not a second zone citizen programming languageRené Ribaud
 
Be pinched by a cRUSTacean to prevent programming errors !
Be pinched by a cRUSTacean to prevent programming errors !Be pinched by a cRUSTacean to prevent programming errors !
Be pinched by a cRUSTacean to prevent programming errors !René Ribaud
 
Docker6anniversary
Docker6anniversaryDocker6anniversary
Docker6anniversaryRené Ribaud
 
Ansible a tool for dev ops
Ansible a tool for dev opsAnsible a tool for dev ops
Ansible a tool for dev opsRené Ribaud
 
Redfish & python redfish
Redfish & python redfishRedfish & python redfish
Redfish & python redfishRené Ribaud
 

Mehr von René Ribaud (6)

Bash is not a second zone citizen programming language
Bash is not a second zone citizen programming languageBash is not a second zone citizen programming language
Bash is not a second zone citizen programming language
 
Be pinched by a cRUSTacean to prevent programming errors !
Be pinched by a cRUSTacean to prevent programming errors !Be pinched by a cRUSTacean to prevent programming errors !
Be pinched by a cRUSTacean to prevent programming errors !
 
Docker6anniversary
Docker6anniversaryDocker6anniversary
Docker6anniversary
 
Docopt
DocoptDocopt
Docopt
 
Ansible a tool for dev ops
Ansible a tool for dev opsAnsible a tool for dev ops
Ansible a tool for dev ops
 
Redfish & python redfish
Redfish & python redfishRedfish & python redfish
Redfish & python redfish
 

Kürzlich hochgeladen

Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUK Journal
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
Tech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfTech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfhans926745
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century educationjfdjdjcjdnsjd
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsJoaquim Jorge
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherRemote DBA Services
 

Kürzlich hochgeladen (20)

Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Tech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfTech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdf
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 

Linux gaming landscape

  • 2. 2 words about me2 words about me $ cat ~/.bash_profile NAME="René Ribaud" UPTIME=44 source ./1998.sh PROFESSION="Unices system and storage" "administrator , since 2003" HISTORY="Lots (too many) infrastructure" "implementation projects" "Discover Linux & FLOSS between" "1995 / 2000" "First step in the cloud around 2011" ", pre-sales solution architect" "2014 (Cloud, DevOps)" "I’m an Ops !" COMPANY="CGI 20th November 2017" JOB="Information system architect" "specialized around DevOps technologies"
  • 3. Presentation goalPresentation goal More often games unavailability was the main reason preventing users to migrate to Linux However in the last years the situation about Linux Gaming improved a lot we can now play a lot of titles using Linux Give attendees an overview of LinuxGive attendees an overview of Linux gaming status and freedom of softwaregaming status and freedom of software bricks involvedbricks involved
  • 4. Disclaimer about non Floss usageDisclaimer about non Floss usage The goal of this meetup is to use a maximum of free software but unfortunately we will have to make some trade off and also use some proprietary software to have a good experience This is not ideal and not completely aligned with the spirit of this meetup but it may convinced people to discover and switch to Floss
  • 5. Disclaimer about Linux graphics stackDisclaimer about Linux graphics stack The stack is complex It is evolving quite fast Next representations are simplified for better understanding This is not exhaustive This is inaccurate and sometimes wrong
  • 6. Linux graphics stack overviewLinux graphics stack overview
  • 7. App Pro UserlandKernelland Hardware Graphical libraries Mesa 3D 3D engines / Display managers Applications Proprietary gamesFree games Proprietary driversDRM Free drivers User land drivers libdrm Proprietary Kernel drivers
  • 8. HardwareHardware Manufacturer Avail spec HW type Intel yes except PowerVR Desktop/Laptop Nvidia no except Tegra Desktop/Laptop/Mobile Amd yes Desktop/Laptop Broadcom yes Raspberry PI Arm no Mobile (Mali) Qualcomm no Mobile (Adreno) Open Hardware yes Experimental, Dead ?
  • 9. UserlandKernelland Hardware Graphical libraries Mesa 3D 3D engines / Display managers Applications Proprietary gamesFree games Proprietary driversDRM Free drivers User land drivers libdrm Proprietary Kernel drivers
  • 10. How to check your hardware typeHow to check your hardware type
  • 11. Kernel and user land driversKernel and user land drivers Manufacturer Licence Maintainer Intel Floss Corporate Amd Floss (amdgpu) Corporate Broadcom Floss Community Nvidia Floss (nouveau) Community (reverse eng) Nvidia Proprietary (nvidia) Corporate Arm Floss Community (reverse eng) + patched from employees Qualcomm Floss Community (reverse eng)
  • 12. UserlandKernelland Hardware Graphical libraries Mesa 3D 3D engines / Display managers Applications Proprietary gamesFree games Proprietary driversDRM Free drivers User land drivers libdrm Proprietary Kernel drivers
  • 13. Graphical librariesGraphical libraries Develop by the Kronos Group 2D and 3D graphical library +25 years project Graphical library to interact with GPU Next generation OpenGL Modern API Better multiprocessor support Language to manage shaders Simplify cross platform development OpenGL Vulkan
  • 14. UserlandKernelland Hardware Graphical libraries Mesa 3D 3D engines / Display managers Applications Proprietary gamesFree games Proprietary driversDRM Free drivers User land drivers libdrm Proprietary Kernel drivers
  • 15. Graphical librariesGraphical libraries Under the hat of Mesa 3D projectUnder the hat of Mesa 3D project +25 years project An open source implementation of graphics API Gallium 3D (modern drivers) part of Mesa 2009 Not used by Nvidia who uses its own implementation Api supported OpenGL OpenGL ES (embedded) EGL (link with display manager) GLX (link with display manager) Vulkan OpenCL (computing) Direct 3D 9 Mesa 3D
  • 16. UserlandKernelland Hardware Graphical libraries Mesa 3D 3D engines / Display managers Applications Proprietary gamesFree games Proprietary driversDRM Free drivers User land drivers libdrm Proprietary Kernel drivers
  • 17. 3D engines3D engines Help developers to create 3D worlds and manage physics in their games Floss Proprietary Godot Ogre Blender game engine Unity Unigine Unreal engine
  • 18. UserlandKernelland Hardware Graphical libraries Mesa 3D 3D engines / Display managers Applications Proprietary gamesFree games Proprietary driversDRM Free drivers User land drivers libdrm Proprietary Kernel drivers
  • 19. Display managersDisplay managers Xorg X server Xfree successor 15 years old project Wayland A modern implementation More modular Allow transparency and various effect More efficient access to rendering interfaces Provide XWayland compatibility layer
  • 20. UserlandKernelland Hardware Graphical libraries Mesa 3D 3D engines / Display managers Applications Proprietary gamesFree games Proprietary driversDRM Free drivers User land drivers libdrm Proprietary Kernel drivers
  • 22. UserlandKernelland Hardware Graphical libraries Mesa 3D 3D engines / Display managers Applications Proprietary gamesFree games Proprietary driversDRM Free drivers User land drivers libdrm Proprietary Kernel drivers
  • 23. What have changed things #1What have changed things #1 1. Android mobile games Support from manufacturers 2. Valve Steam Push Linux as an alternative to prevent Windows store monopoly 3. Independent (indy) developers Create cross platform games including Linux 4. Unity Help developers to create cross platform games
  • 24. What have changed things #2What have changed things #2 1. Ubuntu Provide a "standard" distribution for game suppliers 2. COG Alternative to steam but provide DRM free games 3. Feral interactive Company specialized porting games to Linux 4. Internet community and projects
  • 25. Some native Floss gamesSome native Floss games 0 A.D. Battle of Wesnoth Flight gears Freeciv Frets of fire Hedgewars Oolite OpenTTD Secret Maryo Chronicle Super Tux Kart Teeworlds Warsow Xonotic ...
  • 26. Some native proprietary gamesSome native proprietary games Bastion Borderland Civilization Don't starve FEZ Hotline Miami Mark of the ninja Metro last light Tombraider (Square/Enix) ...
  • 27. What is the problem to play windowsWhat is the problem to play windows gamesgames These libraries are not cross platform !These libraries are not cross platform ! MFC Library C++ that encapsulate Win32 API Direct 3D (Direct X) API 3D OpenGL competitor
  • 28. MFC and Direct 3D emulationMFC and Direct 3D emulation Wine Compatibility layer to run win32 applications DXVK Vulkan-based translation layer for Direct3D 10/11 which allows running 3D applications on Linux using Wine d9vk Same as above but Direct3D 9 related Proton Compatibility tool for Steam Play based on Wine and additional components
  • 29. Some windows proprietary gamesSome windows proprietary games That can be run on LinuxThat can be run on Linux Dishonored Torchlight The Witcher 3 Sonic Mania Call of Duty 4 Hitman 2 silent assassin Far Cry Skyrim ...
  • 31. Too rules them allToo rules them all Lutris
  • 32. Retro gamingRetro gaming Atari 800 Atari 2600 Atari 5200 Atari 7800 Atari Jaguar Atari ST Atari tdnx Amiga CD32 Apple II Amstrad CPC Commodore 64 DosBox: voir aussi la page Wiki DosBox Dreamcast Fairchild Channel F Famicom Disk System FBA : Game And Watch Game Boy/Game Boy Color Game Boy Advance GameCube - Wii GameGear inteltdvision Mame Master System Megadrive (Genesis) MSX1/2 N64 Nds NEC Pc9801 NeoGeo NeoGeoCD NeoGeo Pocket - NeoGeo Pocket Color NES Oric Panasonic 3do PCEngine/PCEngine CD PCfx Playstation Pokémini Samcoupé Sharp 68000 Sinclair ZXspectrum Sinclair ZX81 Super Famicon Satellaview/Sufami Turbo Supergrafx Sega SG1000 Sega CD Sega 32x Super Nintendo ScummVM: voir aussi la page Wiki ScummVM ResidualVM: voir aussi la page Wiki ResidualVM Thomson MO/TO: theodore voir aussi la page Wiki Thomson vectrex ... RetroPie RecalBox
  • 33. Internet resources #1Internet resources #1 Phoronix
  • 34.
  • 35. Internet resources #2Internet resources #2 The Linux Gamer
  • 36. Internet resources #3Internet resources #3 Gaming on Linux
  • 37. THANK YOUTHANK YOU René Ribaud <rene.ribaud@cgi.com>