RE: [External] Re: AMD Ryzen 7 Pro + Radeon Graphics

2020-07-08 Thread Curtis Tucker1
Hi Everyone,

All is working fine except the ability to get an external monitor working via 
HDMI.  Is there a config file I need to modify for the Wayland/XWayland Server 
to support multiple displays?

Thanks,
C
   
-Original Message-
From: Dan Ritter  
Sent: Monday, June 22, 2020 8:51 AM
To: Curtis Tucker1 
Cc: debian-user@lists.debian.org
Subject: [External] Re: AMD Ryzen 7 Pro + Radeon Graphics

Curtis Tucker1 wrote: 
> Hi,
> 
> After installing "firmware-bullseye-D1-alpha2-amd64-DVD-1" on an AMD Ryzen 7 
> Pro + Radeon Graphics platform, the system boots but no desktop (Gnome) is 
> launched & the screen is blank.
> 
> Is this platform supported?  I set "nomodeset" on the boot line, but that did 
> not work.  I booted to runlevel 3 to investigate, but the keyboard wasn't 
> configured properly.  I looked far & wide & could not find any solution or 
> information regarding this issue.
> 


You'll want to install 
xserver-xorg-video-amdgpu 
and
firmware-amd-graphics

and reboot.

-dsr-



RE: [External] Re: No Dual Monitors on AMD Ryzen 7 Pro + Radeon Graphics

2020-06-24 Thread Curtis Tucker1
Ok.  Thanks., Dan   I now see that the AMDGPU module was loaded without the 
driver.

C

-Original Message-
From: Dan Ritter  
Sent: Wednesday, June 24, 2020 1:40 PM
To: Curtis Tucker1 
Cc: Greg Wooledge ; debian-user@lists.debian.org
Subject: Re: [External] Re: No Dual Monitors on AMD Ryzen 7 Pro + Radeon 
Graphics

Curtis Tucker1 wrote: 
> No output in "~/.local", but I'll keep that in mind for future reference.  I 
> am starting to see that directory used more often, eg, fonts.
> 
> Looking at the log in "/var/log", is loads the Radeon module, but then 
> unloads it because it cannot find the right chipset on the board.  The same 
> for the fallback "fbdev/fbdevhw" because it could not find a framebuffer.  
> Finally, it settles on "int10", makes a call into BIOS to initialize the GPU 
> display as VESA with extensions VBE.  Next it starts to configure other 
> associated devices/components, ie, events, kb, touch screen, camera, etc., & 
> hands over to udev control of HDMI/DP & HD audio/digital because it couldn't 
> find any drivers.
> 
> BTW:  I posted this question before I discovered that there was no xorg.conf.
> 

OK. The driver you actually want is "amdgpu", not "radeon" and definitely not 
VESA.

Set that in xorg.conf and you should have full access to all your screens.

-dsr-



RE: [External] Re: No Dual Monitors on AMD Ryzen 7 Pro + Radeon Graphics

2020-06-24 Thread Curtis Tucker1
No output in "~/.local", but I'll keep that in mind for future reference.  I am 
starting to see that directory used more often, eg, fonts.

Looking at the log in "/var/log", is loads the Radeon module, but then unloads 
it because it cannot find the right chipset on the board.  The same for the 
fallback "fbdev/fbdevhw" because it could not find a framebuffer.  Finally, it 
settles on "int10", makes a call into BIOS to initialize the GPU display as 
VESA with extensions VBE.  Next it starts to configure other associated 
devices/components, ie, events, kb, touch screen, camera, etc., & hands over to 
udev control of HDMI/DP & HD audio/digital because it couldn't find any drivers.

BTW:  I posted this question before I discovered that there was no xorg.conf.

Thanks,
C

-Original Message-
From: Greg Wooledge  
Sent: Wednesday, June 24, 2020 12:39 PM
To: debian-user@lists.debian.org
Subject: Re: [External] Re: No Dual Monitors on AMD Ryzen 7 Pro + Radeon 
Graphics

On Wed, Jun 24, 2020 at 12:16:27PM -0400, Dan Ritter wrote:
> Check for a very recent file called: 
> /var/log/Xorg.0.log

Starting in Debian 9, the Xorg log file can be in two different places.
Either there, or ~/.local/share/xorg/Xorg.0.log .

Be sure to look for both, and use the one that's actually current.



RE: [External] Re: No Dual Monitors on AMD Ryzen 7 Pro + Radeon Graphics

2020-06-24 Thread Curtis Tucker1
Hi Dan,

"xrandr | grep connect" output:

xrandr: Failed to get size of gamma for output default
default connected  primary 1920x1080+0+0 0mm  x  0mm

Thanks,
C

-Original Message-
From: Dan Ritter  
Sent: Wednesday, June 24, 2020 10:22 AM
To: Curtis Tucker1 
Cc: debian-user@lists.debian.org
Subject: [External] Re: No Dual Monitors on AMD Ryzen 7 Pro + Radeon Graphics

Curtis Tucker1 wrote: 
> Hi,
> 
> After installing firmware-bullseye + xserver-xorg-video-amdgpu + 
> firmware-amd-graphics on an AMD Ryzen 7 Pro + Radeon Graphics platform, there 
> is no dual monitor capability via HDMI.
> 
> I thought the amdgpu from xorg would take care of things like xinerama or 
> twinview.

At this point, you should be able to do this with xrandr, or any of the 
frontend substitutes.

What does 

xrandr |grep connect  

give you? From an xterm or similar, please.

-dsr-



No Dual Monitors on AMD Ryzen 7 Pro + Radeon Graphics

2020-06-23 Thread Curtis Tucker1
Hi,

After installing firmware-bullseye + xserver-xorg-video-amdgpu + 
firmware-amd-graphics on an AMD Ryzen 7 Pro + Radeon Graphics platform, there 
is no dual monitor capability via HDMI.

I thought the amdgpu from xorg would take care of things like xinerama or 
twinview.

Thanks,
C


No Dual Monitors on AMD Ryzen 7 Pro + Radeon Graphics

2020-06-23 Thread Curtis Tucker1
Hi,

After installing firmware-bullseye + xserver-xorg-video-amdgpu + 
firmware-amd-graphics on an AMD Ryzen 7 Pro + Radeon Graphics platform, there 
is no dual monitor capability via HDMI.

I thought the amdgpu from xorg would take care of things like xinerama or 
twinview.

Thanks,
C


RE: [External] Re: AMD Ryzen 7 Pro + Radeon Graphics

2020-06-23 Thread Curtis Tucker1
Hi Brad,

The solution to my issue was as Mr. Ritter suggested.  Seems like the AMDGPU 
Radeon drivers that come from Mesa & some firmware now have a dependency on 
Xorg, as stated below:

"The Xorg AMDGPU Driver package contains the X.Org Video Driver for newer AMD 
Radeon video cards starting from Volcanic Islands. It can also be used for 
Southern and Sea Islands if the experimental support was enabled in the kernel."

Thanks for the feedback.  Really appreciate it.
C

-Original Message-
From: Brad Rogers  
Sent: Monday, June 22, 2020 8:53 AM
To: Debian Users ML 
Subject: [External] Re: AMD Ryzen 7 Pro + Radeon Graphics

On Mon, 22 Jun 2020 12:27:56 +
Curtis Tucker1  wrote:

Hello Curtis,

>Is this platform supported? 

Running AMD Ryzen 7 here, without issue.  No Radeon GFX, but that has nothing 
to do with your issues.

--
 Regards  _
 / )   "The blindingly obvious is
/ _)radnever immediately apparent"
Watching the people get lairy
I Predict A Riot - Kaiser Chiefs



RE: [External] Re: AMD Ryzen 7 Pro + Radeon Graphics

2020-06-23 Thread Curtis Tucker1
Thanks, Dan.  That solved the problem.  Really appreciate your time & feedback.

C

-Original Message-
From: Dan Ritter  
Sent: Monday, June 22, 2020 8:51 AM
To: Curtis Tucker1 
Cc: debian-user@lists.debian.org
Subject: [External] Re: AMD Ryzen 7 Pro + Radeon Graphics

Curtis Tucker1 wrote: 
> Hi,
> 
> After installing "firmware-bullseye-D1-alpha2-amd64-DVD-1" on an AMD Ryzen 7 
> Pro + Radeon Graphics platform, the system boots but no desktop (Gnome) is 
> launched & the screen is blank.
> 
> Is this platform supported?  I set "nomodeset" on the boot line, but that did 
> not work.  I booted to runlevel 3 to investigate, but the keyboard wasn't 
> configured properly.  I looked far & wide & could not find any solution or 
> information regarding this issue.
> 


You'll want to install 
xserver-xorg-video-amdgpu 
and
firmware-amd-graphics

and reboot.

-dsr-



RE: [External] Re: AMD Ryzen 7 Pro + Radeon Graphics

2020-06-22 Thread Curtis Tucker1
Thanks, Dan.  I'll give it a shot & let you know.

C

-Original Message-
From: Dan Ritter  
Sent: Monday, June 22, 2020 8:51 AM
To: Curtis Tucker1 
Cc: debian-user@lists.debian.org
Subject: [External] Re: AMD Ryzen 7 Pro + Radeon Graphics

Curtis Tucker1 wrote: 
> Hi,
> 
> After installing "firmware-bullseye-D1-alpha2-amd64-DVD-1" on an AMD Ryzen 7 
> Pro + Radeon Graphics platform, the system boots but no desktop (Gnome) is 
> launched & the screen is blank.
> 
> Is this platform supported?  I set "nomodeset" on the boot line, but that did 
> not work.  I booted to runlevel 3 to investigate, but the keyboard wasn't 
> configured properly.  I looked far & wide & could not find any solution or 
> information regarding this issue.
> 


You'll want to install 
xserver-xorg-video-amdgpu 
and
firmware-amd-graphics

and reboot.

-dsr-



AMD Ryzen 7 Pro + Radeon Graphics

2020-06-22 Thread Curtis Tucker1
Hi,

After installing "firmware-bullseye-D1-alpha2-amd64-DVD-1" on an AMD Ryzen 7 
Pro + Radeon Graphics platform, the system boots but no desktop (Gnome) is 
launched & the screen is blank.

Is this platform supported?  I set "nomodeset" on the boot line, but that did 
not work.  I booted to runlevel 3 to investigate, but the keyboard wasn't 
configured properly.  I looked far & wide & could not find any solution or 
information regarding this issue.

Thanks,
C