View Single Post
Old 19th August 2019
shep shep is offline
Real Name: Scott
Arp Constable
 
Join Date: May 2008
Location: Dry and Dusty
Posts: 1,507
Smile

An update:
Coinciding with OpenBSD6.6-current, the amdgpu code is enabled by default - no need to build a custom kernel.
Based on the Arch Linux wiki: https://wiki.archlinux.org/index.php/AMDGPU
I tried some different settings.
The following /etc/X11/xorg-conf.d/20-amdgpu.conf:
Code:
Section "Device"
        Identifier "2200G"
        Driver "amdgpu"
        Option "SWCursor" "on"
        Option "TearFree" "on"
EndSection
Provides a well-behaved mouse pointer.
This looks to be ready to be my main work station when 6.6 is released

Last edited by shep; 2nd October 2019 at 02:59 PM.
Reply With Quote