Absolutely none of the driver location or reversion commands listed at SDB:Radeon - openSUSE Wiki work for me:
lsmod | grep radeon
PS /home/rokejulianlockhart> lsmod | grep radeon
NativeCommandExitException: Program "grep" ended with non-zero exit code: 1.
modprobe radeon
PS /home/rokejulianlockhart> modprobe radeon
modprobe: The term 'modprobe' is not recognized as a name of a cmdlet, function, script file, or executable program.
Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
cat /etc/modprobe.d/fglrx.conf
PS /home/rokejulianlockhart> cat /etc/modprobe.d/fglrx.conf
/usr/bin/cat: /etc/modprobe.d/fglrx.conf: No such file or directory
NativeCommandExitException: Program "cat" ended with non-zero exit code: 1.
which is weird as heck, since surely I must be running one of either of the drivers listed there, right?
At least
glxgears

works, although it doesn’t appear to specify which driver this demonstrates is in use.
I don’t know what to make of all of this.
Help us help you. We know nothing about your Radeon from anything you wrote here. Using the PRE icon above the input window here to reply, paste the whole input/output from inxi -GSaz run from a GUI terminal like Xterm or Konsole.
We’re also missing what drew you to that SDB page. What problem are you trying to correct?
Last modification time on that SDB page was about 4 years after your radeon was on the drawing boards. I’m not sure how much of it might still be applicable, but modprobe radeon is not an appropriate action for one as new as yours.
Inxi has reported your GPU is using the amdgpu kernel driver. This is optimal for the vast majority of modern Radeon users. Your GPU is using the modesetting DIX display device driver. This is the default, which may or may not be optimal for your use. The package xf86-video-amdgpu provides an amdgpu DDX display device driver, which you should give a try. This touches on the subjects of making such a change and what they do. If it’s not installed already, simply installing it should implement its use automatically with an X restart or reboot. If it is already installed, we need to find out why it is not in order to make the switch. Before we get into that, install it if it isn’t already, and report back.
1 Like
I want to install
Thanks, @mrmazda. I should have first confirmed I hadn’t fallen victim to X/Y.