You are not logged in.
I want to use the latest version of Blender, but whenever I launch it (whether it's installed from official repositories or blender.org), it crashes and says that OpenGL is required to use the software. My laptop (HP Pavilion dv6) has two GPUs: Intel HD Graphics 3000 - intergrated GPU, and AMD Radeon HD 6400M/7400M - discrete GPU. I assume that my system uses the integrated GPU: the command ' glxinfo | grep "OpenGL version" ' says that my OpenGL version is 3.3. I know that my discrete GPU supports OpenGL 4.5.
How do I check the GPU is currently in use?
How do I switch between the GPUs to have OpenGL 4.5 in use?
Last edited by DenyAllow (Yesterday 14:11:07)
Offline
DRI_PRIME=1 glxinfo should switch it to the dedicadet card.
Same goes for blender:
DRI_PRIME=1 blender should start it on the dedicated card
Offline
DRI_PRIME=1 glxinfo should switch it to the dedicadet card.
Same goes for blender:
DRI_PRIME=1 blender should start it on the dedicated card
That didn't fix the problem. In terminal, it gives several EGL errors (EGL_BAD_MATCH) and quits.
Offline
Are you using X11 or wayland ?
If X11, is xf86-video-intel installed ?
If yes, try removing it.
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
Are you using X11 or wayland ?
If X11, is xf86-video-intel installed ?
If yes, try removing it.
I'm using KDE Plasma 6.3.5 on Wayland session.
Offline
https://docs.blender.org/manual/en/late … nment.html
Ensure xorg-xwayland is installed, then try
DRI_PRIME=1 WAYLAND_DISPLAY="" blender
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
https://docs.blender.org/manual/en/late … nment.html
Ensure xorg-xwayland is installed, then try
DRI_PRIME=1 WAYLAND_DISPLAY="" blender
Well, something actually happened! No more EGL errors. But now it says that my graphics card or driver is not supported. It also outputed my graphics card: "Mesa AMD CAICOS (DRM 2.50.0 / 6.14.7-arch2-1, LLVM 19.1.7) 4.5 (Core Profile) Mesa 25.1.1-arch1.1". Do I just need to update GPU drivers?
Offline
Blender uses hip on amd gpus for rendering, but that requires a RX 5000 or newer .
You can try to configure blender to use software rendering on your cpu.
The performance will be bad, but it should atleast work.
Goto Edit > System > Preferences > Cycles Render Device and set it to None .
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
Blender uses hip on amd gpus for rendering, but that requires a RX 5000 or newer .
You can try to configure blender to use software rendering on your cpu.
The performance will be bad, but it should atleast work.Goto Edit > System > Preferences > Cycles Render Device and set it to None .
That's not related to my problem. I can't launch Blender at all, and I don't think it's about render engines.
Offline
In that case please post the full output you get when starting blender from terminal as well as the contents of /tmp/blender.crash.txt
https://docs.blender.org/manual/en/dev/ … rash.html# has more info .
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
In that case please post the full output you get when starting blender from terminal as well as the contents of /tmp/blender.crash.txt
https://docs.blender.org/manual/en/dev/ … rash.html# has more info .
Here is the output from the terminal:
Warning: Unsupported platform as it supports max 0 SSBO binding locations
Failed to create wl_display (Connection refused)
qt.qpa.plugin: Could not load the Qt platform plugin "wayland" in "" even though it was found.
Blender quit
About /tmp/blender.crash.txt, I don't have such a file.
Edited: I found out that you can get more complete logs if append "--factory-startup --debug-all" flag to the command. Here's the full output:
Switching to fully guarded memory allocator.
graph_id_tag_update: id=SCScene flags=BASE_FLAGS source=USER_EDIT
DEG_relations_tag_update: Tagging relations for update.
DEG_relations_tag_update: Tagging relations for update.
DEG_relations_tag_update: Tagging relations for update.
graph_id_tag_update: id=GRScene Collection flags=GEOMETRY, ID_RECALC_HIERARCHY source=USER_EDIT
graph_id_tag_update: id=GRCollection flags=GEOMETRY, ID_RECALC_HIERARCHY source=USER_EDIT
graph_id_tag_update: id=GRScene Collection flags=COPY_ON_EVAL source=USER_EDIT
graph_id_tag_update: id=SCScene flags=COPY_ON_EVAL source=USER_EDIT
graph_id_tag_update: id=GRCollection flags=COPY_ON_EVAL source=USER_EDIT
DEG_relations_tag_update: Tagging relations for update.
DEG_relations_tag_update: Tagging relations for update.
graph_id_tag_update: id=BRAirbrush flags=TRANSFORM, GEOMETRY, COPY_ON_EVAL source=USER_EDIT
DEG_relations_tag_update: Tagging relations for update.
graph_id_tag_update: id=GRScene Collection flags=GEOMETRY, ID_RECALC_HIERARCHY source=USER_EDIT
graph_id_tag_update: id=GRCollection flags=GEOMETRY, ID_RECALC_HIERARCHY source=USER_EDIT
graph_id_tag_update: id=GRScene Collection flags=COPY_ON_EVAL source=USER_EDIT
graph_id_tag_update: id=SCScene flags=COPY_ON_EVAL source=USER_EDIT
graph_id_tag_update: id=GRCollection flags=COPY_ON_EVAL source=USER_EDIT
DEG_relations_tag_update: Tagging relations for update.
DEG_relations_tag_update: Tagging relations for update.
DEG_relations_tag_update: Tagging relations for update.
graph_id_tag_update: id=GRScene Collection flags=GEOMETRY, ID_RECALC_HIERARCHY source=USER_EDIT
graph_id_tag_update: id=GRCollection flags=GEOMETRY, ID_RECALC_HIERARCHY source=USER_EDIT
graph_id_tag_update: id=GRScene Collection flags=COPY_ON_EVAL source=USER_EDIT
graph_id_tag_update: id=SCScene flags=COPY_ON_EVAL source=USER_EDIT
graph_id_tag_update: id=GRCollection flags=COPY_ON_EVAL source=USER_EDIT
DEG_relations_tag_update: Tagging relations for update.
DEG_relations_tag_update: Tagging relations for update.
DEG_relations_tag_update: Tagging relations for update.
graph_id_tag_update: id=GRScene Collection flags=GEOMETRY, ID_RECALC_HIERARCHY source=USER_EDIT
graph_id_tag_update: id=GRCollection flags=GEOMETRY, ID_RECALC_HIERARCHY source=USER_EDIT
graph_id_tag_update: id=GRScene Collection flags=COPY_ON_EVAL source=USER_EDIT
graph_id_tag_update: id=SCScene flags=COPY_ON_EVAL source=USER_EDIT
graph_id_tag_update: id=GRCollection flags=COPY_ON_EVAL source=USER_EDIT
DEG_relations_tag_update: Tagging relations for update.
DEG_relations_tag_update: Tagging relations for update.
DEG_relations_tag_update: Tagging relations for update.
graph_id_tag_update: id=GRScene Collection flags=GEOMETRY, ID_RECALC_HIERARCHY source=USER_EDIT
graph_id_tag_update: id=GRCollection flags=GEOMETRY, ID_RECALC_HIERARCHY source=USER_EDIT
graph_id_tag_update: id=GRScene Collection flags=COPY_ON_EVAL source=USER_EDIT
graph_id_tag_update: id=SCScene flags=COPY_ON_EVAL source=USER_EDIT
graph_id_tag_update: id=GRCollection flags=COPY_ON_EVAL source=USER_EDIT
DEG_relations_tag_update: Tagging relations for update.
DEG_relations_tag_update: Tagging relations for update.
DEG_relations_tag_update: Tagging relations for update.
graph_id_tag_update: id=GRScene Collection flags=GEOMETRY, ID_RECALC_HIERARCHY source=USER_EDIT
graph_id_tag_update: id=GRCollection flags=GEOMETRY, ID_RECALC_HIERARCHY source=USER_EDIT
graph_id_tag_update: id=GRScene Collection flags=COPY_ON_EVAL source=USER_EDIT
graph_id_tag_update: id=SCScene flags=COPY_ON_EVAL source=USER_EDIT
graph_id_tag_update: id=GRCollection flags=COPY_ON_EVAL source=USER_EDIT
DEG_relations_tag_update: Tagging relations for update.
DEG_relations_tag_update: Tagging relations for update.
DEG_relations_tag_update: Tagging relations for update.
graph_id_tag_update: id=GRScene Collection flags=GEOMETRY, ID_RECALC_HIERARCHY source=USER_EDIT
graph_id_tag_update: id=GRCollection flags=GEOMETRY, ID_RECALC_HIERARCHY source=USER_EDIT
graph_id_tag_update: id=GRScene Collection flags=COPY_ON_EVAL source=USER_EDIT
graph_id_tag_update: id=SCScene flags=COPY_ON_EVAL source=USER_EDIT
graph_id_tag_update: id=GRCollection flags=COPY_ON_EVAL source=USER_EDIT
DEG_relations_tag_update: Tagging relations for update.
DEG_relations_tag_update: Tagging relations for update.
DEG_relations_tag_update: Tagging relations for update.
graph_id_tag_update: id=GRScene Collection flags=GEOMETRY, ID_RECALC_HIERARCHY source=USER_EDIT
graph_id_tag_update: id=GRCollection flags=GEOMETRY, ID_RECALC_HIERARCHY source=USER_EDIT
graph_id_tag_update: id=GRScene Collection flags=COPY_ON_EVAL source=USER_EDIT
graph_id_tag_update: id=SCScene flags=COPY_ON_EVAL source=USER_EDIT
graph_id_tag_update: id=GRCollection flags=COPY_ON_EVAL source=USER_EDIT
DEG_relations_tag_update: Tagging relations for update.
DEG_relations_tag_update: Tagging relations for update.
DEG_relations_tag_update: Tagging relations for update.
graph_id_tag_update: id=GRScene Collection flags=GEOMETRY, ID_RECALC_HIERARCHY source=USER_EDIT
graph_id_tag_update: id=GRCollection flags=GEOMETRY, ID_RECALC_HIERARCHY source=USER_EDIT
graph_id_tag_update: id=GRScene Collection flags=COPY_ON_EVAL source=USER_EDIT
graph_id_tag_update: id=SCScene flags=COPY_ON_EVAL source=USER_EDIT
graph_id_tag_update: id=GRCollection flags=COPY_ON_EVAL source=USER_EDIT
DEG_relations_tag_update: Tagging relations for update.
DEG_relations_tag_update: Tagging relations for update.
DEG_relations_tag_update: Tagging relations for update.
graph_id_tag_update: id=GRScene Collection flags=GEOMETRY, ID_RECALC_HIERARCHY source=USER_EDIT
graph_id_tag_update: id=GRCollection flags=GEOMETRY, ID_RECALC_HIERARCHY source=USER_EDIT
graph_id_tag_update: id=GRScene Collection flags=COPY_ON_EVAL source=USER_EDIT
graph_id_tag_update: id=SCScene flags=COPY_ON_EVAL source=USER_EDIT
graph_id_tag_update: id=GRCollection flags=COPY_ON_EVAL source=USER_EDIT
DEG_relations_tag_update: Tagging relations for update.
DEG_relations_tag_update: Tagging relations for update.
DEG_relations_tag_update: Tagging relations for update.
graph_id_tag_update: id=GRScene Collection flags=GEOMETRY, ID_RECALC_HIERARCHY source=USER_EDIT
graph_id_tag_update: id=GRCollection flags=GEOMETRY, ID_RECALC_HIERARCHY source=USER_EDIT
graph_id_tag_update: id=GRScene Collection flags=COPY_ON_EVAL source=USER_EDIT
graph_id_tag_update: id=SCScene flags=COPY_ON_EVAL source=USER_EDIT
graph_id_tag_update: id=GRCollection flags=COPY_ON_EVAL source=USER_EDIT
DEG_relations_tag_update: Tagging relations for update.
DEG_relations_tag_update: Tagging relations for update.
DEG_relations_tag_update: Tagging relations for update.
graph_id_tag_update: id=GRScene Collection flags=GEOMETRY, ID_RECALC_HIERARCHY source=USER_EDIT
graph_id_tag_update: id=GRCollection flags=GEOMETRY, ID_RECALC_HIERARCHY source=USER_EDIT
graph_id_tag_update: id=GRScene Collection flags=COPY_ON_EVAL source=USER_EDIT
graph_id_tag_update: id=SCScene flags=COPY_ON_EVAL source=USER_EDIT
graph_id_tag_update: id=GRCollection flags=COPY_ON_EVAL source=USER_EDIT
DEG_relations_tag_update: Tagging relations for update.
DEG_relations_tag_update: Tagging relations for update.
DEG_relations_tag_update: Tagging relations for update.
graph_id_tag_update: id=GRScene Collection flags=GEOMETRY, ID_RECALC_HIERARCHY source=USER_EDIT
graph_id_tag_update: id=GRCollection flags=GEOMETRY, ID_RECALC_HIERARCHY source=USER_EDIT
graph_id_tag_update: id=GRScene Collection flags=COPY_ON_EVAL source=USER_EDIT
graph_id_tag_update: id=SCScene flags=COPY_ON_EVAL source=USER_EDIT
graph_id_tag_update: id=GRCollection flags=COPY_ON_EVAL source=USER_EDIT
DEG_relations_tag_update: Tagging relations for update.
DEG_relations_tag_update: Tagging relations for update.
DEG_relations_tag_update: Tagging relations for update.
graph_id_tag_update: id=GRScene Collection flags=GEOMETRY, ID_RECALC_HIERARCHY source=USER_EDIT
graph_id_tag_update: id=GRCollection flags=GEOMETRY, ID_RECALC_HIERARCHY source=USER_EDIT
graph_id_tag_update: id=GRScene Collection flags=COPY_ON_EVAL source=USER_EDIT
graph_id_tag_update: id=SCScene flags=COPY_ON_EVAL source=USER_EDIT
graph_id_tag_update: id=GRCollection flags=COPY_ON_EVAL source=USER_EDIT
DEG_relations_tag_update: Tagging relations for update.
DEG_relations_tag_update: Tagging relations for update.
DEG_relations_tag_update: Tagging relations for update.
graph_id_tag_update: id=GRScene Collection flags=GEOMETRY, ID_RECALC_HIERARCHY source=USER_EDIT
graph_id_tag_update: id=GRCollection flags=GEOMETRY, ID_RECALC_HIERARCHY source=USER_EDIT
graph_id_tag_update: id=GRScene Collection flags=COPY_ON_EVAL source=USER_EDIT
graph_id_tag_update: id=SCScene flags=COPY_ON_EVAL source=USER_EDIT
graph_id_tag_update: id=GRCollection flags=COPY_ON_EVAL source=USER_EDIT
DEG_relations_tag_update: Tagging relations for update.
DEG_relations_tag_update: Tagging relations for update.
DEG_relations_tag_update: Tagging relations for update.
graph_id_tag_update: id=GRScene Collection flags=GEOMETRY, ID_RECALC_HIERARCHY source=USER_EDIT
graph_id_tag_update: id=GRCollection flags=GEOMETRY, ID_RECALC_HIERARCHY source=USER_EDIT
graph_id_tag_update: id=GRScene Collection flags=COPY_ON_EVAL source=USER_EDIT
graph_id_tag_update: id=SCScene flags=COPY_ON_EVAL source=USER_EDIT
graph_id_tag_update: id=GRCollection flags=COPY_ON_EVAL source=USER_EDIT
DEG_relations_tag_update: Tagging relations for update.
DEG_relations_tag_update: Tagging relations for update.
DEG_relations_tag_update: Tagging relations for update.
graph_id_tag_update: id=GRScene Collection flags=GEOMETRY, ID_RECALC_HIERARCHY source=USER_EDIT
graph_id_tag_update: id=GRCollection flags=GEOMETRY, ID_RECALC_HIERARCHY source=USER_EDIT
graph_id_tag_update: id=GRScene Collection flags=COPY_ON_EVAL source=USER_EDIT
graph_id_tag_update: id=SCScene flags=COPY_ON_EVAL source=USER_EDIT
graph_id_tag_update: id=GRCollection flags=COPY_ON_EVAL source=USER_EDIT
DEG_relations_tag_update: Tagging relations for update.
DEG_relations_tag_update: Tagging relations for update.
DEG_relations_tag_update: Tagging relations for update.
graph_id_tag_update: id=GRScene Collection flags=GEOMETRY, ID_RECALC_HIERARCHY source=USER_EDIT
graph_id_tag_update: id=GRCollection flags=GEOMETRY, ID_RECALC_HIERARCHY source=USER_EDIT
graph_id_tag_update: id=GRScene Collection flags=COPY_ON_EVAL source=USER_EDIT
graph_id_tag_update: id=SCScene flags=COPY_ON_EVAL source=USER_EDIT
graph_id_tag_update: id=GRCollection flags=COPY_ON_EVAL source=USER_EDIT
DEG_relations_tag_update: Tagging relations for update.
DEG_relations_tag_update: Tagging relations for update.
DEG_relations_tag_update: Tagging relations for update.
graph_id_tag_update: id=GRScene Collection flags=GEOMETRY, ID_RECALC_HIERARCHY source=USER_EDIT
graph_id_tag_update: id=GRCollection flags=GEOMETRY, ID_RECALC_HIERARCHY source=USER_EDIT
graph_id_tag_update: id=GRScene Collection flags=COPY_ON_EVAL source=USER_EDIT
graph_id_tag_update: id=SCScene flags=COPY_ON_EVAL source=USER_EDIT
graph_id_tag_update: id=GRCollection flags=COPY_ON_EVAL source=USER_EDIT
DEG_relations_tag_update: Tagging relations for update.
DEG_relations_tag_update: Tagging relations for update.
DEG_relations_tag_update: Tagging relations for update.
graph_id_tag_update: id=GRScene Collection flags=GEOMETRY, ID_RECALC_HIERARCHY source=USER_EDIT
graph_id_tag_update: id=GRCollection flags=GEOMETRY, ID_RECALC_HIERARCHY source=USER_EDIT
graph_id_tag_update: id=GRScene Collection flags=COPY_ON_EVAL source=USER_EDIT
graph_id_tag_update: id=SCScene flags=COPY_ON_EVAL source=USER_EDIT
graph_id_tag_update: id=GRCollection flags=COPY_ON_EVAL source=USER_EDIT
DEG_relations_tag_update: Tagging relations for update.
DEG_relations_tag_update: Tagging relations for update.
DEG_relations_tag_update: Tagging relations for update.
graph_id_tag_update: id=GRScene Collection flags=GEOMETRY, ID_RECALC_HIERARCHY source=USER_EDIT
graph_id_tag_update: id=GRCollection flags=GEOMETRY, ID_RECALC_HIERARCHY source=USER_EDIT
graph_id_tag_update: id=GRScene Collection flags=COPY_ON_EVAL source=USER_EDIT
graph_id_tag_update: id=SCScene flags=COPY_ON_EVAL source=USER_EDIT
graph_id_tag_update: id=GRCollection flags=COPY_ON_EVAL source=USER_EDIT
DEG_relations_tag_update: Tagging relations for update.
DEG_relations_tag_update: Tagging relations for update.
DEG_relations_tag_update: Tagging relations for update.
graph_id_tag_update: id=GRScene Collection flags=GEOMETRY, ID_RECALC_HIERARCHY source=USER_EDIT
graph_id_tag_update: id=GRCollection flags=GEOMETRY, ID_RECALC_HIERARCHY source=USER_EDIT
graph_id_tag_update: id=GRScene Collection flags=COPY_ON_EVAL source=USER_EDIT
graph_id_tag_update: id=SCScene flags=COPY_ON_EVAL source=USER_EDIT
graph_id_tag_update: id=GRCollection flags=COPY_ON_EVAL source=USER_EDIT
DEG_relations_tag_update: Tagging relations for update.
DEG_relations_tag_update: Tagging relations for update.
DEG_relations_tag_update: Tagging relations for update.
graph_id_tag_update: id=GRScene Collection flags=GEOMETRY, ID_RECALC_HIERARCHY source=USER_EDIT
graph_id_tag_update: id=GRCollection flags=GEOMETRY, ID_RECALC_HIERARCHY source=USER_EDIT
graph_id_tag_update: id=GRScene Collection flags=COPY_ON_EVAL source=USER_EDIT
graph_id_tag_update: id=SCScene flags=COPY_ON_EVAL source=USER_EDIT
graph_id_tag_update: id=GRCollection flags=COPY_ON_EVAL source=USER_EDIT
DEG_relations_tag_update: Tagging relations for update.
DEG_relations_tag_update: Tagging relations for update.
DEG_relations_tag_update: Tagging relations for update.
graph_id_tag_update: id=GRScene Collection flags=GEOMETRY, ID_RECALC_HIERARCHY source=USER_EDIT
graph_id_tag_update: id=GRCollection flags=GEOMETRY, ID_RECALC_HIERARCHY source=USER_EDIT
graph_id_tag_update: id=GRScene Collection flags=COPY_ON_EVAL source=USER_EDIT
graph_id_tag_update: id=SCScene flags=COPY_ON_EVAL source=USER_EDIT
graph_id_tag_update: id=GRCollection flags=COPY_ON_EVAL source=USER_EDIT
DEG_relations_tag_update: Tagging relations for update.
DEG_relations_tag_update: Tagging relations for update.
DEG_relations_tag_update: Tagging relations for update.
graph_id_tag_update: id=GRScene Collection flags=GEOMETRY, ID_RECALC_HIERARCHY source=USER_EDIT
graph_id_tag_update: id=GRCollection flags=GEOMETRY, ID_RECALC_HIERARCHY source=USER_EDIT
graph_id_tag_update: id=GRScene Collection flags=COPY_ON_EVAL source=USER_EDIT
graph_id_tag_update: id=SCScene flags=COPY_ON_EVAL source=USER_EDIT
graph_id_tag_update: id=GRCollection flags=COPY_ON_EVAL source=USER_EDIT
DEG_relations_tag_update: Tagging relations for update.
DEG_relations_tag_update: Tagging relations for update.
DEG_relations_tag_update: Tagging relations for update.
graph_id_tag_update: id=GRScene Collection flags=GEOMETRY, ID_RECALC_HIERARCHY source=USER_EDIT
graph_id_tag_update: id=GRCollection flags=GEOMETRY, ID_RECALC_HIERARCHY source=USER_EDIT
graph_id_tag_update: id=GRScene Collection flags=COPY_ON_EVAL source=USER_EDIT
graph_id_tag_update: id=SCScene flags=COPY_ON_EVAL source=USER_EDIT
graph_id_tag_update: id=GRCollection flags=COPY_ON_EVAL source=USER_EDIT
DEG_relations_tag_update: Tagging relations for update.
DEG_relations_tag_update: Tagging relations for update.
DEG_relations_tag_update: Tagging relations for update.
graph_id_tag_update: id=GRScene Collection flags=GEOMETRY, ID_RECALC_HIERARCHY source=USER_EDIT
graph_id_tag_update: id=GRCollection flags=GEOMETRY, ID_RECALC_HIERARCHY source=USER_EDIT
graph_id_tag_update: id=GRScene Collection flags=COPY_ON_EVAL source=USER_EDIT
graph_id_tag_update: id=SCScene flags=COPY_ON_EVAL source=USER_EDIT
graph_id_tag_update: id=GRCollection flags=COPY_ON_EVAL source=USER_EDIT
DEG_relations_tag_update: Tagging relations for update.
DEG_relations_tag_update: Tagging relations for update.
DEG_relations_tag_update: Tagging relations for update.
graph_id_tag_update: id=GRScene Collection flags=GEOMETRY, ID_RECALC_HIERARCHY source=USER_EDIT
graph_id_tag_update: id=GRCollection flags=GEOMETRY, ID_RECALC_HIERARCHY source=USER_EDIT
graph_id_tag_update: id=GRScene Collection flags=COPY_ON_EVAL source=USER_EDIT
graph_id_tag_update: id=SCScene flags=COPY_ON_EVAL source=USER_EDIT
graph_id_tag_update: id=GRCollection flags=COPY_ON_EVAL source=USER_EDIT
DEG_relations_tag_update: Tagging relations for update.
DEG_relations_tag_update: Tagging relations for update.
DEG_relations_tag_update: Tagging relations for update.
graph_id_tag_update: id=GRScene Collection flags=GEOMETRY, ID_RECALC_HIERARCHY source=USER_EDIT
graph_id_tag_update: id=GRCollection flags=GEOMETRY, ID_RECALC_HIERARCHY source=USER_EDIT
graph_id_tag_update: id=GRScene Collection flags=COPY_ON_EVAL source=USER_EDIT
graph_id_tag_update: id=SCScene flags=COPY_ON_EVAL source=USER_EDIT
graph_id_tag_update: id=GRCollection flags=COPY_ON_EVAL source=USER_EDIT
DEG_relations_tag_update: Tagging relations for update.
DEG_relations_tag_update: Tagging relations for update.
DEG_relations_tag_update: Tagging relations for update.
graph_id_tag_update: id=GRScene Collection flags=GEOMETRY, ID_RECALC_HIERARCHY source=USER_EDIT
graph_id_tag_update: id=GRCollection flags=GEOMETRY, ID_RECALC_HIERARCHY source=USER_EDIT
graph_id_tag_update: id=GRScene Collection flags=COPY_ON_EVAL source=USER_EDIT
graph_id_tag_update: id=SCScene flags=COPY_ON_EVAL source=USER_EDIT
graph_id_tag_update: id=GRCollection flags=COPY_ON_EVAL source=USER_EDIT
DEG_relations_tag_update: Tagging relations for update.
DEG_relations_tag_update: Tagging relations for update.
DEG_relations_tag_update: Tagging relations for update.
graph_id_tag_update: id=GRScene Collection flags=GEOMETRY, ID_RECALC_HIERARCHY source=USER_EDIT
graph_id_tag_update: id=GRCollection flags=GEOMETRY, ID_RECALC_HIERARCHY source=USER_EDIT
graph_id_tag_update: id=GRScene Collection flags=COPY_ON_EVAL source=USER_EDIT
graph_id_tag_update: id=SCScene flags=COPY_ON_EVAL source=USER_EDIT
graph_id_tag_update: id=GRCollection flags=COPY_ON_EVAL source=USER_EDIT
DEG_relations_tag_update: Tagging relations for update.
DEG_relations_tag_update: Tagging relations for update.
DEG_relations_tag_update: Tagging relations for update.
graph_id_tag_update: id=GRScene Collection flags=GEOMETRY, ID_RECALC_HIERARCHY source=USER_EDIT
graph_id_tag_update: id=GRCollection flags=GEOMETRY, ID_RECALC_HIERARCHY source=USER_EDIT
graph_id_tag_update: id=GRScene Collection flags=COPY_ON_EVAL source=USER_EDIT
graph_id_tag_update: id=SCScene flags=COPY_ON_EVAL source=USER_EDIT
graph_id_tag_update: id=GRCollection flags=COPY_ON_EVAL source=USER_EDIT
DEG_relations_tag_update: Tagging relations for update.
DEG_relations_tag_update: Tagging relations for update.
DEG_relations_tag_update: Tagging relations for update.
graph_id_tag_update: id=GRScene Collection flags=GEOMETRY, ID_RECALC_HIERARCHY source=USER_EDIT
graph_id_tag_update: id=GRCollection flags=GEOMETRY, ID_RECALC_HIERARCHY source=USER_EDIT
graph_id_tag_update: id=GRScene Collection flags=COPY_ON_EVAL source=USER_EDIT
graph_id_tag_update: id=SCScene flags=COPY_ON_EVAL source=USER_EDIT
graph_id_tag_update: id=GRCollection flags=COPY_ON_EVAL source=USER_EDIT
DEG_relations_tag_update: Tagging relations for update.
DEG_relations_tag_update: Tagging relations for update.
DEG_relations_tag_update: Tagging relations for update.
graph_id_tag_update: id=GRScene Collection flags=GEOMETRY, ID_RECALC_HIERARCHY source=USER_EDIT
graph_id_tag_update: id=GRCollection flags=GEOMETRY, ID_RECALC_HIERARCHY source=USER_EDIT
graph_id_tag_update: id=GRScene Collection flags=COPY_ON_EVAL source=USER_EDIT
graph_id_tag_update: id=SCScene flags=COPY_ON_EVAL source=USER_EDIT
graph_id_tag_update: id=GRCollection flags=COPY_ON_EVAL source=USER_EDIT
DEG_relations_tag_update: Tagging relations for update.
DEG_relations_tag_update: Tagging relations for update.
DEG_relations_tag_update: Tagging relations for update.
graph_id_tag_update: id=GRScene Collection flags=GEOMETRY, ID_RECALC_HIERARCHY source=USER_EDIT
graph_id_tag_update: id=GRCollection flags=GEOMETRY, ID_RECALC_HIERARCHY source=USER_EDIT
graph_id_tag_update: id=GRScene Collection flags=COPY_ON_EVAL source=USER_EDIT
graph_id_tag_update: id=SCScene flags=COPY_ON_EVAL source=USER_EDIT
graph_id_tag_update: id=GRCollection flags=COPY_ON_EVAL source=USER_EDIT
DEG_relations_tag_update: Tagging relations for update.
DEG_relations_tag_update: Tagging relations for update.
DEG_relations_tag_update: Tagging relations for update.
graph_id_tag_update: id=GRScene Collection flags=GEOMETRY, ID_RECALC_HIERARCHY source=USER_EDIT
graph_id_tag_update: id=GRCollection flags=GEOMETRY, ID_RECALC_HIERARCHY source=USER_EDIT
graph_id_tag_update: id=GRScene Collection flags=COPY_ON_EVAL source=USER_EDIT
graph_id_tag_update: id=SCScene flags=COPY_ON_EVAL source=USER_EDIT
graph_id_tag_update: id=GRCollection flags=COPY_ON_EVAL source=USER_EDIT
DEG_relations_tag_update: Tagging relations for update.
DEG_relations_tag_update: Tagging relations for update.
DEG_relations_tag_update: Tagging relations for update.
graph_id_tag_update: id=GRScene Collection flags=GEOMETRY, ID_RECALC_HIERARCHY source=USER_EDIT
graph_id_tag_update: id=GRCollection flags=GEOMETRY, ID_RECALC_HIERARCHY source=USER_EDIT
graph_id_tag_update: id=GRScene Collection flags=COPY_ON_EVAL source=USER_EDIT
graph_id_tag_update: id=SCScene flags=COPY_ON_EVAL source=USER_EDIT
graph_id_tag_update: id=GRCollection flags=COPY_ON_EVAL source=USER_EDIT
DEG_relations_tag_update: Tagging relations for update.
DEG_relations_tag_update: Tagging relations for update.
DEG_relations_tag_update: Tagging relations for update.
graph_id_tag_update: id=GRScene Collection flags=GEOMETRY, ID_RECALC_HIERARCHY source=USER_EDIT
graph_id_tag_update: id=GRCollection flags=GEOMETRY, ID_RECALC_HIERARCHY source=USER_EDIT
graph_id_tag_update: id=GRScene Collection flags=COPY_ON_EVAL source=USER_EDIT
graph_id_tag_update: id=SCScene flags=COPY_ON_EVAL source=USER_EDIT
graph_id_tag_update: id=GRCollection flags=COPY_ON_EVAL source=USER_EDIT
DEG_relations_tag_update: Tagging relations for update.
DEG_relations_tag_update: Tagging relations for update.
DEG_relations_tag_update: Tagging relations for update.
graph_id_tag_update: id=GRScene Collection flags=GEOMETRY, ID_RECALC_HIERARCHY source=USER_EDIT
graph_id_tag_update: id=GRCollection flags=GEOMETRY, ID_RECALC_HIERARCHY source=USER_EDIT
graph_id_tag_update: id=GRScene Collection flags=COPY_ON_EVAL source=USER_EDIT
graph_id_tag_update: id=SCScene flags=COPY_ON_EVAL source=USER_EDIT
graph_id_tag_update: id=GRCollection flags=COPY_ON_EVAL source=USER_EDIT
DEG_relations_tag_update: Tagging relations for update.
DEG_relations_tag_update: Tagging relations for update.
DEG_relations_tag_update: Tagging relations for update.
graph_id_tag_update: id=GRScene Collection flags=GEOMETRY, ID_RECALC_HIERARCHY source=USER_EDIT
graph_id_tag_update: id=GRCollection flags=GEOMETRY, ID_RECALC_HIERARCHY source=USER_EDIT
graph_id_tag_update: id=GRScene Collection flags=COPY_ON_EVAL source=USER_EDIT
graph_id_tag_update: id=SCScene flags=COPY_ON_EVAL source=USER_EDIT
graph_id_tag_update: id=GRCollection flags=COPY_ON_EVAL source=USER_EDIT
DEG_relations_tag_update: Tagging relations for update.
DEG_relations_tag_update: Tagging relations for update.
DEG_relations_tag_update: Tagging relations for update.
graph_id_tag_update: id=GRScene Collection flags=GEOMETRY, ID_RECALC_HIERARCHY source=USER_EDIT
graph_id_tag_update: id=GRCollection flags=GEOMETRY, ID_RECALC_HIERARCHY source=USER_EDIT
graph_id_tag_update: id=GRScene Collection flags=COPY_ON_EVAL source=USER_EDIT
graph_id_tag_update: id=SCScene flags=COPY_ON_EVAL source=USER_EDIT
graph_id_tag_update: id=GRCollection flags=COPY_ON_EVAL source=USER_EDIT
DEG_relations_tag_update: Tagging relations for update.
DEG_relations_tag_update: Tagging relations for update.
DEG_relations_tag_update: Tagging relations for update.
graph_id_tag_update: id=GRScene Collection flags=GEOMETRY, ID_RECALC_HIERARCHY source=USER_EDIT
graph_id_tag_update: id=GRCollection flags=GEOMETRY, ID_RECALC_HIERARCHY source=USER_EDIT
graph_id_tag_update: id=GRScene Collection flags=COPY_ON_EVAL source=USER_EDIT
graph_id_tag_update: id=SCScene flags=COPY_ON_EVAL source=USER_EDIT
graph_id_tag_update: id=GRCollection flags=COPY_ON_EVAL source=USER_EDIT
DEG_relations_tag_update: Tagging relations for update.
DEG_relations_tag_update: Tagging relations for update.
DEG_relations_tag_update: Tagging relations for update.
graph_id_tag_update: id=GRScene Collection flags=GEOMETRY, ID_RECALC_HIERARCHY source=USER_EDIT
graph_id_tag_update: id=GRCollection flags=GEOMETRY, ID_RECALC_HIERARCHY source=USER_EDIT
graph_id_tag_update: id=GRScene Collection flags=COPY_ON_EVAL source=USER_EDIT
graph_id_tag_update: id=SCScene flags=COPY_ON_EVAL source=USER_EDIT
graph_id_tag_update: id=GRCollection flags=COPY_ON_EVAL source=USER_EDIT
DEG_relations_tag_update: Tagging relations for update.
DEG_relations_tag_update: Tagging relations for update.
DEG_relations_tag_update: Tagging relations for update.
graph_id_tag_update: id=GRScene Collection flags=GEOMETRY, ID_RECALC_HIERARCHY source=USER_EDIT
graph_id_tag_update: id=GRCollection flags=GEOMETRY, ID_RECALC_HIERARCHY source=USER_EDIT
graph_id_tag_update: id=GRScene Collection flags=COPY_ON_EVAL source=USER_EDIT
graph_id_tag_update: id=SCScene flags=COPY_ON_EVAL source=USER_EDIT
graph_id_tag_update: id=GRCollection flags=COPY_ON_EVAL source=USER_EDIT
DEG_relations_tag_update: Tagging relations for update.
DEG_relations_tag_update: Tagging relations for update.
DEG_relations_tag_update: Tagging relations for update.
graph_id_tag_update: id=GRScene Collection flags=GEOMETRY, ID_RECALC_HIERARCHY source=USER_EDIT
graph_id_tag_update: id=GRCollection flags=GEOMETRY, ID_RECALC_HIERARCHY source=USER_EDIT
graph_id_tag_update: id=GRScene Collection flags=COPY_ON_EVAL source=USER_EDIT
graph_id_tag_update: id=SCScene flags=COPY_ON_EVAL source=USER_EDIT
graph_id_tag_update: id=GRCollection flags=COPY_ON_EVAL source=USER_EDIT
DEG_relations_tag_update: Tagging relations for update.
DEG_relations_tag_update: Tagging relations for update.
graph_id_tag_update: id=BRPencil Soft flags=TRANSFORM, GEOMETRY, COPY_ON_EVAL source=USER_EDIT
DEG_relations_tag_update: Tagging relations for update.
graph_id_tag_update: id=GRScene Collection flags=GEOMETRY, ID_RECALC_HIERARCHY source=USER_EDIT
graph_id_tag_update: id=GRCollection flags=GEOMETRY, ID_RECALC_HIERARCHY source=USER_EDIT
graph_id_tag_update: id=GRScene Collection flags=COPY_ON_EVAL source=USER_EDIT
graph_id_tag_update: id=SCScene flags=COPY_ON_EVAL source=USER_EDIT
graph_id_tag_update: id=GRCollection flags=COPY_ON_EVAL source=USER_EDIT
DEG_relations_tag_update: Tagging relations for update.
DEG_relations_tag_update: Tagging relations for update.
DEG_relations_tag_update: Tagging relations for update.
graph_id_tag_update: id=GRScene Collection flags=GEOMETRY, ID_RECALC_HIERARCHY source=USER_EDIT
graph_id_tag_update: id=GRCollection flags=GEOMETRY, ID_RECALC_HIERARCHY source=USER_EDIT
graph_id_tag_update: id=GRScene Collection flags=COPY_ON_EVAL source=USER_EDIT
graph_id_tag_update: id=SCScene flags=COPY_ON_EVAL source=USER_EDIT
graph_id_tag_update: id=GRCollection flags=COPY_ON_EVAL source=USER_EDIT
DEG_relations_tag_update: Tagging relations for update.
DEG_relations_tag_update: Tagging relations for update.
DEG_relations_tag_update: Tagging relations for update.
graph_id_tag_update: id=GRScene Collection flags=GEOMETRY, ID_RECALC_HIERARCHY source=USER_EDIT
graph_id_tag_update: id=GRCollection flags=GEOMETRY, ID_RECALC_HIERARCHY source=USER_EDIT
graph_id_tag_update: id=GRScene Collection flags=COPY_ON_EVAL source=USER_EDIT
graph_id_tag_update: id=SCScene flags=COPY_ON_EVAL source=USER_EDIT
graph_id_tag_update: id=GRCollection flags=COPY_ON_EVAL source=USER_EDIT
DEG_relations_tag_update: Tagging relations for update.
DEG_relations_tag_update: Tagging relations for update.
DEG_relations_tag_update: Tagging relations for update.
graph_id_tag_update: id=GRScene Collection flags=GEOMETRY, ID_RECALC_HIERARCHY source=USER_EDIT
graph_id_tag_update: id=GRCollection flags=GEOMETRY, ID_RECALC_HIERARCHY source=USER_EDIT
graph_id_tag_update: id=GRScene Collection flags=COPY_ON_EVAL source=USER_EDIT
graph_id_tag_update: id=SCScene flags=COPY_ON_EVAL source=USER_EDIT
graph_id_tag_update: id=GRCollection flags=COPY_ON_EVAL source=USER_EDIT
DEG_relations_tag_update: Tagging relations for update.
DEG_relations_tag_update: Tagging relations for update.
DEG_relations_tag_update: Tagging relations for update.
graph_id_tag_update: id=GRScene Collection flags=GEOMETRY, ID_RECALC_HIERARCHY source=USER_EDIT
graph_id_tag_update: id=GRCollection flags=GEOMETRY, ID_RECALC_HIERARCHY source=USER_EDIT
graph_id_tag_update: id=GRScene Collection flags=COPY_ON_EVAL source=USER_EDIT
graph_id_tag_update: id=SCScene flags=COPY_ON_EVAL source=USER_EDIT
graph_id_tag_update: id=GRCollection flags=COPY_ON_EVAL source=USER_EDIT
DEG_relations_tag_update: Tagging relations for update.
DEG_relations_tag_update: Tagging relations for update.
DEG_relations_tag_update: Tagging relations for update.
graph_id_tag_update: id=GRScene Collection flags=GEOMETRY, ID_RECALC_HIERARCHY source=USER_EDIT
graph_id_tag_update: id=GRCollection flags=GEOMETRY, ID_RECALC_HIERARCHY source=USER_EDIT
graph_id_tag_update: id=GRScene Collection flags=COPY_ON_EVAL source=USER_EDIT
graph_id_tag_update: id=SCScene flags=COPY_ON_EVAL source=USER_EDIT
graph_id_tag_update: id=GRCollection flags=COPY_ON_EVAL source=USER_EDIT
DEG_relations_tag_update: Tagging relations for update.
DEG_relations_tag_update: Tagging relations for update.
DEG_relations_tag_update: Tagging relations for update.
graph_id_tag_update: id=GRScene Collection flags=GEOMETRY, ID_RECALC_HIERARCHY source=USER_EDIT
graph_id_tag_update: id=GRCollection flags=GEOMETRY, ID_RECALC_HIERARCHY source=USER_EDIT
graph_id_tag_update: id=GRScene Collection flags=COPY_ON_EVAL source=USER_EDIT
graph_id_tag_update: id=SCScene flags=COPY_ON_EVAL source=USER_EDIT
graph_id_tag_update: id=GRCollection flags=COPY_ON_EVAL source=USER_EDIT
DEG_relations_tag_update: Tagging relations for update.
DEG_relations_tag_update: Tagging relations for update.
DEG_relations_tag_update: Tagging relations for update.
graph_id_tag_update: id=GRScene Collection flags=GEOMETRY, ID_RECALC_HIERARCHY source=USER_EDIT
graph_id_tag_update: id=GRCollection flags=GEOMETRY, ID_RECALC_HIERARCHY source=USER_EDIT
graph_id_tag_update: id=GRScene Collection flags=COPY_ON_EVAL source=USER_EDIT
graph_id_tag_update: id=SCScene flags=COPY_ON_EVAL source=USER_EDIT
graph_id_tag_update: id=GRCollection flags=COPY_ON_EVAL source=USER_EDIT
DEG_relations_tag_update: Tagging relations for update.
DEG_relations_tag_update: Tagging relations for update.
DEG_relations_tag_update: Tagging relations for update.
graph_id_tag_update: id=GRScene Collection flags=GEOMETRY, ID_RECALC_HIERARCHY source=USER_EDIT
graph_id_tag_update: id=GRCollection flags=GEOMETRY, ID_RECALC_HIERARCHY source=USER_EDIT
graph_id_tag_update: id=GRScene Collection flags=COPY_ON_EVAL source=USER_EDIT
graph_id_tag_update: id=SCScene flags=COPY_ON_EVAL source=USER_EDIT
graph_id_tag_update: id=GRCollection flags=COPY_ON_EVAL source=USER_EDIT
DEG_relations_tag_update: Tagging relations for update.
DEG_relations_tag_update: Tagging relations for update.
DEG_relations_tag_update: Tagging relations for update.
graph_id_tag_update: id=GRScene Collection flags=GEOMETRY, ID_RECALC_HIERARCHY source=USER_EDIT
graph_id_tag_update: id=GRCollection flags=GEOMETRY, ID_RECALC_HIERARCHY source=USER_EDIT
graph_id_tag_update: id=GRScene Collection flags=COPY_ON_EVAL source=USER_EDIT
graph_id_tag_update: id=SCScene flags=COPY_ON_EVAL source=USER_EDIT
graph_id_tag_update: id=GRCollection flags=COPY_ON_EVAL source=USER_EDIT
DEG_relations_tag_update: Tagging relations for update.
DEG_relations_tag_update: Tagging relations for update.
DEG_relations_tag_update: Tagging relations for update.
graph_id_tag_update: id=GRScene Collection flags=GEOMETRY, ID_RECALC_HIERARCHY source=USER_EDIT
graph_id_tag_update: id=GRCollection flags=GEOMETRY, ID_RECALC_HIERARCHY source=USER_EDIT
graph_id_tag_update: id=GRScene Collection flags=COPY_ON_EVAL source=USER_EDIT
graph_id_tag_update: id=SCScene flags=COPY_ON_EVAL source=USER_EDIT
graph_id_tag_update: id=GRCollection flags=COPY_ON_EVAL source=USER_EDIT
DEG_relations_tag_update: Tagging relations for update.
DEG_relations_tag_update: Tagging relations for update.
DEG_relations_tag_update: Tagging relations for update.
graph_id_tag_update: id=GRScene Collection flags=GEOMETRY, ID_RECALC_HIERARCHY source=USER_EDIT
graph_id_tag_update: id=GRCollection flags=GEOMETRY, ID_RECALC_HIERARCHY source=USER_EDIT
graph_id_tag_update: id=GRScene Collection flags=COPY_ON_EVAL source=USER_EDIT
graph_id_tag_update: id=SCScene flags=COPY_ON_EVAL source=USER_EDIT
graph_id_tag_update: id=GRCollection flags=COPY_ON_EVAL source=USER_EDIT
DEG_relations_tag_update: Tagging relations for update.
DEG_relations_tag_update: Tagging relations for update.
DEG_relations_tag_update: Tagging relations for update.
graph_id_tag_update: id=GRScene Collection flags=GEOMETRY, ID_RECALC_HIERARCHY source=USER_EDIT
graph_id_tag_update: id=GRCollection flags=GEOMETRY, ID_RECALC_HIERARCHY source=USER_EDIT
graph_id_tag_update: id=GRScene Collection flags=COPY_ON_EVAL source=USER_EDIT
graph_id_tag_update: id=SCScene flags=COPY_ON_EVAL source=USER_EDIT
graph_id_tag_update: id=GRCollection flags=COPY_ON_EVAL source=USER_EDIT
DEG_relations_tag_update: Tagging relations for update.
DEG_relations_tag_update: Tagging relations for update.
DEG_relations_tag_update: Tagging relations for update.
graph_id_tag_update: id=GRScene Collection flags=GEOMETRY, ID_RECALC_HIERARCHY source=USER_EDIT
graph_id_tag_update: id=GRCollection flags=GEOMETRY, ID_RECALC_HIERARCHY source=USER_EDIT
graph_id_tag_update: id=GRScene Collection flags=COPY_ON_EVAL source=USER_EDIT
graph_id_tag_update: id=SCScene flags=COPY_ON_EVAL source=USER_EDIT
graph_id_tag_update: id=GRCollection flags=COPY_ON_EVAL source=USER_EDIT
DEG_relations_tag_update: Tagging relations for update.
DEG_relations_tag_update: Tagging relations for update.
DEG_relations_tag_update: Tagging relations for update.
graph_id_tag_update: id=GRScene Collection flags=GEOMETRY, ID_RECALC_HIERARCHY source=USER_EDIT
graph_id_tag_update: id=GRCollection flags=GEOMETRY, ID_RECALC_HIERARCHY source=USER_EDIT
graph_id_tag_update: id=GRScene Collection flags=COPY_ON_EVAL source=USER_EDIT
graph_id_tag_update: id=SCScene flags=COPY_ON_EVAL source=USER_EDIT
graph_id_tag_update: id=GRCollection flags=COPY_ON_EVAL source=USER_EDIT
DEG_relations_tag_update: Tagging relations for update.
DEG_relations_tag_update: Tagging relations for update.
DEG_relations_tag_update: Tagging relations for update.
graph_id_tag_update: id=GRScene Collection flags=GEOMETRY, ID_RECALC_HIERARCHY source=USER_EDIT
graph_id_tag_update: id=GRCollection flags=GEOMETRY, ID_RECALC_HIERARCHY source=USER_EDIT
graph_id_tag_update: id=GRScene Collection flags=COPY_ON_EVAL source=USER_EDIT
graph_id_tag_update: id=SCScene flags=COPY_ON_EVAL source=USER_EDIT
graph_id_tag_update: id=GRCollection flags=COPY_ON_EVAL source=USER_EDIT
DEG_relations_tag_update: Tagging relations for update.
DEG_relations_tag_update: Tagging relations for update.
DEG_relations_tag_update: Tagging relations for update.
graph_id_tag_update: id=GRScene Collection flags=GEOMETRY, ID_RECALC_HIERARCHY source=USER_EDIT
graph_id_tag_update: id=GRCollection flags=GEOMETRY, ID_RECALC_HIERARCHY source=USER_EDIT
graph_id_tag_update: id=GRScene Collection flags=COPY_ON_EVAL source=USER_EDIT
graph_id_tag_update: id=SCScene flags=COPY_ON_EVAL source=USER_EDIT
graph_id_tag_update: id=GRCollection flags=COPY_ON_EVAL source=USER_EDIT
DEG_relations_tag_update: Tagging relations for update.
DEG_relations_tag_update: Tagging relations for update.
DEG_relations_tag_update: Tagging relations for update.
graph_id_tag_update: id=GRScene Collection flags=GEOMETRY, ID_RECALC_HIERARCHY source=USER_EDIT
graph_id_tag_update: id=GRCollection flags=GEOMETRY, ID_RECALC_HIERARCHY source=USER_EDIT
graph_id_tag_update: id=GRScene Collection flags=COPY_ON_EVAL source=USER_EDIT
graph_id_tag_update: id=SCScene flags=COPY_ON_EVAL source=USER_EDIT
graph_id_tag_update: id=GRCollection flags=COPY_ON_EVAL source=USER_EDIT
DEG_relations_tag_update: Tagging relations for update.
DEG_relations_tag_update: Tagging relations for update.
DEG_relations_tag_update: Tagging relations for update.
graph_id_tag_update: id=GRScene Collection flags=GEOMETRY, ID_RECALC_HIERARCHY source=USER_EDIT
graph_id_tag_update: id=GRCollection flags=GEOMETRY, ID_RECALC_HIERARCHY source=USER_EDIT
graph_id_tag_update: id=GRScene Collection flags=COPY_ON_EVAL source=USER_EDIT
graph_id_tag_update: id=SCScene flags=COPY_ON_EVAL source=USER_EDIT
graph_id_tag_update: id=GRCollection flags=COPY_ON_EVAL source=USER_EDIT
DEG_relations_tag_update: Tagging relations for update.
DEG_relations_tag_update: Tagging relations for update.
DEG_relations_tag_update: Tagging relations for update.
graph_id_tag_update: id=GRScene Collection flags=GEOMETRY, ID_RECALC_HIERARCHY source=USER_EDIT
graph_id_tag_update: id=GRCollection flags=GEOMETRY, ID_RECALC_HIERARCHY source=USER_EDIT
graph_id_tag_update: id=GRScene Collection flags=COPY_ON_EVAL source=USER_EDIT
graph_id_tag_update: id=SCScene flags=COPY_ON_EVAL source=USER_EDIT
graph_id_tag_update: id=GRCollection flags=COPY_ON_EVAL source=USER_EDIT
DEG_relations_tag_update: Tagging relations for update.
DEG_relations_tag_update: Tagging relations for update.
DEG_relations_tag_update: Tagging relations for update.
graph_id_tag_update: id=GRScene Collection flags=GEOMETRY, ID_RECALC_HIERARCHY source=USER_EDIT
graph_id_tag_update: id=GRCollection flags=GEOMETRY, ID_RECALC_HIERARCHY source=USER_EDIT
graph_id_tag_update: id=GRScene Collection flags=COPY_ON_EVAL source=USER_EDIT
graph_id_tag_update: id=SCScene flags=COPY_ON_EVAL source=USER_EDIT
graph_id_tag_update: id=GRCollection flags=COPY_ON_EVAL source=USER_EDIT
DEG_relations_tag_update: Tagging relations for update.
DEG_relations_tag_update: Tagging relations for update.
DEG_relations_tag_update: Tagging relations for update.
graph_id_tag_update: id=GRScene Collection flags=GEOMETRY, ID_RECALC_HIERARCHY source=USER_EDIT
graph_id_tag_update: id=GRCollection flags=GEOMETRY, ID_RECALC_HIERARCHY source=USER_EDIT
graph_id_tag_update: id=GRScene Collection flags=COPY_ON_EVAL source=USER_EDIT
graph_id_tag_update: id=SCScene flags=COPY_ON_EVAL source=USER_EDIT
graph_id_tag_update: id=GRCollection flags=COPY_ON_EVAL source=USER_EDIT
DEG_relations_tag_update: Tagging relations for update.
DEG_relations_tag_update: Tagging relations for update.
DEG_relations_tag_update: Tagging relations for update.
graph_id_tag_update: id=GRScene Collection flags=GEOMETRY, ID_RECALC_HIERARCHY source=USER_EDIT
graph_id_tag_update: id=GRCollection flags=GEOMETRY, ID_RECALC_HIERARCHY source=USER_EDIT
graph_id_tag_update: id=GRScene Collection flags=COPY_ON_EVAL source=USER_EDIT
graph_id_tag_update: id=SCScene flags=COPY_ON_EVAL source=USER_EDIT
graph_id_tag_update: id=GRCollection flags=COPY_ON_EVAL source=USER_EDIT
DEG_relations_tag_update: Tagging relations for update.
DEG_relations_tag_update: Tagging relations for update.
DEG_relations_tag_update: Tagging relations for update.
graph_id_tag_update: id=GRScene Collection flags=GEOMETRY, ID_RECALC_HIERARCHY source=USER_EDIT
graph_id_tag_update: id=GRCollection flags=GEOMETRY, ID_RECALC_HIERARCHY source=USER_EDIT
graph_id_tag_update: id=GRScene Collection flags=COPY_ON_EVAL source=USER_EDIT
graph_id_tag_update: id=SCScene flags=COPY_ON_EVAL source=USER_EDIT
graph_id_tag_update: id=GRCollection flags=COPY_ON_EVAL source=USER_EDIT
DEG_relations_tag_update: Tagging relations for update.
DEG_relations_tag_update: Tagging relations for update.
DEG_relations_tag_update: Tagging relations for update.
graph_id_tag_update: id=GRScene Collection flags=GEOMETRY, ID_RECALC_HIERARCHY source=USER_EDIT
graph_id_tag_update: id=GRCollection flags=GEOMETRY, ID_RECALC_HIERARCHY source=USER_EDIT
graph_id_tag_update: id=GRScene Collection flags=COPY_ON_EVAL source=USER_EDIT
graph_id_tag_update: id=SCScene flags=COPY_ON_EVAL source=USER_EDIT
graph_id_tag_update: id=GRCollection flags=COPY_ON_EVAL source=USER_EDIT
DEG_relations_tag_update: Tagging relations for update.
DEG_relations_tag_update: Tagging relations for update.
DEG_relations_tag_update: Tagging relations for update.
graph_id_tag_update: id=GRScene Collection flags=GEOMETRY, ID_RECALC_HIERARCHY source=USER_EDIT
graph_id_tag_update: id=GRCollection flags=GEOMETRY, ID_RECALC_HIERARCHY source=USER_EDIT
graph_id_tag_update: id=GRScene Collection flags=COPY_ON_EVAL source=USER_EDIT
graph_id_tag_update: id=SCScene flags=COPY_ON_EVAL source=USER_EDIT
graph_id_tag_update: id=GRCollection flags=COPY_ON_EVAL source=USER_EDIT
DEG_relations_tag_update: Tagging relations for update.
DEG_relations_tag_update: Tagging relations for update.
DEG_relations_tag_update: Tagging relations for update.
graph_id_tag_update: id=GRScene Collection flags=GEOMETRY, ID_RECALC_HIERARCHY source=USER_EDIT
graph_id_tag_update: id=GRCollection flags=GEOMETRY, ID_RECALC_HIERARCHY source=USER_EDIT
graph_id_tag_update: id=GRScene Collection flags=COPY_ON_EVAL source=USER_EDIT
graph_id_tag_update: id=SCScene flags=COPY_ON_EVAL source=USER_EDIT
graph_id_tag_update: id=GRCollection flags=COPY_ON_EVAL source=USER_EDIT
DEG_relations_tag_update: Tagging relations for update.
DEG_relations_tag_update: Tagging relations for update.
DEG_relations_tag_update: Tagging relations for update.
graph_id_tag_update: id=GRScene Collection flags=GEOMETRY, ID_RECALC_HIERARCHY source=USER_EDIT
graph_id_tag_update: id=GRCollection flags=GEOMETRY, ID_RECALC_HIERARCHY source=USER_EDIT
graph_id_tag_update: id=GRScene Collection flags=COPY_ON_EVAL source=USER_EDIT
graph_id_tag_update: id=SCScene flags=COPY_ON_EVAL source=USER_EDIT
graph_id_tag_update: id=GRCollection flags=COPY_ON_EVAL source=USER_EDIT
DEG_relations_tag_update: Tagging relations for update.
DEG_relations_tag_update: Tagging relations for update.
DEG_relations_tag_update: Tagging relations for update.
graph_id_tag_update: id=GRScene Collection flags=GEOMETRY, ID_RECALC_HIERARCHY source=USER_EDIT
graph_id_tag_update: id=GRCollection flags=GEOMETRY, ID_RECALC_HIERARCHY source=USER_EDIT
graph_id_tag_update: id=GRScene Collection flags=COPY_ON_EVAL source=USER_EDIT
graph_id_tag_update: id=SCScene flags=COPY_ON_EVAL source=USER_EDIT
graph_id_tag_update: id=GRCollection flags=COPY_ON_EVAL source=USER_EDIT
DEG_relations_tag_update: Tagging relations for update.
DEG_relations_tag_update: Tagging relations for update.
DEG_relations_tag_update: Tagging relations for update.
graph_id_tag_update: id=GRScene Collection flags=GEOMETRY, ID_RECALC_HIERARCHY source=USER_EDIT
graph_id_tag_update: id=GRCollection flags=GEOMETRY, ID_RECALC_HIERARCHY source=USER_EDIT
graph_id_tag_update: id=GRScene Collection flags=COPY_ON_EVAL source=USER_EDIT
graph_id_tag_update: id=SCScene flags=COPY_ON_EVAL source=USER_EDIT
graph_id_tag_update: id=GRCollection flags=COPY_ON_EVAL source=USER_EDIT
DEG_relations_tag_update: Tagging relations for update.
DEG_relations_tag_update: Tagging relations for update.
DEG_relations_tag_update: Tagging relations for update.
graph_id_tag_update: id=GRScene Collection flags=GEOMETRY, ID_RECALC_HIERARCHY source=USER_EDIT
graph_id_tag_update: id=GRCollection flags=GEOMETRY, ID_RECALC_HIERARCHY source=USER_EDIT
graph_id_tag_update: id=GRScene Collection flags=COPY_ON_EVAL source=USER_EDIT
graph_id_tag_update: id=SCScene flags=COPY_ON_EVAL source=USER_EDIT
graph_id_tag_update: id=GRCollection flags=COPY_ON_EVAL source=USER_EDIT
DEG_relations_tag_update: Tagging relations for update.
DEG_relations_tag_update: Tagging relations for update.
DEG_relations_tag_update: Tagging relations for update.
graph_id_tag_update: id=GRScene Collection flags=GEOMETRY, ID_RECALC_HIERARCHY source=USER_EDIT
graph_id_tag_update: id=GRCollection flags=GEOMETRY, ID_RECALC_HIERARCHY source=USER_EDIT
graph_id_tag_update: id=GRScene Collection flags=COPY_ON_EVAL source=USER_EDIT
graph_id_tag_update: id=SCScene flags=COPY_ON_EVAL source=USER_EDIT
graph_id_tag_update: id=GRCollection flags=COPY_ON_EVAL source=USER_EDIT
graph_id_tag_update: id=GRScene Collection flags=GEOMETRY, ID_RECALC_HIERARCHY source=USER_EDIT
DEG_relations_tag_update: Tagging relations for update.
graph_id_tag_update: id=GRScene Collection flags=GEOMETRY, ID_RECALC_HIERARCHY source=USER_EDIT
graph_id_tag_update: id=GRCollection flags=GEOMETRY, ID_RECALC_HIERARCHY source=USER_EDIT
graph_id_tag_update: id=GROVERRIDE_RESYNC_LEFTOVERS flags=GEOMETRY, ID_RECALC_HIERARCHY source=USER_EDIT
graph_id_tag_update: id=GRScene Collection flags=COPY_ON_EVAL source=USER_EDIT
graph_id_tag_update: id=SCScene flags=COPY_ON_EVAL source=USER_EDIT
graph_id_tag_update: id=GRCollection flags=COPY_ON_EVAL source=USER_EDIT
graph_id_tag_update: id=GROVERRIDE_RESYNC_LEFTOVERS flags=COPY_ON_EVAL source=USER_EDIT
graph_id_tag_update: id=GRScene Collection flags=TRANSFORM, GEOMETRY, COPY_ON_EVAL source=USER_EDIT
graph_id_tag_update: id=SCScene flags=TRANSFORM, GEOMETRY, COPY_ON_EVAL source=USER_EDIT
graph_id_tag_update: id=SCScene flags=TRANSFORM, GEOMETRY, COPY_ON_EVAL source=USER_EDIT
DEG_relations_tag_update: Tagging relations for update.
DEG_relations_tag_update: Tagging relations for update.
graph_id_tag_update: id=GROVERRIDE_RESYNC_LEFTOVERS flags=TRANSFORM, GEOMETRY, COPY_ON_EVAL source=USER_EDIT
DEG_relations_tag_update: Tagging relations for update.
graph_id_tag_update: id=GRScene Collection flags=GEOMETRY, ID_RECALC_HIERARCHY source=USER_EDIT
graph_id_tag_update: id=GRCollection flags=GEOMETRY, ID_RECALC_HIERARCHY source=USER_EDIT
graph_id_tag_update: id=GRScene Collection flags=COPY_ON_EVAL source=USER_EDIT
graph_id_tag_update: id=SCScene flags=COPY_ON_EVAL source=USER_EDIT
graph_id_tag_update: id=GRCollection flags=COPY_ON_EVAL source=USER_EDIT
DEG_relations_tag_update: Tagging relations for update.
graph_id_tag_update: id=GRScene Collection flags=GEOMETRY, ID_RECALC_HIERARCHY source=USER_EDIT
graph_id_tag_update: id=GRCollection flags=GEOMETRY, ID_RECALC_HIERARCHY source=USER_EDIT
graph_id_tag_update: id=GRScene Collection flags=COPY_ON_EVAL source=USER_EDIT
graph_id_tag_update: id=SCScene flags=COPY_ON_EVAL source=USER_EDIT
graph_id_tag_update: id=GRCollection flags=COPY_ON_EVAL source=USER_EDIT
Received X11 Error:
error code: 167
request code: 150
minor code: 0
error text: GLXBadFBConfig
Warning: Unsupported platform as it supports max 0 SSBO binding locations
screen_refresh_if_needed: set screen
Received X11 Error:
error code: 167
request code: 150
minor code: 0
error text: GLXBadFBConfig
Received X11 Error:
error code: 167
request code: 150
minor code: 0
error text: GLXBadFBConfig
Blender - Platform Unsupported
Your graphics card or driver is not supported.
Newer graphics drivers may be available to improve Blender support.
Graphics card:
Mesa AMD CAICOS (DRM 2.50.0 / 6.14.7-arch2-1, LLVM 19.1.7) 4.5 (Core Profile) Mesa 25.1.1-arch1.1
The program will now close.
[url]https://docs.blender.org/manual/en/dev/troubleshooting/gpu/linux/unknown.html[/url]
Blender quit
Last edited by DenyAllow (2025-05-29 12:35:12)
Offline
Please edit your post to use code tags instead of quote to make outputs more redable.
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
Please edit your post to use code tags instead of quote to make outputs more redable.
I edited the tags. I wanted to make them from the beginning but I didn't find them on that page because I was too stupid to scroll down a bit more.
Offline
Warning: Unsupported platform as it supports max 0 SSBO binding locations
Searching for that inidcates your card may be to old for blender 4.
However there have been reports mesa 25.1.1 may be buggy.
Please try downgrading mesa (and its components like vulkan-radeon ) to 25.04-1 , see https://wiki.archlinux.org/title/Downgrading_packages
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
Warning: Unsupported platform as it supports max 0 SSBO binding locations
Searching for that inidcates your card may be to old for blender 4.
However there have been reports mesa 25.1.1 may be buggy.Please try downgrading mesa (and its components like vulkan-radeon ) to 25.04-1 , see https://wiki.archlinux.org/title/Downgrading_packages
I downgraded mesa using downgrade utility from AUR, but nothing changed.
Offline
Update: I could launch Blender 4.4.3 successfully by forcing software rendering:
LIBGL_ALWAYS_SOFTWARE=1 blender
It works slowly, but it works! I would like to know why.
Offline
What does DRI_PRIME=1 glxinfo return?
Help me to improve ssh-rdp !
Retroarch User? Try my koko-aio shader !
Offline
I'm using KDE Plasma 6.3.5 on Wayland session.
Have you tried the X11 behavior?
Offline
I'm using KDE Plasma 6.3.5 on Wayland session.
Have you tried the X11 behavior?
Yes, I tried on X11 session, and it behaves the same.
Offline
Please post your Xorg log, https://wiki.archlinux.org/title/Xorg#General
Also the outputs of
glxinfo -B; DRI_PRIME glxinfo -B
Offline
Please post your Xorg log, https://wiki.archlinux.org/title/Xorg#General
Also the outputs ofglxinfo -B; DRI_PRIME glxinfo -B
If I understood it right, here's the Xorg log (Xorg.0.log):
[ 9.521] (--) Log file renamed from "/var/log/Xorg.pid-598.log" to "/var/log/Xorg.0.log"
[ 9.522]
X.Org X Server 1.21.1.16
X Protocol Version 11, Revision 0
[ 9.522] Current Operating System: Linux Arch 6.14.7-arch2-1 #1 SMP PREEMPT_DYNAMIC Thu, 22 May 2025 05:37:49 +0000 x86_64
[ 9.522] Kernel command line: BOOT_IMAGE=/@/boot/vmlinuz-linux root=UUID=48bbf311-d6f3-4743-a2cc-ac5f27aac92c rw rootflags=subvol=@ loglevel=3 quiet
[ 9.522]
[ 9.522] Current version of pixman: 0.46.0
[ 9.522] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 9.522] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 9.522] (==) Log file: "/var/log/Xorg.0.log", Time: Sat May 31 18:59:49 2025
[ 9.523] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 9.523] (==) No Layout section. Using the first Screen section.
[ 9.523] (==) No screen section available. Using defaults.
[ 9.523] (**) |-->Screen "Default Screen Section" (0)
[ 9.523] (**) | |-->Monitor "<default monitor>"
[ 9.523] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 9.523] (**) Allowing byte-swapped clients
[ 9.523] (==) Automatically adding devices
[ 9.523] (==) Automatically enabling devices
[ 9.523] (==) Automatically adding GPU devices
[ 9.523] (==) Automatically binding GPU devices
[ 9.523] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 9.524] (WW) The directory "/usr/share/fonts/misc" does not exist.
[ 9.524] Entry deleted from font path.
[ 9.524] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/TTF".
[ 9.524] Entry deleted from font path.
[ 9.524] (Run 'mkfontdir' on "/usr/share/fonts/TTF").
[ 9.524] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[ 9.524] Entry deleted from font path.
[ 9.524] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[ 9.524] Entry deleted from font path.
[ 9.524] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[ 9.524] Entry deleted from font path.
[ 9.524] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[ 9.524] Entry deleted from font path.
[ 9.524] (==) FontPath set to:
[ 9.524] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 9.524] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 9.524] (II) Module ABI versions:
[ 9.524] X.Org ANSI C Emulation: 0.4
[ 9.524] X.Org Video Driver: 25.2
[ 9.524] X.Org XInput driver : 24.4
[ 9.524] X.Org Server Extension : 10.0
[ 9.525] (++) using VT number 2
[ 9.525] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[ 9.526] (II) xfree86: Adding drm device (/dev/dri/card1)
[ 9.526] (II) Platform probe for /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card1
[ 10.901] (II) xfree86: Adding drm device (/dev/dri/card2)
[ 10.901] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card2
[ 10.920] (--) PCI:*(0@0:2:0) 8086:0116:103c:3581 rev 9, Mem @ 0xc0000000/4194304, 0xb0000000/268435456, I/O @ 0x00006000/64, BIOS @ 0x????????/131072
[ 10.920] (--) PCI: (1@0:0:0) 1002:6760:103c:3581 rev 0, Mem @ 0xa0000000/268435456, 0xc6400000/131072, I/O @ 0x00005000/256, BIOS @ 0x????????/131072
[ 10.920] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 10.920] (II) LoadModule: "glx"
[ 10.921] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 10.945] (II) Module glx: vendor="X.Org Foundation"
[ 10.945] compiled for 1.21.1.16, module version = 1.0.0
[ 10.946] ABI class: X.Org Server Extension, version 10.0
[ 10.946] (==) Matched intel as autoconfigured driver 0
[ 10.946] (==) Matched ati as autoconfigured driver 1
[ 10.946] (==) Matched modesetting as autoconfigured driver 2
[ 10.946] (==) Matched fbdev as autoconfigured driver 3
[ 10.946] (==) Matched vesa as autoconfigured driver 4
[ 10.946] (==) Assigned the driver to the xf86ConfigLayout
[ 10.946] (II) LoadModule: "intel"
[ 10.946] (WW) Warning, couldn't open module intel
[ 10.946] (EE) Failed to load module "intel" (module does not exist, 0)
[ 10.946] (II) LoadModule: "ati"
[ 10.946] (WW) Warning, couldn't open module ati
[ 10.946] (EE) Failed to load module "ati" (module does not exist, 0)
[ 10.946] (II) LoadModule: "modesetting"
[ 10.946] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 10.950] (II) Module modesetting: vendor="X.Org Foundation"
[ 10.950] compiled for 1.21.1.16, module version = 1.21.1
[ 10.950] Module class: X.Org Video Driver
[ 10.950] ABI class: X.Org Video Driver, version 25.2
[ 10.950] (II) LoadModule: "fbdev"
[ 10.950] (WW) Warning, couldn't open module fbdev
[ 10.950] (EE) Failed to load module "fbdev" (module does not exist, 0)
[ 10.950] (II) LoadModule: "vesa"
[ 10.950] (WW) Warning, couldn't open module vesa
[ 10.950] (EE) Failed to load module "vesa" (module does not exist, 0)
[ 10.950] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 10.977] (II) modeset(0): using drv /dev/dri/card2
[ 10.978] (II) modeset(G0): using drv /dev/dri/card1
[ 10.978] (II) modeset(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 10.978] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[ 10.978] (==) modeset(0): RGB weight 888
[ 10.978] (==) modeset(0): Default visual is TrueColor
[ 10.978] (II) Loading sub module "glamoregl"
[ 10.978] (II) LoadModule: "glamoregl"
[ 10.978] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[ 10.989] (II) Module glamoregl: vendor="X.Org Foundation"
[ 10.989] compiled for 1.21.1.16, module version = 1.0.1
[ 10.989] ABI class: X.Org ANSI C Emulation, version 0.4
[ 11.508] (II) modeset(0): glamor X acceleration enabled on Mesa Intel(R) HD Graphics 3000 (SNB GT2)
[ 11.508] (II) modeset(0): glamor initialized
[ 11.508] (==) modeset(0): VariableRefresh: disabled
[ 11.508] (==) modeset(0): AsyncFlipSecondaries: disabled
[ 11.508] (II) modeset(0): Output LVDS-1 has no monitor section
[ 11.509] (II) modeset(0): Output VGA-1 has no monitor section
[ 11.510] (II) modeset(0): Output HDMI-1 has no monitor section
[ 11.516] (II) modeset(0): Output DP-1 has no monitor section
[ 11.516] (II) modeset(0): EDID for output LVDS-1
[ 11.516] (II) modeset(0): Manufacturer: SEC Model: 4251 Serial#: 0
[ 11.516] (II) modeset(0): Year: 2008 Week: 0
[ 11.516] (II) modeset(0): EDID Version: 1.3
[ 11.516] (II) modeset(0): Digital Display Input
[ 11.516] (II) modeset(0): Max Image Size [cm]: horiz.: 34 vert.: 19
[ 11.516] (II) modeset(0): Gamma: 2.20
[ 11.516] (II) modeset(0): No DPMS capabilities specified
[ 11.516] (II) modeset(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
[ 11.516] (II) modeset(0): First detailed timing is preferred mode
[ 11.516] (II) modeset(0): redX: 0.580 redY: 0.340 greenX: 0.310 greenY: 0.550
[ 11.516] (II) modeset(0): blueX: 0.155 blueY: 0.155 whiteX: 0.313 whiteY: 0.329
[ 11.516] (II) modeset(0): Manufacturer's mask: 0
[ 11.516] (II) modeset(0): Supported detailed timing:
[ 11.516] (II) modeset(0): clock: 69.3 MHz Image Size: 344 x 194 mm
[ 11.516] (II) modeset(0): h_active: 1366 h_sync: 1414 h_sync_end 1446 h_blank_end 1480 h_border: 0
[ 11.516] (II) modeset(0): v_active: 768 v_sync: 770 v_sync_end 775 v_blanking: 780 v_border: 0
[ 11.516] (II) modeset(0): Unknown vendor-specific block f
[ 11.516] (II) modeset(0): SAMSUNG
[ 11.516] (II) modeset(0): 156AT05-H07
[ 11.516] (II) modeset(0): EDID (in hex):
[ 11.516] (II) modeset(0): 00ffffffffffff004ca3514200000000
[ 11.516] (II) modeset(0): 00120103802213780a87f594574f8c27
[ 11.516] (II) modeset(0): 27505400000001010101010101010101
[ 11.516] (II) modeset(0): 010101010101121b567250000c303020
[ 11.517] (II) modeset(0): 250058c2100000190000000f00000000
[ 11.517] (II) modeset(0): 00000000001eb4027400000000fe0053
[ 11.517] (II) modeset(0): 414d53554e470a2020202020000000fe
[ 11.517] (II) modeset(0): 00313536415430352d4830370a200003
[ 11.517] (II) modeset(0): Printing probed modes for output LVDS-1
[ 11.517] (II) modeset(0): Modeline "1366x768"x60.0 69.30 1366 1414 1446 1480 768 770 775 780 -hsync -vsync (46.8 kHz eP)
[ 11.517] (II) modeset(0): Modeline "1280x720"x120.0 156.12 1280 1376 1512 1744 720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[ 11.517] (II) modeset(0): Modeline "1280x720"x120.0 120.75 1280 1304 1320 1360 720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[ 11.517] (II) modeset(0): Modeline "1280x720"x59.9 74.50 1280 1344 1472 1664 720 723 728 748 -hsync +vsync (44.8 kHz d)
[ 11.517] (II) modeset(0): Modeline "1280x720"x59.7 63.75 1280 1328 1360 1440 720 723 728 741 +hsync -vsync (44.3 kHz d)
[ 11.517] (II) modeset(0): Modeline "1024x768"x120.1 133.47 1024 1100 1212 1400 768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[ 11.517] (II) modeset(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz d)
[ 11.517] (II) modeset(0): Modeline "960x720"x120.0 117.00 960 1024 1128 1300 720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[ 11.517] (II) modeset(0): Modeline "928x696"x120.1 109.15 928 976 1088 1264 696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[ 11.517] (II) modeset(0): Modeline "896x672"x120.0 102.40 896 960 1060 1224 672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[ 11.517] (II) modeset(0): Modeline "1024x576"x119.9 98.50 1024 1092 1200 1376 576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[ 11.517] (II) modeset(0): Modeline "1024x576"x119.9 78.38 1024 1048 1064 1104 576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[ 11.517] (II) modeset(0): Modeline "1024x576"x59.9 46.50 1024 1064 1160 1296 576 579 584 599 -hsync +vsync (35.9 kHz d)
[ 11.517] (II) modeset(0): Modeline "1024x576"x59.8 42.00 1024 1072 1104 1184 576 579 584 593 +hsync -vsync (35.5 kHz d)
[ 11.517] (II) modeset(0): Modeline "960x600"x119.9 96.62 960 1028 1128 1296 600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[ 11.517] (II) modeset(0): Modeline "960x600"x120.0 77.00 960 984 1000 1040 600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[ 11.517] (II) modeset(0): Modeline "960x540"x119.9 86.50 960 1024 1124 1288 540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[ 11.517] (II) modeset(0): Modeline "960x540"x120.0 69.25 960 984 1000 1040 540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[ 11.517] (II) modeset(0): Modeline "960x540"x59.6 40.75 960 992 1088 1216 540 543 548 562 -hsync +vsync (33.5 kHz d)
[ 11.517] (II) modeset(0): Modeline "960x540"x59.8 37.25 960 1008 1040 1120 540 543 548 556 +hsync -vsync (33.3 kHz d)
[ 11.517] (II) modeset(0): Modeline "800x600"x120.0 81.00 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[ 11.517] (II) modeset(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz d)
[ 11.517] (II) modeset(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz d)
[ 11.517] (II) modeset(0): Modeline "840x525"x120.0 73.12 840 892 980 1120 525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[ 11.517] (II) modeset(0): Modeline "840x525"x119.8 59.50 840 864 880 920 525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[ 11.517] (II) modeset(0): Modeline "864x486"x59.9 32.50 864 888 968 1072 486 489 494 506 -hsync +vsync (30.3 kHz d)
[ 11.517] (II) modeset(0): Modeline "864x486"x59.6 30.50 864 912 944 1024 486 489 494 500 +hsync -vsync (29.8 kHz d)
[ 11.517] (II) modeset(0): Modeline "700x525"x120.0 61.00 700 744 820 940 525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[ 11.517] (II) modeset(0): Modeline "800x450"x119.9 59.12 800 848 928 1056 450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[ 11.517] (II) modeset(0): Modeline "800x450"x119.6 48.75 800 824 840 880 450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[ 11.517] (II) modeset(0): Modeline "640x512"x120.0 54.00 640 664 720 844 512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[ 11.518] (II) modeset(0): Modeline "700x450"x119.9 51.75 700 740 812 924 450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[ 11.518] (II) modeset(0): Modeline "700x450"x119.8 43.25 700 724 740 780 450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[ 11.518] (II) modeset(0): Modeline "640x480"x120.0 54.00 640 688 744 900 480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[ 11.518] (II) modeset(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz d)
[ 11.518] (II) modeset(0): Modeline "720x405"x59.5 22.50 720 744 808 896 405 408 413 422 -hsync +vsync (25.1 kHz d)
[ 11.518] (II) modeset(0): Modeline "720x405"x59.0 21.75 720 768 800 880 405 408 413 419 +hsync -vsync (24.7 kHz d)
[ 11.518] (II) modeset(0): Modeline "684x384"x119.8 42.62 684 720 788 892 384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[ 11.518] (II) modeset(0): Modeline "684x384"x119.7 36.12 684 708 724 764 384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[ 11.518] (II) modeset(0): Modeline "640x400"x119.8 41.75 640 676 740 840 400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[ 11.518] (II) modeset(0): Modeline "640x400"x120.0 35.50 640 664 680 720 400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[ 11.518] (II) modeset(0): Modeline "640x360"x119.7 37.25 640 672 736 832 360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[ 11.518] (II) modeset(0): Modeline "640x360"x119.7 31.88 640 664 680 720 360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[ 11.518] (II) modeset(0): Modeline "640x360"x59.8 18.00 640 664 720 800 360 363 368 376 -hsync +vsync (22.5 kHz d)
[ 11.518] (II) modeset(0): Modeline "640x360"x59.3 17.75 640 688 720 800 360 363 368 374 +hsync -vsync (22.2 kHz d)
[ 11.518] (II) modeset(0): Modeline "512x384"x120.0 32.50 512 524 592 672 384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[ 11.518] (II) modeset(0): Modeline "512x288"x120.0 23.25 512 532 580 648 288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[ 11.518] (II) modeset(0): Modeline "512x288"x119.8 21.00 512 536 552 592 288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[ 11.518] (II) modeset(0): Modeline "480x270"x119.3 20.38 480 496 544 608 270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[ 11.518] (II) modeset(0): Modeline "480x270"x119.6 18.62 480 504 520 560 270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[ 11.518] (II) modeset(0): Modeline "400x300"x120.6 20.00 400 420 484 528 300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[ 11.518] (II) modeset(0): Modeline "400x300"x112.7 18.00 400 412 448 512 300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[ 11.518] (II) modeset(0): Modeline "432x243"x119.8 16.25 432 444 484 536 243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[ 11.518] (II) modeset(0): Modeline "432x243"x119.1 15.25 432 456 472 512 243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[ 11.518] (II) modeset(0): Modeline "320x240"x120.1 12.59 320 328 376 400 240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[ 11.518] (II) modeset(0): Modeline "360x202"x119.0 11.25 360 372 404 448 202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[ 11.518] (II) modeset(0): Modeline "360x202"x118.3 10.88 360 384 400 440 202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[ 11.518] (II) modeset(0): Modeline "320x180"x119.7 9.00 320 332 360 400 180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[ 11.518] (II) modeset(0): Modeline "320x180"x118.6 8.88 320 344 360 400 180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[ 11.519] (II) modeset(0): EDID for output VGA-1
[ 11.520] (II) modeset(0): EDID for output HDMI-1
[ 11.525] (II) modeset(0): EDID for output DP-1
[ 11.525] (II) modeset(0): Output LVDS-1 connected
[ 11.525] (II) modeset(0): Output VGA-1 disconnected
[ 11.525] (II) modeset(0): Output HDMI-1 disconnected
[ 11.525] (II) modeset(0): Output DP-1 disconnected
[ 11.525] (II) modeset(0): Using exact sizes for initial modes
[ 11.525] (II) modeset(0): Output LVDS-1 using initial mode 1366x768 +0+0
[ 11.525] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[ 11.525] (==) modeset(0): DPI set to (96, 96)
[ 11.525] (II) Loading sub module "fb"
[ 11.525] (II) LoadModule: "fb"
[ 11.525] (II) Module "fb" already built-in
[ 11.525] (==) modeset(G0): Depth 24, (==) framebuffer bpp 32
[ 11.525] (==) modeset(G0): RGB weight 888
[ 11.525] (==) modeset(G0): Default visual is TrueColor
[ 11.525] (II) Loading sub module "glamoregl"
[ 11.525] (II) LoadModule: "glamoregl"
[ 11.525] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[ 11.525] (II) Module glamoregl: vendor="X.Org Foundation"
[ 11.525] compiled for 1.21.1.16, module version = 1.0.1
[ 11.525] ABI class: X.Org ANSI C Emulation, version 0.4
[ 11.546] (II) modeset(G0): glamor X acceleration enabled on AMD CAICOS (DRM 2.50.0 / 6.14.7-arch2-1, LLVM 19.1.7)
[ 11.546] (II) modeset(G0): glamor initialized
[ 11.546] (==) modeset(G0): Using gamma correction (1.0, 1.0, 1.0)
[ 11.546] (==) modeset(G0): DPI set to (96, 96)
[ 11.546] (II) Loading sub module "fb"
[ 11.546] (II) LoadModule: "fb"
[ 11.546] (II) Module "fb" already built-in
[ 11.581] (==) modeset(0): Backing store enabled
[ 11.581] (==) modeset(0): Silken mouse enabled
[ 11.613] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[ 11.613] (==) modeset(0): DPMS enabled
[ 11.613] (II) modeset(0): [DRI2] Setup complete
[ 11.613] (II) modeset(0): [DRI2] DRI driver: crocus
[ 11.613] (II) modeset(0): [DRI2] VDPAU driver: va_gl
[ 11.642] (==) modeset(G0): Backing store enabled
[ 11.642] (==) modeset(G0): Silken mouse enabled
[ 11.642] (II) modeset(G0): Initializing kms color map for depth 24, 8 bpc.
[ 11.642] (==) modeset(G0): DPMS enabled
[ 11.642] (II) modeset(G0): [DRI2] Setup complete
[ 11.642] (II) modeset(G0): [DRI2] DRI driver: r600
[ 11.642] (II) modeset(G0): [DRI2] VDPAU driver: r600
[ 11.642] (II) Initializing extension Generic Event Extension
[ 11.642] (II) Initializing extension SHAPE
[ 11.642] (II) Initializing extension MIT-SHM
[ 11.642] (II) Initializing extension XInputExtension
[ 11.643] (II) Initializing extension XTEST
[ 11.643] (II) Initializing extension BIG-REQUESTS
[ 11.643] (II) Initializing extension SYNC
[ 11.643] (II) Initializing extension XKEYBOARD
[ 11.643] (II) Initializing extension XC-MISC
[ 11.643] (II) Initializing extension SECURITY
[ 11.643] (II) Initializing extension XFIXES
[ 11.644] (II) Initializing extension RENDER
[ 11.644] (II) Initializing extension RANDR
[ 11.644] (II) Initializing extension COMPOSITE
[ 11.644] (II) Initializing extension DAMAGE
[ 11.644] (II) Initializing extension MIT-SCREEN-SAVER
[ 11.645] (II) Initializing extension DOUBLE-BUFFER
[ 11.645] (II) Initializing extension RECORD
[ 11.645] (II) Initializing extension DPMS
[ 11.645] (II) Initializing extension Present
[ 11.645] (II) Initializing extension DRI3
[ 11.645] (II) Initializing extension X-Resource
[ 11.645] (II) Initializing extension XVideo
[ 11.646] (II) Initializing extension XVideo-MotionCompensation
[ 11.646] (II) Initializing extension GLX
[ 11.660] (II) AIGLX: Loaded and initialized crocus
[ 11.660] (II) GLX: Initialized DRI2 GL provider for screen 0
[ 11.660] (II) Initializing extension XFree86-VidModeExtension
[ 11.660] (II) Initializing extension XFree86-DGA
[ 11.661] (II) Initializing extension XFree86-DRI
[ 11.661] (II) Initializing extension DRI2
[ 11.727] (II) modeset(G0): Damage tracking initialized
[ 11.727] (II) modeset(0): Damage tracking initialized
[ 11.727] (II) modeset(0): Setting screen physical size to 361 x 203
[ 11.811] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[ 11.811] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 11.811] (II) LoadModule: "libinput"
[ 11.811] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 11.820] (II) Module libinput: vendor="X.Org Foundation"
[ 11.820] compiled for 1.21.1.13, module version = 1.5.0
[ 11.820] Module class: X.Org XInput Driver
[ 11.820] ABI class: X.Org XInput driver, version 24.4
[ 11.820] (II) Using input driver 'libinput' for 'Power Button'
[ 11.820] (**) Power Button: always reports core events
[ 11.820] (**) Option "Device" "/dev/input/event2"
[ 11.826] (II) event2 - Power Button: is tagged by udev as: Keyboard
[ 11.826] (II) event2 - Power Button: device is a keyboard
[ 11.827] (II) event2 - Power Button: device removed
[ 11.839] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[ 11.839] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 11.840] (II) event2 - Power Button: is tagged by udev as: Keyboard
[ 11.840] (II) event2 - Power Button: device is a keyboard
[ 11.840] (II) config/udev: Adding input device Video Bus (/dev/input/event10)
[ 11.840] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 11.840] (II) Using input driver 'libinput' for 'Video Bus'
[ 11.840] (**) Video Bus: always reports core events
[ 11.840] (**) Option "Device" "/dev/input/event10"
[ 11.841] (II) event10 - Video Bus: is tagged by udev as: Keyboard
[ 11.841] (II) event10 - Video Bus: device is a keyboard
[ 11.841] (II) event10 - Video Bus: device removed
[ 11.862] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input11/event10"
[ 11.862] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[ 11.863] (II) event10 - Video Bus: is tagged by udev as: Keyboard
[ 11.863] (II) event10 - Video Bus: device is a keyboard
[ 11.864] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[ 11.864] (II) No input driver specified, ignoring this device.
[ 11.864] (II) This device may have been added with another device file.
[ 11.864] (II) config/udev: Adding input device Video Bus (/dev/input/event9)
[ 11.864] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 11.864] (II) Using input driver 'libinput' for 'Video Bus'
[ 11.864] (**) Video Bus: always reports core events
[ 11.864] (**) Option "Device" "/dev/input/event9"
[ 11.865] (II) event9 - Video Bus: is tagged by udev as: Keyboard
[ 11.865] (II) event9 - Video Bus: device is a keyboard
[ 11.865] (II) event9 - Video Bus: device removed
[ 11.892] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:2c/LNXVIDEO:00/input/input10/event9"
[ 11.892] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[ 11.893] (II) event9 - Video Bus: is tagged by udev as: Keyboard
[ 11.893] (II) event9 - Video Bus: device is a keyboard
[ 11.894] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[ 11.894] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 11.894] (II) Using input driver 'libinput' for 'Power Button'
[ 11.894] (**) Power Button: always reports core events
[ 11.894] (**) Option "Device" "/dev/input/event1"
[ 11.895] (II) event1 - Power Button: is tagged by udev as: Keyboard
[ 11.895] (II) event1 - Power Button: device is a keyboard
[ 11.895] (II) event1 - Power Button: device removed
[ 11.911] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[ 11.911] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 9)
[ 11.912] (II) event1 - Power Button: is tagged by udev as: Keyboard
[ 11.912] (II) event1 - Power Button: device is a keyboard
[ 11.913] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event13)
[ 11.913] (II) No input driver specified, ignoring this device.
[ 11.913] (II) This device may have been added with another device file.
[ 11.913] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event14)
[ 11.913] (II) No input driver specified, ignoring this device.
[ 11.913] (II) This device may have been added with another device file.
[ 11.914] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event15)
[ 11.914] (II) No input driver specified, ignoring this device.
[ 11.914] (II) This device may have been added with another device file.
[ 11.914] (II) config/udev: Adding input device MOSART Semi. 2.4G Keyboard Mouse (/dev/input/event4)
[ 11.914] (**) MOSART Semi. 2.4G Keyboard Mouse: Applying InputClass "libinput keyboard catchall"
[ 11.914] (II) Using input driver 'libinput' for 'MOSART Semi. 2.4G Keyboard Mouse'
[ 11.914] (**) MOSART Semi. 2.4G Keyboard Mouse: always reports core events
[ 11.914] (**) Option "Device" "/dev/input/event4"
[ 11.916] (II) event4 - MOSART Semi. 2.4G Keyboard Mouse: is tagged by udev as: Keyboard
[ 11.916] (II) event4 - MOSART Semi. 2.4G Keyboard Mouse: device is a keyboard
[ 11.916] (II) event4 - MOSART Semi. 2.4G Keyboard Mouse: device removed
[ 11.932] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.4/2-1.4:1.0/0003:062A:4101.0001/input/input4/event4"
[ 11.932] (II) XINPUT: Adding extended input device "MOSART Semi. 2.4G Keyboard Mouse" (type: KEYBOARD, id 10)
[ 11.933] (II) event4 - MOSART Semi. 2.4G Keyboard Mouse: is tagged by udev as: Keyboard
[ 11.934] (II) event4 - MOSART Semi. 2.4G Keyboard Mouse: device is a keyboard
[ 11.935] (II) config/udev: Adding input device MOSART Semi. 2.4G Keyboard Mouse (/dev/input/event5)
[ 11.935] (**) MOSART Semi. 2.4G Keyboard Mouse: Applying InputClass "libinput pointer catchall"
[ 11.935] (II) Using input driver 'libinput' for 'MOSART Semi. 2.4G Keyboard Mouse'
[ 11.935] (**) MOSART Semi. 2.4G Keyboard Mouse: always reports core events
[ 11.935] (**) Option "Device" "/dev/input/event5"
[ 11.936] (II) event5 - MOSART Semi. 2.4G Keyboard Mouse: is tagged by udev as: Mouse
[ 11.936] (II) event5 - MOSART Semi. 2.4G Keyboard Mouse: device is a pointer
[ 11.936] (II) event5 - MOSART Semi. 2.4G Keyboard Mouse: device removed
[ 11.963] (II) libinput: MOSART Semi. 2.4G Keyboard Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 11.963] (II) libinput: MOSART Semi. 2.4G Keyboard Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 11.963] (II) libinput: MOSART Semi. 2.4G Keyboard Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 11.963] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.4/2-1.4:1.1/0003:062A:4101.0002/input/input6/event5"
[ 11.963] (II) XINPUT: Adding extended input device "MOSART Semi. 2.4G Keyboard Mouse" (type: MOUSE, id 11)
[ 11.963] (**) Option "AccelerationScheme" "none"
[ 11.963] (**) MOSART Semi. 2.4G Keyboard Mouse: (accel) selected scheme none/0
[ 11.963] (**) MOSART Semi. 2.4G Keyboard Mouse: (accel) acceleration factor: 2.000
[ 11.963] (**) MOSART Semi. 2.4G Keyboard Mouse: (accel) acceleration threshold: 4
[ 11.965] (II) event5 - MOSART Semi. 2.4G Keyboard Mouse: is tagged by udev as: Mouse
[ 11.965] (II) event5 - MOSART Semi. 2.4G Keyboard Mouse: device is a pointer
[ 11.966] (II) config/udev: Adding input device MOSART Semi. 2.4G Keyboard Mouse (/dev/input/mouse0)
[ 11.966] (II) No input driver specified, ignoring this device.
[ 11.966] (II) This device may have been added with another device file.
[ 11.967] (II) config/udev: Adding input device MOSART Semi. 2.4G Keyboard Mouse Consumer Control (/dev/input/event6)
[ 11.967] (**) MOSART Semi. 2.4G Keyboard Mouse Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 11.967] (II) Using input driver 'libinput' for 'MOSART Semi. 2.4G Keyboard Mouse Consumer Control'
[ 11.967] (**) MOSART Semi. 2.4G Keyboard Mouse Consumer Control: always reports core events
[ 11.967] (**) Option "Device" "/dev/input/event6"
[ 11.968] (II) event6 - MOSART Semi. 2.4G Keyboard Mouse Consumer Control: is tagged by udev as: Keyboard
[ 11.968] (II) event6 - MOSART Semi. 2.4G Keyboard Mouse Consumer Control: device is a keyboard
[ 11.968] (II) event6 - MOSART Semi. 2.4G Keyboard Mouse Consumer Control: device removed
[ 11.990] (II) libinput: MOSART Semi. 2.4G Keyboard Mouse Consumer Control: needs a virtual subdevice
[ 11.990] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.4/2-1.4:1.1/0003:062A:4101.0002/input/input7/event6"
[ 11.990] (II) XINPUT: Adding extended input device "MOSART Semi. 2.4G Keyboard Mouse Consumer Control" (type: MOUSE, id 12)
[ 11.990] (**) Option "AccelerationScheme" "none"
[ 11.990] (**) MOSART Semi. 2.4G Keyboard Mouse Consumer Control: (accel) selected scheme none/0
[ 11.990] (**) MOSART Semi. 2.4G Keyboard Mouse Consumer Control: (accel) acceleration factor: 2.000
[ 11.990] (**) MOSART Semi. 2.4G Keyboard Mouse Consumer Control: (accel) acceleration threshold: 4
[ 11.992] (II) event6 - MOSART Semi. 2.4G Keyboard Mouse Consumer Control: is tagged by udev as: Keyboard
[ 11.992] (II) event6 - MOSART Semi. 2.4G Keyboard Mouse Consumer Control: device is a keyboard
[ 11.993] (II) config/udev: Adding input device MOSART Semi. 2.4G Keyboard Mouse System Control (/dev/input/event7)
[ 11.993] (**) MOSART Semi. 2.4G Keyboard Mouse System Control: Applying InputClass "libinput keyboard catchall"
[ 11.993] (II) Using input driver 'libinput' for 'MOSART Semi. 2.4G Keyboard Mouse System Control'
[ 11.993] (**) MOSART Semi. 2.4G Keyboard Mouse System Control: always reports core events
[ 11.993] (**) Option "Device" "/dev/input/event7"
[ 11.994] (II) event7 - MOSART Semi. 2.4G Keyboard Mouse System Control: is tagged by udev as: Keyboard
[ 11.994] (II) event7 - MOSART Semi. 2.4G Keyboard Mouse System Control: device is a keyboard
[ 11.994] (II) event7 - MOSART Semi. 2.4G Keyboard Mouse System Control: device removed
[ 12.017] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.4/2-1.4:1.1/0003:062A:4101.0002/input/input8/event7"
[ 12.017] (II) XINPUT: Adding extended input device "MOSART Semi. 2.4G Keyboard Mouse System Control" (type: KEYBOARD, id 13)
[ 12.018] (II) event7 - MOSART Semi. 2.4G Keyboard Mouse System Control: is tagged by udev as: Keyboard
[ 12.019] (II) event7 - MOSART Semi. 2.4G Keyboard Mouse System Control: device is a keyboard
[ 12.020] (II) config/udev: Adding input device MOSART Semi. 2.4G Keyboard Mouse (/dev/input/event8)
[ 12.020] (II) No input driver specified, ignoring this device.
[ 12.020] (II) This device may have been added with another device file.
[ 12.020] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[ 12.020] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[ 12.020] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[ 12.020] (**) AT Translated Set 2 keyboard: always reports core events
[ 12.020] (**) Option "Device" "/dev/input/event3"
[ 12.021] (II) event3 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 12.021] (II) event3 - AT Translated Set 2 keyboard: device is a keyboard
[ 12.022] (II) event3 - AT Translated Set 2 keyboard: device removed
[ 12.042] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[ 12.042] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 14)
[ 12.043] (II) event3 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 12.043] (II) event3 - AT Translated Set 2 keyboard: device is a keyboard
[ 12.044] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event16)
[ 12.044] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "libinput touchpad catchall"
[ 12.044] (II) Using input driver 'libinput' for 'SynPS/2 Synaptics TouchPad'
[ 12.044] (**) SynPS/2 Synaptics TouchPad: always reports core events
[ 12.044] (**) Option "Device" "/dev/input/event16"
[ 12.045] (II) event16 - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
[ 12.047] (II) event16 - SynPS/2 Synaptics TouchPad: device is a touchpad
[ 12.047] (II) event16 - SynPS/2 Synaptics TouchPad: device removed
[ 12.071] (II) libinput: SynPS/2 Synaptics TouchPad: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 12.071] (II) libinput: SynPS/2 Synaptics TouchPad: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 12.071] (II) libinput: SynPS/2 Synaptics TouchPad: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 12.071] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input13/event16"
[ 12.071] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 15)
[ 12.072] (**) Option "AccelerationScheme" "none"
[ 12.072] (**) SynPS/2 Synaptics TouchPad: (accel) selected scheme none/0
[ 12.072] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[ 12.072] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[ 12.073] (II) event16 - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
[ 12.074] (II) event16 - SynPS/2 Synaptics TouchPad: device is a touchpad
[ 12.075] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse1)
[ 12.075] (II) No input driver specified, ignoring this device.
[ 12.075] (II) This device may have been added with another device file.
[ 12.076] (II) config/udev: Adding input device ST LIS3LV02DL Accelerometer (/dev/input/js0)
[ 12.076] (II) No input driver specified, ignoring this device.
[ 12.076] (II) This device may have been added with another device file.
[ 12.076] (II) config/udev: Adding input device PC Speaker (/dev/input/event11)
[ 12.076] (II) No input driver specified, ignoring this device.
[ 12.076] (II) This device may have been added with another device file.
[ 12.079] (II) config/udev: Adding input device HP WMI hotkeys (/dev/input/event12)
[ 12.079] (**) HP WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[ 12.079] (II) Using input driver 'libinput' for 'HP WMI hotkeys'
[ 12.079] (**) HP WMI hotkeys: always reports core events
[ 12.079] (**) Option "Device" "/dev/input/event12"
[ 12.079] (II) event12 - HP WMI hotkeys: is tagged by udev as: Keyboard Switch
[ 12.080] (II) event12 - HP WMI hotkeys: device is a keyboard
[ 12.080] (II) event12 - HP WMI hotkeys: device removed
[ 12.103] (**) Option "config_info" "udev:/sys/devices/virtual/input/input14/event12"
[ 12.103] (II) XINPUT: Adding extended input device "HP WMI hotkeys" (type: KEYBOARD, id 16)
[ 12.105] (II) event12 - HP WMI hotkeys: is tagged by udev as: Keyboard Switch
[ 12.105] (II) event12 - HP WMI hotkeys: device is a keyboard
[ 12.118] (**) MOSART Semi. 2.4G Keyboard Mouse Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 12.118] (II) Using input driver 'libinput' for 'MOSART Semi. 2.4G Keyboard Mouse Consumer Control'
[ 12.118] (**) MOSART Semi. 2.4G Keyboard Mouse Consumer Control: always reports core events
[ 12.118] (**) Option "Device" "/dev/input/event6"
[ 12.118] (II) libinput: MOSART Semi. 2.4G Keyboard Mouse Consumer Control: is a virtual subdevice
[ 12.118] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.4/2-1.4:1.1/0003:062A:4101.0002/input/input7/event6"
[ 12.118] (II) XINPUT: Adding extended input device "MOSART Semi. 2.4G Keyboard Mouse Consumer Control" (type: KEYBOARD, id 17)
[ 12.215] (II) config/udev: Adding input device ST LIS3LV02DL Accelerometer (/dev/input/event17)
[ 12.215] (II) No input driver specified, ignoring this device.
[ 12.215] (II) This device may have been added with another device file.
[ 12.545] (II) event2 - Power Button: device removed
[ 12.554] (II) event10 - Video Bus: device removed
[ 12.572] (II) event9 - Video Bus: device removed
[ 12.588] (II) event1 - Power Button: device removed
[ 12.598] (II) event4 - MOSART Semi. 2.4G Keyboard Mouse: device removed
[ 12.606] (II) event5 - MOSART Semi. 2.4G Keyboard Mouse: device removed
[ 12.618] (II) event7 - MOSART Semi. 2.4G Keyboard Mouse System Control: device removed
[ 12.628] (II) event3 - AT Translated Set 2 keyboard: device removed
[ 12.638] (II) event16 - SynPS/2 Synaptics TouchPad: device removed
[ 12.656] (II) event12 - HP WMI hotkeys: device removed
[ 12.670] (II) event6 - MOSART Semi. 2.4G Keyboard Mouse Consumer Control: device removed
[ 12.676] (II) AIGLX: Suspending AIGLX clients for VT switch
And the output of the commands you provided:
name of display: :1
display: :1 screen: 0
direct rendering: Yes
Extended renderer info (GLX_MESA_query_renderer):
Vendor: Intel (0x8086)
Device: Mesa Intel(R) HD Graphics 3000 (SNB GT2) (0x116)
Version: 25.1.1
Accelerated: yes
Video memory: 1536MB
Unified memory: yes
Preferred profile: core (0x1)
Max core profile version: 3.3
Max compat profile version: 3.3
Max GLES1 profile version: 1.1
Max GLES[23] profile version: 3.0
OpenGL vendor string: Intel
OpenGL renderer string: Mesa Intel(R) HD Graphics 3000 (SNB GT2)
OpenGL core profile version string: 3.3 (Core Profile) Mesa 25.1.1-arch1.2
OpenGL core profile shading language version string: 3.30
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL version string: 3.3 (Compatibility Profile) Mesa 25.1.1-arch1.2
OpenGL shading language version string: 3.30
OpenGL context flags: (none)
OpenGL profile mask: compatibility profile
OpenGL ES profile version string: OpenGL ES 3.0 Mesa 25.1.1-arch1.2
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.00
zsh: command not found: DRI_PRIME
The first command is about the Intel GPU (because the system uses it by default?)
And the second command couldn't be run (wrong syntax?) But I guess the command the same as the first one, just for AMD GPU.
Offline
Sorry,
DRI_PRIME=1 glxinfo -B
Offline
What does DRI_PRIME=1 glxinfo return?
Here's the output:
name of display: :1
display: :1 screen: 0
direct rendering: Yes
server glx vendor string: SGI
server glx version string: 1.4
server glx extensions:
GLX_ARB_context_flush_control, GLX_ARB_create_context,
GLX_ARB_create_context_no_error, GLX_ARB_create_context_profile,
GLX_ARB_create_context_robustness, GLX_ARB_fbconfig_float,
GLX_ARB_framebuffer_sRGB, GLX_ARB_multisample,
GLX_EXT_create_context_es2_profile, GLX_EXT_create_context_es_profile,
GLX_EXT_fbconfig_packed_float, GLX_EXT_framebuffer_sRGB,
GLX_EXT_get_drawable_type, GLX_EXT_libglvnd, GLX_EXT_no_config_context,
GLX_EXT_texture_from_pixmap, GLX_EXT_visual_info, GLX_EXT_visual_rating,
GLX_MESA_copy_sub_buffer, GLX_OML_swap_method, GLX_SGIS_multisample,
GLX_SGIX_fbconfig, GLX_SGIX_pbuffer, GLX_SGIX_visual_select_group,
GLX_SGI_make_current_read
client glx vendor string: Mesa Project and SGI
client glx version string: 1.4
client glx extensions:
GLX_ARB_context_flush_control, GLX_ARB_create_context,
GLX_ARB_create_context_no_error, GLX_ARB_create_context_profile,
GLX_ARB_create_context_robustness, GLX_ARB_fbconfig_float,
GLX_ARB_framebuffer_sRGB, GLX_ARB_get_proc_address, GLX_ARB_multisample,
GLX_ATI_pixel_format_float, GLX_EXT_buffer_age,
GLX_EXT_create_context_es2_profile, GLX_EXT_create_context_es_profile,
GLX_EXT_fbconfig_packed_float, GLX_EXT_framebuffer_sRGB,
GLX_EXT_import_context, GLX_EXT_no_config_context, GLX_EXT_swap_control,
GLX_EXT_swap_control_tear, GLX_EXT_texture_from_pixmap,
GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_INTEL_swap_event,
GLX_MESA_copy_sub_buffer, GLX_MESA_gl_interop, GLX_MESA_query_renderer,
GLX_MESA_swap_control, GLX_NV_float_buffer, GLX_OML_sync_control,
GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer,
GLX_SGIX_visual_select_group, GLX_SGI_make_current_read,
GLX_SGI_swap_control, GLX_SGI_video_sync
GLX version: 1.4
GLX extensions:
GLX_ARB_context_flush_control, GLX_ARB_create_context,
GLX_ARB_create_context_no_error, GLX_ARB_create_context_profile,
GLX_ARB_create_context_robustness, GLX_ARB_fbconfig_float,
GLX_ARB_framebuffer_sRGB, GLX_ARB_get_proc_address, GLX_ARB_multisample,
GLX_EXT_buffer_age, GLX_EXT_create_context_es2_profile,
GLX_EXT_create_context_es_profile, GLX_EXT_fbconfig_packed_float,
GLX_EXT_framebuffer_sRGB, GLX_EXT_no_config_context, GLX_EXT_swap_control,
GLX_EXT_swap_control_tear, GLX_EXT_visual_info, GLX_EXT_visual_rating,
GLX_MESA_copy_sub_buffer, GLX_MESA_gl_interop, GLX_MESA_query_renderer,
GLX_MESA_swap_control, GLX_OML_sync_control, GLX_SGIS_multisample,
GLX_SGIX_fbconfig, GLX_SGIX_pbuffer, GLX_SGIX_visual_select_group,
GLX_SGI_make_current_read, GLX_SGI_video_sync
Extended renderer info (GLX_MESA_query_renderer):
Vendor: Mesa (0x1002)
Device: AMD CAICOS (DRM 2.50.0 / 6.14.7-arch2-1, LLVM 19.1.7) (0x6760)
Version: 25.1.1
Accelerated: yes
Video memory: 1024MB
Unified memory: no
Preferred profile: core (0x1)
Max core profile version: 4.5
Max compat profile version: 4.5
Max GLES1 profile version: 1.1
Max GLES[23] profile version: 3.1
Memory info (GL_ATI_meminfo):
VBO free memory - total: 1023 MB, largest block: 1023 MB
VBO free aux. memory - total: 1020 MB, largest block: 1020 MB
Texture free memory - total: 1023 MB, largest block: 1023 MB
Texture free aux. memory - total: 1020 MB, largest block: 1020 MB
Renderbuffer free memory - total: 1023 MB, largest block: 1023 MB
Renderbuffer free aux. memory - total: 1020 MB, largest block: 1020 MB
Memory info (GL_NVX_gpu_memory_info):
Dedicated video memory: 1024 MB
Total available memory: 2045 MB
Currently available dedicated video memory: 1023 MB
OpenGL vendor string: Mesa
OpenGL renderer string: AMD CAICOS (DRM 2.50.0 / 6.14.7-arch2-1, LLVM 19.1.7)
OpenGL core profile version string: 4.5 (Core Profile) Mesa 25.1.1-arch1.2
OpenGL core profile shading language version string: 4.50
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL core profile extensions:
GL_AMD_conservative_depth, GL_AMD_depth_clamp_separate,
GL_AMD_draw_buffers_blend, GL_AMD_gpu_shader_int64,
GL_AMD_multi_draw_indirect, GL_AMD_performance_monitor,
GL_AMD_pinned_memory, GL_AMD_query_buffer_object,
GL_AMD_seamless_cubemap_per_texture, GL_AMD_shader_stencil_export,
GL_AMD_shader_trinary_minmax, GL_AMD_texture_texture4,
GL_AMD_vertex_shader_layer, GL_AMD_vertex_shader_viewport_index,
GL_ANGLE_texture_compression_dxt3, GL_ANGLE_texture_compression_dxt5,
GL_ARB_ES2_compatibility, GL_ARB_ES3_1_compatibility,
GL_ARB_ES3_2_compatibility, GL_ARB_ES3_compatibility,
GL_ARB_arrays_of_arrays, GL_ARB_base_instance, GL_ARB_blend_func_extended,
GL_ARB_buffer_storage, GL_ARB_clear_buffer_object, GL_ARB_clear_texture,
GL_ARB_clip_control, GL_ARB_compressed_texture_pixel_storage,
GL_ARB_compute_shader, GL_ARB_compute_variable_group_size,
GL_ARB_conditional_render_inverted, GL_ARB_conservative_depth,
GL_ARB_copy_buffer, GL_ARB_copy_image, GL_ARB_cull_distance,
GL_ARB_debug_output, GL_ARB_depth_buffer_float, GL_ARB_depth_clamp,
GL_ARB_derivative_control, GL_ARB_direct_state_access,
GL_ARB_draw_buffers, GL_ARB_draw_buffers_blend,
GL_ARB_draw_elements_base_vertex, GL_ARB_draw_indirect,
GL_ARB_draw_instanced, GL_ARB_enhanced_layouts,
GL_ARB_explicit_attrib_location, GL_ARB_explicit_uniform_location,
GL_ARB_fragment_coord_conventions, GL_ARB_fragment_layer_viewport,
GL_ARB_fragment_shader, GL_ARB_framebuffer_no_attachments,
GL_ARB_framebuffer_object, GL_ARB_framebuffer_sRGB,
GL_ARB_get_program_binary, GL_ARB_get_texture_sub_image, GL_ARB_gl_spirv,
GL_ARB_gpu_shader5, GL_ARB_gpu_shader_fp64, GL_ARB_gpu_shader_int64,
GL_ARB_half_float_pixel, GL_ARB_half_float_vertex,
GL_ARB_instanced_arrays, GL_ARB_internalformat_query,
GL_ARB_internalformat_query2, GL_ARB_invalidate_subdata,
GL_ARB_map_buffer_alignment, GL_ARB_map_buffer_range, GL_ARB_multi_bind,
GL_ARB_multi_draw_indirect, GL_ARB_occlusion_query2,
GL_ARB_parallel_shader_compile, GL_ARB_pipeline_statistics_query,
GL_ARB_pixel_buffer_object, GL_ARB_point_sprite,
GL_ARB_polygon_offset_clamp, GL_ARB_program_interface_query,
GL_ARB_provoking_vertex, GL_ARB_query_buffer_object,
GL_ARB_robust_buffer_access_behavior, GL_ARB_robustness,
GL_ARB_sample_shading, GL_ARB_sampler_objects, GL_ARB_seamless_cube_map,
GL_ARB_seamless_cubemap_per_texture, GL_ARB_separate_shader_objects,
GL_ARB_shader_atomic_counter_ops, GL_ARB_shader_atomic_counters,
GL_ARB_shader_bit_encoding, GL_ARB_shader_clock,
GL_ARB_shader_image_load_store, GL_ARB_shader_image_size,
GL_ARB_shader_objects, GL_ARB_shader_precision,
GL_ARB_shader_stencil_export, GL_ARB_shader_storage_buffer_object,
GL_ARB_shader_subroutine, GL_ARB_shader_texture_image_samples,
GL_ARB_shader_texture_lod, GL_ARB_shading_language_420pack,
GL_ARB_shading_language_include, GL_ARB_shading_language_packing,
GL_ARB_spirv_extensions, GL_ARB_stencil_texturing, GL_ARB_sync,
GL_ARB_tessellation_shader, GL_ARB_texture_barrier,
GL_ARB_texture_border_clamp, GL_ARB_texture_buffer_object,
GL_ARB_texture_buffer_object_rgb32, GL_ARB_texture_buffer_range,
GL_ARB_texture_compression_bptc, GL_ARB_texture_compression_rgtc,
GL_ARB_texture_cube_map_array, GL_ARB_texture_filter_anisotropic,
GL_ARB_texture_float, GL_ARB_texture_gather,
GL_ARB_texture_mirror_clamp_to_edge, GL_ARB_texture_multisample,
GL_ARB_texture_non_power_of_two, GL_ARB_texture_query_levels,
GL_ARB_texture_query_lod, GL_ARB_texture_rectangle, GL_ARB_texture_rg,
GL_ARB_texture_rgb10_a2ui, GL_ARB_texture_stencil8,
GL_ARB_texture_storage, GL_ARB_texture_storage_multisample,
GL_ARB_texture_swizzle, GL_ARB_texture_view, GL_ARB_timer_query,
GL_ARB_transform_feedback2, GL_ARB_transform_feedback3,
GL_ARB_transform_feedback_instanced, GL_ARB_uniform_buffer_object,
GL_ARB_vertex_array_bgra, GL_ARB_vertex_array_object,
GL_ARB_vertex_attrib_64bit, GL_ARB_vertex_attrib_binding,
GL_ARB_vertex_buffer_object, GL_ARB_vertex_shader,
GL_ARB_vertex_type_10f_11f_11f_rev, GL_ARB_vertex_type_2_10_10_10_rev,
GL_ARB_viewport_array, GL_ATI_blend_equation_separate, GL_ATI_meminfo,
GL_ATI_texture_float, GL_ATI_texture_mirror_once,
GL_EXT_EGL_image_storage, GL_EXT_EGL_image_storage_compression,
GL_EXT_EGL_sync, GL_EXT_abgr, GL_EXT_blend_equation_separate,
GL_EXT_debug_label, GL_EXT_draw_buffers2, GL_EXT_draw_instanced,
GL_EXT_framebuffer_blit, GL_EXT_framebuffer_multisample,
GL_EXT_framebuffer_multisample_blit_scaled, GL_EXT_framebuffer_object,
GL_EXT_framebuffer_sRGB, GL_EXT_memory_object, GL_EXT_memory_object_fd,
GL_EXT_packed_depth_stencil, GL_EXT_packed_float,
GL_EXT_pixel_buffer_object, GL_EXT_polygon_offset_clamp,
GL_EXT_provoking_vertex, GL_EXT_shader_integer_mix, GL_EXT_texture_array,
GL_EXT_texture_compression_dxt1, GL_EXT_texture_compression_rgtc,
GL_EXT_texture_compression_s3tc, GL_EXT_texture_filter_anisotropic,
GL_EXT_texture_integer, GL_EXT_texture_mirror_clamp, GL_EXT_texture_sRGB,
GL_EXT_texture_sRGB_R8, GL_EXT_texture_sRGB_decode,
GL_EXT_texture_shared_exponent, GL_EXT_texture_snorm,
GL_EXT_texture_storage, GL_EXT_texture_swizzle, GL_EXT_timer_query,
GL_EXT_transform_feedback, GL_EXT_vertex_array_bgra,
GL_EXT_vertex_attrib_64bit, GL_EXT_window_rectangles,
GL_IBM_multimode_draw_arrays, GL_KHR_context_flush_control, GL_KHR_debug,
GL_KHR_no_error, GL_KHR_parallel_shader_compile,
GL_KHR_robust_buffer_access_behavior, GL_KHR_robustness,
GL_KHR_texture_compression_astc_ldr,
GL_KHR_texture_compression_astc_sliced_3d, GL_MESA_framebuffer_flip_y,
GL_MESA_pack_invert, GL_MESA_shader_integer_functions,
GL_MESA_texture_signed_rgba, GL_NVX_gpu_memory_info,
GL_NV_alpha_to_coverage_dither_control, GL_NV_conditional_render,
GL_NV_copy_image, GL_NV_depth_clamp, GL_NV_packed_depth_stencil,
GL_NV_texture_barrier, GL_NV_vdpau_interop, GL_OES_EGL_image, GL_S3_s3tc
OpenGL version string: 4.5 (Compatibility Profile) Mesa 25.1.1-arch1.2
OpenGL shading language version string: 4.50
OpenGL context flags: (none)
OpenGL profile mask: compatibility profile
OpenGL extensions:
GL_AMD_conservative_depth, GL_AMD_depth_clamp_separate,
GL_AMD_draw_buffers_blend, GL_AMD_multi_draw_indirect,
GL_AMD_performance_monitor, GL_AMD_pinned_memory,
GL_AMD_query_buffer_object, GL_AMD_seamless_cubemap_per_texture,
GL_AMD_shader_stencil_export, GL_AMD_shader_trinary_minmax,
GL_AMD_texture_texture4, GL_AMD_vertex_shader_layer,
GL_AMD_vertex_shader_viewport_index, GL_ANGLE_texture_compression_dxt3,
GL_ANGLE_texture_compression_dxt5, GL_APPLE_packed_pixels,
GL_ARB_ES2_compatibility, GL_ARB_ES3_1_compatibility,
GL_ARB_ES3_2_compatibility, GL_ARB_ES3_compatibility,
GL_ARB_arrays_of_arrays, GL_ARB_base_instance, GL_ARB_blend_func_extended,
GL_ARB_buffer_storage, GL_ARB_clear_buffer_object, GL_ARB_clear_texture,
GL_ARB_clip_control, GL_ARB_color_buffer_float, GL_ARB_compatibility,
GL_ARB_compressed_texture_pixel_storage, GL_ARB_compute_shader,
GL_ARB_compute_variable_group_size, GL_ARB_conditional_render_inverted,
GL_ARB_conservative_depth, GL_ARB_copy_buffer, GL_ARB_copy_image,
GL_ARB_cull_distance, GL_ARB_debug_output, GL_ARB_depth_buffer_float,
GL_ARB_depth_clamp, GL_ARB_depth_texture, GL_ARB_derivative_control,
GL_ARB_direct_state_access, GL_ARB_draw_buffers,
GL_ARB_draw_buffers_blend, GL_ARB_draw_elements_base_vertex,
GL_ARB_draw_indirect, GL_ARB_draw_instanced, GL_ARB_enhanced_layouts,
GL_ARB_explicit_attrib_location, GL_ARB_explicit_uniform_location,
GL_ARB_fragment_coord_conventions, GL_ARB_fragment_layer_viewport,
GL_ARB_fragment_program, GL_ARB_fragment_program_shadow,
GL_ARB_fragment_shader, GL_ARB_framebuffer_no_attachments,
GL_ARB_framebuffer_object, GL_ARB_framebuffer_sRGB,
GL_ARB_get_program_binary, GL_ARB_get_texture_sub_image, GL_ARB_gl_spirv,
GL_ARB_gpu_shader5, GL_ARB_gpu_shader_fp64, GL_ARB_gpu_shader_int64,
GL_ARB_half_float_pixel, GL_ARB_half_float_vertex,
GL_ARB_instanced_arrays, GL_ARB_internalformat_query,
GL_ARB_internalformat_query2, GL_ARB_invalidate_subdata,
GL_ARB_map_buffer_alignment, GL_ARB_map_buffer_range, GL_ARB_multi_bind,
GL_ARB_multi_draw_indirect, GL_ARB_multisample, GL_ARB_multitexture,
GL_ARB_occlusion_query, GL_ARB_occlusion_query2,
GL_ARB_parallel_shader_compile, GL_ARB_pipeline_statistics_query,
GL_ARB_pixel_buffer_object, GL_ARB_point_parameters, GL_ARB_point_sprite,
GL_ARB_polygon_offset_clamp, GL_ARB_program_interface_query,
GL_ARB_provoking_vertex, GL_ARB_query_buffer_object,
GL_ARB_robust_buffer_access_behavior, GL_ARB_robustness,
GL_ARB_sample_shading, GL_ARB_sampler_objects, GL_ARB_seamless_cube_map,
GL_ARB_seamless_cubemap_per_texture, GL_ARB_separate_shader_objects,
GL_ARB_shader_atomic_counter_ops, GL_ARB_shader_atomic_counters,
GL_ARB_shader_bit_encoding, GL_ARB_shader_clock,
GL_ARB_shader_image_load_store, GL_ARB_shader_image_size,
GL_ARB_shader_objects, GL_ARB_shader_precision,
GL_ARB_shader_stencil_export, GL_ARB_shader_storage_buffer_object,
GL_ARB_shader_subroutine, GL_ARB_shader_texture_image_samples,
GL_ARB_shader_texture_lod, GL_ARB_shading_language_100,
GL_ARB_shading_language_420pack, GL_ARB_shading_language_include,
GL_ARB_shading_language_packing, GL_ARB_shadow, GL_ARB_spirv_extensions,
GL_ARB_stencil_texturing, GL_ARB_sync, GL_ARB_tessellation_shader,
GL_ARB_texture_barrier, GL_ARB_texture_border_clamp,
GL_ARB_texture_buffer_object, GL_ARB_texture_buffer_object_rgb32,
GL_ARB_texture_buffer_range, GL_ARB_texture_compression,
GL_ARB_texture_compression_bptc, GL_ARB_texture_compression_rgtc,
GL_ARB_texture_cube_map, GL_ARB_texture_cube_map_array,
GL_ARB_texture_env_add, GL_ARB_texture_env_combine,
GL_ARB_texture_env_crossbar, GL_ARB_texture_env_dot3,
GL_ARB_texture_filter_anisotropic, GL_ARB_texture_float,
GL_ARB_texture_gather, GL_ARB_texture_mirror_clamp_to_edge,
GL_ARB_texture_mirrored_repeat, GL_ARB_texture_multisample,
GL_ARB_texture_non_power_of_two, GL_ARB_texture_query_levels,
GL_ARB_texture_query_lod, GL_ARB_texture_rectangle, GL_ARB_texture_rg,
GL_ARB_texture_rgb10_a2ui, GL_ARB_texture_stencil8,
GL_ARB_texture_storage, GL_ARB_texture_storage_multisample,
GL_ARB_texture_swizzle, GL_ARB_texture_view, GL_ARB_timer_query,
GL_ARB_transform_feedback2, GL_ARB_transform_feedback3,
GL_ARB_transform_feedback_instanced, GL_ARB_transpose_matrix,
GL_ARB_uniform_buffer_object, GL_ARB_vertex_array_bgra,
GL_ARB_vertex_array_object, GL_ARB_vertex_attrib_64bit,
GL_ARB_vertex_attrib_binding, GL_ARB_vertex_buffer_object,
GL_ARB_vertex_program, GL_ARB_vertex_shader,
GL_ARB_vertex_type_10f_11f_11f_rev, GL_ARB_vertex_type_2_10_10_10_rev,
GL_ARB_viewport_array, GL_ARB_window_pos, GL_ATI_blend_equation_separate,
GL_ATI_draw_buffers, GL_ATI_fragment_shader, GL_ATI_meminfo,
GL_ATI_separate_stencil, GL_ATI_texture_compression_3dc,
GL_ATI_texture_env_combine3, GL_ATI_texture_float,
GL_ATI_texture_mirror_once, GL_EXT_EGL_image_storage,
GL_EXT_EGL_image_storage_compression, GL_EXT_EGL_sync, GL_EXT_abgr,
GL_EXT_bgra, GL_EXT_blend_color, GL_EXT_blend_equation_separate,
GL_EXT_blend_func_separate, GL_EXT_blend_minmax, GL_EXT_blend_subtract,
GL_EXT_compiled_vertex_array, GL_EXT_copy_texture, GL_EXT_debug_label,
GL_EXT_direct_state_access, GL_EXT_draw_buffers2, GL_EXT_draw_instanced,
GL_EXT_draw_range_elements, GL_EXT_fog_coord, GL_EXT_framebuffer_blit,
GL_EXT_framebuffer_multisample, GL_EXT_framebuffer_multisample_blit_scaled,
GL_EXT_framebuffer_object, GL_EXT_framebuffer_sRGB,
GL_EXT_gpu_program_parameters, GL_EXT_gpu_shader4, GL_EXT_memory_object,
GL_EXT_memory_object_fd, GL_EXT_multi_draw_arrays,
GL_EXT_packed_depth_stencil, GL_EXT_packed_float, GL_EXT_packed_pixels,
GL_EXT_pixel_buffer_object, GL_EXT_point_parameters,
GL_EXT_polygon_offset_clamp, GL_EXT_provoking_vertex,
GL_EXT_rescale_normal, GL_EXT_secondary_color,
GL_EXT_separate_specular_color, GL_EXT_shader_integer_mix,
GL_EXT_shadow_funcs, GL_EXT_stencil_two_side, GL_EXT_stencil_wrap,
GL_EXT_subtexture, GL_EXT_texture, GL_EXT_texture3D,
GL_EXT_texture_array, GL_EXT_texture_buffer_object,
GL_EXT_texture_compression_dxt1, GL_EXT_texture_compression_latc,
GL_EXT_texture_compression_rgtc, GL_EXT_texture_compression_s3tc,
GL_EXT_texture_cube_map, GL_EXT_texture_edge_clamp,
GL_EXT_texture_env_add, GL_EXT_texture_env_combine,
GL_EXT_texture_env_dot3, GL_EXT_texture_filter_anisotropic,
GL_EXT_texture_integer, GL_EXT_texture_lod_bias,
GL_EXT_texture_mirror_clamp, GL_EXT_texture_object,
GL_EXT_texture_rectangle, GL_EXT_texture_sRGB, GL_EXT_texture_sRGB_R8,
GL_EXT_texture_sRGB_decode, GL_EXT_texture_shared_exponent,
GL_EXT_texture_snorm, GL_EXT_texture_storage, GL_EXT_texture_swizzle,
GL_EXT_timer_query, GL_EXT_transform_feedback, GL_EXT_vertex_array,
GL_EXT_vertex_array_bgra, GL_EXT_vertex_attrib_64bit,
GL_EXT_window_rectangles, GL_IBM_multimode_draw_arrays,
GL_IBM_rasterpos_clip, GL_IBM_texture_mirrored_repeat,
GL_INGR_blend_func_separate, GL_KHR_context_flush_control, GL_KHR_debug,
GL_KHR_no_error, GL_KHR_parallel_shader_compile,
GL_KHR_robust_buffer_access_behavior, GL_KHR_robustness,
GL_KHR_texture_compression_astc_ldr,
GL_KHR_texture_compression_astc_sliced_3d, GL_MESA_framebuffer_flip_y,
GL_MESA_pack_invert, GL_MESA_shader_integer_functions,
GL_MESA_texture_signed_rgba, GL_MESA_window_pos, GL_NVX_gpu_memory_info,
GL_NV_ES1_1_compatibility, GL_NV_alpha_to_coverage_dither_control,
GL_NV_blend_square, GL_NV_conditional_render, GL_NV_copy_image,
GL_NV_depth_clamp, GL_NV_fog_distance, GL_NV_half_float,
GL_NV_light_max_exponent, GL_NV_packed_depth_stencil,
GL_NV_primitive_restart, GL_NV_texgen_reflection, GL_NV_texture_barrier,
GL_NV_texture_env_combine4, GL_NV_texture_rectangle, GL_NV_vdpau_interop,
GL_OES_EGL_image, GL_OES_read_format, GL_S3_s3tc,
GL_SGIS_generate_mipmap, GL_SGIS_texture_border_clamp,
GL_SGIS_texture_edge_clamp, GL_SGIS_texture_lod, GL_SUN_multi_draw_arrays
OpenGL ES profile version string: OpenGL ES 3.1 Mesa 25.1.1-arch1.2
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.10
OpenGL ES profile extensions:
GL_AMD_performance_monitor, GL_ANGLE_pack_reverse_row_order,
GL_ANGLE_texture_compression_dxt3, GL_ANGLE_texture_compression_dxt5,
GL_APPLE_sync, GL_APPLE_texture_max_level, GL_EXT_EGL_image_storage,
GL_EXT_EGL_image_storage_compression, GL_EXT_base_instance,
GL_EXT_blend_func_extended, GL_EXT_blend_minmax, GL_EXT_buffer_storage,
GL_EXT_clear_texture, GL_EXT_clip_control, GL_EXT_clip_cull_distance,
GL_EXT_color_buffer_float, GL_EXT_color_buffer_half_float,
GL_EXT_compressed_ETC1_RGB8_sub_texture, GL_EXT_conservative_depth,
GL_EXT_copy_image, GL_EXT_debug_label, GL_EXT_depth_clamp,
GL_EXT_discard_framebuffer, GL_EXT_disjoint_timer_query,
GL_EXT_draw_buffers, GL_EXT_draw_buffers_indexed,
GL_EXT_draw_elements_base_vertex, GL_EXT_draw_instanced,
GL_EXT_float_blend, GL_EXT_frag_depth, GL_EXT_geometry_point_size,
GL_EXT_geometry_shader, GL_EXT_gpu_shader5, GL_EXT_instanced_arrays,
GL_EXT_map_buffer_range, GL_EXT_memory_object, GL_EXT_memory_object_fd,
GL_EXT_multi_draw_arrays, GL_EXT_multi_draw_indirect,
GL_EXT_occlusion_query_boolean, GL_EXT_polygon_offset_clamp,
GL_EXT_primitive_bounding_box, GL_EXT_read_format_bgra,
GL_EXT_render_snorm, GL_EXT_robustness, GL_EXT_sRGB_write_control,
GL_EXT_separate_shader_objects, GL_EXT_shader_implicit_conversions,
GL_EXT_shader_integer_mix, GL_EXT_shader_io_blocks,
GL_EXT_shadow_samplers, GL_EXT_tessellation_point_size,
GL_EXT_tessellation_shader, GL_EXT_texture_border_clamp,
GL_EXT_texture_buffer, GL_EXT_texture_compression_bptc,
GL_EXT_texture_compression_dxt1, GL_EXT_texture_compression_rgtc,
GL_EXT_texture_compression_s3tc, GL_EXT_texture_compression_s3tc_srgb,
GL_EXT_texture_cube_map_array, GL_EXT_texture_filter_anisotropic,
GL_EXT_texture_format_BGRA8888, GL_EXT_texture_mirror_clamp_to_edge,
GL_EXT_texture_norm16, GL_EXT_texture_query_lod, GL_EXT_texture_rg,
GL_EXT_texture_sRGB_R8, GL_EXT_texture_sRGB_decode,
GL_EXT_texture_storage, GL_EXT_texture_storage_compression,
GL_EXT_texture_type_2_10_10_10_REV, GL_EXT_texture_view,
GL_EXT_unpack_subimage, GL_EXT_window_rectangles,
GL_KHR_context_flush_control, GL_KHR_debug, GL_KHR_no_error,
GL_KHR_parallel_shader_compile, GL_KHR_robust_buffer_access_behavior,
GL_KHR_robustness, GL_KHR_texture_compression_astc_ldr,
GL_KHR_texture_compression_astc_sliced_3d, GL_MESA_bgra,
GL_MESA_framebuffer_flip_y, GL_MESA_sampler_objects,
GL_MESA_shader_integer_functions, GL_NV_alpha_to_coverage_dither_control,
GL_NV_conditional_render, GL_NV_draw_buffers, GL_NV_fbo_color_attachments,
GL_NV_generate_mipmap_sRGB, GL_NV_image_formats, GL_NV_pack_subimage,
GL_NV_pixel_buffer_object, GL_NV_read_buffer, GL_NV_read_depth,
GL_NV_read_depth_stencil, GL_NV_read_stencil,
GL_NV_shader_noperspective_interpolation, GL_NV_texture_barrier,
GL_OES_EGL_image, GL_OES_EGL_image_external,
GL_OES_EGL_image_external_essl3, GL_OES_EGL_sync,
GL_OES_compressed_ETC1_RGB8_texture, GL_OES_copy_image, GL_OES_depth24,
GL_OES_depth_texture, GL_OES_depth_texture_cube_map,
GL_OES_draw_buffers_indexed, GL_OES_draw_elements_base_vertex,
GL_OES_element_index_uint, GL_OES_fbo_render_mipmap,
GL_OES_geometry_point_size, GL_OES_geometry_shader,
GL_OES_get_program_binary, GL_OES_gpu_shader5, GL_OES_mapbuffer,
GL_OES_packed_depth_stencil, GL_OES_primitive_bounding_box,
GL_OES_required_internalformat, GL_OES_rgb8_rgba8, GL_OES_sample_shading,
GL_OES_sample_variables, GL_OES_shader_image_atomic,
GL_OES_shader_io_blocks, GL_OES_shader_multisample_interpolation,
GL_OES_standard_derivatives, GL_OES_stencil8, GL_OES_surfaceless_context,
GL_OES_tessellation_point_size, GL_OES_tessellation_shader,
GL_OES_texture_3D, GL_OES_texture_border_clamp, GL_OES_texture_buffer,
GL_OES_texture_cube_map_array, GL_OES_texture_float,
GL_OES_texture_float_linear, GL_OES_texture_half_float,
GL_OES_texture_half_float_linear, GL_OES_texture_npot,
GL_OES_texture_stencil8, GL_OES_texture_storage_multisample_2d_array,
GL_OES_texture_view, GL_OES_vertex_array_object, GL_OES_vertex_half_float,
GL_OES_viewport_array
108 GLX Visuals
visual x bf lv rg d st colorbuffer sr ax dp st accumbuffer ms sw cav
id dep cl sp sz l ci b ro r g b a F gb bf th cl r g b a ns b ap eat
----------------------------------------------------------------------------
0x036 24 tc 0 32 0 r y . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 . None
0x037 24 dc 0 32 0 r y . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 . None
0x0fc 24 tc 0 32 0 r y . 8 8 8 8 . . 0 0 0 0 0 0 0 0 0 . None
0x0fd 24 tc 0 32 0 r y . 8 8 8 8 . s 0 0 0 0 0 0 0 0 0 . None
0x0fe 24 tc 0 32 0 r . . 8 8 8 8 . . 0 0 0 0 0 0 0 0 0 . None
0x0ff 24 tc 0 32 0 r . . 8 8 8 8 . s 0 0 0 0 0 0 0 0 0 . None
0x100 24 dc 0 32 0 r y . 8 8 8 8 . . 0 0 0 0 0 0 0 0 0 . None
0x101 24 dc 0 32 0 r y . 8 8 8 8 . s 0 0 0 0 0 0 0 0 0 . None
0x102 24 dc 0 32 0 r . . 8 8 8 8 . . 0 0 0 0 0 0 0 0 0 . None
0x103 24 dc 0 32 0 r . . 8 8 8 8 . s 0 0 0 0 0 0 0 0 0 . None
0x108 24 tc 0 32 0 r y . 8 8 8 8 . . 0 24 0 0 0 0 0 0 0 . None
0x109 24 tc 0 32 0 r y . 8 8 8 8 . s 0 24 0 0 0 0 0 0 0 . None
0x10a 24 tc 0 32 0 r . . 8 8 8 8 . . 0 24 0 0 0 0 0 0 0 . None
0x10b 24 tc 0 32 0 r . . 8 8 8 8 . s 0 24 0 0 0 0 0 0 0 . None
0x10c 24 dc 0 32 0 r y . 8 8 8 8 . . 0 24 0 0 0 0 0 0 0 . None
0x10d 24 dc 0 32 0 r y . 8 8 8 8 . s 0 24 0 0 0 0 0 0 0 . None
0x10e 24 dc 0 32 0 r . . 8 8 8 8 . . 0 24 0 0 0 0 0 0 0 . None
0x10f 24 dc 0 32 0 r . . 8 8 8 8 . s 0 24 0 0 0 0 0 0 0 . None
0x114 24 tc 0 32 0 r y . 8 8 8 8 . s 0 24 8 0 0 0 0 0 0 . None
0x115 24 tc 0 32 0 r . . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 . None
0x116 24 tc 0 32 0 r . . 8 8 8 8 . s 0 24 8 0 0 0 0 0 0 . None
0x117 24 dc 0 32 0 r y . 8 8 8 8 . s 0 24 8 0 0 0 0 0 0 . None
0x118 24 dc 0 32 0 r . . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 . None
0x119 24 dc 0 32 0 r . . 8 8 8 8 . s 0 24 8 0 0 0 0 0 0 . None
0x11d 24 tc 0 32 0 r y . 8 8 8 8 . . 0 0 0 0 0 0 0 4 1 . None
0x11e 24 tc 0 32 0 r y . 8 8 8 8 . s 0 0 0 0 0 0 0 4 1 . None
0x11f 24 tc 0 32 0 r . . 8 8 8 8 . . 0 0 0 0 0 0 0 4 1 . None
0x120 24 tc 0 32 0 r . . 8 8 8 8 . s 0 0 0 0 0 0 0 4 1 . None
0x121 24 dc 0 32 0 r y . 8 8 8 8 . . 0 0 0 0 0 0 0 4 1 . None
0x122 24 dc 0 32 0 r y . 8 8 8 8 . s 0 0 0 0 0 0 0 4 1 . None
0x123 24 dc 0 32 0 r . . 8 8 8 8 . . 0 0 0 0 0 0 0 4 1 . None
0x124 24 dc 0 32 0 r . . 8 8 8 8 . s 0 0 0 0 0 0 0 4 1 . None
0x125 24 tc 0 32 0 r y . 8 8 8 8 . . 0 24 0 0 0 0 0 4 1 . None
0x126 24 tc 0 32 0 r y . 8 8 8 8 . s 0 24 0 0 0 0 0 4 1 . None
0x127 24 tc 0 32 0 r . . 8 8 8 8 . . 0 24 0 0 0 0 0 4 1 . None
0x128 24 tc 0 32 0 r . . 8 8 8 8 . s 0 24 0 0 0 0 0 4 1 . None
0x129 24 dc 0 32 0 r y . 8 8 8 8 . . 0 24 0 0 0 0 0 4 1 . None
0x12a 24 dc 0 32 0 r y . 8 8 8 8 . s 0 24 0 0 0 0 0 4 1 . None
0x12b 24 dc 0 32 0 r . . 8 8 8 8 . . 0 24 0 0 0 0 0 4 1 . None
0x12c 24 dc 0 32 0 r . . 8 8 8 8 . s 0 24 0 0 0 0 0 4 1 . None
0x12d 24 tc 0 32 0 r y . 8 8 8 8 . . 0 24 8 0 0 0 0 4 1 . None
0x12e 24 tc 0 32 0 r y . 8 8 8 8 . s 0 24 8 0 0 0 0 4 1 . None
0x12f 24 tc 0 32 0 r . . 8 8 8 8 . . 0 24 8 0 0 0 0 4 1 . None
0x130 24 tc 0 32 0 r . . 8 8 8 8 . s 0 24 8 0 0 0 0 4 1 . None
0x131 24 dc 0 32 0 r y . 8 8 8 8 . . 0 24 8 0 0 0 0 4 1 . None
0x132 24 dc 0 32 0 r y . 8 8 8 8 . s 0 24 8 0 0 0 0 4 1 . None
0x133 24 dc 0 32 0 r . . 8 8 8 8 . . 0 24 8 0 0 0 0 4 1 . None
0x134 24 dc 0 32 0 r . . 8 8 8 8 . s 0 24 8 0 0 0 0 4 1 . None
0x135 24 tc 0 24 0 r y . 8 8 8 0 . . 0 0 0 0 0 0 0 0 0 . None
0x136 24 tc 0 24 0 r y . 8 8 8 0 . s 0 0 0 0 0 0 0 0 0 . None
0x137 24 tc 0 24 0 r . . 8 8 8 0 . . 0 0 0 0 0 0 0 0 0 . None
0x138 24 tc 0 24 0 r . . 8 8 8 0 . s 0 0 0 0 0 0 0 0 0 . None
0x139 24 dc 0 24 0 r y . 8 8 8 0 . . 0 0 0 0 0 0 0 0 0 . None
0x13a 24 dc 0 24 0 r y . 8 8 8 0 . s 0 0 0 0 0 0 0 0 0 . None
0x13b 24 dc 0 24 0 r . . 8 8 8 0 . . 0 0 0 0 0 0 0 0 0 . None
0x13c 24 dc 0 24 0 r . . 8 8 8 0 . s 0 0 0 0 0 0 0 0 0 . None
0x13d 24 tc 0 24 0 r y . 8 8 8 0 . . 0 24 0 0 0 0 0 0 0 . None
0x13e 24 tc 0 24 0 r y . 8 8 8 0 . s 0 24 0 0 0 0 0 0 0 . None
0x13f 24 tc 0 24 0 r . . 8 8 8 0 . . 0 24 0 0 0 0 0 0 0 . None
0x140 24 tc 0 24 0 r . . 8 8 8 0 . s 0 24 0 0 0 0 0 0 0 . None
0x141 24 dc 0 24 0 r y . 8 8 8 0 . . 0 24 0 0 0 0 0 0 0 . None
0x142 24 dc 0 24 0 r y . 8 8 8 0 . s 0 24 0 0 0 0 0 0 0 . None
0x143 24 dc 0 24 0 r . . 8 8 8 0 . . 0 24 0 0 0 0 0 0 0 . None
0x144 24 dc 0 24 0 r . . 8 8 8 0 . s 0 24 0 0 0 0 0 0 0 . None
0x145 24 tc 0 24 0 r y . 8 8 8 0 . . 0 24 8 0 0 0 0 0 0 . None
0x146 24 tc 0 24 0 r y . 8 8 8 0 . s 0 24 8 0 0 0 0 0 0 . None
0x147 24 tc 0 24 0 r . . 8 8 8 0 . . 0 24 8 0 0 0 0 0 0 . None
0x148 24 tc 0 24 0 r . . 8 8 8 0 . s 0 24 8 0 0 0 0 0 0 . None
0x149 24 dc 0 24 0 r y . 8 8 8 0 . . 0 24 8 0 0 0 0 0 0 . None
0x14a 24 dc 0 24 0 r y . 8 8 8 0 . s 0 24 8 0 0 0 0 0 0 . None
0x14b 24 dc 0 24 0 r . . 8 8 8 0 . . 0 24 8 0 0 0 0 0 0 . None
0x14c 24 dc 0 24 0 r . . 8 8 8 0 . s 0 24 8 0 0 0 0 0 0 . None
0x14d 24 tc 0 24 0 r y . 8 8 8 0 . . 0 0 0 0 0 0 0 4 1 . None
0x14e 24 tc 0 24 0 r y . 8 8 8 0 . s 0 0 0 0 0 0 0 4 1 . None
0x14f 24 tc 0 24 0 r . . 8 8 8 0 . . 0 0 0 0 0 0 0 4 1 . None
0x150 24 tc 0 24 0 r . . 8 8 8 0 . s 0 0 0 0 0 0 0 4 1 . None
0x151 24 dc 0 24 0 r y . 8 8 8 0 . . 0 0 0 0 0 0 0 4 1 . None
0x152 24 dc 0 24 0 r y . 8 8 8 0 . s 0 0 0 0 0 0 0 4 1 . None
0x153 24 dc 0 24 0 r . . 8 8 8 0 . . 0 0 0 0 0 0 0 4 1 . None
0x154 24 dc 0 24 0 r . . 8 8 8 0 . s 0 0 0 0 0 0 0 4 1 . None
0x155 24 tc 0 24 0 r y . 8 8 8 0 . . 0 24 0 0 0 0 0 4 1 . None
0x156 24 tc 0 24 0 r y . 8 8 8 0 . s 0 24 0 0 0 0 0 4 1 . None
0x157 24 tc 0 24 0 r . . 8 8 8 0 . . 0 24 0 0 0 0 0 4 1 . None
0x158 24 tc 0 24 0 r . . 8 8 8 0 . s 0 24 0 0 0 0 0 4 1 . None
0x159 24 dc 0 24 0 r y . 8 8 8 0 . . 0 24 0 0 0 0 0 4 1 . None
0x15a 24 dc 0 24 0 r y . 8 8 8 0 . s 0 24 0 0 0 0 0 4 1 . None
0x15b 24 dc 0 24 0 r . . 8 8 8 0 . . 0 24 0 0 0 0 0 4 1 . None
0x15c 24 dc 0 24 0 r . . 8 8 8 0 . s 0 24 0 0 0 0 0 4 1 . None
0x15d 24 tc 0 24 0 r y . 8 8 8 0 . . 0 24 8 0 0 0 0 4 1 . None
0x15e 24 tc 0 24 0 r y . 8 8 8 0 . s 0 24 8 0 0 0 0 4 1 . None
0x15f 24 tc 0 24 0 r . . 8 8 8 0 . . 0 24 8 0 0 0 0 4 1 . None
0x160 24 tc 0 24 0 r . . 8 8 8 0 . s 0 24 8 0 0 0 0 4 1 . None
0x161 24 dc 0 24 0 r y . 8 8 8 0 . . 0 24 8 0 0 0 0 4 1 . None
0x162 24 dc 0 24 0 r y . 8 8 8 0 . s 0 24 8 0 0 0 0 4 1 . None
0x163 24 dc 0 24 0 r . . 8 8 8 0 . . 0 24 8 0 0 0 0 4 1 . None
0x164 24 dc 0 24 0 r . . 8 8 8 0 . s 0 24 8 0 0 0 0 4 1 . None
0x066 32 tc 0 32 0 r y . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 . None
0x104 32 tc 0 32 0 r y . 8 8 8 8 . . 0 0 0 0 0 0 0 0 0 . None
0x105 32 tc 0 32 0 r y . 8 8 8 8 . s 0 0 0 0 0 0 0 0 0 . None
0x106 32 tc 0 32 0 r . . 8 8 8 8 . . 0 0 0 0 0 0 0 0 0 . None
0x107 32 tc 0 32 0 r . . 8 8 8 8 . s 0 0 0 0 0 0 0 0 0 . None
0x110 32 tc 0 32 0 r y . 8 8 8 8 . . 0 24 0 0 0 0 0 0 0 . None
0x111 32 tc 0 32 0 r y . 8 8 8 8 . s 0 24 0 0 0 0 0 0 0 . None
0x112 32 tc 0 32 0 r . . 8 8 8 8 . . 0 24 0 0 0 0 0 0 0 . None
0x113 32 tc 0 32 0 r . . 8 8 8 8 . s 0 24 0 0 0 0 0 0 0 . None
0x11a 32 tc 0 32 0 r y . 8 8 8 8 . s 0 24 8 0 0 0 0 0 0 . None
0x11b 32 tc 0 32 0 r . . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 . None
0x11c 32 tc 0 32 0 r . . 8 8 8 8 . s 0 24 8 0 0 0 0 0 0 . None
148 GLXFBConfigs:
visual x bf lv rg d st colorbuffer sr ax dp st accumbuffer ms sw cav
id dep cl sp sz l ci b ro r g b a F gb bf th cl r g b a ns b ap eat
----------------------------------------------------------------------------
0x068 0 tc 0 32 0 r y . 10 10 10 2 . . 0 0 0 0 0 0 0 0 0 . None
0x069 0 tc 0 32 0 r . . 10 10 10 2 . . 0 0 0 0 0 0 0 0 0 . None
0x06a 0 dc 0 32 0 r y . 10 10 10 2 . . 0 0 0 0 0 0 0 0 0 . None
0x06b 0 dc 0 32 0 r . . 10 10 10 2 . . 0 0 0 0 0 0 0 0 0 . None
0x06c 0 tc 0 32 0 r y . 10 10 10 2 . . 0 24 0 0 0 0 0 0 0 . None
0x06d 0 tc 0 32 0 r . . 10 10 10 2 . . 0 24 0 0 0 0 0 0 0 . None
0x06e 0 dc 0 32 0 r y . 10 10 10 2 . . 0 24 0 0 0 0 0 0 0 . None
0x06f 0 dc 0 32 0 r . . 10 10 10 2 . . 0 24 0 0 0 0 0 0 0 . None
0x070 0 tc 0 32 0 r y . 10 10 10 2 . . 0 24 8 0 0 0 0 0 0 . None
0x071 0 tc 0 32 0 r . . 10 10 10 2 . . 0 24 8 0 0 0 0 0 0 . None
0x072 0 dc 0 32 0 r y . 10 10 10 2 . . 0 24 8 0 0 0 0 0 0 . None
0x073 0 dc 0 32 0 r . . 10 10 10 2 . . 0 24 8 0 0 0 0 0 0 . None
0x074 0 tc 0 32 0 r y . 10 10 10 2 . . 0 0 0 0 0 0 0 4 1 . None
0x075 0 tc 0 32 0 r . . 10 10 10 2 . . 0 0 0 0 0 0 0 4 1 . None
0x076 0 dc 0 32 0 r y . 10 10 10 2 . . 0 0 0 0 0 0 0 4 1 . None
0x077 0 dc 0 32 0 r . . 10 10 10 2 . . 0 0 0 0 0 0 0 4 1 . None
0x078 0 tc 0 32 0 r y . 10 10 10 2 . . 0 24 0 0 0 0 0 4 1 . None
0x079 0 tc 0 32 0 r . . 10 10 10 2 . . 0 24 0 0 0 0 0 4 1 . None
0x07a 0 dc 0 32 0 r y . 10 10 10 2 . . 0 24 0 0 0 0 0 4 1 . None
0x07b 0 dc 0 32 0 r . . 10 10 10 2 . . 0 24 0 0 0 0 0 4 1 . None
0x07c 0 tc 0 32 0 r y . 10 10 10 2 . . 0 24 8 0 0 0 0 4 1 . None
0x07d 0 tc 0 32 0 r . . 10 10 10 2 . . 0 24 8 0 0 0 0 4 1 . None
0x07e 0 dc 0 32 0 r y . 10 10 10 2 . . 0 24 8 0 0 0 0 4 1 . None
0x07f 0 dc 0 32 0 r . . 10 10 10 2 . . 0 24 8 0 0 0 0 4 1 . None
0x080 24 tc 0 32 0 r y . 8 8 8 8 . . 0 0 0 0 0 0 0 0 0 . None
0x081 24 tc 0 32 0 r y . 8 8 8 8 . s 0 0 0 0 0 0 0 0 0 . None
0x082 24 tc 0 32 0 r . . 8 8 8 8 . . 0 0 0 0 0 0 0 0 0 . None
0x083 24 tc 0 32 0 r . . 8 8 8 8 . s 0 0 0 0 0 0 0 0 0 . None
0x084 24 dc 0 32 0 r y . 8 8 8 8 . . 0 0 0 0 0 0 0 0 0 . None
0x085 24 dc 0 32 0 r y . 8 8 8 8 . s 0 0 0 0 0 0 0 0 0 . None
0x086 24 dc 0 32 0 r . . 8 8 8 8 . . 0 0 0 0 0 0 0 0 0 . None
0x087 24 dc 0 32 0 r . . 8 8 8 8 . s 0 0 0 0 0 0 0 0 0 . None
0x088 32 tc 0 32 0 r y . 8 8 8 8 . . 0 0 0 0 0 0 0 0 0 . None
0x089 32 tc 0 32 0 r y . 8 8 8 8 . s 0 0 0 0 0 0 0 0 0 . None
0x08a 32 tc 0 32 0 r . . 8 8 8 8 . . 0 0 0 0 0 0 0 0 0 . None
0x08b 32 tc 0 32 0 r . . 8 8 8 8 . s 0 0 0 0 0 0 0 0 0 . None
0x08c 24 tc 0 32 0 r y . 8 8 8 8 . . 0 24 0 0 0 0 0 0 0 . None
0x08d 24 tc 0 32 0 r y . 8 8 8 8 . s 0 24 0 0 0 0 0 0 0 . None
0x08e 24 tc 0 32 0 r . . 8 8 8 8 . . 0 24 0 0 0 0 0 0 0 . None
0x08f 24 tc 0 32 0 r . . 8 8 8 8 . s 0 24 0 0 0 0 0 0 0 . None
0x090 24 dc 0 32 0 r y . 8 8 8 8 . . 0 24 0 0 0 0 0 0 0 . None
0x091 24 dc 0 32 0 r y . 8 8 8 8 . s 0 24 0 0 0 0 0 0 0 . None
0x092 24 dc 0 32 0 r . . 8 8 8 8 . . 0 24 0 0 0 0 0 0 0 . None
0x093 24 dc 0 32 0 r . . 8 8 8 8 . s 0 24 0 0 0 0 0 0 0 . None
0x094 32 tc 0 32 0 r y . 8 8 8 8 . . 0 24 0 0 0 0 0 0 0 . None
0x095 32 tc 0 32 0 r y . 8 8 8 8 . s 0 24 0 0 0 0 0 0 0 . None
0x096 32 tc 0 32 0 r . . 8 8 8 8 . . 0 24 0 0 0 0 0 0 0 . None
0x097 32 tc 0 32 0 r . . 8 8 8 8 . s 0 24 0 0 0 0 0 0 0 . None
0x098 24 tc 0 32 0 r y . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 . None
0x099 24 tc 0 32 0 r y . 8 8 8 8 . s 0 24 8 0 0 0 0 0 0 . None
0x09a 24 tc 0 32 0 r . . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 . None
0x09b 24 tc 0 32 0 r . . 8 8 8 8 . s 0 24 8 0 0 0 0 0 0 . None
0x09c 24 dc 0 32 0 r y . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 . None
0x09d 24 dc 0 32 0 r y . 8 8 8 8 . s 0 24 8 0 0 0 0 0 0 . None
0x09e 24 dc 0 32 0 r . . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 . None
0x09f 24 dc 0 32 0 r . . 8 8 8 8 . s 0 24 8 0 0 0 0 0 0 . None
0x0a0 32 tc 0 32 0 r y . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 . None
0x0a1 32 tc 0 32 0 r y . 8 8 8 8 . s 0 24 8 0 0 0 0 0 0 . None
0x0a2 32 tc 0 32 0 r . . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 . None
0x0a3 32 tc 0 32 0 r . . 8 8 8 8 . s 0 24 8 0 0 0 0 0 0 . None
0x0a4 24 tc 0 32 0 r y . 8 8 8 8 . . 0 0 0 0 0 0 0 4 1 . None
0x0a5 24 tc 0 32 0 r y . 8 8 8 8 . s 0 0 0 0 0 0 0 4 1 . None
0x0a6 24 tc 0 32 0 r . . 8 8 8 8 . . 0 0 0 0 0 0 0 4 1 . None
0x0a7 24 tc 0 32 0 r . . 8 8 8 8 . s 0 0 0 0 0 0 0 4 1 . None
0x0a8 24 dc 0 32 0 r y . 8 8 8 8 . . 0 0 0 0 0 0 0 4 1 . None
0x0a9 24 dc 0 32 0 r y . 8 8 8 8 . s 0 0 0 0 0 0 0 4 1 . None
0x0aa 24 dc 0 32 0 r . . 8 8 8 8 . . 0 0 0 0 0 0 0 4 1 . None
0x0ab 24 dc 0 32 0 r . . 8 8 8 8 . s 0 0 0 0 0 0 0 4 1 . None
0x0ac 24 tc 0 32 0 r y . 8 8 8 8 . . 0 24 0 0 0 0 0 4 1 . None
0x0ad 24 tc 0 32 0 r y . 8 8 8 8 . s 0 24 0 0 0 0 0 4 1 . None
0x0ae 24 tc 0 32 0 r . . 8 8 8 8 . . 0 24 0 0 0 0 0 4 1 . None
0x0af 24 tc 0 32 0 r . . 8 8 8 8 . s 0 24 0 0 0 0 0 4 1 . None
0x0b0 24 dc 0 32 0 r y . 8 8 8 8 . . 0 24 0 0 0 0 0 4 1 . None
0x0b1 24 dc 0 32 0 r y . 8 8 8 8 . s 0 24 0 0 0 0 0 4 1 . None
0x0b2 24 dc 0 32 0 r . . 8 8 8 8 . . 0 24 0 0 0 0 0 4 1 . None
0x0b3 24 dc 0 32 0 r . . 8 8 8 8 . s 0 24 0 0 0 0 0 4 1 . None
0x0b4 24 tc 0 32 0 r y . 8 8 8 8 . . 0 24 8 0 0 0 0 4 1 . None
0x0b5 24 tc 0 32 0 r y . 8 8 8 8 . s 0 24 8 0 0 0 0 4 1 . None
0x0b6 24 tc 0 32 0 r . . 8 8 8 8 . . 0 24 8 0 0 0 0 4 1 . None
0x0b7 24 tc 0 32 0 r . . 8 8 8 8 . s 0 24 8 0 0 0 0 4 1 . None
0x0b8 24 dc 0 32 0 r y . 8 8 8 8 . . 0 24 8 0 0 0 0 4 1 . None
0x0b9 24 dc 0 32 0 r y . 8 8 8 8 . s 0 24 8 0 0 0 0 4 1 . None
0x0ba 24 dc 0 32 0 r . . 8 8 8 8 . . 0 24 8 0 0 0 0 4 1 . None
0x0bb 24 dc 0 32 0 r . . 8 8 8 8 . s 0 24 8 0 0 0 0 4 1 . None
0x0bc 24 tc 0 24 0 r y . 8 8 8 0 . . 0 0 0 0 0 0 0 0 0 . None
0x0bd 24 tc 0 24 0 r y . 8 8 8 0 . s 0 0 0 0 0 0 0 0 0 . None
0x0be 24 tc 0 24 0 r . . 8 8 8 0 . . 0 0 0 0 0 0 0 0 0 . None
0x0bf 24 tc 0 24 0 r . . 8 8 8 0 . s 0 0 0 0 0 0 0 0 0 . None
0x0c0 24 dc 0 24 0 r y . 8 8 8 0 . . 0 0 0 0 0 0 0 0 0 . None
0x0c1 24 dc 0 24 0 r y . 8 8 8 0 . s 0 0 0 0 0 0 0 0 0 . None
0x0c2 24 dc 0 24 0 r . . 8 8 8 0 . . 0 0 0 0 0 0 0 0 0 . None
0x0c3 24 dc 0 24 0 r . . 8 8 8 0 . s 0 0 0 0 0 0 0 0 0 . None
0x0c4 24 tc 0 24 0 r y . 8 8 8 0 . . 0 24 0 0 0 0 0 0 0 . None
0x0c5 24 tc 0 24 0 r y . 8 8 8 0 . s 0 24 0 0 0 0 0 0 0 . None
0x0c6 24 tc 0 24 0 r . . 8 8 8 0 . . 0 24 0 0 0 0 0 0 0 . None
0x0c7 24 tc 0 24 0 r . . 8 8 8 0 . s 0 24 0 0 0 0 0 0 0 . None
0x0c8 24 dc 0 24 0 r y . 8 8 8 0 . . 0 24 0 0 0 0 0 0 0 . None
0x0c9 24 dc 0 24 0 r y . 8 8 8 0 . s 0 24 0 0 0 0 0 0 0 . None
0x0ca 24 dc 0 24 0 r . . 8 8 8 0 . . 0 24 0 0 0 0 0 0 0 . None
0x0cb 24 dc 0 24 0 r . . 8 8 8 0 . s 0 24 0 0 0 0 0 0 0 . None
0x0cc 24 tc 0 24 0 r y . 8 8 8 0 . . 0 24 8 0 0 0 0 0 0 . None
0x0cd 24 tc 0 24 0 r y . 8 8 8 0 . s 0 24 8 0 0 0 0 0 0 . None
0x0ce 24 tc 0 24 0 r . . 8 8 8 0 . . 0 24 8 0 0 0 0 0 0 . None
0x0cf 24 tc 0 24 0 r . . 8 8 8 0 . s 0 24 8 0 0 0 0 0 0 . None
0x0d0 24 dc 0 24 0 r y . 8 8 8 0 . . 0 24 8 0 0 0 0 0 0 . None
0x0d1 24 dc 0 24 0 r y . 8 8 8 0 . s 0 24 8 0 0 0 0 0 0 . None
0x0d2 24 dc 0 24 0 r . . 8 8 8 0 . . 0 24 8 0 0 0 0 0 0 . None
0x0d3 24 dc 0 24 0 r . . 8 8 8 0 . s 0 24 8 0 0 0 0 0 0 . None
0x0d4 24 tc 0 24 0 r y . 8 8 8 0 . . 0 0 0 0 0 0 0 4 1 . None
0x0d5 24 tc 0 24 0 r y . 8 8 8 0 . s 0 0 0 0 0 0 0 4 1 . None
0x0d6 24 tc 0 24 0 r . . 8 8 8 0 . . 0 0 0 0 0 0 0 4 1 . None
0x0d7 24 tc 0 24 0 r . . 8 8 8 0 . s 0 0 0 0 0 0 0 4 1 . None
0x0d8 24 dc 0 24 0 r y . 8 8 8 0 . . 0 0 0 0 0 0 0 4 1 . None
0x0d9 24 dc 0 24 0 r y . 8 8 8 0 . s 0 0 0 0 0 0 0 4 1 . None
0x0da 24 dc 0 24 0 r . . 8 8 8 0 . . 0 0 0 0 0 0 0 4 1 . None
0x0db 24 dc 0 24 0 r . . 8 8 8 0 . s 0 0 0 0 0 0 0 4 1 . None
0x0dc 24 tc 0 24 0 r y . 8 8 8 0 . . 0 24 0 0 0 0 0 4 1 . None
0x0dd 24 tc 0 24 0 r y . 8 8 8 0 . s 0 24 0 0 0 0 0 4 1 . None
0x0de 24 tc 0 24 0 r . . 8 8 8 0 . . 0 24 0 0 0 0 0 4 1 . None
0x0df 24 tc 0 24 0 r . . 8 8 8 0 . s 0 24 0 0 0 0 0 4 1 . None
0x0e0 24 dc 0 24 0 r y . 8 8 8 0 . . 0 24 0 0 0 0 0 4 1 . None
0x0e1 24 dc 0 24 0 r y . 8 8 8 0 . s 0 24 0 0 0 0 0 4 1 . None
0x0e2 24 dc 0 24 0 r . . 8 8 8 0 . . 0 24 0 0 0 0 0 4 1 . None
0x0e3 24 dc 0 24 0 r . . 8 8 8 0 . s 0 24 0 0 0 0 0 4 1 . None
0x0e4 24 tc 0 24 0 r y . 8 8 8 0 . . 0 24 8 0 0 0 0 4 1 . None
0x0e5 24 tc 0 24 0 r y . 8 8 8 0 . s 0 24 8 0 0 0 0 4 1 . None
0x0e6 24 tc 0 24 0 r . . 8 8 8 0 . . 0 24 8 0 0 0 0 4 1 . None
0x0e7 24 tc 0 24 0 r . . 8 8 8 0 . s 0 24 8 0 0 0 0 4 1 . None
0x0e8 24 dc 0 24 0 r y . 8 8 8 0 . . 0 24 8 0 0 0 0 4 1 . None
0x0e9 24 dc 0 24 0 r y . 8 8 8 0 . s 0 24 8 0 0 0 0 4 1 . None
0x0ea 24 dc 0 24 0 r . . 8 8 8 0 . . 0 24 8 0 0 0 0 4 1 . None
0x0eb 24 dc 0 24 0 r . . 8 8 8 0 . s 0 24 8 0 0 0 0 4 1 . None
0x0ec 0 tc 0 16 0 r y . 5 6 5 0 . . 0 0 0 0 0 0 0 0 0 . None
0x0ed 0 tc 0 16 0 r . . 5 6 5 0 . . 0 0 0 0 0 0 0 0 0 . None
0x0ee 0 dc 0 16 0 r y . 5 6 5 0 . . 0 0 0 0 0 0 0 0 0 . None
0x0ef 0 dc 0 16 0 r . . 5 6 5 0 . . 0 0 0 0 0 0 0 0 0 . None
0x0f0 0 tc 0 16 0 r y . 5 6 5 0 . . 0 0 0 0 0 0 0 4 1 . None
0x0f1 0 tc 0 16 0 r . . 5 6 5 0 . . 0 0 0 0 0 0 0 4 1 . None
0x0f2 0 dc 0 16 0 r y . 5 6 5 0 . . 0 0 0 0 0 0 0 4 1 . None
0x0f3 0 dc 0 16 0 r . . 5 6 5 0 . . 0 0 0 0 0 0 0 4 1 . None
0x0f4 0 tc 0 16 0 r y . 5 5 5 1 . . 0 0 0 0 0 0 0 0 0 . None
0x0f5 0 tc 0 16 0 r . . 5 5 5 1 . . 0 0 0 0 0 0 0 0 0 . None
0x0f6 0 dc 0 16 0 r y . 5 5 5 1 . . 0 0 0 0 0 0 0 0 0 . None
0x0f7 0 dc 0 16 0 r . . 5 5 5 1 . . 0 0 0 0 0 0 0 0 0 . None
0x0f8 0 tc 0 16 0 r y . 5 5 5 1 . . 0 0 0 0 0 0 0 4 1 . None
0x0f9 0 tc 0 16 0 r . . 5 5 5 1 . . 0 0 0 0 0 0 0 4 1 . None
0x0fa 0 dc 0 16 0 r y . 5 5 5 1 . . 0 0 0 0 0 0 0 4 1 . None
0x0fb 0 dc 0 16 0 r . . 5 5 5 1 . . 0 0 0 0 0 0 0 4 1 . None
I guess this should be the same command seth provided, but it was a bit wrong.
Offline
Sorry,
DRI_PRIME=1 glxinfo -B
Sorry, noticed this one too late. Anyway:
name of display: :1
display: :1 screen: 0
direct rendering: Yes
Extended renderer info (GLX_MESA_query_renderer):
Vendor: Mesa (0x1002)
Device: AMD CAICOS (DRM 2.50.0 / 6.14.7-arch2-1, LLVM 19.1.7) (0x6760)
Version: 25.1.1
Accelerated: yes
Video memory: 1024MB
Unified memory: no
Preferred profile: core (0x1)
Max core profile version: 4.5
Max compat profile version: 4.5
Max GLES1 profile version: 1.1
Max GLES[23] profile version: 3.1
Memory info (GL_ATI_meminfo):
VBO free memory - total: 1023 MB, largest block: 1023 MB
VBO free aux. memory - total: 1020 MB, largest block: 1020 MB
Texture free memory - total: 1023 MB, largest block: 1023 MB
Texture free aux. memory - total: 1020 MB, largest block: 1020 MB
Renderbuffer free memory - total: 1023 MB, largest block: 1023 MB
Renderbuffer free aux. memory - total: 1020 MB, largest block: 1020 MB
Memory info (GL_NVX_gpu_memory_info):
Dedicated video memory: 1024 MB
Total available memory: 2045 MB
Currently available dedicated video memory: 1023 MB
OpenGL vendor string: Mesa
OpenGL renderer string: AMD CAICOS (DRM 2.50.0 / 6.14.7-arch2-1, LLVM 19.1.7)
OpenGL core profile version string: 4.5 (Core Profile) Mesa 25.1.1-arch1.2
OpenGL core profile shading language version string: 4.50
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL version string: 4.5 (Compatibility Profile) Mesa 25.1.1-arch1.2
OpenGL shading language version string: 4.50
OpenGL context flags: (none)
OpenGL profile mask: compatibility profile
OpenGL ES profile version string: OpenGL ES 3.1 Mesa 25.1.1-arch1.2
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.10
Offline
Looks as expectable.
That didn't fix the problem. In terminal, it gives several EGL errors (EGL_BAD_MATCH) and quits.
Please post the actual output of
DRI_PRIME=1 blender
then
Offline