Gentoo Archives: gentoo-user

From: Hendrik Boom <hendrik@××××××××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: Gentoo still not up -- now no kbd driver
Date: Sun, 02 Sep 2007 11:42:11
Message-Id: fbe6rr$aa3$1@sea.gmane.org
In Reply to: Re: [gentoo-user] Re: Gentoo still not up -- now no kbd driver by "Bo Ørsted Andresen"
1 On Sat, 01 Sep 2007 19:52:11 +0200, Bo Ørsted Andresen wrote:
2
3 > On Saturday 01 September 2007 19:24:51 Hendrik Boom wrote:
4 >> > Have you enabled the keyboard USE flag under INPUT_DEVICES in
5 >> > xorg-xserver? You can set this in make.conf.
6 >>
7 >> make.conf ends with the lines
8 >>
9 >> INPUT_DEVICES="keyboard mouse"
10 >> VIDEO_CARDS="radeon"
11 >>
12 >> Is this what you mean?
13 >
14 > *nod*
15 >
16
17 Aha! xorg-server! All I saw in the docs I had been
18 looking at was xorg-x11.
19
20 > # emerge -pv xorg-server
21
22 These are the packages that would be merged, in order:
23
24 Calculating dependencies ..... done!
25 [ebuild N ] x11-drivers/xf86-input-keyboard-1.1.1 USE="-debug" 230 kB
26 [ebuild R ] x11-base/xorg-server-1.2.0-r3 USE="dri ipv6 nptl xorg -3dfx -debug -dmx -kdrive -minimal -sdl -xprint" INPUT_DEVICES="keyboard* mouse -acecad -aiptek -calcomp -citron -digitaledge -dmc -dynapro -elo2300 -elographics -evdev -fpit -hyperpen -jamstudio -joystick -magellan -microtouch -mutouch -palmax -penmount -spaceorb -summa -synaptics -tek4957 -ur98 -vmmouse -void -wacom" VIDEO_CARDS="radeon -apm -ark -chips -cirrus -cyrix -dummy -epson -fbdev -fglrx -glint -i128 -i740 -i810 (-impact) -imstt -mach64 -mga -neomagic (-newport) -nsc -nv -nvidia -r128 -rendition -s3 -s3virge -savage -siliconmotion -sis -sisusb (-sunbw2) (-suncg14) (-suncg3) (-suncg6) (-sunffb) (-sunleo) (-suntcx) -tdfx -tga -trident -tseng -v4l -vesa -vga -via -vmware -voodoo" 0 kB
27
28 Total: 2 packages (1 new, 1 reinstall), Size of downloads: 230 kB
29
30 > # equery check x11-drivers/xf86-input-keyboard
31
32 -bash: equery: command not found
33
34 >
35
36 So I proceeded to emerge xorg-server for real. No more keyboard problems.
37 Instead I get the black screen of death. The monitor on light starts
38 bliking, indicating it is getting no signal, ctrl-alt-backspace and
39 ctrl-alt-delete don't work, and only a hard reset on the box itself
40 gets anything going.
41
42 My make.conf specifies VIDEO_CARDS="radeon", even though the automatically
43 generated /root/xorg.conf.new specifies
44
45 Driver "ati"
46
47 in the "Device" section. Could this be a problem? The hardware is a. ATI
48 Radeon all-in-wonder card.
49
50 I tried replacing ati by fbdev just to get something working, but it just
51 told me it couldn't find fbdev. Presumably this driver was not installed.
52 Is the proper way to install this add in fbdev to the make.conf file:
53
54 VIDEO_CARDS="radeon fbdev"
55
56 or even
57
58 VIDEO_CARDS="radeon ati fbdev"
59
60 and then re-emerge xorg-server? Or is there a more straightforward way? I
61 still haven't found a way to browse the list of available packages the way
62 I used to do in Debian using aptitude or packages.debian.org.
63
64 -- hendrik
65
66 --
67 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Re: Gentoo still not up -- now no kbd driver Eric Martin <freak4uxxx@×××××.com>
[gentoo-user] Re: X now starts. (was: Gentoo still not up ...) Hendrik Boom <hendrik@××××××××××.com>