LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Bodhi
User Name
Password
Bodhi This forum is for the discussion of Bodhi Linux.

Notices


Reply
  Search this Thread
Old 06-25-2020, 08:44 PM   #1
questionsBot
Member
 
Registered: Jun 2020
Posts: 104

Rep: Reputation: Disabled
Question Help me with setup, and getting low end windows games running on BodHi


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: i915
Code:
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_ipc
Now 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?
 
Old 06-25-2020, 08:54 PM   #2
questionsBot
Member
 
Registered: Jun 2020
Posts: 104

Original Poster
Rep: Reputation: Disabled
I found this site here...

Lenovo Yoga 530-14IKB-81EK00WEGE @ NoteBook Check
| NVIDIA GeForce MX130 @ NoteBook Check

This lead me to Linux Display Driver - x86 @Nvidia.com and the download is a ".run" that BodHi opens as a text file.

I hope this helps!

< EDIT >

> sudo chmod +x NVIDIA-Linux-x86-384.111.run
> sudo ./NVIDIA-Linux-x86-384.111.run

did not work.

Code:
ERROR: this .run file is intended for the
Linux-x86 platform, but you appear to be
running on Linux-x86_64.  Aborting installation.

Here is the x64 version of that same driver .run from nvidia

Last edited by questionsBot; 06-25-2020 at 09:16 PM.
 
Old 06-25-2020, 09:23 PM   #3
questionsBot
Member
 
Registered: Jun 2020
Posts: 104

Original Poster
Rep: Reputation: Disabled
After all that, the drivers did not install.. so i am out of idea again.....

Anyone know how to get windows gaming running on Linux?

https://i.imgur.com/o4jnAAI.jpg
https://i.imgur.com/83Mz5A0.jpg

Code:
nvidia-installer log file '/var/log/nvidia-installer.log'
creation time: Fri Jun 26 12:18:04 2020
installer version: 384.111

PATH: /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin

nvidia-installer command line:
    ./nvidia-installer

Unable to load: nvidia-installer ncurses v6 user interface

Using: nvidia-installer ncurses user interface
-> Detected 4 CPUs online; setting concurrency level to 4.
WARNING: You do not appear to have an NVIDIA GPU supported by the 384.111 NVIDIA Linux graphics driver installed in this system.  For further details, please see the appendix SUPPORTED NVIDIA GRAPHICS CHIPS in the README available on the Linux driver download page at www.nvidia.com.
-> The file '/tmp/.X0-lock' exists and appears to contain the process ID '721' of a runnning X server.
ERROR: You appear to be running an X server; please exit X before installing.  For further details, please see the section INSTALLING THE NVIDIA DRIVER in the README available on the Linux driver download page at www.nvidia.com.
ERROR: Installation has failed.  Please see the file '/var/log/nvidia-installer.log' for details.  You may find suggestions on fixing installation problems in the README available on the Linux driver download page at www.nvidia.com.
 
Old 06-25-2020, 09:25 PM   #4
cordx
Member
 
Registered: Oct 2018
Location: texas
Distribution: bodhi 5.1.0
Posts: 797

Rep: Reputation: 184Reputation: 184
if your first goal is to try and find an appropriate nvidia driver, i would suggest installing the mintupdate package (sudo apt install mintupdate) which installs (among other things) a program called Additional Drivers that should be able to help. though that second entry from lspci definitely isn't identified as nvidia so it seems like your install might have mislabeled the device.
 
Old 06-25-2020, 09:28 PM   #5
cordx
Member
 
Registered: Oct 2018
Location: texas
Distribution: bodhi 5.1.0
Posts: 797

Rep: Reputation: 184Reputation: 184
it may also help if threads can contain a single question like "how can i install nvidia drivers for my system" instead of the very broad topic of "get games to work". my unsolicited try doing things piece by piece if you can.
 
Old 06-25-2020, 09:34 PM   #6
questionsBot
Member
 
Registered: Jun 2020
Posts: 104

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by cordx View Post
it may also help if threads can contain a single question like "how can i install nvidia drivers for my system" instead of the very broad topic of "get games to work". my unsolicited try doing things piece by piece if you can.
yeah I get that... but I didn't think spamming 500 threads would be cool either. I thought if I just kept posting in this one thread through the entire process would be the way to go?
 
Old 06-25-2020, 10:10 PM   #7
cordx
Member
 
Registered: Oct 2018
Location: texas
Distribution: bodhi 5.1.0
Posts: 797

Rep: Reputation: 184Reputation: 184
of course in the end that is totally your call to make and i get the part about not wanting to spam. thus the idea of taking it one piece at a time

my experience in the past is that if people take a look at the first few posts and don't have anything to add, they rarely return later to see if there is something else that they might be able to help with.
 
Old 06-26-2020, 11:22 AM   #8
enigma9o7
Senior Member
 
Registered: Jul 2018
Location: Silicon Valley
Distribution: Bodhi Linux
Posts: 1,388

Rep: Reputation: 560Reputation: 560Reputation: 560Reputation: 560Reputation: 560Reputation: 560
to install nvidia drivers 340 or later

Code:
sudo ubuntu-drivers install
that get you the latest that works.

you previously mentioned:
Code:
sudo add-apt-repository ppa:graphics-drivers/ppa
and if you do that first you may get something slightly newer.

Last edited by enigma9o7; 06-26-2020 at 11:24 AM.
 
1 members found this post helpful.
Old 06-26-2020, 06:31 PM   #9
questionsBot
Member
 
Registered: Jun 2020
Posts: 104

Original Poster
Rep: Reputation: Disabled
I think it turns out I do not have a nvidia compatible GPU at all. I mean all the specs say it is.. but I just couldn't get it to work. I guy on reddit told me to use this PPA

https://launchpad.net/~oibaf/+archiv...aphics-drivers
Code:
sudo add-apt-repository ppa:oibaf/graphics-drivers
sudo apt-get update
I also installed the MintUpdater to get access to the app "Additional Drivers"
Code:
sudo apt install mintupdate
I then installed steam, set it to use the beta, and then enabled Proton... I could then install Through the Ages and run it as long as I used the 4.4 version. As Through the Ages is the only app at the moment I want to play right now, I am stopping here... but still have no idea what to do if I want to play a adventure game or something. I didn't install any wine or any other thing.

I think I might look into a android emulator to play android games.. maybe that would be easier than trying to get windows games working.
 
1 members found this post helpful.
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Bodhi does not recognize the NFTS partitioned drive. Trying to use virtual box to run windows in bodhi on my dual boot computer a minimal virus Linux - Newbie 4 11-24-2018 07:02 AM
LXer: ArchBang – Best Arch based distro for old or low-end hardware with high performance and low resource utilization LXer Syndicated Linux News 0 10-25-2016 12:30 PM
Ideas for a low cost, low power, low noise web server/torrent box alecjtaylor Linux - Hardware 13 01-10-2012 05:26 AM
LXer: Lenovo embeds Linux in high-end and low-end notebooks LXer Syndicated Linux News 0 08-10-2006 11:21 AM
Low framerate in 2d games with linux ...high in 3d games with XP WTF Crash2k3 Linux - Hardware 1 12-08-2005 01:09 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Bodhi

All times are GMT -5. The time now is 12:45 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration