Summary: | When running a basic OpenGL program with DRI_PRIME=1, Xorg crashes | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | xorg | Reporter: | Marcos Souza <marcos.souza.org> | ||||||||
Component: | Driver/nouveau | Assignee: | Nouveau Project <nouveau> | ||||||||
Status: | RESOLVED MOVED | QA Contact: | Xorg Project Team <xorg-team> | ||||||||
Severity: | normal | ||||||||||
Priority: | medium | CC: | amillhouse | ||||||||
Version: | unspecified | ||||||||||
Hardware: | x86-64 (AMD64) | ||||||||||
OS: | Linux (All) | ||||||||||
Whiteboard: | |||||||||||
i915 platform: | i915 features: | ||||||||||
Attachments: |
|
Description
Marcos Souza
2015-12-01 23:23:22 UTC
Created attachment 120248 [details]
Xorg old, showing the crash
Created attachment 120249 [details]
current Xorg.0.log
ABRT also created a bug in RedHat bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1286874 When requesting the intel driver to use DRI3, I can't see the crashes: [marcos@localhost glsl]$ cat /etc/X11/xorg.conf.d/30-dri3.conf Section "Device" Identifier "isrequired" Driver "intel" Option "AccelMethod" "sna" Option "DRI" "3" # Driver "modesetting" # Option "AccelMethod" "glamor" # Option "AccelMethod" "none" # Option "ShadowFB" "off" EndSection But instead, I get a black window, instead of my shaders... I'm going to assume the DRICloseScreen in the middle of the stack is just the unwinder getting confused and so this looks like a nouveau bug and not a core DRI2 bug. (In reply to Chris Wilson from comment #5) > I'm going to assume the DRICloseScreen in the middle of the stack is just > the unwinder getting confused and so this looks like a nouveau bug and not a > core DRI2 bug. So, in this case, there is a start point to look at to solve this problem? I would like ot help fixing this issue... Thanks, -- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/xorg/driver/xf86-video-nouveau/issues/242. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.