Closed durazell closed 5 years ago
This was also reported in #34. I'm struggling to explain why it would only happen to some users. Can you pastebin the whole dksm log with as much verbosity as possible?
Do you have an unusual kernel or gcc installed?
I'm also running up to date Antergos like in #34. Did the install on default kernel and tested on default too. It's as if OS_VERSION_MAJOR is not defined..
gcc (GCC) 6.3.1 20170109
Well, when using Antergos you'll probably have to modify 0001-add-archlinux-as-build-option.patch and add similar code for antergos, the value you need in the ifeq is the ID field in /etc/os-release
, IIRC thats what gets read into $(OS_NAME)
somewhre in that Makefile. I remember getting similar build errors without that patch, so Antergos probably has a different value for that ID.
Is there any reason to keep the checks in for other distros, when most distros that use pacman are Arch based? For Antergos I have also found that just reinstalling filesystem package will rewrite the os-release file with the stock arch one.
Ok after the the little os-release issue. The DKMS installs fine, but doesn't load.
[ 17.727] (II) AMDGPU(0): AMDGPU DDX hybrid version: 16.60.3
[ 17.727] (EE) AMDGPU(0): Failed to open amdgpu hybrid version
https://austinj.me/logs/fresh/2/xorg.txt
EDIT: Nouveau and amdgpu hybrid driver don't seem to coexist with each other. The driver loads just fine. Still have the same issue with the segfault as mentioned here #34 .
This shows when I try to install the package
After reboot xorg opens, firefox works but opengl fails: $ glxinfo name of display: :0.0 Error: couldn't find RGB GLX visual or fbconfig $ glxgears Error: couldn't get an RGB, Double-buffered visual