Last active
August 13, 2018 23:54
-
-
Save catvec/5c6c4f0e468816ad76cca7cbceeb638e to your computer and use it in GitHub Desktop.
Web GL Error Logs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Error: WebGL warning: Failed to create WebGL context: WebGL creation failed: | |
| * Error during native OpenGL init. | |
| * Exhausted GL driver caps. | |
| * Exhausted GL driver options. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 00:02.0 VGA compatible controller: Intel Corporation Skylake GT2 [HD Graphics 520] (rev 07) (prog-if 00 [VGA controller]) | |
| DeviceName: Onboard IGD | |
| Subsystem: Dell Skylake GT2 [HD Graphics 520] | |
| Flags: bus master, fast devsel, latency 0, IRQ 126 | |
| Memory at db000000 (64-bit, non-prefetchable) [size=16M] | |
| Memory at 90000000 (64-bit, prefetchable) [size=256M] | |
| I/O ports at f000 [size=64] | |
| [virtual] Expansion ROM at 000c0000 [disabled] [size=128K] | |
| Capabilities: <access denied> | |
| Kernel driver in use: i915 | |
| Kernel modules: i915 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment