![]() |
|
Issues on Linux with OpenGL - Printable Version +- Dolphin, the GameCube and Wii emulator - Forums (https://forums.dolphin-emu.org) +-- Forum: Dolphin Emulator Discussion and Support (https://forums.dolphin-emu.org/Forum-dolphin-emulator-discussion-and-support) +--- Forum: Support (https://forums.dolphin-emu.org/Forum-support) +--- Thread: Issues on Linux with OpenGL (/Thread-issues-on-linux-with-opengl) |
Issues on Linux with OpenGL - generalguy26 - 12-09-2015 I'm having an issue where I crash with a bunch of OpenGL errors whenever I start up a game. Here is an imgur album with all the errors. For my graphical settings, I'm using the low-end budget laptop configuration from this reddit thread., except with OpenGL selected rather than Direct3D cause I have Intel Integrated and not AMD. Any ways on how to fix this and actually get melee working? RE: Issues on Linux with OpenGL - Anti-Ultimate - 12-09-2015 (12-09-2015, 01:39 PM)generalguy26 Wrote: I'm having an issue where I crash with a bunch of OpenGL errors whenever I start up a game. If it's a Intel HD 3000, then it's not supported. RE: Issues on Linux with OpenGL - Shonumi - 12-09-2015 As far as I can tell, the Intel T4500 has an integrated GPU (or IGP as we could also call it). From what I've dug up it's running an Intel GMA X4500. I'm fairly certain the highest version of OpenGL any Intel GMA ever supported was OpenGL 2.1. With 4.0, you need OpenGL 3.0 or higher. So essentially, your hardware's too old. RE: Issues on Linux with OpenGL - degasus - 12-09-2015 The HD3000 is supported, but nothing older. Your screenshot says "ironlake" which is one bit too old. OpenGL 3 support can be faked, but UBO just isn't implemented. As a hint, this GPU is too slow to run dolphin at full speed anyways, so I doubt it's worth to blame mesa. You can still use dolphin 4.0, as we did support ironlake in the last stable version. But expect lots of other issues because of this old version. RE: Issues on Linux with OpenGL - mbc07 - 12-10-2015 (12-09-2015, 02:33 PM)Shonumi Wrote: As far as I can tell, the Intel T4500 has an integrated GPU (or IGP as we could also call it). From what I've dug up it's running an Intel GMA X4500. Correct me if I'm wrong but at that time GPUs weren't embedded on the CPU yet, right? If that's the iGP we're talking about, well, prepare for a baaaaaaad experience, while it works in 4.0.2, prepare for graphical glitches that occur only on those GPUs, random shader compilation issues and so on... |