- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
We try to start GLRenderer on DISPLAY=":2"
>2020-05-20T06:28:26.714-05:00| mks| I125: MKS-RenderMain: PowerOn allowed MKSBasicOps GLRenderer GLBasic
>2020-05-20T06:28:26.714-05:00| mks| I125: MKS-RenderMain: Collecting RenderOps caps from GLRenderer
>2020-05-20T06:28:26.718-05:00| mks| I125: MKSXInput: XI major version 2, minor version 3
>2020-05-20T06:28:26.720-05:00| mks| W115: GLBackend: Overriding DRI driver blacklistFail to realpath: /usr/lib64/dri/tls/swrast_dri.so, errno=2
>2020-05-20T06:28:26.722-05:00| mks| I125: Denied library: /usr/lib64/dri/tls/swrast_dri.so
>2020-05-20T06:28:26.794-05:00| mks| I125: GLHostX11: Created context with GL 2.1, core: 0, robust: 0, resetStrategy: NO_NOTIFICATION
>2020-05-20T06:28:26.795-05:00| mks| I125: GLHostX11: Found direct rendering display ":2"
>2020-05-20T06:28:26.820-05:00| mks| W115: XINFO XErrorEvent: knownDisplay=1, request 151.34, error 165: GLXBadFBConfig
>2020-05-20T06:28:26.820-05:00| mks| W115: XINFO XErrorEvent: knownDisplay=1, request 151.34, error 165: GLXBadFBConfig
>2020-05-20T06:28:26.820-05:00| mks| W115: XINFO XErrorEvent: knownDisplay=1, request 151.34, error 165: GLXBadFBConfig
>2020-05-20T06:28:26.820-05:00| mks| W115: XINFO XErrorEvent: knownDisplay=1, request 151.34, error 165: GLXBadFBConfig
>2020-05-20T06:28:26.820-05:00| mks| W115: XINFO XErrorEvent: knownDisplay=1, request 151.34, error 165: GLXBadFBConfig
>2020-05-20T06:28:26.820-05:00| mks| W115: XINFO XErrorEvent: knownDisplay=1, request 151.34, error 165: GLXBadFBConfig
>2020-05-20T06:28:26.820-05:00| mks| W115: XINFO XErrorEvent: knownDisplay=1, request 151.34, error 165: GLXBadFBConfig
>2020-05-20T06:28:26.820-05:00| mks| W115: XINFO XErrorEvent: knownDisplay=1, request 151.34, error 165: GLXBadFBConfig
>2020-05-20T06:28:26.820-05:00| mks| W115: XINFO XErrorEvent: knownDisplay=1, request 151.34, error 165: GLXBadFBConfig
>2020-05-20T06:28:26.820-05:00| mks| W115: XINFO XErrorEvent: knownDisplay=1, request 151.34, error 165: GLXBadFBConfig
>2020-05-20T06:28:26.821-05:00| mks| W115: GLWindow: GLHost init failed
>2020-05-20T06:28:26.821-05:00| mks| I125: GL Renderer: Stopping
>2020-05-20T06:28:26.822-05:00| mks| I125: MKS-RenderMain: Failed to start the renderer GLRenderer
...and then it goes wrong.
It looks like you have this config option set:
2020-05-20T06:28:24.307-05:00| vmx| I125: DICT --- USER PREFERENCES /user1/VMs/.vmware/preferences
2020-05-20T06:28:24.308-05:00| vmx| I125: DICT mks.gl.allowBlacklistedDrivers = "TRUE"
That's probably causing us to try to start up on the Mesa driver on the X server without acceleration, rather than continuing to search for a working driver.
I'd try removing that option and see if it will keep searching for the other X server?