Article 55205 Help me with setup, and getting low end windows games running on BodHi

Help me with setup, and getting low end windows games running on BodHi

by
questionsBot
from LinuxQuestions.org on (#55205)
Hi there... I made a post a while ago about "PlayOnLinux" I thought I would make a new thread to encompass other methods and with luck get this all working.

So after everyone saying that no one uses PlayOnLinunx any more I tried something I found on google called "Lutris. I followed the extensive Wiki to get it working as well as Steam for Linux + something called "Proton".

Anyway, after doing it all, nothing would work. Not a single game I tried would run and I couldn't work out what Lutris even was. As it "seemed" that you just loaded the steam app and then installed the windows games there and ran them from there.. so what was lutris for then?

Anyway.. I have done a FRESH install and thought I would go through it step by step with yu good people that have been so helpful in my migration to linux.

I'm going to be verbose so with luck anyone interested in helping is able to!

After Fresh Install

I install the "standard" version of BodHi.iso off the USB, using the "erase" option.

On first boot I run these commands.

> sudo apt update && sudo apt dist-upgrade -y
> reboot
> sudo apt update && sudo apt upgrade -y
> reboot

After I do the initial update I installed some minimal stuff. TouchPad-Indicator so I can type without pressing the touchpad and firefox.

> lspci -vv

I run this to see what video card I have.... I get two results with VGA in it...

Code:00:02.0 VGA compatible controller: Intel Corporation Device 5906 (rev 02) (prog-if 00 [VGA controller])
Subsystem: Lenovo Device 398e
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0, Cache Line Size: 64 bytes
Interrupt: pin A routed to IRQ 130
Region 0: Memory at b0000000 (64-bit, non-prefetchable) [size=16M]
Region 2: Memory at a0000000 (64-bit, prefetchable) [size=256M]
Region 4: I/O ports at 3000 [size=64]
[virtual] Expansion ROM at 000c0000 [disabled] [size=128K]
Capabilities: <access denied>
Kernel driver in use: i915
Kernel modules: i915Code:00:13.0 Non-VGA unclassified device: Intel Corporation Sunrise Point-LP Integrated Sensor Hub (rev 21)
Subsystem: Lenovo Sunrise Point-LP Integrated Sensor Hub
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0, Cache Line Size: 64 bytes
Interrupt: pin A routed to IRQ 20
Region 0: Memory at b1232000 (64-bit, non-prefetchable) [size=4K]
Capabilities: <access denied>
Kernel driver in use: intel_ish_ipc
Kernel modules: intel_ish_ipcNow I am playing around on a Yoga 530-14IKB Laptop (ideapad) - Type 81EK

So I guess my first question is ... why is there two VGA entries... and I am "68% sure I have a nvida chipset....

I guess what I am getting at is that i imagine the first thing I need to do is install video drivers... I THINK it is Nvidia.. but how can I find out?

What I did last time was install nvidia drivers....

> sudo add-apt-repository ppa:graphics-drivers/ppa
> sudo dpkg --add-architecture i386
> sudo apt update
> sudo apt install nvidia-driver-440 libnvidia-gl-440 libnvidia-gl-440:i386
> sudo apt install libvulkan1 libvulkan1:i386
> reboot

I got these instructions from.. https://github.com/lutris/docs/blob/...lingDrivers.md

So... yeah... any of this making sense?latest?d=yIl2AUoC8zA latest?i=CpkRAVY84F8:ms-J13Q_4ZY:F7zBnMy latest?i=CpkRAVY84F8:ms-J13Q_4ZY:V_sGLiP latest?d=qj6IDK7rITs latest?i=CpkRAVY84F8:ms-J13Q_4ZY:gIN9vFwCpkRAVY84F8
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments