Summary: | Clover doesn't authenticate when not run as a privileged user | ||
---|---|---|---|
Product: | Mesa | Reporter: | Mike Lothian <mike> |
Component: | Other | Assignee: | mesa-dev |
Status: | RESOLVED FIXED | QA Contact: | |
Severity: | normal | ||
Priority: | medium | CC: | mike |
Version: | git | ||
Hardware: | Other | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Attachments: |
Xorg log
Xorg log old Xorg log Glibc error |
Description
Mike Lothian
2013-02-25 00:09:39 UTC
Created attachment 75466 [details]
Xorg log
Also just found this in my dmesg: [80637.912484] traps: memset[1671] general protection ip:7f720cbd6a68 sp:7fff4301aec0 error:0 in libOpenCL.so.1.0.0[7f720c955000+e80000] [80637.931162] traps: memset[1676] general protection ip:7fd72d648a68 sp:7fff95024860 error:0 in libOpenCL.so.1.0.0[7fd72d3c7000+e80000] [80638.196478] traps: memset[1736] general protection ip:7fd4f0e24a68 sp:7fffc08321a0 error:0 in libOpenCL.so.1.0.0[7fd4f0ba3000+e80000] [80638.213838] traps: memset[1740] general protection ip:7f323c707a68 sp:7fffaa50b780 error:0 in libOpenCL.so.1.0.0[7f323c486000+e80000] [80638.230677] traps: memset[1744] general protection ip:7f15cbbcfa68 sp:7fffd6528c20 error:0 in libOpenCL.so.1.0.0[7f15cb94e000+e80000] [80638.248368] traps: memset[1748] general protection ip:7f8077aeea68 sp:7fff57009ae0 error:0 in libOpenCL.so.1.0.0[7f807786d000+e80000] [80638.299297] traps: memset[1762] general protection ip:7f20cc28ea68 sp:7fff183d62e0 error:0 in libOpenCL.so.1.0.0[7f20cc00d000+e80000] [80638.316670] traps: memset[1766] general protection ip:7f133368ba68 sp:7fff058332a0 error:0 in libOpenCL.so.1.0.0[7f133340a000+e80000] These don't appear when I run the test above either in X or from the terminal They only appear when I run all the tests under X - 71 fails No messages appear from running from the terminal where I get 67 Passes 4 Fails There's a chance this might not be related to PRIME I've tested this on another system that uses a Radeon 4200 (I know it doesn't work with the R600 backend yet) The interesting thing was when X was running I got: ./math-int rotl 4096 23 8 radeon: Failed to get PCI ID, error number -13 There are 1 platforms. clGetDeviceIDs() failed: CL_DEVICE_NOT_FOUND When I stopped X I got: ./math-int rotl 4096 23 8 There are 1 platforms. There are 1 GPU devices. clCreateContext() succeeded. clCreateCommandQueue() succeeded. Failed to open file: rotl.cl Both tests were run via ssh so it seems the issue only appears when X is the active VT Created attachment 76494 [details]
Xorg log old
Created attachment 76495 [details]
Xorg log
Created attachment 76498 [details]
Glibc error
This shows the glibc lined lists issue
This should work now if you enable rendernodes in the kernel. You can do this by adding drm.rnodes=1 you your kernel command line. The oldest kernel that supports rendernodes is 3.12. Please re-open if you are still having issues. |
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.