Re: [gentoo-user] Re: How to list sizes of installed packages?

2006-12-05 Thread Bryan Green
Bo =?iso-8859-1?q?=D8rsted_Andresen?= writes:
> --nextPart5713396.8Ph2VuCcD6
> Content-Type: text/plain;
>   charset="iso-8859-1"
> Content-Transfer-Encoding: quoted-printable
> Content-Disposition: inline
> 
> On Tuesday 05 December 2006 21:16, Grant Edwards wrote:
> > On 2006-12-05, Bo =D8rsted Andresen <[EMAIL PROTECTED]> wrote:
> > > # equery list xorg | while read pkg; do equery size =3D"${pkg}"; done
> 
> Bah.. The above was just for testing it before I sent it. For all packages =
> it=20
> should of course be:
> 
> # equery list | while read pkg; do equery size =3D"${pkg}"; done
> 
> > That's nasty.  Why do some equery commands accept regexes and
> > others dont?
> 
> Because equery isn't really being maintained. Lets just say it leaves a /lo=
> t/=20
> of room for improvement... Feel free to supply patches to improve it...
> 
> =2D-=20
> Bo Andresen
> 

Not maintained?  I thought it was the tool of choice for what it does.  I
thought it was intended to replace the 'q' utilities.

I actually just started having a problem with it the other day, using the
'list' command.  It gets upset when I use the '-p' or '-o' option to list,
unless the user happens to be root:

[EMAIL PROTECTED] ~ $ equery list -i nvidia-drivers
[ Searching for package 'nvidia-drivers' in all categories among: ]
 * installed packages
 [I--] [ ~] x11-drivers/nvidia-drivers-1.0.9742 (0)

[EMAIL PROTECTED] ~ $ equery list -p nvidia-drivers
[ Searching for package 'nvidia-drivers' in all categories among: ]
!!! The query 'nvidia-drivers' does not appear to be a valid regular
expression

ece06 ~ # equery list -p gentoolkit
[ Searching for package 'gentoolkit' in all categories among: ]
 * installed packages
[I--] [ ~] app-portage/gentoolkit-0.2.2 (0)
[I--] [  ] app-portage/gentoolkit-dev-0.2.5 (0)
 * Portage tree (/usr/portage)
[-P-] [M~] app-portage/gentoolkit-0.2.3_pre1 (0)
[-P-] [M~] app-portage/gentoolkit-0.2.3_pre2 (0)
[-P-] [M~] app-portage/gentoolkit-dev-0.2.6.1 (0)

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] nVidia Corporation CK804 AC'97 Audio Controller and alsa on amd64?

2006-01-13 Thread Bryan Green
David Meyer writes:
> 
> 
>   Has anyone gotten this to work? What I find is that the
>   kernel fails in trying to load snd_pcm_oss and
>   snd_mixer_oss (they have bunches of unknown symbols).

I have this, and it works fine for me.
I use the alsa snd_intel8x0 driver.

Do you require OSS emulation?  You could just take it out, though I don't
seem to have a problem with it.

from /etc/modules.d/alsa:

alias snd-card-0 snd-intel8x0

# OSS/Free portion - card #1
alias sound-service-0-0 snd-mixer-oss
alias sound-service-0-1 snd-seq-oss
alias sound-service-0-3 snd-pcm-oss
alias sound-service-0-8 snd-seq-oss
alias sound-service-0-12 snd-pcm-oss

alias /dev/mixer snd-mixer-oss
alias /dev/dsp snd-pcm-oss
alias /dev/midi snd-seq-oss

# Set this to the correct number of cards.
options snd cards_limit=1

-bryan

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Arrghh,,, X.org and NVidia (partly solved)

2005-12-08 Thread Bryan Green

> 
> # This loads the GLX module
>  Load   "glx"
> 
> and it's within the "Module" section. All it took was to uncomment the 
> line. But it's not bad. I got the nvidia kernel to work and that's a 
> major step forward.
> 
> However, AGPGART was not compiled as a module but compiled directly into 
> the kernel which means NvAGP cannot be used, so now I'm recompiling the 
> kernel with AGPGART as a module and I've added Option "NvAgp" "3" to 
> /etc/X11/xorg.conf ... and then I'll have to do the nvidia-kernel dance 
> again and if that doesn't do anything I'll come "screaming" again ;)
> 
> But at least the nvidia-kernel _does_ work :)
> 
> -Kristian Poul Herkild

You may have problems getting AGPGART to compile as a module, and my 
experience has been that its just as well to use the kernel's AGPGART for 
recent kernels.


There are several places you should be looking.
First of all, be sure and read the NVIDIA driver README, particularly the 
Troubleshooting section.  Get familiar with /proc/drivers/nvidia

grep for NVIDIA in /var/log/Xorg.0.log.  See anything interesting?
try dmesg and see if it says anything about agpgart.

By the way, did you emerge nvidia-glx?

-bryan




-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Gentoo Badges

2005-08-04 Thread Bryan Green

I put Gentoo on my mom's computer.  I got tired of her asking me questions 
about her computer concerning the Windows OS, so I installed an OS *I* could 
help her maintain, and not feel disgusted with.  Just wanted to share that...

Has anyone else out there put Gentoo on their parents computers?
 
-bryan

> Date: Thu, 4 Aug 2005 10:50:17 -0400
> From: Michael Crute <[EMAIL PROTECTED]>

> 
> At the expense of sounding like an "Elitist Chowderhead" I kind of agree=20
> with Chris. I'm fairly new to Gentoo (but not to Linux). I came from Fedora=
> =20
> and must say that personally Gentoo makes way more sense and pisses me off=
> =20
> far less than any RedHat distro. But that said I would never recommend=20
> Gentoo to a noob unless they where just as geeky as I. I would rather see=
> =20
> normal people use distros like Mandriva and Linspire then graduate to Gento=
> o=20
> when and if they are ready than to have them start at Gentoo then get pisse=
> d=20
> off at their own inability to make the thing work and go back to Windoze.=
> =20
> Just my $0.02, take it for what it's worth.
> 
> -Mike


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] nvidia.ko needs unknown symbols

2005-05-16 Thread Bryan Green

I had the same problem.  I found that those symbols are defined in the agpgart 
module.  If you load agpgart first, things should work.
Why nvidia's agp support is no longer useable on its own I don't know.  I 
never saw any comments to the effect that nvidia.ko now requires agpgart, but 
it seems to be the case.

-bryan

> 
> I noticed these error messages after kernel recompilation:
> if [ -r System.map ]; then /sbin/depmod -ae -F System.map  
> 2.6.11-gentoo-r6; fi
> WARNING: /lib/modules/2.6.11-gentoo-r6/video/nvidia.ko needs unknown 
> symbol agp_bind_memory
> WARNING: /lib/modules/2.6.11-gentoo-r6/video/nvidia.ko needs unknown 
> symbol agp_enable
> WARNING: /lib/modules/2.6.11-gentoo-r6/video/nvidia.ko needs unknown 
> symbol agp_backend_acquire
> WARNING: /lib/modules/2.6.11-gentoo-r6/video/nvidia.ko needs unknown 
> symbol agp_free_memory
> WARNING: /lib/modules/2.6.11-gentoo-r6/video/nvidia.ko needs unknown 
> symbol agp_allocate_memory
> WARNING: /lib/modules/2.6.11-gentoo-r6/video/nvidia.ko needs unknown 
> symbol agp_unbind_memory
> WARNING: /lib/modules/2.6.11-gentoo-r6/video/nvidia.ko needs unknown 
> symbol agp_copy_info
> WARNING: /lib/modules/2.6.11-gentoo-r6/video/nvidia.ko needs unknown 
> symbol agp_backend_release
> 
> Maybe this is why module nvidia doesn't load at startup.  Did I miss 
> something in the kernel?  I emerged nvidia-kernel when I installed Gentoo.
> 

-- 
gentoo-user@gentoo.org mailing list