Gentoo Archives: gentoo-user

From: waltdnes@××××××××.org
To: Gentoo Users List <gentoo-user@l.g.o>
Subject: [gentoo-user] New install, a few problems (or not?)
Date: Fri, 09 Sep 2016 04:50:26
Message-Id: 20160909045009.GA2472@waltdnes.org
1 64-bit no-multilib install on a relatively new Dell Inspiron...
2
3 1) X works OK, but installing x11-drivers/xf86-video-intel finishes off
4 with the message...
5
6 ***********************************************
7 WARN: postinst
8 This driver requires KMS support in your kernel
9 Device Drivers --->
10 Graphics support --->
11 Direct Rendering Manager (XFree86 4.1.0 and higher DRI support) --->
12 <*> Intel 830M, 845G, 852GM, 855GM, 865G (i915 driver) --->
13 i915 driver
14 [*] Enable modesetting on intel by default
15 ***********************************************
16
17 Note that make.conf contains...
18 VIDEO_CARDS="intel i965"
19 ...and X loads the i965 driver, and runs OK. Why is i915 even mentioned?
20
21
22 2) "uname -a" gives the following output...
23
24 [i3][root][~] uname -a
25 Linux i3 4.4.6-gentoo #4 SMP Wed Sep 7 17:12:27 Local time zone must be set--see zic m x86_64 Intel(R) Pentium(R) CPU N3700 @ 1.60GHz GenuineIntel GNU/Linux
26
27
28 ...but I've already run...
29
30 [i3][root][~] emerge --config sys-libs/timezone-data
31
32 Configuring pkg...
33
34 * Updating /etc/localtime with /usr/share/zoneinfo/Canada/Eastern
35
36 3) The new machine is not co-operating with my hardware KVM switch. If
37 I select the machine while it's booting up, it works fine. But if I
38 switch away and come back, the VGA video does not work. I've confirmed
39 that the keyboard part of KVM still works...
40 * boot up with new machine selected
41 * log in as root in text console mode
42 * switch away
43 * switch back, and there's no video
44 * but if I blindly type "poweroff", it shuts down, so keyboard works
45
46 Ugly hack... The new machine has VGA and HDMI ports. My monitor has
47 VGA (which the KVM switch uses) and HDMI (and DVI and Displayport?). I
48 can add one more cable to the "rat's nest" under the table. But
49 switching between machines will also require toggling the monitor as
50 well as the KVM.
51
52 4) media-libs/x265 took 68 minutes to build on a relatively new 4-core
53 Intel Silvermont with 8 gigs of RAM, and X was not running! Time output
54
55 real 68m48.122s
56 user 87m52.139s
57 sys 0m25.027s
58
59 It got stuck at a few times building "deblock"...
60
61 [ 98%] Building CXX object common/CMakeFiles/common.dir/deblock.cpp.o cd /var/tmp/portage/media-libs/x265-1.8-r3/work/x265_11047/source-abi_x86_64.amd64-main10/common && /usr/bin/x86_64-pc-linux-gnu-g++ -DEXPORT_C_API=0 -DHAVE_INT_TYPES_H=1 -DHIGH_BIT_DEPTH=1 -DX265_ARCH_X86=1 -DX265_DEPTH=10 -DX265_NS=x265_10bit -DX86_64=1 -D__STDC_LIMIT_MACROS=1 -I/var/tmp/portage/media-libs/x265-1.8-r3/work/x265_11047/source/. -I/var/tmp/portage/media-libs/x265-1.8-r3/work/x265_11047/source/common -I/var/tmp/portage/media-libs/x265-1.8-r3/work/x265_11047/source/encoder -I/var/tmp/portage/media-libs/x265-1.8-r3/work/x265_11047/source-abi_x86_64.amd64-main10 -DNDEBUG -O2 -march=native -mfpmath=sse -fomit-frame-pointer -pipe -fno-unwind-tables -fno-asynchronous-unwind-tables -fPIC -Wall -Wextra -Wshadow -fPIC -Wno-array-bounds -ffast-math -mstackrealign -fno-exceptions -o CMakeFiles/common.dir/deblock.cpp.o -c /var/tmp/portage/media-libs/x265-1.8-r3/work/x265_11047/source/common/deblock.cpp
62
63 When I say "stuck", I mean that "top" shows yasm pegging one core at 100%
64
65 PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
66 3520 portage 20 0 178920 171848 2032 R 100.0 2.1 24:48.70 yasm
67 3749 waltdnes 20 0 21808 2824 2340 R 0.7 0.0 0:03.54 top
68 1 root 20 0 4188 1564 1460 S 0.0 0.0 0:00.37 init
69 2 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kthreadd
70
71
72 --
73 Walter Dnes <waltdnes@××××××××.org>
74 I don't run "desktop environments"; I run useful applications

Replies

Subject Author
Re: [gentoo-user] New install, a few problems (or not?) Daniel Frey <djqfrey@×××××.com>
[gentoo-user] [SOLVED] New install, a few problems (or not?) waltdnes@××××××××.org