Blog/content/posts/opengl_always_software.md

21 lines
772 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: "Использование софтверного драйвера OpenGL"
date: 2022-06-09T02:28:20+03:00
draft: false
tags: [opengl, linux, games]
---
Переменная окружения `LIBGL_ALWAYS_SOFTWARE=1` позволяет задействовать софтварный драйвер OpenGL.
С этим параметром даже Minecraft 1.18.2 на мамонте запускатся.
```
lspci | grep -i vga
00:02.0 VGA compatible controller: Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller (rev 07)
glxinfo | grep "OpenGL version"
OpenGL version string: 2.1 Mesa 22.1.
```
Спасибо **devl547**.
[Линк](https://www.linux.org.ru/forum/linux-hardware/16870862?cid=16873411) с ЛОРа.