Gentoo Archives: gentoo-user

From: Harry Putnam <reader@×××××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: newish vbox gentoo guest crashes from startx
Date: Thu, 08 Dec 2016 13:49:30
Message-Id: 87y3zqsf8w.fsf@reader.local.lan
In Reply to: Re: [gentoo-user] Re: newish vbox gentoo guest crashes from startx by Alan McKinnon
1 Alan McKinnon <alan.mckinnon@×××××.com> writes:
2
3 > On 08/12/2016 02:26, Harry Putnam wrote:
4 >> Alan McKinnon <alan.mckinnon@×××××.com> writes:
5 >>
6
7 [...]
8
9 >>>> Theoretically the install should be ready now to run X and lxde.
10 >>>> However, when I run `startlxde' nothing whatsoever happens. At least
11 >>>> not at the command line or visibly. Prompt just returns lamely.
12 >>>>
13 >>>> However, if I run startx. The vm crashes clear to power off or
14 >>>> sometimes just becomes inoperable with these error messages showing.
15 >>>> (Note: nothing can be clicked moved or etc at this point)
16 >>>
17 >>>
18 >>>
19 >>> Your first problem seems to be you don't have any input or output
20 >>> devices. Please post
21 >>>
22 >>> - eix xorg-server
23 >>> - values of INPUT_DEVICES and VIDEO_CARDS from make.conf
24 >>
25 >>> - confirm that you built the kernel with evdev and the kernel module is
26 >>> loaded
27 >>
28 >> harry > eix xorg-server
29 >> [I] x11-base/xorg-server
30
31 [...]
32
33 >> harry > grep VIDEO /etc/portage/make.conf
34 >> VIDEO_CARDS="virtualbox"
35 >>
36 >> I don't have anthing in make.conf about Input devices nor have I had
37 >> on 2 other gentoo installs that successfully ran lxde.
38 >>
39 >> I've used the same make.conf with little variation on all three
40 >>
41 >> ------- ------- ---=--- ------- -------
42 >>
43 >> harry > cd /lib/modules
44 >>
45 >> harry > grep -r evdev.ko *
46 >> Binary file 4.8.8-gentoo/modules.dep.bin matches
47 >> 4.8.8-gentoo/modules.order:kernel/drivers/input/evdev.ko
48 >> 4.8.8-gentoo/modules.dep:kernel/drivers/input/evdev.ko:
49 >>
50 >> ------- ------- ---=--- ------- -------
51 >>
52 >> harry > sudo lsmod
53 >> Module Size Used by
54 >> vboxguest 171071 0
55 >> evdev 8704 0
56 >
57 >
58 >
59 > All that looks OK.
60 > AFAIR xorg uses evdev as the default, so if you don't specify it
61 > explicitly, it's what you get.
62
63 Is there something I should be specify explicitly?
64
65 I guess you mean in make.conf with INPUT_DEVICES=
66
67 > Just for fun, do you have x11-drivers/xf86-input-evdev emerged?
68
69 harry > eix x11-drivers/xf86-input-evdev
70 [I] x11-drivers/xf86-input-evdev
71 Available versions: 2.9.1 2.9.2 2.10.3 (~)2.10.4
72 Installed versions: 2.10.4(22:57:23 11/18/16)
73 Homepage: https://www.x.org/wiki/
74 Description: Generic Linux input driver
75
76
77 I'm currently trying to compare what is installed on another gentoo
78 guest on a solaris host with what I have on this one in the x11
79 department, using qlop -l but it gets a bit difficult with updates
80 showing the same base-names repeatedly on that host since its been in
81 business quite a bit longer.
82
83 Thought about using uniq and sort in someway to ascertain things but
84 have totally forgotten how to use it, I even wrote an awk script once
85 to uniqify lists, but of course it appears to have gone the way of the
86 doodoo bird.
87
88 AAR, it appears so far to have the same stuff on each. So there still
89 must be something basic different.
90
91
92 > The only thing I can think of left to check is
93 > emerge @x11-module-rebuild
94 > and see what it will install
95
96
97 [ebuild R ] x11-base/xorg-server-1.18.4:0/1.18.4::gentoo USE="doc glamor suid udev xorg -dmx -ipv6 -kdrive -libressl -minimal (-selinux) -static-libs -systemd -tslib -unwind -wayland -xephyr -xnest -xvfb" 0 KiB
98 [ebuild R ] x11-drivers/xf86-input-mouse-1.9.2::gentoo 0 KiB
99 [ebuild R ] x11-drivers/xf86-video-virtualbox-5.1.10::gentoo USE="dri" PYTHON_TARGETS="python2_7" 0 KiB
100 [ebuild R ] x11-drivers/xf86-input-evdev-2.10.4::gentoo 0 KiB
101 [ebuild R ] x11-drivers/xf86-input-keyboard-1.9.0::gentoo 0 KiB
102
103 I'm proceeding with those rebuilds now.

Replies

Subject Author
[gentoo-user] Re: newish vbox gentoo guest crashes from startx Harry Putnam <reader@×××××××.com>
[gentoo-user] Re: newish vbox gentoo guest crashes from startx Harry Putnam <reader@×××××××.com>