Region overlap does not work on linux anymore #44283

Closed
opened 2015-04-06 14:43:09 +02:00 by Todor Imreorov · 15 comments

System Information
Manjaro linux (arch based) - latest, 64 bit, open source radeon driver,
Ati mobility radeon 4650

Blender Version
Broken: 2.74 rc3

Short description of error
Region overlap does not seem to work anymore - with the open source ati driver. Here is a screenshot:
Screenshot_2015-04-06_15-39-55.png

This is not a problem under windows 7. It seems to be a linux related bug, possibly due to the open source ATI driver.

Exact steps for others to reproduce the error
Open blender and enable "region overlap" under "window draw method".

**System Information** Manjaro linux (arch based) - latest, 64 bit, open source radeon driver, Ati mobility radeon 4650 **Blender Version** Broken: 2.74 rc3 **Short description of error** Region overlap does not seem to work anymore - with the open source ati driver. Here is a screenshot: ![Screenshot_2015-04-06_15-39-55.png](https://archive.blender.org/developer/F158996/Screenshot_2015-04-06_15-39-55.png) This is not a problem under windows 7. It seems to be a linux related bug, possibly due to the open source ATI driver. **Exact steps for others to reproduce the error** Open blender and enable "region overlap" under "window draw method".
Author

Changed status to: 'Open'

Changed status to: 'Open'
Author

Added subscriber: @TodorImreorov

Added subscriber: @TodorImreorov

Added subscriber: @zeauro

Added subscriber: @zeauro

It works here. Ubuntu 14.04 64bits Nvidia Titan black with proprietary driver.

Are you sure region color of your theme have an alpha value below 1 ?

It works here. Ubuntu 14.04 64bits Nvidia Titan black with proprietary driver. Are you sure region color of your theme have an alpha value below 1 ?
Author

I am positive. You are with a different graphics driver to mine :)

Nvidia has always had better support on linux

I am positive. You are with a different graphics driver to mine :) Nvidia has always had better support on linux

Added subscriber: @Sergey

Added subscriber: @Sergey

Does it work in:

  • Current stable release 2.74
  • Latest builds from builder.blender.org
  • Using blender-softwaregl script from the official archives?
Does it work in: - Current stable release 2.74 - Latest builds from builder.blender.org - Using blender-softwaregl script from the official archives?
Author

Doesnt work in current stable release,
Doesnt work in Latest builds
Desnt work with softwaregl script

some information on the graphics card driver:

[fox@darkstar ~]$ lspci | grep VGA
01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] RV730/M96 [Mobility Radeon HD 4650/5165]
[fox@darkstar ~]$ find /dev -group video
/dev/fb0
/dev/dri/card0
/dev/dri/renderD128
/dev/dri/controlD64
/dev/video0


[fox@darkstar ~]$ glxinfo | grep -i vendor
server glx vendor string: SGI
client glx vendor string: Mesa Project and SGI
OpenGL vendor string: X.Org

Doesnt work in current stable release, Doesnt work in Latest builds Desnt work with softwaregl script some information on the graphics card driver: ``` [fox@darkstar ~]$ lspci | grep VGA 01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] RV730/M96 [Mobility Radeon HD 4650/5165] ``` ``` [fox@darkstar ~]$ find /dev -group video /dev/fb0 /dev/dri/card0 /dev/dri/renderD128 /dev/dri/controlD64 /dev/video0 ``` ``` [fox@darkstar ~]$ glxinfo | grep -i vendor server glx vendor string: SGI client glx vendor string: Mesa Project and SGI OpenGL vendor string: X.Org ```
Author

Screenshot_2015-04-07_13-30-53.png

[fox@darkstar blender-2.74-linux-glibc211-x86_64]$ mhwd-gpu --status 
Using default
Default lib32 support: true
:: status
  lib32-libGl: '/usr/lib32/mesa/libGL.so.1.2.0'
  lib32-libGLESv1: '/usr/lib32/mesa/libGLESv1_CM.so.1.1.0'
  lib32-libGLESv2: '/usr/lib32/mesa/libGLESv2.so.2.0.0'
  lib32-libEGL: '/usr/lib32/mesa/libEGL.so.1.0.0'
  libGl: '/usr/lib/mesa/libGL.so.1.2.0'
  libGLESv1: '/usr/lib/mesa/libGLESv1_CM.so.1.1.0'
  libGLESv2: '/usr/lib/mesa/libGLESv2.so.2.0.0'
  libEGL: '/usr/lib/mesa/libEGL.so.1.0.0'
  libglx: '/usr/lib/xorg/modules/extensions/libglx.xorg'
  xorg configuration file: '/etc/X11/mhwd.d/ati.conf'

Let me know If I can help with other information :)

![Screenshot_2015-04-07_13-30-53.png](https://archive.blender.org/developer/F159465/Screenshot_2015-04-07_13-30-53.png) ``` [fox@darkstar blender-2.74-linux-glibc211-x86_64]$ mhwd-gpu --status Using default Default lib32 support: true :: status lib32-libGl: '/usr/lib32/mesa/libGL.so.1.2.0' lib32-libGLESv1: '/usr/lib32/mesa/libGLESv1_CM.so.1.1.0' lib32-libGLESv2: '/usr/lib32/mesa/libGLESv2.so.2.0.0' lib32-libEGL: '/usr/lib32/mesa/libEGL.so.1.0.0' libGl: '/usr/lib/mesa/libGL.so.1.2.0' libGLESv1: '/usr/lib/mesa/libGLESv1_CM.so.1.1.0' libGLESv2: '/usr/lib/mesa/libGLESv2.so.2.0.0' libEGL: '/usr/lib/mesa/libEGL.so.1.0.0' libglx: '/usr/lib/xorg/modules/extensions/libglx.xorg' xorg configuration file: '/etc/X11/mhwd.d/ati.conf' ``` Let me know If I can help with other information :)

Please try forcing triple buffer window draw method in the used settings. Probably automatic one is not detected correct.

Please try forcing triple buffer window draw method in the used settings. Probably automatic one is not detected correct.
Author

that did it!! :)
Setting it to "Triple buffer" made region overlap work again!

So the problem is that Blender does not pick up the correct window draw method when set to "Automatic"

that did it!! :) Setting it to "Triple buffer" made region overlap work again! So the problem is that Blender does not pick up the correct window draw method when set to "Automatic"

Well, automatic chooses the best one from those which are considered stable. It kinda depends on particular card, system and driver and depending on that triple buffer might be stable/unstable.

Well, automatic chooses the best one from those which are considered stable. It kinda depends on particular card, system and driver and depending on that triple buffer might be stable/unstable.

Added subscriber: @Psy-Fi

Added subscriber: @Psy-Fi

This has been disabled explicitly in the code because it used to fail in the past. Discussed a bit with @Sergey on irc and agree that we can't really decide on runtime if all drivers fail (keeping a database is really difficult and not really possible since drivers fail all the time). Automatic is the safest option here so we'll keep as is. Closing for now.

This has been disabled explicitly in the code because it used to fail in the past. Discussed a bit with @Sergey on irc and agree that we can't really decide on runtime if all drivers fail (keeping a database is really difficult and not really possible since drivers fail all the time). Automatic is the safest option here so we'll keep as is. Closing for now.

Changed status from 'Open' to: 'Archived'

Changed status from 'Open' to: 'Archived'
Antonis Ryakiotakis self-assigned this 2015-04-07 19:18:38 +02:00
Sign in to join this conversation.
No Label
Interest
Alembic
Interest
Animation & Rigging
Interest
Asset Browser
Interest
Asset Browser Project Overview
Interest
Audio
Interest
Automated Testing
Interest
Blender Asset Bundle
Interest
BlendFile
Interest
Collada
Interest
Compatibility
Interest
Compositing
Interest
Core
Interest
Cycles
Interest
Dependency Graph
Interest
Development Management
Interest
EEVEE
Interest
EEVEE & Viewport
Interest
Freestyle
Interest
Geometry Nodes
Interest
Grease Pencil
Interest
ID Management
Interest
Images & Movies
Interest
Import Export
Interest
Line Art
Interest
Masking
Interest
Metal
Interest
Modeling
Interest
Modifiers
Interest
Motion Tracking
Interest
Nodes & Physics
Interest
OpenGL
Interest
Overlay
Interest
Overrides
Interest
Performance
Interest
Physics
Interest
Pipeline, Assets & IO
Interest
Platforms, Builds & Tests
Interest
Python API
Interest
Render & Cycles
Interest
Render Pipeline
Interest
Sculpt, Paint & Texture
Interest
Text Editor
Interest
Translations
Interest
Triaging
Interest
Undo
Interest
USD
Interest
User Interface
Interest
UV Editing
Interest
VFX & Video
Interest
Video Sequencer
Interest
Virtual Reality
Interest
Vulkan
Interest
Wayland
Interest
Workbench
Interest: X11
Legacy
Blender 2.8 Project
Legacy
Milestone 1: Basic, Local Asset Browser
Legacy
OpenGL Error
Meta
Good First Issue
Meta
Papercut
Meta
Retrospective
Meta
Security
Module
Animation & Rigging
Module
Core
Module
Development Management
Module
EEVEE & Viewport
Module
Grease Pencil
Module
Modeling
Module
Nodes & Physics
Module
Pipeline, Assets & IO
Module
Platforms, Builds & Tests
Module
Python API
Module
Render & Cycles
Module
Sculpt, Paint & Texture
Module
Triaging
Module
User Interface
Module
VFX & Video
Platform
FreeBSD
Platform
Linux
Platform
macOS
Platform
Windows
Priority
High
Priority
Low
Priority
Normal
Priority
Unbreak Now!
Status
Archived
Status
Confirmed
Status
Duplicate
Status
Needs Info from Developers
Status
Needs Information from User
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Design
Type
Known Issue
Type
Patch
Type
Report
Type
To Do
No Milestone
No project
No Assignees
4 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender#44283
No description provided.