Gentoo Archives: gentoo-user

From: waltdnes@××××××××.org
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] New install, a few problems (or not?)
Date: Sat, 10 Sep 2016 01:20:51
Message-Id: 20160910012040.GA9475@waltdnes.org
In Reply to: Re: [gentoo-user] New install, a few problems (or not?) by Daniel Frey
1 1 down, 1 to go. Apparently, I needed to rebuild the kernel after
2 redoing the timezone initialization. I did...
3
4 [i3][root][~] rm -rf /etc/timezone /etc/localtime
5 [i3][root][~] echo "Canada/Eastern" > /etc/timezone
6 [i3][root][~] emerge --config sys-libs/timezone-data
7
8 ...and rebuilt the kernel, attempting to fix the video. Now I get...
9
10 [i3][root][~] uname -a
11 Linux i3 4.4.6-gentoo #5 SMP Sat Sep 10 00:48:23 UTC 2016 x86_64 Intel(R) Pentium(R) CPU N3700 @ 1.60GHz GenuineIntel GNU/Linux
12
13 On Fri, Sep 09, 2016 at 08:17:35AM -0700, Daniel Frey wrote
14 > On 09/08/2016 09:50 PM, waltdnes@××××××××.org wrote:
15 > > 64-bit no-multilib install on a relatively new Dell Inspiron...
16 > >
17 > > 1) X works OK, but installing x11-drivers/xf86-video-intel finishes off
18 > > with the message...
19 > >
20 > > ***********************************************
21 > > WARN: postinst
22 > > This driver requires KMS support in your kernel
23 > > Device Drivers --->
24 > > Graphics support --->
25 > > Direct Rendering Manager (XFree86 4.1.0 and higher DRI support) --->
26 > > <*> Intel 830M, 845G, 852GM, 855GM, 865G (i915 driver) --->
27 > > i915 driver
28 > > [*] Enable modesetting on intel by default
29 > > ***********************************************
30 >
31 > You have built the Intel driver in the kernel correct? It is telling you
32 > you didn't build KMS support in your kernel and showing you what needs
33 > to be set in your kernel.
34
35 I don't get those options. Here's what I see (kernel 4.4.6-gentoo).
36
37 Device Drivers --->
38 Graphics support --->
39 <*> Direct Rendering Manager (XFree86 4.1.0 and higher DRI support) --->
40 --- Direct Rendering Manager (XFree86 4.1.0 and higher DRI support)
41 [*] Enable legacy fbdev support for your modesetting driver
42 ...and also...
43 <*> Intel 8xx/9xx/G3x/G4x/HD Graphics
44 <*> DRM Support for bochs dispi vga interface (qemu stdvga)
45
46 Something has changed. I did some minor tweaking, and rebuilt, which
47 solved the timezonDo I need another magic setting somewhere else
48 to enable the options it asks for? I'm attaching the Xorg log (gzipped)
49 in case it helps.
50
51 --
52 Walter Dnes <waltdnes@××××××××.org>
53 I don't run "desktop environments"; I run useful applications

Attachments

File name MIME type
Xorg.0.log.gz application/octet-stream

Replies

Subject Author
Re: [gentoo-user] New install, a few problems (or not?) Adam Carter <adamcarter3@×××××.com>