[opensuse] Banish amdgpu video driver
Hello, I am suspecting that the "long delays" issue I am having is caused by the amdgpu video driver. However, I can not even test this, because I can't find a way to banish it. I tried adding a file with modesetting to /etc/X11/xorg.conf.d ; no luck. I tried adding "blacklist amdgpu" to /etc/modprobe.d/50-blacklist.conf - no luck, the module still loads. How do I banish this driver to see if this resolves the issue? Also, the screen is a touch screen. So I suspect that with another driver I might lose the touch functionality. But first, I need to make sure whether this driver is at fault at all. -- Yours, Mikhail Ramendik Unless explicitly stated, all opinions in my mail are my own and do not reflect the views of any organization -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
Mikhail Ramendik composed on 2019-06-16 22:45 (UTC+0100):
How do I banish this driver to see if this resolves the issue?
Which amdgpu do you wish to "banish"? "Banish" kernel's amdgpu driver per boot via cmdline option: module_blacklist=amdgpu "Banish" DDX (X driver) by uninstalling it: sudo zypper rm xf86-video-amdgpu -- Evolution as taught in public schools is religion, not science. Team OS/2 ** Reg. Linux User #211409 ** a11y rocks! Felix Miata *** http://fm.no-ip.com/ -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On Sun, 16 Jun 2019 23:45, Mikhail Ramendik wrote:
Hello,
I am suspecting that the "long delays" issue I am having is caused by the amdgpu video driver. However, I can not even test this, because I can't find a way to banish it.
I tried adding a file with modesetting to /etc/X11/xorg.conf.d ; no luck.
I tried adding "blacklist amdgpu" to /etc/modprobe.d/50-blacklist.conf - no luck, the module still loads.
Oh, did you remember to rebuild your initrd after blacklisting the module, and rebooting of course? - this is a common stumbling point on module adding / removing / blacklisting. - Yamaban. PS: * "mkinitrd <parameters>" * is the short invocation, * "dracut <parameters>" * the long one. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
participants (3)
-
Felix Miata
-
Mikhail Ramendik
-
Yamaban