Summary: | После обновления xorg-dri-virtio с 22.2.1-alt2 -> 22.2.2-alt1 версия OpenGL понизилась с 4.3 до 3.0 | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | Sisyphus | Reporter: | Антон Мидюков <antohami> | ||||||||
Component: | xorg-dri-virtio | Assignee: | Valery Inozemtsev <shrek> | ||||||||
Status: | CLOSED FIXED | QA Contact: | qa-sisyphus | ||||||||
Severity: | normal | ||||||||||
Priority: | P5 | CC: | iv, shrek | ||||||||
Version: | unstable | ||||||||||
Hardware: | all | ||||||||||
OS: | Linux | ||||||||||
Bug Depends on: | |||||||||||
Bug Blocks: | 33000 | ||||||||||
Attachments: |
|
Description
Антон Мидюков
2022-11-28 15:51:47 MSK
Видеокарта хоста: API: OpenGL v: 4.6 Mesa 22.2.4 renderer: Mesa Intel HD Graphics 620 (KBL GT2) покажите вывод $ grep "Loaded and initialized" /var/log/Xorg.0.log с 22.2.1-alt2 и с 22.2.2-alt1 (Ответ для Valery Inozemtsev на комментарий #2) > покажите вывод > $ grep "Loaded and initialized" /var/log/Xorg.0.log > с 22.2.1-alt2 и с 22.2.2-alt1 В обоих случаях: (II) AIGLX: Loaded and initialized virtio_gpu Created attachment 12006 [details]
22.2.1..22.2.2
не вижу я тут ничего что бы могло привести к понижению версии
что по этому поводу говорит glxinfo на 22.2.1 и 22.2.2 Created attachment 12007 [details]
вывод glxinfo Mesa 22.2.1-alt2
Created attachment 12008 [details]
вывод glxinfo Mesa 22.2.2-alt1
inxi -G на Mesa 22.2.1-alt2: Graphics: Device-1: Red Hat Virtio GPU driver: virtio-pci v: N/A Display: x11 server: X.Org v: 1.21.1.4 driver: X: loaded: modesetting unloaded: fbdev,vesa dri: virtio_gpu gpu: virtio_gpu resolution: 1920x1011~75Hz OpenGL: renderer: virgl (Mesa Intel HD Graphics 620 (KBL GT2)) v: 4.3 Mesa 22.2.1 inxi -G на Mesa 22.2.2-alt1: Graphics: Device-1: Red Hat Virtio GPU driver: virtio-pci v: N/A Display: x11 server: X.Org v: 1.21.1.4 driver: X: loaded: modesetting unloaded: fbdev,vesa dri: virtio_gpu gpu: virtio_gpu resolution: 1920x1011~75Hz OpenGL: renderer: virgl (Mesa Intel HD Graphics 620 (KBL GT2)) v: 3.0 Mesa 22.2.2 $ diff -u glxinfo-mesa-22.2.1.log glxinfo-mesa-22.2.2.log ... - Preferred profile: core (0x1) - Max core profile version: 4.3 - Max compat profile version: 4.3 + Preferred profile: compat (0x2) + Max core profile version: 0.0 + Max compat profile version: 3.0 ... вот по этому куску думаю все понятно. в любом случае это уже не актуально и нужно смотреть на 22.3.0-alt1 (Ответ для Valery Inozemtsev на комментарий #9) > $ diff -u glxinfo-mesa-22.2.1.log glxinfo-mesa-22.2.2.log > ... > - Preferred profile: core (0x1) > - Max core profile version: 4.3 > - Max compat profile version: 4.3 > + Preferred profile: compat (0x2) > + Max core profile version: 0.0 > + Max compat profile version: 3.0 > ... > > вот по этому куску думаю все понятно. в любом случае это уже не актуально и > нужно смотреть на 22.3.0-alt1 В 22.3.0-alt1 выдаёт OpenGL 4.3. Пофиксилось. |