Jump to content

Zyrahez

Registered User
  • Posts

    8
  • Joined

  • Last visited

Everything posted by Zyrahez

  1. Glad you figured it out... But I am a little surprised you are missing OpenGL 3 Support. Even my 12 year old HP Laptop runs it. I think I'm missing it not 100% sure on how to update opengl, I thought it updated when you do the system update through terminal. I'll look further into it and see if I can possibly get it working :). New to linux & terminal picked up this pc to learn. My kid plays pro & figured I would try to see if it was a easy fix so we could play while I was still learning the terminal
  2. so im guessing my Q35 integrated graphics chip will not support the opengl version required for the client? Atleast I know it's just a hardware issue that I can fix once I find a nice little card to throw in :D glxinfo | grep OpenGL OpenGL vendor string: Intel Open Source Technology Center OpenGL renderer string: Mesa DRI Intel(R) Q35 OpenGL version string: 1.4 Mesa 13.0.4 OpenGL extensions: OpenGL ES profile version string: OpenGL ES 2.0 Mesa 13.0.4 OpenGL ES profile shading language version string: OpenGL ES GLSL ES 1.0.16 OpenGL ES profile extensions:
  3. At this point it is only guessing from my side. - Is it correct that you have 3 Displays? Do they maybe have different resolutions? - Do I understand correctly that the programs EXITS after you started it? (You said "goes to a new command line") I have been looking into it a bit more, I currently only have 1 dis[play. when launching in terminal with -force-opengl it closes instantly and stats a new command input line. I checked the .config/unity3d player log & found this Selecting FBConfig GLX_FBCONFIG_ID=97 GLX_BUFFER_SIZE=32 GLX_DOUBLEBUFFER=1 GLX_RED_SIZE=8 GLX_GREEN_SIZE=8 GLX_BLUE_SIZE=8 GLX_ALPHA_SIZE=8 GLX_DEPTH_SIZE=24 GLX_STENCIL_SIZE=8 GLX_SAMPLES_ARB=0 GLX_SAMPLE_BUFFERS_ARB=0 GLX_STEREO=0 GLX_CONFIG_CAVEAT=NONE Desktop is 1920 x 1080 @ 60 Hz XError: GLXBadFBConfig (error 181, opcode 155/34, serial 56, XID 0000007d, display 0x3c90d40 XError: GLXBadFBConfig (error 181, opcode 155/34, serial 59, XID 0000007d, display 0x3c90d40 XError: GLXBadFBConfig (error 181, opcode 155/34, serial 62, XID 0000007d, display 0x3c90d40 XError: GLXBadFBConfig (error 181, opcode 155/34, serial 65, XID 0000007d, display 0x3c90d40 XError: GLXBadFBConfig (error 181, opcode 155/34, serial 68, XID 0000007d, display 0x3c90d40 XError: GLXBadFBConfig (error 181, opcode 155/34, serial 71, XID 0000007d, display 0x3c90d40 XError: GLXBadFBConfig (error 181, opcode 155/34, serial 74, XID 0000007d, display 0x3c90d40 XError: GLXBadFBConfig (error 181, opcode 155/34, serial 77, XID 0000007d, display 0x3c90d40 Failed to create valid graphics context: please ensure you meet the minimum requirements E.g. OpenGL core profile 3.2 or later for OpenGL Core renderer
  4. Try opening a terminal and start it from there. There should be some error log in the console. Post that here. joey@OptiPlex-755:~/Downloads/PROLinux64Weedle$ ./PROLinux64.x86_64 --force-opengl Set current directory to /home/joey/Downloads/PROLinux64Weedle Found path: /home/joey/Downloads/PROLinux64Weedle/PROLinux64.x86_64 Mono path[0] = '/home/joey/Downloads/PROLinux64Weedle/PROLinux64_Data/Managed' Mono path[1] = '/home/joey/Downloads/PROLinux64Weedle/PROLinux64_Data/Mono' Mono config path = '/home/joey/Downloads/PROLinux64Weedle/PROLinux64_Data/Mono/etc' displaymanager : xrandr version warning. 1.5 client has 3 screens displaymanager screen (0)(VGA1): 1920 x 1080 Using libudev for joystick management Importing game controller configs just stops and goes to new command line I also have my current info on graphics joey@OptiPlex-755:~/Downloads/PROLinux64Weedle$ lshw -c video WARNING: you should run this program as super-user. *-display:0 description: VGA compatible controller product: 82Q35 Express Integrated Graphics Controller vendor: Intel Corporation physical id: 2 bus info: pci@0000:00:02.0 version: 02 width: 32 bits clock: 33MHz capabilities: vga_controller bus_master cap_list rom configuration: driver=i915 latency=0 resources: irq:28 memory:fea00000-fea7ffff ioport:ec90(size=8) memory:d0000000-dfffffff memory:feb00000-febfffff memory:c0000-dffff *-display:1 UNCLAIMED description: Display controller product: 82Q35 Express Integrated Graphics Controller vendor: Intel Corporation physical id: 2.1 bus info: pci@0000:00:02.1 version: 02 width: 32 bits clock: 33MHz capabilities: bus_master cap_list configuration: latency=0 resources: memory:fea80000-feafffff WARNING: output may be incomplete or inaccurate, you should run this program as super-user.
  5. Hey guys I'm running Ubuntu 16.04, I have a Intel chipset & downloaded the 64bit client for my 64bit Ubuntu install. I extracted the client & when i click the 86-64 launcher nothing happens except a screen that comes up for a split second then goes away. I tried to force open and open gl but no luck. Any tips?
  6. Hey guys I am running Arch linux with the kde plasma desktop environment. It's a fresh install a few friends from work would like to do a pokemon pro play through & have battles at the end. I am a little new to linux, had 32but Ubuntu before I swapped over to arch 64bit. Issue I downloaded the pokemon pro zip for linux 64bit from the official site & added the text doccument into my downloads folder when i run in terminal I get this & it sits there forever Code: Select all Found path: /home/joey/Downloads/PROLinux64.x86_64 Mono path[0] = '/home/joey/Downloads/PROLinux64_Data/Managed' Mono path[1] = '/home/joey/Downloads/PROLinux64_Data/Mono' Mono config path = '/home/joey/Downloads/PROLinux64_Data/Mono/etc' displaymanager : xrandr version warning. 1.5 client has 3 screens displaymanager screen (0)(VGA1): 1920 x 1080 Using libudev for joystick management Importing game controller configs and for the text document I added it from the arch install guide on these forums Code: Select all #!/bin/sh echo "Executing PRO" cd /home/joey/Downloads/PROLinux64_Data ./home/joey/Downloads/PROLinux64.x86_64
  7. Yeah got the shell script from there, I'll take a few screenshots of what is happening and see if anyone in the thread you posted has any info :)
  8. Hey guys I am running Arch linux with the kde plasma desktop environment. It's a fresh install a few friends from work would like to do a pokemon pro play through & have battles at the end. I am a little new to linux, had 32but Ubuntu before I swapped over to arch 64bit. Issue I downloaded the pokemon pro zip for linux 64bit from the official site & added the text doccument into my downloads folder when i run in terminal I get this & it sits there forever Found path: /home/joey/Downloads/PROLinux64.x86_64 Mono path[0] = '/home/joey/Downloads/PROLinux64_Data/Managed' Mono path[1] = '/home/joey/Downloads/PROLinux64_Data/Mono' Mono config path = '/home/joey/Downloads/PROLinux64_Data/Mono/etc' displaymanager : xrandr version warning. 1.5 client has 3 screens displaymanager screen (0)(VGA1): 1920 x 1080 Using libudev for joystick management Importing game controller configs and for the text document I added it from the arch install guide on these forums <i> </i>#!/bin/sh echo "Executing PRO" cd /home/joey/Downloads/PROLinux64_Data ./home/joey/Downloads/PROLinux64.x86_64
×
×
  • Create New...