Gentoo Archives: gentoo-user

From: Holly Bostick <motub@××××××.nl>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Problem with Xsetup
Date: Tue, 27 Sep 2005 12:21:42
Message-Id: 43393838.10402@planet.nl
In Reply to: [gentoo-user] Problem with Xsetup by Rajat Gujral
1 Rajat Gujral schreef:
2 > hi
3 >
4 > i am a newbie in gentoo and for the first time i tried to upgrade my
5 > kernel from 2.6.12-r6 to 2.6.12-r10 , but the kernel was not upgraded
6 > .
7
8
9 When you say you tried to upgrade your kernel, what do you mean to say
10 that you did?
11
12 If you did something like
13
14 emerge -uav gentoo-sources
15
16 that doesn't 'upgrade your kernel', it downloads and extracts a newer
17 kernel to /usr/src, where you would then have to configure, compile, and
18 install it, either manually, or using genkernel. After which, you would
19 possibly need to edit your bootloader config files (grub.conf or
20 lilo.conf), to inform the bootloader that a new kernel was available.
21
22 If you didn't do any of these things, then you haven't upgraded your
23 kernel-- Gentoo is not a binary distro where you just download and
24 replace the previous kernel binary with a new one, as you would in
25 Mandrake or SuSE or Fedora Core.
26
27 > Now when i boot my system with the older kernel i am not able to
28 > start KDE .. Whenever i write startx on the terminal i get the
29 > message
30 >
31 > Using vt 7
32 >
33 > Symbol __glXgetActiveScreen from module
34 > /usr/lib/modules/extensions/libdri.a is unresolved!
35
36
37 What video card do you have? If an ATI or nVidia card using the
38 proprietary drivers, you would need to re-emerge those drivers against
39 the new kernel when upgrading.
40
41 Are you sure you're booting to the older kernel? After booting, and
42 logging in, don't type startx, but instead
43
44 uname -a
45
46 What kernel does it report?
47
48 HTH,
49 Holly
50 --
51 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Problem with Xsetup Rajat Gujral <nutts4linux@×××××.com>