LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software > Linux - Games
User Name
Password
Linux - Games This forum is for all discussion relating to gaming in Linux.

Notices


Reply
  Search this Thread
Old 10-13-2015, 11:00 AM   #1
Zagiewa
LQ Newbie
 
Registered: Oct 2015
Posts: 15

Rep: Reputation: Disabled
Playonlinux, steam, or any game dont work


Hello. On my old computer I have a 32bit Fedora 22, Ati drive card and no problem with 3d acceleration or running games on it. Right now I bought a new computer with 64bit Fedora 23 on it, Nvidia drivers and no idea why I can't run any game?!
I installed nvidia drivers from invidia official site, my 3d acceleration is working but I still cant run playonlinux, steam or even simplest Linux game Does anyone know how to fit it?
Hope this will help to find an issue:
Code:
[Zagiewa@localhost ~]$ glxinfo | grep render
direct rendering: Yes
OpenGL renderer string: GeForce GT 740/PCIe/SSE2
    GL_ARB_compute_variable_group_size, GL_ARB_conditional_render_inverted, 
    GL_KTX_buffer_region, GL_NVX_conditional_render, GL_NVX_gpu_memory_info, 
    GL_NV_compute_program5, GL_NV_conditional_render, 
    GL_NV_path_rendering, GL_NV_pixel_data_range, GL_NV_point_sprite, 
    GL_ARB_compute_variable_group_size, GL_ARB_conditional_render_inverted, 
    GL_KTX_buffer_region, GL_NVX_conditional_render, GL_NVX_gpu_memory_info, 
    GL_NV_compute_program5, GL_NV_conditional_render, 
    GL_NV_path_rendering, GL_NV_pixel_data_range, GL_NV_point_sprite, 
    GL_EXT_render_snorm, GL_EXT_robustness, GL_EXT_sRGB, 
    GL_NV_conditional_render, GL_NV_copy_buffer, GL_NV_copy_image, 
    GL_NV_path_rendering, GL_NV_pixel_buffer_object, GL_NV_polygon_mode, 
    GL_OES_element_index_uint, GL_OES_fbo_render_mipmap,
When I try to run playonlinux I get a warrning that I dont have 32bit libs
Code:
[Zagiewa@localhost ~]$ LIBGL_DEBUG=verbose playonlinux
Looking for python... 2.7.9 - wxversion(s): 3.0-gtk3
selected

** (mainwindow.py:10388): WARNING **: Couldn't register with accessibility bus: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
[main] Message: PlayOnLinux (4.2.9) is starting
[clean_tmp] Message: Cleaning temp directory
X Error of failed request:  BadValue (integer parameter out of range for operation)
  Major opcode of failed request:  153 (GLX)
  Minor opcode of failed request:  3 (X_GLXCreateContext)
  Value in failed request:  0x0
  Serial number of failed request:  18
  Current serial number in output stream:  19
[Check_OpenGL] Warning: 
Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged.
[Check_OpenGL] Message: 64bits direct rendering is enabled
[POL_System_CheckFS] Message: Checking filesystem for /home/Zagiewa/.PlayOnLinux/
[main] Message: Filesystem is compatible

(mainwindow.py:10388): GLib-GObject-WARNING **: The property GtkImageMenuItem:use-stock is deprecated and shouldn't be used anymore. It will be removed in a future version.

(mainwindow.py:10388): GLib-GObject-WARNING **: The property GtkSettings:gtk-menu-images is deprecated and shouldn't be used anymore. It will be removed in a future version.

(mainwindow.py:10388): GLib-GObject-WARNING **: The property GtkImageMenuItem:accel-group is deprecated and shouldn't be used anymore. It will be removed in a future version.
[install_plugins] Message: Sprawdzanie wtyczki: Capture...
[install_plugins] Message: Sprawdzanie wtyczki: ScreenCap...
[install_plugins] Message: Sprawdzanie wtyczki: PlayOnLinux Vault...
[update_check] Message: List is up to date
I read some about 32bit libs that I need but I think I have all of it
What I did wrong? Please help
 
Old 10-13-2015, 05:48 PM   #2
Rinndalir
Member
 
Registered: Sep 2015
Posts: 733

Rep: Reputation: Disabled
Sounds like you are missing some 32-bit libs still. Doesn't fedora resolve dependencies with packages? I thought it would install all required packages.
 
Old 10-14-2015, 09:35 AM   #3
Zagiewa
LQ Newbie
 
Registered: Oct 2015
Posts: 15

Original Poster
Rep: Reputation: Disabled
It's my first 64bit fedora so I dont have a clue what might missing. With 32bit I didn't have that issue. Somehow I run openarena and urban terror game but I still cant run playonlinux or steam. What should I check, install or perhaps change directory? I found something else... When I go to /usr I have /lib /lib64 but I dont have a /lib32 is it wrong?
 
Old 11-10-2015, 11:03 AM   #4
Samsonite2010
Member
 
Registered: Apr 2015
Distribution: Debian
Posts: 267
Blog Entries: 1

Rep: Reputation: 117Reputation: 117
Are the games Linux games, Windows games or a mixture?
 
Old 11-10-2015, 12:20 PM   #5
Zagiewa
LQ Newbie
 
Registered: Oct 2015
Posts: 15

Original Poster
Rep: Reputation: Disabled
All of them did not work but I figured it out. I installed closed nvidia drivers and now everything is working fine!
I dont know why with kmod open drivers did not work but if someone will have the same issue try closed drivers
 
Old 11-10-2015, 01:38 PM   #6
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,623

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
you DO know that fedora uses wine

seeing as you bought $$$ "play on linux"

have you contacted them ?


Quote:
Right now I bought a new computer with 64bit Fedora 23 on it, Nvidia drivers and no idea why I can't run any game?!
fedora defaults to using the open " Nouveau" driver
so how did you install the Nvidia driver? ( and replace the nouveau driver)
the kmod-nvidia.rpm ? ( using dnf )
or
use the NVIDIA.run

and did you fallow the instructions 100% !!! and do EVERY COMMAND and rebuild the boot image


can you please provide some info

1) the above questions
2) the output of this
Code:
su -

lspci | grep VGA
3)
WHAT are the games???
names and a link to them please
 
Old 11-11-2015, 07:37 AM   #7
Zagiewa
LQ Newbie
 
Registered: Oct 2015
Posts: 15

Original Poster
Rep: Reputation: Disabled
I dont remember if I had a 3d acceleration after I install Fedora 23 because I immediately installed kmod drivers from rpmfusion repository. After that I had 3d acceleration but as I wrote i had problems with run any games via playonlinux, wine, steam etc.
I know that Fedora use novaeu drivers but after you install kmod or nvidia drivers you have to add novaeu to a blacklist on bootlist.
When I installed nvidia drivers from nvidia site I also add novaeu drivers to a blacklist and it work fine with all games.

I didnt bought anything on steam or playonlinux. As you know or not. On steam you can play on a free games.

There are many articles how to install kmod or nvidia drivers.
This is an article that I used:
http://www.if-not-true-then-false.co...-nvidia-guide/
 
Old 11-11-2015, 07:47 AM   #8
Samsonite2010
Member
 
Registered: Apr 2015
Distribution: Debian
Posts: 267
Blog Entries: 1

Rep: Reputation: 117Reputation: 117
There is still confusion as to whether or not you are using the Linux Steam or the Windows Steam client. PlayOnLinux would be the Windows client which uses Wine.

I would suggest installing the Linux Steam client and trying a game from their firstly. This will help you understand if your 3D drivers are working correctly. Until you can confirm that native Linux games are working, there is not much point in looking at PlayOnLinux.
 
Old 11-12-2015, 10:35 AM   #9
Zagiewa
LQ Newbie
 
Registered: Oct 2015
Posts: 15

Original Poster
Rep: Reputation: Disabled
Of course I use Linux steam I thought it's obvious. But first when I saw that it's not working I tried playonlinux and other options that could help
 
Old 11-12-2015, 02:27 PM   #10
Samsonite2010
Member
 
Registered: Apr 2015
Distribution: Debian
Posts: 267
Blog Entries: 1

Rep: Reputation: 117Reputation: 117
Quote:
Originally Posted by Zagiewa View Post
Of course I use Linux steam I thought it's obvious. But first when I saw that it's not working I tried playonlinux and other options that could help
It is far from obvious because PlayOnLinux is for playing Windows games on Linux, so mentioning that means you are trying to run Windows games, or if you are not trying to then that is your first mistake!

You also said that everything is working fine a few posts back, so is there still a problem?

Last edited by Samsonite2010; 11-12-2015 at 05:21 PM.
 
Old 11-12-2015, 04:13 PM   #11
dugan
LQ Guru
 
Registered: Nov 2003
Location: Canada
Distribution: distro hopper
Posts: 11,219

Rep: Reputation: 5309Reputation: 5309Reputation: 5309Reputation: 5309Reputation: 5309Reputation: 5309Reputation: 5309Reputation: 5309Reputation: 5309Reputation: 5309Reputation: 5309
Quote:
Originally Posted by John VV View Post
seeing as you bought $$$ "play on linux"

have you contacted them ?
You need to be more diligent about google-searching your facts, John VV. PlayOnLinux is a well-established, widely used and by all accounts, high quality open source project.

https://www.playonlinux.com/en/

Last edited by dugan; 11-12-2015 at 04:26 PM.
 
Old 11-13-2015, 11:17 AM   #12
Zagiewa
LQ Newbie
 
Registered: Oct 2015
Posts: 15

Original Poster
Rep: Reputation: Disabled
Samsonite2010 - yes, problem has been solved. I mentioned that after I reinstalled drivers from kmod to nvidia drivers, problem was solved
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
[SOLVED] Steam / Playonlinux installs on root or others? itscience Linux - Newbie 3 08-06-2015 12:12 PM
[SOLVED] PlayOnLinux Game Launches in full screen with GNOME panel at end of screen linustalman Linux - Games 2 07-17-2011 01:23 PM
No sound when playing game with PlayOnLinux !!!!!!!!!!!!!!!!! vinnie_vinodh Linux - General 1 03-16-2009 10:57 AM
CS Steam Game Server.... R153-Ab0V3 Linux - Newbie 1 12-30-2003 01:45 AM
Things dont work when you dont understand withoutaclue Linux - Newbie 3 03-12-2003 09:51 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software > Linux - Games

All times are GMT -5. The time now is 12:00 PM.

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