[PLUG] New monitor issues

2023-03-20 Thread Rich Shepard
Yesterday I replaced the video card and monitor. Now there's a Radeon Pro WX-2100 video card and an Acer SB-220Q monitor. The video card has a fixed refresh rater of 60Hz. The monitor accepts a refresh rate up to 75Hz. The monitor's highest resolution is 1920x1080 dpi. I set this resolution in X

Re: [PLUG] New monitor issues

2023-03-20 Thread Jason Barnett
Do you have your old monitor defined in your xorg.conf file? On Mon, Mar 20, 2023, 7:28 AM Rich Shepard wrote: > Yesterday I replaced the video card and monitor. Now there's a Radeon Pro > WX-2100 video card and an Acer SB-220Q monitor. > > The video card has a fixed refresh rater of 60Hz. The m

Re: [PLUG] New monitor issues

2023-03-20 Thread Rich Shepard
On Mon, 20 Mar 2023, Jason Barnett wrote: Do you have your old monitor defined in your xorg.conf file? Jason, I don't have an xorg.conf, only: $ locate xorg.conf /usr/share/X11/xorg.conf.d /usr/share/X11/xorg.conf.d/10-quirks.conf /usr/share/X11/xorg.conf.d/50-synaptics.conf /usr/share/X11/xo

Re: [PLUG] New monitor issues

2023-03-20 Thread Ted Mittelstaedt
I thought current X queried the monitor and only relied on resolutions and frequencies defined in the configuration file If it could not get usable data from the monitor. What is the output of xrandr There is also this program: https://gitlab.freedesktop.org/xorg/app/xdpyinfo Note this isn't

Re: [PLUG] New monitor issues

2023-03-20 Thread Rich Shepard
On Mon, 20 Mar 2023, Ted Mittelstaedt wrote: I thought current X queried the monitor and only relied on resolutions and frequencies defined in the configuration file If it could not get usable data from the monitor. What is the output of xrandr Ted, $ xrandr Screen 0: minimum 320 x 200, curr

Re: [PLUG] New monitor issues

2023-03-20 Thread Rich Shepard
On Mon, 20 Mar 2023, Ted Mittelstaedt wrote: what's the output of lspci, what driver are you using? Ted, I need to specify the directory: # /sbin/lspci 00:00.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Device 1450 00:00.2 IOMMU: Advanced Micro Devices, Inc. [AMD] Device 1451 00:01.0 Ho

Re: [PLUG] New monitor issues

2023-03-20 Thread Rich Shepard
On Mon, 20 Mar 2023, Rich Shepard wrote: I don't see any video driver here. There must have been one when the Radeon RX-550 was installed. Huh. I just downloaded AMD's amdgpu-install_22.20.50205-1_all.deb and ran it through deb2tgz to produce the Slackware package amdgpu-install_22.20.50205-1_

Re: [PLUG] New monitor issues

2023-03-20 Thread Ted Mittelstaedt
I'm guessing your video card is: 08:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Device 6995 So if you don't have the amdgpu driver installed X defaults to using the default 2D VGA driver with no 3D acceleration I assume you already checked compatibility and all of t

Re: [PLUG] New monitor issues

2023-03-20 Thread Rich Shepard
On Mon, 20 Mar 2023, Ted Mittelstaedt wrote: I'm guessing your video card is: 08:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Device 6995 So if you don't have the amdgpu driver installed X defaults to using the default 2D VGA driver with no 3D acceleration I assume y

Re: [PLUG] New monitor issues

2023-03-20 Thread King Beowulf
On 3/20/23 10:03, Rich Shepard wrote: > How strange! > $ lspci > -bash: lspci: command not found > > I'm sure I used lspci in the past. > > Yet, > $ ls/var/log/packages/ | grep pciutils > pciutils-3.4.1-x86_64-2 you need to be 'root' on Slackware or run via su -c lspci or run via full path /sbi

Re: [PLUG] New monitor issues

2023-03-20 Thread King Beowulf
On 3/20/23 10:18, Rich Shepard wrote: > I don't see any video driver here. There must have been one when the Radeon > RX-550 was installed. Huh. /sbin/lspci -v -Ed

Re: [PLUG] New monitor issues

2023-03-20 Thread King Beowulf
On 3/20/23 10:25, Rich Shepard wrote: > I just downloaded AMD's amdgpu-install_22.20.50205-1_all.deb and ran it > through deb2tgz to produce the Slackware package > amdgpu-install_22.20.50205-1_all.txz. > > I'll learn how best to upgrade the existing amdgpu module. No. This will bugger up Slackwar

Re: [PLUG] New monitor issues

2023-03-20 Thread Ted Mittelstaedt
There's supposed to be a list somewhere on the xorg website of compatibility but I'll admit finding out hard data can be tricky at times. When x starts it checks for a compatible driver so if the amdgpu driver won't work with your card, when X runs it will skip it if it's not and revert to the

Re: [PLUG] New monitor issues

2023-03-20 Thread King Beowulf
On 3/20/23 14:49, Rich Shepard wrote: > The video card is an AMD Radeon Pro WX-2100. The amdgpu module is insalled. > I don't know whether the installed amdgpu (which worked with the AMD Radeon > RX-550 video card) is compatible with the WX-2100 nor how to learn whether > it is. The WX-2100 is a Po

Re: [PLUG] New monitor issues

2023-03-20 Thread Ted Mittelstaedt
I thought the driver is what did the DPMS queries so if those are wrong due to some protocol screwup then I think it is likely a driver bug. And yes it can (usually) be overridden by an xorg config file. It's been a long time since I had to screw with any of that stuff but back in the bad old

Re: [PLUG] Adjusting brightness on Acer SB-220Q monitor

2023-03-20 Thread King Beowulf
On 3/19/23 11:03, Rich Shepard wrote: > On Sun, 19 Mar 2023, Bill Barry wrote: > >> Try some of the other keys. The key function might not correspond to the >> labeling on the monitor. Sometimes it is state dependent. > Bill, > > Other than the right-most key each brings up a different menu. The >

[PLUG] lspci output and matching software to the actual hardware

2023-03-20 Thread American Citizen
To all: The discussion concerning getting a monitor firmware code correct brings up an interesting question: I just ran lspci on my system (under root privileges) and got quite  a long list: How do I assure that the CPU and drivers for the controllers are correctly matched to the hardware?

Re: [PLUG] lspci output and matching software to the actual hardware

2023-03-20 Thread Ben Koenig
lspci -k If the name of a given device looks odd, check the date of your hwdata package. -Ben Sent from ProtonMail mobile Original Message On Mar 20, 2023, 5:29 PM, American Citizen wrote: > To all: The discussion concerning getting a monitor firmware code correct > brings u

Re: [PLUG] lspci output and matching software to the actual hardware

2023-03-20 Thread King Beowulf
On 3/20/23 17:29, American Citizen wrote: > I just ran lspci on my system (under root privileges) and got quite  a > long list: > > How do I assure that the CPU and drivers for the controllers are > correctly matched to the hardware? > > Or do we naively assume that whatever (insert your favorite l

Re: [PLUG] New monitor issues

2023-03-20 Thread Rich Shepard
On Mon, 20 Mar 2023, King Beowulf wrote: The WX-2100 is a Polaris 12 GPU. Same GCN series (Volcanic Islands) as your RX550 (Polaris 12) and uses the same GPU driver. Ed, I hadn't looked for that. Thank you. The issue is NOT the driver or Xorg, but monitor and GPU EDID and DPMS implementatio

Re: [PLUG] New monitor issues

2023-03-20 Thread Rich Shepard
On Mon, 20 Mar 2023, Ted Mittelstaedt wrote: Is by any chance a video adapter like a hdmi-to-display port or dvi cable in use here that might be interfering with the autodetection stuff? Are we going DiplayPort to DisplayPort or HDMI to HDMI or something else? Ted, The video card has 1 DP por

Re: [PLUG] New monitor issues

2023-03-20 Thread Rich Shepard
On Mon, 20 Mar 2023, King Beowulf wrote: No. This will bugger up Slackware. That package is not for the likes of real Linux users, only debian and that ilk. Ed, That's what I suspected. amdgpu on Slackware is provided via kernel and Mesa and is already installed and new enough. Yes, I lea

Re: [PLUG] New monitor issues

2023-03-20 Thread wes
On Mon, Mar 20, 2023 at 6:34 PM Rich Shepard wrote: > The video card has 1 DP port and 2 mini-DP ports. I have a DP -> HDMI > adapter between the card and the monitor cable. > $10 says this right here is the source of your problem. I would suggest that you either get a video card that outputs H

Re: [PLUG] lspci output and matching software to the actual hardware

2023-03-20 Thread MC_Sequoia
"How do I assure that the CPU and drivers for the controllers are correctly matched to the hardware?" If they're not correctly matched those devices either won't be recognize, they'll be listed as "unknown" in the lspci output or they won't work. Also, there are cases when there might be a few