Re: [gentoo-user] Getting BC not to truncate at the decimal point?

2006-05-25 Thread John Green
Hi, Try this. $ echo '1/5' | bc 0 $ echo '1/5' | bc -l .2000 I don't think bc has changed in a long time. Maybe you forgot the -l option. You can also control the scale explicitly like this. echo 'scale=3;1/5' | bc -l .200 Hope this helps. John Green -- gentoo-user

Re: [gentoo-user] ImageMagick -contrast-stretch

2006-02-03 Thread John Green
Martins Steinbergs wrote: On Friday 03 February 2006 09:51, John Green wrote: convert input.jpg -contrast-stretch 10% output.jpg my installation is working with this media-gfx/imagemagick-6.2.6.0 USE=X jpeg mpeg perl png tiff truetype xml2 zlib -bzip2 -doc -fpx -graphviz -gs -jbig

[gentoo-user] ImageMagick -contrast-stretch

2006-02-02 Thread John Green
Hi, The ImageMagick option -contrast-stretch is not recognised in my installation (6.2.5 01/31/06 Q16). The option is documented on the IM web-site. If the option exists on your installationi, or you have any insights, please reply here with your version, so I can decide whether and where to

Re: [gentoo-user] portage: fixed or not???

2005-11-06 Thread John Green
happened? Anybody know? Dale Same here too. No idea why. John Green -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] Problems with Intel wireless networking and kernel 2.6.14

2005-11-05 Thread John Green
Hi, Richard Fish wrote: John Green wrote: I still cannot make my Intel wireless card work under kernel 2.6.14. Wireless works fine with 2.6.12.6, but not with 2.6.13.x or 2.6.14. snip Here are the relevant outputs from dmesg. 2.6.14 (fails) -- ipw2100: Detected

[gentoo-user] Problems with Intel wireless networking and kernel 2.6.14

2005-11-04 Thread John Green
and 17 significant? It seems to come from iwconfig, which is part of wireless-tools. I have version 27-r1 of that package, which is the latest available. Thanks in advance, John Green -- gentoo-user@gentoo.org mailing list

[gentoo-user] Intel Wireless networking with kernel 2.6.14.

2005-10-28 Thread John Green
don't know what I'm doing, so any guidance would be welcome. Meanwhile, it's back to 2.6.12.6 for me. TIA, John Green -- gentoo-user@gentoo.org mailing list

[gentoo-user] module-rebuild script

2005-10-24 Thread John Green
-r3 So I ran # module-rebuild rebuild and it seemed to rebuild the three packages in question. As a check, I then ran module-rebuild list again, and it listed the same three modules as before. Am I missing something obvious? Fortunately, everything is still working. John Green -- gentoo-user

Re: [gentoo-user] cdrecord trouble

2005-10-12 Thread John Green
to burn the cd. The use that information to adjust cdrecord. I normally use fluxbox, so I first had to emerge large parts of kde, run k3b and then remove k3b and kde. That's why this suggestion is a last resort. Good luck, John Green -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] cdrecord trouble

2005-10-12 Thread John Green
Holly Bostick wrote: John Green schreef: Alexey Asprov wrote: I have finally made my usb cdr to work, however I can't burn cds This was what I made it to work: Device Drivers - SCSI device support - [*] SCSI CDROM support USB support - [*] EHCI HCD [*] USB Mass Storage support

Re: [gentoo-user] Latex spacing problem

2005-10-06 Thread John Green
work correctly. Anybody knows what to change so when the part number is long, the description section would wrap up to the next line. I suggest you ask on the usenet group comp.text.tex. The group is active. John Green -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] Cannot compile ipw2100 against kernel 2.6.13

2005-09-29 Thread John Green
Richard Fish wrote: John Green wrote: the problem might be with ieee80211. A detailed look at my log file for rebuilding ieee80211 under 2.6.13.2 showed that the ebuild tried to delete kernel file include/net/ieee80211.h, but failed with insufficient privilege, even though emerge

[gentoo-user] Cannot compile ipw2100 against kernel 2.6.13

2005-09-28 Thread John Green
in-kernel driver may change in 2.6.14, but I don't want to wait for that if it turns out to be my error anyway. Thanks, John Green -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] Cannot compile ipw2100 against kernel 2.6.13

2005-09-28 Thread John Green
Willie Wong wrote: On Wed, Sep 28, 2005 at 11:03:18AM +, John Green wrote: In detail, when /usr/src/linux = /usr/src/linux-2.6.12.6 everything works OK. But when /usr/src/linux = /usr/src/linux-2.6.13.2 there are errors beginning like this. - Source