On 8/18/2019 12:05 AM, DJ Lucas via blfs-dev wrote:


On 8/17/2019 8:53 PM, Ken Moffat via blfs-dev wrote:
On Sat, Aug 17, 2019 at 08:40:23AM +0000, DJ Lucas via blfs-dev wrote:
On August 16, 2019 4:36:41 PM CDT, Bruce Dubbs via blfs-dev <[email protected]> wrote:

I ran into a bit of a problem when starting Xorg.  It came up but I had

no mouse or keyboard input.  There was also a problem finding
Xorg.0.log
to see what was happening.  It is in ~/.local/share/xorg/Xorg.0.log.
That is documented in the Testing and Configuration section for
systemd.
  I will change it so it is reflected in both books now that we are
using elogind.

I had not started dbus or elogind.  After starting those, the xorg
input
still did not work.  I then rebooted and the mouse and keyboard worked
fine.  I think a logout and login may have been sufficient, but I'm not

sure.  I'm not sure how to address this.  It would only be a one-time
issue.  Should we recommend a reboot before starting xorg for the first

time?  logout/in?

That's usually when I reboot from chroot for the first time. I'm unsure yet whether we can rid ourselves of mountcgroupfs and elogind bootscripts.



Start the dbus bootscript.

startx.

Works perfectly (intel video), and the log is in
/var/log/Xorg.0.log.
Summary: for me, the bootscripts for mountcgroupfs and elogind are
not required, that matches what Pierre discovered the other week.
Cool! That's second confirmation. I won't comment on whether we should rid ourselves of them this close to release. Sorry I wasn't able to get back to it earlier.
Since there seems to be a problem for Bruce: did you build Xorg
before ever booting the new system ? (Apoligies if that is mentioned
upthread).  I'm guessing that building the whole desktop in chroot
before the first boot might be a problem.
This would hold true for me as well. I build through Xorg in chroot, then reboot and use a text mode browser to continue, and my results are as yours.

Alternatively, the problem might be with non-kms video displays such
as nvidia.

I was thinking that since your last message. I got fixated on the bootscripts and went off on a tangent that I simply couldn't let go of. I do that sometimes, a lot actually. I've managed to put it aside, but I'm still itching to get back to it (I didn't trap a couple of unforeseen errors and it will require some minor refactoring to truly be distro agnostic). That's why I like the long goals of the project. I know I said I'd do this last week, but I'm going to acquire a lower level nVidia card tomorrow and see if I fare the same as Bruce. I know we are functional now, thanks to everyone's attention on this, and that we can proceed now. I feel better about that, but I want to put these lingering questions (Xorg log) to bed before release.

--DJ

So this was also a non-starter for me. It just worked out of the box with Nouveau driver on an older build. For reference, console output is from an SSH session for simplicity (as dlcuas is not my regular user):

dlucas@lfsdt2 [ ~ ]$ groups
dlucas
dlucas@lfsdt2 [ ~ ]$ ls -l /var/log/Xorg.0.log
-rw-r--r-- 1 root dlucas 34375 Aug 24 16:36 /var/log/Xorg.0.log
dlucas@lfsdt2 [ ~ ]$ grep EE /var/log/Xorg.0.log
[   115.703] Current Operating System: Linux lfsdt2 5.1.3 #1 SMP PREEMPT Tue May 21 19:34:09 CDT 2019 x86_64
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   115.712] (EE) Failed to load module "nv" (module does not exist, 0)
[   115.713] (EE) Failed to load module "vesa" (module does not exist, 0)
[   115.716] (EE) [drm] Failed to open DRM device for (null): -22
[   115.803] (II) Initializing extension MIT-SCREEN-SAVER
dlucas@lfsdt2 [ ~ ]$ grep nouveau /var/log/Xorg.0.log
[   115.712] (==) Matched nouveau as autoconfigured driver 0
[   115.712] (II) LoadModule: "nouveau"
[   115.712] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
[   115.712] (II) Module nouveau: vendor="X.Org Foundation"
[   115.715] (II) [drm] nouveau interface version: 1.3.1
[   115.802] (II) NOUVEAU(0): [DRI2]   DRI driver: nouveau
[   115.802] (II) NOUVEAU(0): [DRI2]   VDPAU driver: nouveau
[   115.830] (II) AIGLX: Loaded and initialized nouveau

The full log is at: http://www.linuxfromscratch.org/~dj/Xorg.0.log

dlucas@lfsdt2 [ ~ ]$ ls -l /usr/bin/Xorg
-rwxr-xr-x 1 root root 273 Jun  1 09:43 /usr/bin/Xorg
dlucas@lfsdt2 [ ~ ]$ ls -l /usr/libexec/Xorg.wrap
-rwsr-xr-x 1 root root 30696 Jun  1 09:43 /usr/libexec/Xorg.wrap
dlucas@lfsdt2 [ ~ ]$ ls -l /usr/libexec/Xorg
-rwxr-xr-x 1 root root 18121256 Jun  1 09:43 /usr/libexec/Xorg


root [ /home/dj ]# lspci | grep -i nvidia
07:00.0 VGA compatible controller: NVIDIA Corporation GT218 [GeForce 210] (rev a2) 07:00.1 Audio device: NVIDIA Corporation High Definition Audio Controller (rev a1)

So, at at this point, I'm ready to throw my hands up. Failing somebody else digging though everything that's been posted thus far, I'm good with just puting back the suid bit. In the event that somebody would like to dig through it, and, although I've since blown this other test build away, it too worked. Here was the build order:

-rw-r--r-- 1 root root    1614 Jul 11 00:19 make-ca-1.4.log
-rw-r--r-- 1 root root   51030 Jul 11 00:31 libtasn1-4.13.log
-rw-r--r-- 1 root root    9588 Jul 11 00:56 unzip-6.0.log
-rw-r--r-- 1 root root   16089 Jul 11 01:07 sqlite-3.28.0.log
-rw-r--r-- 1 root root  421459 Jul 11 01:31 python2-2.7.16.log
-rw-r--r-- 1 root root    9254 Jul 11 01:40 libuv-1.30.1.log
-rw-r--r-- 1 root root   22859 Jul 11 01:50 p11-kit-0.23.16.1.log
-rw-r--r-- 1 root root   68928 Jul 11 01:59 nspr-4.21.log
-rw-r--r-- 1 root root  653658 Jul 11 15:40 nss-3.45.log
-rw-r--r-- 1 root root  437849 Jul 11 16:09 libunistring-0.9.10.log
-rw-r--r-- 1 root root   52460 Jul 11 17:38 libidn2-2.2.0.log
-rw-r--r-- 1 root root   18606 Jul 11 17:42 libpsl-0.21.0.log
-rw-r--r-- 1 root root   24498 Jul 11 17:45 pcre2-10.33.log
-rw-r--r-- 1 root root   40360 Jul 11 17:52 wget-1.20.3.log
-rw-r--r-- 1 root root   46621 Jul 11 21:03 dbus-1.12.16.log
-rw-r--r-- 1 root root   31366 Jul 11 21:07 c-ares-1.15.0.log
-rw-r--r-- 1 root root   43356 Jul 11 21:10 libgpg-error-1.36.log
-rw-r--r-- 1 root root   40251 Jul 11 21:18 libassuan-2.5.3.log
-rw-r--r-- 1 root root   16952 Jul 11 21:23 pth-2.0.7.log
-rw-r--r-- 1 root root  137429 Jul 11 21:31 libgcrypt-1.8.4.log
-rw-r--r-- 1 root root   37135 Jul 11 21:33 libksba-1.3.5.log
-rw-r--r-- 1 root root   12359 Jul 11 21:34 npth-1.6.log
-rw-r--r-- 1 root root  245854 Jul 11 21:43 gnupg-2.2.17.log
-rw-r--r-- 1 root root  454702 Jul 11 21:52 tcl-8.6.9.log
-rw-r--r-- 1 root root  109677 Jul 11 21:55 sharutils-4.15.2.log
-rw-r--r-- 1 root root  755472 Jul 11 22:05 db-5.3.28.log
-rw-r--r-- 1 root root   24299 Jul 11 22:13 cracklib-2.9.7.log
-rw-r--r-- 1 root root   14380 Jul 11 22:16 libtirpc-1.1.4.log
-rw-r--r-- 1 root root  314004 Jul 11 22:31 linux-pam-1.3.1.log
-rw-r--r-- 1 root root   51465 Jul 11 23:08 shadow-4.7.log
-rw-r--r-- 1 root root  207947 Jul 12 00:26 openssh-8.0p1.log
-rw-r--r-- 1 root root   19847 Jul 12 00:28 libssh2-1.9.0.log
-rw-r--r-- 1 root root   29295 Jul 12 00:35 libxml2-2.9.9.log
-rw-r--r-- 1 root root   21534 Jul 12 00:40 libevent-2.1.10.log
-rw-r--r-- 1 root root   25620 Jul 12 00:44 nghttp2-1.39.1.log
-rw-r--r-- 1 root root  141311 Jul 12 00:57 curl-7.65.1.log
-rw-r--r-- 1 root root   15893 Jul 12 00:59 lzo-2.10.log
-rw-r--r-- 1 root root  108444 Jul 12 01:01 nettle-3.5.1.log
-rw-r--r-- 1 root root   33224 Jul 12 01:04 libarchive-3.4.0.log
-rw-r--r-- 1 root root  303622 Jul 12 01:12 cmake-3.14.5.log
-rw-r--r-- 1 root root    6379 Jul 12 01:16 zip-3.0.log
-rw-r--r-- 1 root root 5581491 Jul 12 08:38 llvm-8.0.0.log
-rw-r--r-- 1 root root   88329 Jul 12 10:58 icu-64.2.log
-rw-r--r-- 1 root root    8224 Jul 12 11:15 sgml-common-0.6.3.log
-rw-r--r-- 1 root root  356960 Jul 14 00:19 docbook-xsl-1.79.2.log
-rw-r--r-- 1 root root   41390 Jul 14 00:23 libxslt-1.1.33.log
-rw-r--r-- 1 root root   79522 Jul 14 00:49 elogind-241.3.log
-rw-r--r-- 1 root root   26158 Jul 14 00:53 pcre-8.43.log
-rw-r--r-- 1 root root    2782 Jul 14 00:55 itstool-2.0.6.log
-rw-r--r-- 1 root root   56830 Jul 14 00:57 pygments-2.4.2.log
-rw-r--r-- 1 root root   16674 Jul 14 01:02 gtk-doc-1.30.log
-rw-r--r-- 1 root root     315 Jul 14 01:06 glib-2.60.log
-rw-r--r-- 1 root root  141268 Jul 14 01:07 glib-2.60.5.log
-rw-r--r-- 1 root root   14401 Jul 14 01:09 shared-mime-info-1.12.log
-rw-r--r-- 1 root root    7192 Jul 14 01:11 desktop-file-utils-0.23.log
-rw-r--r-- 1 root root   58175 Jul 14 01:13 gobject-introspection-1.60.2.log
-rw-r--r-- 1 root root    3786 Jul 14 01:17 autoconf213-2.13.log
-rw-r--r-- 1 root root    1827 Jul 14 01:31 util-macros-1.19.2.log
-rw-r--r-- 1 root root   19644 Jul 14 01:34 xorgproto-2019.1.log
-rw-r--r-- 1 root root   10285 Jul 14 01:36 libXau-1.0.9.log
-rw-r--r-- 1 root root   11078 Jul 14 01:37 libXdmcp-1.1.3.log
-rw-r--r-- 1 root root    3429 Jul 14 01:42 xcb-proto-1.13.log
-rw-r--r-- 1 root root  139470 Jul 14 10:12 libxcb-1.13.1.log
-rw-r--r-- 1 root root     315 Jul 14 10:38 xtrans-1.4.0.tar.bz2.log
-rw-r--r-- 1 root root    6215 Jul 14 10:41 xtrans-1.4.0.log
-rw-r--r-- 1 root root  117625 Jul 14 10:43 libX11-1.6.8.log
-rw-r--r-- 1 root root   15058 Jul 14 10:47 libXext-1.3.4.log
-rw-r--r-- 1 root root   14204 Jul 14 11:15 docbook-xml-4.5.log
-rw-r--r-- 1 root root   11573 Jul 14 11:25 libFS-1.0.8.log
-rw-r--r-- 1 root root     315 Jul 14 11:27 xorgproto-1.0.9.log
-rw-r--r-- 1 root root   12446 Jul 14 11:28 libICE-1.0.9.log
-rw-r--r-- 1 root root   11027 Jul 14 11:29 libSM-1.2.3.log
-rw-r--r-- 1 root root   10989 Jul 14 11:30 libXScrnSaver-1.2.3.log
-rw-r--r-- 1 root root   30018 Jul 14 11:31 libXt-1.2.0.log
-rw-r--r-- 1 root root   13342 Jul 14 11:33 libXmu-1.1.3.log
-rw-r--r-- 1 root root   13574 Jul 14 11:34 libXpm-3.5.12.log
-rw-r--r-- 1 root root   17959 Jul 14 11:37 libXaw-1.0.13.log
-rw-r--r-- 1 root root   10334 Jul 14 11:38 libXfixes-5.0.3.log
-rw-r--r-- 1 root root   11193 Jul 14 11:39 libXcomposite-0.4.5.log
-rw-r--r-- 1 root root   10073 Jul 14 11:40 libXrender-0.9.10.log
-rw-r--r-- 1 root root   12455 Jul 14 11:41 libXcursor-1.2.0.log
-rw-r--r-- 1 root root    9602 Jul 14 11:42 libXdamage-1.1.5.log
-rw-r--r-- 1 root root    9879 Jul 14 11:43 libfontenc-1.1.4.log
-rw-r--r-- 1 root root   24786 Jul 14 11:48 libpng-1.6.37.log
-rw-r--r-- 1 root root    6097 Jul 14 11:49 which-2.21.log
-rw-r--r-- 1 root root   11032 Jul 14 12:33 graphite2-1.3.13.log
-rw-r--r-- 1 root root   36607 Jul 14 12:36 harfbuzz-2.5.3.log
-rw-r--r-- 1 root root   91970 Jul 14 12:41 freetype-2.10.1.log
-rw-r--r-- 1 root root   47286 Jul 14 12:45 fontconfig-2.13.1.log
-rw-r--r-- 1 root root   12624 Jul 14 12:46 libXfont2-2.0.3.log
-rw-r--r-- 1 root root   10587 Jul 14 12:47 libXft-2.3.3.log
-rw-r--r-- 1 root root   16369 Jul 14 12:49 libXi-1.7.10.log
-rw-r--r-- 1 root root   10602 Jul 14 12:50 libXinerama-1.1.4.log
-rw-r--r-- 1 root root   11219 Jul 14 12:51 libXrandr-1.5.2.log
-rw-r--r-- 1 root root   10450 Jul 14 12:52 libXres-1.2.0.log
-rw-r--r-- 1 root root   11779 Jul 14 12:53 libXtst-1.2.3.log
-rw-r--r-- 1 root root   13780 Jul 14 12:54 libXv-1.0.11.log
-rw-r--r-- 1 root root   14489 Jul 14 12:55 libXvMC-1.0.11.log
-rw-r--r-- 1 root root   11429 Jul 14 12:55 libXxf86dga-1.1.5.log
-rw-r--r-- 1 root root   11781 Jul 14 12:56 libXxf86vm-1.1.4.log
-rw-r--r-- 1 root root   10969 Jul 14 12:57 libdmx-1.1.4.log
-rw-r--r-- 1 root root   12311 Jul 14 12:58 libpciaccess-0.15.log
-rw-r--r-- 1 root root   10112 Jul 14 12:59 libxkbfile-1.1.0.log
-rw-r--r-- 1 root root   10805 Jul 14 13:00 libxshmfence-1.3.log
-rw-r--r-- 1 root root  331232 Jul 14 13:22 mozjs-60.1.0.log
-rw-r--r-- 1 root root   46072 Jul 14 13:33 polkit-0.116.log
-rw-r--r-- 1 root root    9960 Jul 15 21:09 xcb-util-0.4.0.log
-rw-r--r-- 1 root root   11038 Jul 15 21:10 xcb-util-image-0.4.0.log
-rw-r--r-- 1 root root    9957 Jul 15 21:11 xcb-util-keysyms-0.4.0.log
-rw-r--r-- 1 root root   10265 Jul 15 21:12 xcb-util-renderutil-0.3.9.log
-rw-r--r-- 1 root root   12584 Jul 15 21:13 xcb-util-wm-0.4.1.log
-rw-r--r-- 1 root root   10498 Jul 15 21:13 xcb-util-cursor-0.1.3.log
-rw-r--r-- 1 root root   16472 Jul 15 21:15 libatomic_ops-7.6.10.log
-rw-r--r-- 1 root root   18528 Jul 15 21:17 libdrm-2.4.99.log
-rw-r--r-- 1 root root   15636 Jul 15 21:21 wayland-1.17.0.log
-rw-r--r-- 1 root root     315 Jul 15 21:22 wayland-protocol-1.17.log
-rw-r--r-- 1 root root    6490 Jul 15 21:24 wayland-protocols-1.17.log
-rw-r--r-- 1 root root   17629 Jul 15 21:26 lm_sensors-3.4.0.log
-rw-r--r-- 1 root root    4287 Jul 15 21:40 markupsafe-1.1.1.log
-rw-r--r-- 1 root root    8472 Jul 15 21:41 mako-1.0.13.log
-rw-r--r-- 1 root root  302058 Jul 15 21:47 mesa-19.1.2.log
-rw-r--r-- 1 root root    5523 Jul 15 21:49 xbitmaps-1.1.2.log
-rw-r--r-- 1 root root    5837 Jul 15 22:17 iceauth-1.0.8.log
-rw-r--r-- 1 root root    7106 Jul 15 22:18 luit-1.1.1.log
-rw-r--r-- 1 root root    5518 Jul 15 22:18 mkfontdir-1.0.7.log
-rw-r--r-- 1 root root    6359 Jul 15 22:19 mkfontscale-1.2.1.log
-rw-r--r-- 1 root root    6956 Jul 15 22:20 sessreg-1.1.2.log
-rw-r--r-- 1 root root    5866 Jul 15 22:21 setxkbmap-1.3.1.log
-rw-r--r-- 1 root root    6101 Jul 15 22:21 smproxy-1.0.6.log
-rw-r--r-- 1 root root    6554 Jul 15 22:22 x11perf-1.6.1.log
-rw-r--r-- 1 root root    7287 Jul 15 22:22 xauth-1.1.log
-rw-r--r-- 1 root root    5872 Jul 15 22:23 xbacklight-1.2.2.log
-rw-r--r-- 1 root root    5828 Jul 15 22:24 xcmsdb-1.0.5.log
-rw-r--r-- 1 root root    6078 Jul 15 22:25 xcursorgen-1.0.7.log
-rw-r--r-- 1 root root    6994 Jul 15 22:25 xdpyinfo-1.3.2.log
-rw-r--r-- 1 root root    5897 Jul 15 22:26 xdriinfo-1.0.6.log
-rw-r--r-- 1 root root    5909 Jul 15 22:27 xev-1.2.3.log
-rw-r--r-- 1 root root    5806 Jul 15 22:27 xgamma-1.0.6.log
-rw-r--r-- 1 root root    6672 Jul 15 22:27 xhost-1.0.8.log
-rw-r--r-- 1 root root    6704 Jul 15 22:28 xinput-1.6.2.log
-rw-r--r-- 1 root root    6394 Jul 15 22:29 xkbcomp-1.4.2.log
-rw-r--r-- 1 root root    6008 Jul 15 22:29 xkbevd-1.1.4.log
-rw-r--r-- 1 root root    6156 Jul 15 22:30 xkbutils-1.0.4.log
-rw-r--r-- 1 root root    5776 Jul 15 22:30 xkill-1.0.5.log
-rw-r--r-- 1 root root    5836 Jul 15 22:31 xlsatoms-1.1.3.log
-rw-r--r-- 1 root root    6085 Jul 15 22:32 xlsclients-1.1.4.log
-rw-r--r-- 1 root root    5998 Jul 15 22:32 xmessage-1.0.5.log
-rw-r--r-- 1 root root    6118 Jul 15 22:33 xmodmap-1.0.10.log
-rw-r--r-- 1 root root    5113 Jul 15 22:34 xpr-1.0.5.log
-rw-r--r-- 1 root root    6117 Jul 15 22:35 xprop-1.2.4.log
-rw-r--r-- 1 root root    5988 Jul 15 22:35 xrandr-1.5.0.log
-rw-r--r-- 1 root root    6165 Jul 15 22:36 xrdb-1.2.0.log
-rw-r--r-- 1 root root    6040 Jul 15 22:36 xrefresh-1.0.6.log
-rw-r--r-- 1 root root    6246 Jul 15 22:37 xset-1.2.4.log
-rw-r--r-- 1 root root    5836 Jul 15 22:37 xsetroot-1.1.2.log
-rw-r--r-- 1 root root    5796 Jul 15 22:38 xvinfo-1.1.4.log
-rw-r--r-- 1 root root    5820 Jul 15 22:38 xwd-1.0.7.log
-rw-r--r-- 1 root root    6550 Jul 15 22:39 xwininfo-1.1.4.log
-rw-r--r-- 1 root root    5756 Jul 15 22:39 xwud-1.0.5.log
-rw-r--r-- 1 root root   17622 Jul 17 20:25 xcursor-themes-1.0.6.log
-rw-r--r-- 1 root root    6057 Jul 17 21:46 bdftopcf-1.1.log
-rw-r--r-- 1 root root    6567 Jul 17 21:54 font-util-1.3.1.log
-rw-r--r-- 1 root root    8622 Jul 17 21:55 encodings-1.0.5.log
-rw-r--r-- 1 root root    5987 Jul 17 21:55 font-alias-1.0.3.log
-rw-r--r-- 1 root root     315 Jul 17 22:13 font-adobe-utopia-1.0.4.log
-rw-r--r-- 1 root root    3458 Jul 17 22:14 font-adobe-utopia-type1-1.0.4.log
-rw-r--r-- 1 root root    3718 Jul 17 22:15 font-bh-ttf-1.0.3.log
-rw-r--r-- 1 root root    3626 Jul 17 22:16 font-bh-type1-1.0.3.log
-rw-r--r-- 1 root root    3398 Jul 17 22:16 font-ibm-type1-1.0.3.log
-rw-r--r-- 1 root root    3664 Jul 17 22:17 font-misc-ethiopic-1.0.3.log
-rw-r--r-- 1 root root    3345 Jul 17 22:18 font-xfree86-type1-1.0.4.log
-rw-r--r-- 1 root root   88170 Jul 17 22:19 font-adobe-100dpi-1.0.3.log
-rw-r--r-- 1 root root   88135 Jul 17 22:20 font-adobe-75dpi-1.0.3.log
-rw-r--r-- 1 root root    3371 Jul 17 22:23 font-jis-misc-1.0.3.log
-rw-r--r-- 1 root root    3424 Jul 17 22:27 font-daewoo-misc-1.0.3.log
-rw-r--r-- 1 root root    3404 Jul 17 22:28 font-isas-misc-1.0.3.log
-rw-r--r-- 1 root root   34022 Jul 17 22:32 xkeyboard-config-2.27.log
-rw-r--r-- 1 root root   24720 Jul 17 22:37 pixman-0.38.4.log
-rw-r--r-- 1 root root    8072 Jul 17 22:54 libepoxy-1.5.3.log
-rw-r--r-- 1 root root  105820 Jul 17 22:56 xorg-server-1.20.5.log
-rw-r--r-- 1 root root   11381 Jul 17 23:00 libevdev-1.7.0.log
-rw-r--r-- 1 root root    8590 Jul 17 23:02 mtdev-1.1.5.log
-rw-r--r-- 1 root root   11024 Jul 17 23:13 xf86-input-evdev-2.10.6.log
-rw-r--r-- 1 root root    9110 Jul 17 23:24 libgudev-232.log
-rw-r--r-- 1 root root   16912 Jul 17 23:27 libwacom-0.29.log
-rw-r--r-- 1 root root   13423 Jul 18 19:09 libinput-1.13.4.log
-rw-r--r-- 1 root root   11899 Jul 18 19:11 xf86-input-libinput-0.28.2.log
-rw-r--r-- 1 root root   13245 Jul 18 19:12 xf86-input-synaptics-1.9.1.log
-rw-r--r-- 1 root root   15633 Jul 18 19:17 xf86-input-wacom-0.36.0.log
-rw-r--r-- 1 root root   12743 Jul 18 19:20 xf86-video-amdgpu-19.0.1.log
-rw-r--r-- 1 root root   14921 Jul 18 19:21 xf86-video-ati-19.0.1.log
-rw-r--r-- 1 root root   10135 Jul 18 19:22 xf86-video-fbdev-0.5.0.log
-rw-r--r-- 1 root root   33379 Jul 18 19:26 xf86-video-intel-20190208.log
-rw-r--r-- 1 root root   11921 Jul 18 19:27 xf86-video-nouveau-1.0.16.log
-rw-r--r-- 1 root root   13617 Jul 18 19:28 xf86-video-vmware-13.3.0.log
-rw-r--r-- 1 root root   17942 Jul 18 19:29 libva-2.5.0.log
-rw-r--r-- 1 root root   16076 Jul 18 19:31 libvdpau-1.2.log
-rw-r--r-- 1 root root   30630 Jul 18 19:32 intel-vaapi-driver-2.3.0.log
-rw-r--r-- 1 root root    7242 Jul 18 19:34 twm-1.0.10.log
-rw-r--r-- 1 root root   34980 Jul 18 19:39 xterm-347.log
-rw-r--r-- 1 root root    6412 Jul 18 19:40 xclock-1.0.9.log
-rw-r--r-- 1 root root    6333 Jul 18 19:43 xinit-1.4.1.log

Buildscripts and logs for this build are still here: http://www.linuxfromscratch.org/~dj/mkbuild.sh/sources/

--DJ


--
http://lists.linuxfromscratch.org/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to