Gentoo Archives: gentoo-user

From: Mark Knecht <markknecht@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: xorg-server-1.5 update/old kernel+old fglrx
Date: Wed, 24 Jun 2009 00:06:45
Message-Id: 5bdc1c8b0906231706s3c140069rdbb9822e9b29699f@mail.gmail.com
In Reply to: Re: [gentoo-user] Re: xorg-server-1.5 update/old kernel+old fglrx by Mark Knecht
1 On Tue, Jun 23, 2009 at 4:53 PM, Mark Knecht<markknecht@×××××.com> wrote:
2 > On Tue, Jun 23, 2009 at 4:40 PM, Mark Knecht<markknecht@×××××.com> wrote:
3 >> On Tue, Jun 23, 2009 at 4:27 PM, Nikos Chantziaras<realnc@×××××.de> wrote:
4 >>> On 06/24/2009 02:20 AM, Mark Knecht wrote:
5 >>>>
6 >>>> Hi all,
7 >>>>    Main question is whether there is any change in the way I select
8 >>>> the fglrx driver with xorg-server-1.5?
9 >>>>
10 >>>>    I have a big emerge running on one of my MythTV frontends that uses
11 >>>> an old 2.6.19 kernel with an old 8.28 ati-driver package. The machine
12 >>>> does not use a keyboard or mouse. I cannot update either the kernel or
13 >>>> the ati-driver for hardware support reasons. When the emerge is
14 >>>> finished in a couple of hours do I need to change the xorg.conf file
15 >>>> at all to use the server with the fglrx driver or will it just work?
16 >>>
17 >>> There's a pretty big chance that 8.28 is so old that it does not support
18 >>> xorg-server 1.5 at all.  That means you can't use xorg-server 1.5.  And if
19 >>> you're not prepared to update your kernel, then the xorg native driver
20 >>> (xf86-video-ati) is out of the question too.
21 >>>
22 >>> It looks to me you'll have to keep using the older xorg-server.
23 >>>
24 >>>
25 >>>
26 >>
27 >> Thanks Nikos. I hope that's not the case or I've waster a couple of
28 >> hours because emerge didn't stop me from doing this. No messages at
29 >> all about anything like too old a kernel or vidieo driver.
30 >>
31 >> It's almost done so I guess I'll just wait and then see how it goes.
32 >>
33 >> There is no way to update the kernel as far as I know. The ATI chip
34 >> that's in the computer has an S-video output that I need to drive the
35 >> TV. After 8.28 ATI stopped supporting S-Video for this chip meaning I
36 >> cannot update ati-drivers. To use the 8.28 ati-driver package I'm
37 >> forced to use the 2.6.19 kernel.
38 >>
39 >> Believe me, I'd like to update but don't know how to unless I buy a
40 >> new video card. I haven't looked in the box in a LONG time but I think
41 >> it's possibly PCI only, and then it's also low form factor so it will
42 >> probably be pretty hard to find ANY video card to fit it, but maybe
43 >> I'll look around in case I have to go that way.
44 >>
45 >> Cheers,
46 >> Mark
47 >>
48 >
49 > OK, after the reboot fglrx is in memory but Xorg.0.log is complaining
50 > about missing symbols:
51 >
52 > myth12 ~ # uname -a
53 > Linux myth12 2.6.19-gentoo-r5 #2 PREEMPT Sat May 19 17:55:30 PDT 2007
54 > i686 Intel(R) Celeron(R) CPU 2.26GHz GenuineIntel GNU/Linux
55 > myth12 ~ # lsmod | grep fglrx
56 > fglrx                 390828  0
57 > agpgart                24240  2 fglrx,ati_agp
58 > myth12 ~ #
59 >
60 > (II) LoadModule: "fglrx"
61 >
62 > (II) Loading /usr/lib/xorg/modules/drivers//fglrx_drv.so
63 > dlopen: /usr/lib/xorg/modules/drivers//fglrx_drv.so: undefined symbol:
64 > miZeroLineScreenIndex
65 > (EE) Failed to load /usr/lib/xorg/modules/drivers//fglrx_drv.so
66 > (II) UnloadModule: "fglrx"
67 > (EE) Failed to load module "fglrx" (loader failed, 7)
68 > (EE) No drivers available.
69 >
70 > Fatal server error:
71 > no screens found
72 >
73 >
74 > Am I completely hosed here?
75 >
76 > Looking on NewEgg I'm not finding any AGP fanless, low-profile cards
77 > yet and I'm not sure the machine supported AGP anyway. I'll have to
78 > open the box or find some old docs online. There is one fanless ATI
79 > Radeon 9250-based PCI-based card but it's expensive for this
80 > application at $90.
81 >
82 > Looks like it's back to the older xorg-server.
83 >
84 > - Mark
85 >
86
87 Am I hosed again? Did updating portage break my machine by removing
88 what I was just using:
89
90 1245799356: === Unmerging... (x11-base/xorg-server-1.1.1-r5)
91 1245799361: >>> unmerge success: x11-base/xorg-server-1.1.1-r5
92 1245799361: >>> emerge (62 of 64) x11-base/xorg-server-1.5.3-r6 to /
93 1245799363: === (62 of 64) Cleaning
94 (x11-base/xorg-server-1.5.3-r6::/usr/portage/x11-base/xorg-server/xorg-server-1.5.3-r6.ebuild)
95 1245799363: === (62 of 64) Compiling/Merging
96 (x11-base/xorg-server-1.5.3-r6::/usr/portage/x11-base/xorg-server/xorg-server-1.5.3-r6.ebuild)
97 1245800519: === (62 of 64) Merging
98 (x11-base/xorg-server-1.5.3-r6::/usr/portage/x11-base/xorg-server/xorg-server-1.5.3-r6.ebuild)
99 1245800527: >>> AUTOCLEAN: x11-base/xorg-server:0
100
101 myth12 ~ # ls -a /usr/portage/distfiles/xorg-server-*
102 /usr/portage/distfiles/xorg-server-1.5.3-gentoo-patches-08.tar.bz2
103 /usr/portage/distfiles/xorg-server-1.5.3.tar.bz2
104 myth12 ~ #
105
106 Is xorg-server-1.1.1 completely gone and I'm hosed? I'm not finding it
107 on my my machine. The only variations on that theme seem to be in
108 /var/db/pkg. No tar files, just other programming junk.
109
110 I absolutely HATE this about portage. Update your machine just
111 thinking about trying a new piece of software and then find you cannot
112 immediately go back. Gentoo was supposed to be about choice. Seems
113 it's not about my choice anymore. Bummer.
114
115 Maybe I can find this on another machine somewhere. Don't know what to
116 do though.
117
118 Family gets no MythTV for a few days, or maybe forever?
119
120 I'm trying to mask things to check this and emerge is really mad at me.
121
122 - Mark

Replies

Subject Author
[gentoo-user] Re: xorg-server-1.5 update/old kernel+old fglrx Nikos Chantziaras <realnc@×××××.de>
[gentoo-user] Re: xorg-server-1.5 update/old kernel+old fglrx Nikos Chantziaras <realnc@×××××.de>
Re: [gentoo-user] Re: xorg-server-1.5 update/old kernel+old fglrx Keith Dart <keith@×××××××××.biz>
Re: [gentoo-user] Re: xorg-server-1.5 update/old kernel+old fglrx Neil Bothwick <neil@××××××××××.uk>
Re: [gentoo-user] Re: xorg-server-1.5 update/old kernel+old fglrx Paul Hartman <paul.hartman+gentoo@×××××.com>