On Wed, Oct 02, 2019 at 11:28:10PM +0000, DJ Lucas via blfs-dev wrote: > On October 2, 2019 3:41:05 PM CDT, Ken Moffat via blfs-dev > <[email protected]> wrote: > (snipping most) > >[ 37.282] (--) AMDGPU(0): Chipset: "Unknown AMD Radeon GPU" (ChipID > >= 0x15d8) > > > Is this an add-on card, or Mobo? Searching for that ID have best guess as an > RX570. > It's an APU, /proc/cpuinfo says AMD Ryzen 5 3400G with Radeon Vega Graphics
From lspci 09:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Picasso (rev c8) And it works when picasso firmware is installed. > > We are prodding the hardware here, so things are good to this point. > > >[ 37.483] (II) AMDGPU(0): EDID for output DVI-D-0 > >[ 37.483] (II) AMDGPU(0): EDID for output DisplayPort-0 > >[ 37.483] (II) AMDGPU(0): Output HDMI-A-0 connected > >[ 37.483] (II) AMDGPU(0): Output DVI-D-0 disconnected > >[ 37.483] (II) AMDGPU(0): Output DisplayPort-0 disconnected > >[ 37.483] (II) AMDGPU(0): Using exact sizes for initial modes > >[ 37.483] (II) AMDGPU(0): Output HDMI-A-0 using initial mode > >1920x1080 +0+0 > >[ 37.483] (II) AMDGPU(0): mem size init: gart size :bf7d9000 vram > >size: s:7e852000 visible:7e852000 > >[ 37.483] (==) AMDGPU(0): DPI set to (96, 96) > >[ 37.483] (==) AMDGPU(0): Using gamma correction (1.0, 1.0, 1.0) > >[ 37.483] (II) Loading sub module "ramdac" > >[ 37.483] (II) LoadModule: "ramdac" > >[ 37.483] (II) Module "ramdac" already built-in > >[ 37.483] (II) UnloadModule: "modesetting" > >[ 37.483] (II) Unloading modesetting > >[ 37.484] Unable to retrieve master > >[ 37.484] (EE) > >Fatal server error: > >[ 37.484] (EE) AddScreen/ScreenInit failed for driver 0 > >[ 37.484] (EE) > >[ 37.484] (EE) > >Please consult the The X.Org Foundation support > > at http://wiki.x.org > > for help. > > > Is it complaining about the vt? You did remove the sed in the Xorg build, > correct? ch{own,mod} the TTY nodes. Can't help but think that we are barking > up the wrong tree here. > > --DJ Thanks, I'm inclined to bellieve that I'm barking up the wrong tree. My current xorg-server build configures and runs make as user lfs, because I eventually discovered that my normal build-as-root was forcing suid install. So now I have su lfs -c "./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ --with-xkb-output=/var/lib/xkb \ --enable-glamor \ --enable-suid-wrapper \ --disable-systemd-logind \ --disable-install-setuid \ " su lfs -c "make V=1 $MAKEFLAGS" make install All the tty nodes 0-9 are like this: crw--w---- 1 root tty 4, 0 Oct 3 00:29 /dev/tty0 Is that not correct ? ĸen -- Truth, in front of her huge walk-in wardrobe, selected black leather boots with stiletto heels for such a barefaced truth. - Unseen Academicals -- http://lists.linuxfromscratch.org/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
