Gentoo Archives: gentoo-user

From: Mark Knecht <markknecht@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] No display w/ kernel 3.2.0
Date: Thu, 05 Jan 2012 20:59:02
Message-Id: CAK2H+eeCsSyPhSv9ewLH1TCkWt0frGSU3mVZ63uc40SgjKf8Ww@mail.gmail.com
In Reply to: Re: [gentoo-user] No display w/ kernel 3.2.0 by "Stefan G. Weichinger"
1 On Thu, Jan 5, 2012 at 12:21 PM, Stefan G. Weichinger <lists@×××××.at> wrote:
2 > Am 05.01.2012 20:49, schrieb Stefan G. Weichinger:
3 >> Am 05.01.2012 20:30, schrieb Mark Knecht:
4 >>
5 >>> In a few hours when I get some time after the market has closed I'll
6 >>> try to investigate that option myself.
7 >>
8 >> Thank you.
9 >>
10 >> Did you generate your .config by
11 >>
12 >> zcat /proc/config.gz > .config
13 >> make oldconfig
14 >>
15 >> (running on previous kernel)
16 >>
17 >> or just copy it over, or ....
18 >
19 > Hmm, I don't get it ... tried to configure stuff as modules, added
20 > parameters etc.
21 >
22 > grub-line:
23 >
24 > title=Gentoo Linux (3.2.0-gentoo)
25 > root (hd0,0)
26 > kernel /boot/kernel-genkernel-x86_64-3.2.0-gentoo rootfstype=ext4
27 > init=/linuxrc root=/dev/ram0 real_root=/dev/sda3 elevator=noop udev
28 > dolvm  pcie_aspm=force i915.i915_enable_rc6=1 acpi_osi=Linux
29 > i915.semaphores=1
30 > initrd /boot/initramfs-genkernel-x86_64-3.2.0-gentoo
31 >
32 >
33 > Tried with removed i915-parameters as well.
34 >
35 > My .config :
36 >
37 > http://nopaste.info/414d6696af.html
38 >
39 > dmesg:
40 >
41 > http://nopaste.info/9c6c186e76.html
42 >
43 > (dunno if nopaste.info is recommended these days, I use these services
44 > very rarely ...)
45 >
46 > X11 is disabled for now as I see the problem with i915/DRM/KMS ...
47 >
48 > -
49 >
50 > I will take a break now, and it's getting late here.
51 >
52 > Looking fwd to any hints on this, thanks a lot, Stefan
53 >
54
55 I hadn't considered grub.conf. Sorry. Here's mine.
56
57 Cheers,
58 Mark
59
60
61 firefly ~ # cat /boot/grub/grub.conf
62 default 0
63 timeout 30
64 splashimage=(hd0,6)/boot/grub/splash.xpm.gz
65
66 title 3.2.0-gentoo MS=1
67 root (hd0,6)
68 kernel (hd0,6)/boot/bzImage-3.2.0-gentoo root=/dev/sda2 i915.modeset=1
69
70 title 3.1.0-gentoo-r1 MS=1
71 root (hd0,6)
72 kernel (hd0,6)/boot/bzImage-3.1.0-gentoo-r1 root=/dev/sda2 i915.modeset=1
73
74 title 3.1.0-gentoo MS=1
75 root (hd0,6)
76 kernel (hd0,6)/boot/bzImage-3.1.0-gentoo root=/dev/sda2 i915.modeset=1
77
78 title Windows 7
79 root (hd1,0)
80 savedefault
81 makeactive
82 chainloader +1
83
84 firefly ~ #

Replies

Subject Author
Re: [gentoo-user] No display w/ kernel 3.2.0 "Stefan G. Weichinger" <lists@×××××.at>