On Thu, Jan 5, 2012 at 12:21 PM, Stefan G. Weichinger <li...@xunil.at> wrote:
> Am 05.01.2012 20:49, schrieb Stefan G. Weichinger:
>> Am 05.01.2012 20:30, schrieb Mark Knecht:
>>
>>> In a few hours when I get some time after the market has closed I'll
>>> try to investigate that option myself.
>>
>> Thank you.
>>
>> Did you generate your .config by
>>
>> zcat /proc/config.gz > .config
>> make oldconfig
>>
>> (running on previous kernel)
>>
>> or just copy it over, or ....
>
> Hmm, I don't get it ... tried to configure stuff as modules, added
> parameters etc.
>
> grub-line:
>
> title=Gentoo Linux (3.2.0-gentoo)
> root (hd0,0)
> kernel /boot/kernel-genkernel-x86_64-3.2.0-gentoo rootfstype=ext4
> init=/linuxrc root=/dev/ram0 real_root=/dev/sda3 elevator=noop udev
> dolvm  pcie_aspm=force i915.i915_enable_rc6=1 acpi_osi=Linux
> i915.semaphores=1
> initrd /boot/initramfs-genkernel-x86_64-3.2.0-gentoo
>
>
> Tried with removed i915-parameters as well.
>
> My .config :
>
> http://nopaste.info/414d6696af.html
>
> dmesg:
>
> http://nopaste.info/9c6c186e76.html
>
> (dunno if nopaste.info is recommended these days, I use these services
> very rarely ...)
>
> X11 is disabled for now as I see the problem with i915/DRM/KMS ...
>
> -
>
> I will take a break now, and it's getting late here.
>
> Looking fwd to any hints on this, thanks a lot, Stefan
>

I hadn't considered grub.conf. Sorry. Here's mine.

Cheers,
Mark


firefly ~ # cat /boot/grub/grub.conf
default 0
timeout 30
splashimage=(hd0,6)/boot/grub/splash.xpm.gz

title 3.2.0-gentoo MS=1
root (hd0,6)
kernel (hd0,6)/boot/bzImage-3.2.0-gentoo root=/dev/sda2 i915.modeset=1

title 3.1.0-gentoo-r1 MS=1
root (hd0,6)
kernel (hd0,6)/boot/bzImage-3.1.0-gentoo-r1 root=/dev/sda2 i915.modeset=1

title 3.1.0-gentoo MS=1
root (hd0,6)
kernel (hd0,6)/boot/bzImage-3.1.0-gentoo root=/dev/sda2 i915.modeset=1

title Windows 7
root (hd1,0)
savedefault
makeactive
chainloader +1

firefly ~ #

Reply via email to