https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276985
--- Comment #10 from Tomasz "CeDeROM" CEDRO <[email protected]> --- Creating manual xorg.conf with custom amdgpu options helps a bit - there is not always kernel panic but display slows down dramatically or freezes and then I can power off machine with a power button. May be helpful for debug and pinpoint a problem? Section "Device" Identifier "RX580" Driver "amdgpu" # Option "SWCursor" "Off" # default: off. # Option "Accel" "Off" # default: on. # Option "ZaphodHeads" "HDMI-A-0,HDMI-A-1" # default: xrandr-outs. Option "DRI" "2" # default: 3. Option "EnablePageFlip" "Off" # default: on. Option "TearFree" "Off" # default: auto. # Option "VariableRefresh" "Off" # default: off. # Option "AsyncFlipSecondaries" "Off" # default: off. # Option "AccelMethod" "none" # default: glamor. # Option "ShadowPrimary" "Off" # default: off. EndSection -- You are receiving this mail because: You are the assignee for the bug.
