How to emulate/replace OpenGL version?

Олег Никонов

Recently bought Saints Row 4 for Linux. But it needs OpenGL 4.1, when my graphics card(ATI 5470 Mobilty Graphics) haves 3.3. My notebook is running now Ubuntu 16.04.1, Mesa from Padoka PPA. I tried to replace OpenGL version:

export MESA_GL_VERSION_OVERRIDE=4.1COMPAT
export MESA_GLSL_VERSION_OVERRIDE=410

Then i launched Steam and took black screen with sound when game works. Also i tried

export LANG=C
export LC_NUMERIC=POSIX
export force_s3tc_enable=true

But it has no effect too. Notebook Lenovo G565 with AMD processor, Ubuntu 16.04.1 with Mesa from Padoka PPA. How to run game on OpenGL 3.3 without black screen? With bugs, glitches, but without black screen. Thanks.

dobey

You cannot fake it. If your hardware only supports 3.3 and the software needs 4.1, you will have to get new hardware to use that software, or you'll have to force software rendering, which will be extremely slow.

Try export LIBGL_ALWAYS_SOFTWARE=1 to force software rendering.

It seems however that your card should support OpenGL 4.4, however it appears the radeon driver does not support that version for your card. Another option would be to revert to ubuntu 14.04 LTS (no newer than 14.04.4), and use the fglrx proprietary driver, which should enable you to use the full capability of the hardware you have.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

How to set OpenGL version?

From Dev

How to check for OpenGL version conformance?

From Dev

How to install OpenGL version 2.0

From Dev

How to get OpenGL version using Javascript?

From Dev

How to specify OpenGL version in X window?

From Dev

OpenGL how to determine the latest version to code with

From Dev

How to detect if Qt is OpenGL or Angle version in qmake project?

From Dev

How to update to latest OpenGL version on Virtualbox Ubuntu Linux machine?

From Dev

How to find my OpenGL version in linux(Ubuntu 14.04)

From Dev

How to run OpenGL version 3.3 (with Intel HD 4000) on Ubuntu 15.04

From Dev

How to update to latest OpenGL version on Virtualbox Ubuntu Linux machine?

From Dev

How do I declare the OpenGL version in shaders on Android?

From Dev

How to find my OpenGL version in linux(Ubuntu 14.04)

From Dev

How to change the size of the texture when displayed it on the screen in openGL (version> 3.3)?

From Dev

How to update to latest OpenGL version on Virtualbox Ubuntu Linux machine?

From Dev

How to run OpenGL version 3.3 (with Intel HD 4000) on Ubuntu 15.04

From Dev

How come OpenGL version is only 1.4 with Tesla K40?

From Dev

Confused about openGL version

From Dev

OpenGL shader version error

From Dev

FreeGlut OpenGL Context Version

From Dev

Opengl version problem on MESA

From Dev

OpenGL Version is not getting printed

From Dev

OpenGL shader version error

From Dev

openGL version in macbook air?

From Dev

OpenGL compiling with incorrect version

From Dev

VirtualBox: OpenGL version limited to OpenGL 2.1

From Dev

OpenGL Version - My system will not upgrade from OpenGL Version 1.1

From Dev

GLSL version doesn't match OpenGL version

From Dev

Change OpenGL ES version on iOS

Related Related

  1. 1

    How to set OpenGL version?

  2. 2

    How to check for OpenGL version conformance?

  3. 3

    How to install OpenGL version 2.0

  4. 4

    How to get OpenGL version using Javascript?

  5. 5

    How to specify OpenGL version in X window?

  6. 6

    OpenGL how to determine the latest version to code with

  7. 7

    How to detect if Qt is OpenGL or Angle version in qmake project?

  8. 8

    How to update to latest OpenGL version on Virtualbox Ubuntu Linux machine?

  9. 9

    How to find my OpenGL version in linux(Ubuntu 14.04)

  10. 10

    How to run OpenGL version 3.3 (with Intel HD 4000) on Ubuntu 15.04

  11. 11

    How to update to latest OpenGL version on Virtualbox Ubuntu Linux machine?

  12. 12

    How do I declare the OpenGL version in shaders on Android?

  13. 13

    How to find my OpenGL version in linux(Ubuntu 14.04)

  14. 14

    How to change the size of the texture when displayed it on the screen in openGL (version> 3.3)?

  15. 15

    How to update to latest OpenGL version on Virtualbox Ubuntu Linux machine?

  16. 16

    How to run OpenGL version 3.3 (with Intel HD 4000) on Ubuntu 15.04

  17. 17

    How come OpenGL version is only 1.4 with Tesla K40?

  18. 18

    Confused about openGL version

  19. 19

    OpenGL shader version error

  20. 20

    FreeGlut OpenGL Context Version

  21. 21

    Opengl version problem on MESA

  22. 22

    OpenGL Version is not getting printed

  23. 23

    OpenGL shader version error

  24. 24

    openGL version in macbook air?

  25. 25

    OpenGL compiling with incorrect version

  26. 26

    VirtualBox: OpenGL version limited to OpenGL 2.1

  27. 27

    OpenGL Version - My system will not upgrade from OpenGL Version 1.1

  28. 28

    GLSL version doesn't match OpenGL version

  29. 29

    Change OpenGL ES version on iOS

HotTag

Archive