Re: Upgrading amdgpu for new video card

Felix Miata via slackware <[email protected]> Mon, 20 Mar 2023 22:34:42 -0400
Newsgroups gmane.linux.slackware
Organization less than infinite
Message-ID <[email protected]>
Rich Shepard via slackware composed on 2023-03-20 18:37 (UTC-0700):

> Felix Miata via slackware wrote:
 
>>> /usr/share/X11/xorg.conf.d/10-amdgpu.conf

>> What does this contain?
 
> Felix,
 
> Section "OutputClass"
>          Identifier "AMDgpu"
>          MatchDriver "amdgpu"
>          Driver "amdgpu"
> EndSection
 
> I don't think it's the amdgpu module, but the monitor. I'll keep
> investigating.
 
There are two general ways I'm aware of to test the other display driver option:

1-uninstall xf86-video-amdgpu (if installed; or amdgpu-install_22.20.50205-1_all.deb
if that's where your amdgpu_drv.so came from), then restart X

2-create /etc/X11/xorg.conf.d/50-device.conf containing:

	Section "Device"
	    Identifier "DefaultDevice"
		Driver	"modesetting"
	EndSection

then restart X.

If the monitor's EDID is a problem, create /etc/X11/xorg.conf.d/50-device.conf
containing the same specifications you would feed GTF or CVT to create a specific
modeline, so that Xorg can do the same automatically for any similar monitor you
might wish to connect:

	Section "Monitor"
	    Identifier "DefaultMonitor"
		HorizSync	29-94
		VertRefresh	49-86
		Option	"PreferredMode"	"1920x1080"
	EndSection

Substitute the values from your monitor's docs for the HS & VR values in this template.
-- 
Evolution as taught in public schools is, like religion,
	based on faith, not based on science.

 Team OS/2 ** Reg. Linux User #211409 ** a11y rocks!

Felix Miata

-- 
slackware mailing list
[email protected]
https://mailman.lug.org.uk/mailman/listinfo/slackware