Created attachment 136083 [details]
x log with "Aceel" turned off
the X doesn't hard crash when i turn an acceleration off. X still doesn't work
- just exists back to the terminal.
i used the following config in this case:
[code]
Section "Device"
Identifier "Carrizo"
Driver "amdgpu"
Option "AccelMethod" "none"
# Option "Accel" "on"
# Option "DRI" "3"
Option "TearFree" "on"
EndSection
[/code]