public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
From: waltdnes@waltdnes.org
To: Gentoo Users List <gentoo-user@lists.gentoo.org>
Subject: [gentoo-user] New install, a few problems (or not?)
Date: Fri, 9 Sep 2016 00:50:09 -0400	[thread overview]
Message-ID: <20160909045009.GA2472@waltdnes.org> (raw)

  64-bit no-multilib install on a relatively new Dell Inspiron...

1) X works OK, but installing x11-drivers/xf86-video-intel finishes off
with the message...

***********************************************
WARN: postinst
This driver requires KMS support in your kernel
  Device Drivers --->
    Graphics support --->
      Direct Rendering Manager (XFree86 4.1.0 and higher DRI support)  --->
      <*>   Intel 830M, 845G, 852GM, 855GM, 865G (i915 driver)  --->
              i915 driver
      [*]       Enable modesetting on intel by default
***********************************************

  Note that make.conf contains...
VIDEO_CARDS="intel i965"
...and X loads the i965 driver, and runs OK.  Why is i915 even mentioned?


2) "uname -a" gives the following output...

[i3][root][~] uname -a
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


...but I've already run...

[i3][root][~] emerge --config sys-libs/timezone-data

Configuring pkg...

 * Updating /etc/localtime with /usr/share/zoneinfo/Canada/Eastern

3) The new machine is not co-operating with my hardware KVM switch.  If
I select the machine while it's booting up, it works fine.  But if I
switch away and come back, the VGA video does not work.  I've confirmed
that the keyboard part of KVM still works...
* boot up with new machine selected
* log in as root in text console mode
* switch away
* switch back, and there's no video
* but if I blindly type "poweroff", it shuts down, so keyboard works

  Ugly hack...  The new machine has VGA and HDMI ports.  My monitor has
VGA (which the KVM switch uses) and HDMI (and DVI and Displayport?).  I
can add one more cable to the "rat's nest" under the table.  But
switching between machines will also require toggling the monitor as
well as the KVM.

4) media-libs/x265 took 68 minutes to build on a relatively new 4-core
Intel Silvermont with 8 gigs of RAM, and X was not running!  Time output

real    68m48.122s
user    87m52.139s
sys     0m25.027s

  It got stuck at a few times building "deblock"...

[ 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

  When I say "stuck", I mean that "top" shows yasm pegging one core at 100%

  PID USER      PR  NI    VIRT    RES    SHR S  %CPU %MEM     TIME+ COMMAND
 3520 portage   20   0  178920 171848   2032 R 100.0  2.1  24:48.70 yasm
 3749 waltdnes  20   0   21808   2824   2340 R   0.7  0.0   0:03.54 top
    1 root      20   0    4188   1564   1460 S   0.0  0.0   0:00.37 init
    2 root      20   0       0      0      0 S   0.0  0.0   0:00.00 kthreadd


-- 
Walter Dnes <waltdnes@waltdnes.org>
I don't run "desktop environments"; I run useful applications


             reply	other threads:[~2016-09-09  4:50 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-09-09  4:50 waltdnes [this message]
2016-09-09 15:17 ` [gentoo-user] New install, a few problems (or not?) Daniel Frey
2016-09-09 15:25   ` Daniel Frey
2016-09-10  5:45     ` J. Roeleveld
2016-09-10  1:20   ` waltdnes
2016-09-10  2:18     ` Adam Carter
2016-09-10  7:11       ` waltdnes
2016-09-10  8:03         ` Adam Carter
2016-09-10  8:06         ` J. Roeleveld
2016-09-12  2:49 ` [gentoo-user] [SOLVED] " waltdnes

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20160909045009.GA2472@waltdnes.org \
    --to=waltdnes@waltdnes.org \
    --cc=gentoo-user@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox