Re: [gentoo-user] Xorg-x11 problems

2006-08-05 Thread Adrian Frith
On Fri, 2006-08-04 at 12:12 -0300, Pete Pardoe wrote:
 Thanks Guys,
 
 That cleared it up and so I went back and tried modular X again - it
 worked except that I have no keyboard this time - any thoughts on
 this?

emerge xf86-input-keyboard, perhaps?

(or add keyboard to INPUT_DEVICES in make.conf and then
emerge -uDN xorg-x11)

HTH,
Adrian

-- 
Adrian Frith
[EMAIL PROTECTED] | [EMAIL PROTECTED] | [EMAIL PROTECTED]
083 393 1257 | 021 531 8719 | http://frith.co.za/~adrian/


signature.asc
Description: This is a digitally signed message part


Re: [gentoo-user] GCC Upgrade Problems - Why does emerge --sync not work

2006-08-05 Thread Richard Watson
Well I've wasted everybodt's timeon this ... sorry. It was a kernel problem.
I had created a new one when configuring for cpufreqd and used the wrong
processor type. Richard

-- 
gentoo-user@gentoo.org mailing list



Critical task upgrades (was [gentoo-user] What is the release date for 2006.1?)

2006-08-05 Thread David Corbin

 It is a critical task, and as such, it needs to be done by an
 administrator, under supervision, and, thus, by hand. If I wanted any silly
 package admistration system messing with things like the default flags and
 compiler, I would better use any other distro.

 The problem is that a source based distro, relies deeply in the compiler
 and the libs, and those are tied to the profile in gentoo. So, no, an
 autoupdate for this will not be wellcome at all in my side.

Is there a list of what packages have a critical task component?  For 
example, I know that that the gcc package requires I do something manually to 
begin using the newer version.

David
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Xorg-x11 problems

2006-08-05 Thread Pete Pardoe
Thanks to all! I am up and running in modular X with keyboard and all.PeteOn 8/5/06, Adrian Frith [EMAIL PROTECTED]
 wrote:On Fri, 2006-08-04 at 12:12 -0300, Pete Pardoe wrote: Thanks Guys,
 That cleared it up and so I went back and tried modular X again - it worked except that I have no keyboard this time - any thoughts on this?emerge xf86-input-keyboard, perhaps?
(or add keyboard to INPUT_DEVICES in make.conf and thenemerge -uDN xorg-x11)HTH,Adrian--Adrian Frith[EMAIL PROTECTED] | 
[EMAIL PROTECTED] | [EMAIL PROTECTED]083 393 1257 | 021 531 8719 | http://frith.co.za/~adrian/-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (GNU/Linux)iD8DBQBE1FOMjgACWNnMFhYRAiNHAJ9+PfGYEBUmRua0cUF1sfSFLIqxqgCgzMLoIuIzS11zpoBEb/msoMhXXzo==1CC3-END PGP SIGNATURE-
-- Pete Pardoe


[gentoo-user] revdep-rebuild wants to emerge gcc over and over

2006-08-05 Thread Grant

revdep-rebuild wants to emerge:

=sys-devel/gcc-3.4.6-r1

even after it has just been emerged via revdep-rebuild.  Is there a
way to fix this?

- Grant
--
gentoo-user@gentoo.org mailing list



[gentoo-user] Alsa/LineIn: Playback wonderful, Capture awful...

2006-08-05 Thread Meino Christian Cramer

Hi,

 mysterious, mytserious...

 An audio signal from an external source is fed into the line-in
 connector of my soundcard (its on the mobo integrated...AC97 VIA
 Chipset/ Asus AV8 mobo).

 The pure playback of the external signal is fine without distortion,
 but if I set the channel to input with:

   amixer set Master,0 100%,100% unmute
   amixer set Line,0 100%,100% mute captur
   amixer set Capture,0 75%,75% mute captur

 (I tried different volume settings already...)

 the playback of the captured sound file sounds, if I would use a
 loudspeaker made from broken tin...AWFUL.

 Any idea, what is going wrong here ???

 Thank you very much in advance for any help!
 Have a nice weekend!
 mcc
 
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] revdep-rebuild wants to emerge gcc over and over

2006-08-05 Thread Gian Domeni Calgeer
Am Samstag, 5. August 2006 17:04 schrieb Grant:
 revdep-rebuild wants to emerge:

 =sys-devel/gcc-3.4.6-r1

 even after it has just been emerged via revdep-rebuild.  Is there a
 way to fix this?

 - Grant

Hi

What file is the reason for this? If it's the following, this has already been 
discussed in german mailing list: 
broken /usr/lib/gcc/i686-pc-linux-gnu/3.4.6/lib-org-w3c-dom.la 
(requires /usr/lib/libgcj.la)
  broken /usr/lib/gcc/i686-pc-linux-gnu/3.4.6/lib-org-xml-sax.la 
(requires /usr/lib/libgcj.la)

(see http://thread.gmane.org/gmane.linux.gentoo.user.german/26708)

They 
suggested 'ln -s /usr/lib/gcc/i686-pc-linux-gnu/3.4.6/libgcj.la 
/usr/lib/libgcj.la' 
as a workaround

Gian
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Sound in Firefox 1.5.05

2006-08-05 Thread Colleen Beamer
Hi,

I can't figure this one out and couldn't find anything relevant in the
archives.

I emerged the stable build of Firefox 1.5.05 a couple of days ago.  By
default the java USE flag is turned off, but I didn't worry about this
since I use Sun's java plugin.  I don't know if this is relevant to the
problem or not.

My plugins look to be all complete.  Java applets are fine and I can
play video in Firefox just fine as well.  If a new window is launched
using mplayer plugin for that, I get sound. However, I don't have sound 
for anything that plays when a new window isn't launched.

I hope I've made this clear.  Any ideas?

Regards,

Colleen

-- 

Registered Linux User #411143 with the Linux Counter, http://counter.li.org

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] missing-host-name

2006-08-05 Thread Alex Fortwinder
I'm trying to setup mutt following the guide and setting my NBsmtp with the 
following option in ~/.muttrc
set sendmail=/usr/bin/nbsmtp -U [EMAIL PROTECTED] -P somepassword -d gmx.net 
-h mail.gmx.net -f [EMAIL PROTECTED]
However, when I send a test message to the another address, I got wrong FROM: 
like so
From [EMAIL PROTECTED], where nabokov is the user on the system. Any help 
would be great.
Alex
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: minicom usb-serrial cable config

2006-08-05 Thread James
Sarpy Sam sarpy.sam at gmail.com writes:


  Bus 002 Device 003: ID 1645:8003 Entrega [hex]

  When I compile the Entrega usb driver into the kernel is shows
   up in dmesg:
  drivers/usb/serial/usb-serial.c: USB Serial support registered for
  Xircom / Entrega PGS - (prerenumeration)

  and I can go to /dev/bus/usb/002/
  and see with ls:
  001  003

  But when I go to minicom and go to set the serial port config,
  I do not know how to designate the port:
  With an ordinary (16550) serial port it would be something like:
  /dev/ttyS1   or/dev/ttyS0


 My usb to serial cable gets recognized as /dev/ttyUSB1

Nope that's not it. Nothing appears in dmesg. 
I looked at /dev/* and found nothing...

I'm stumped and also found nothing useful googling around.


James






-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] {OT} vi line breaks

2006-08-05 Thread Grant

Does anyone know how to prevent vi from inserting a line break after
every however many characters?

- Grant
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: minicom usb-serrial cable config

2006-08-05 Thread Richard Fish

On 8/5/06, James [EMAIL PROTECTED] wrote:

I'm stumped and also found nothing useful googling around.


What driver are you using?  Looking at 2.6.18-rc2, I find an entry
Device Drivers - USB support - USB Serial Converter support - USB
Xircom/ Entrega Single Port Serial Driver.  It is
CONFIG_USB_SERIAL_XIRCOM.  Do you have this enabled?

-Richard
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] {OT} vi line breaks

2006-08-05 Thread Alexander Skwar

Grant schrieb:

Does anyone know how to prevent vi from inserting a line break after
every however many characters?


Hm. How did you enable that in the first place?

You might want to check your /etc/vim/* and ~/.vim* files.

Alexander Skwar
--
Audience: What will become of Linux when the Hurd is ready?
Eric Youngdale: Err... is Richard Stallman here?
-- From the Linux conference in spring '95, Berlin
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] {OT} vi line breaks

2006-08-05 Thread Richard Fish

On 8/5/06, Grant [EMAIL PROTECTED] wrote:

Does anyone know how to prevent vi from inserting a line break after
every however many characters?


Is it actually inserting line breaks?  Or just wrapping long lines for display?

If actually inserting line breaks, then you have textwidth set
somewhere.  You can turn it of with:

:set textwidth 0

If it is just for display:

:set nowrap

BTW, :help will give you the built-in help system.

Of course, there is also a method of fixing this in bash.

alias vi=kedit

:-)

-Richard
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] {OT} vi line breaks

2006-08-05 Thread Justin R Findlay
On Sat, Aug 05, 2006 at 02:19:41PM -0700, Grant wrote:
 Does anyone know how to prevent vi from inserting a line break after
 every however many characters?

:set nolinebreak

echo set nolinebreak  ~/.vimrc


Justin
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] {OT} vi line breaks

2006-08-05 Thread Mark

Look for:
set textwidth=

Or shorthand:
set tw=...

If you set this to 0 .. then it will not wrap. You can do this on a
per file basis with the vim modelines:

# vim:set tw=0:

As suggested look in the rc files.

Thanks
Mark
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] {OT} vi line breaks

2006-08-05 Thread Rick van Hattem
On Saturday 05 August 2006 23:19, Grant wrote:
 Does anyone know how to prevent vi from inserting a line break after
 every however many characters?

 - Grant
vi doesn't do that on default, perhaps you mean line wrapping?
If so, set nowrap should fix it :)

Put it in your ~/.vimrc to make it default

-- 
Rick van Hattem Rick.van.Hattem(at)Fawo.nl


pgpu1e9aDNUdY.pgp
Description: PGP signature


Re: [gentoo-user] {OT} vi line breaks

2006-08-05 Thread Michael Sullivan
On Sat, 2006-08-05 at 23:41 +0200, Alexander Skwar wrote:
 Grant schrieb:
  Does anyone know how to prevent vi from inserting a line break after
  every however many characters?
 
 Hm. How did you enable that in the first place?
 
 You might want to check your /etc/vim/* and ~/.vim* files.
 
 Alexander Skwar
 -- 
 Audience: What will become of Linux when the Hurd is ready?
 Eric Youngdale: Err... is Richard Stallman here?
   -- From the Linux conference in spring '95, Berlin

First of all, are you sure that it's actually a line break and not a
line wrap?  Find a line of text that seems to take up multiple lines.
Go to the beginning of that line and hit the End key.  If the cursor
jumps to another line, you know it's a line wrap, and it can be turned
off with set nowrap.

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] {OT} vi line breaks

2006-08-05 Thread Grant

 Does anyone know how to prevent vi from inserting a line break after
 every however many characters?

:set nolinebreak

echo set nolinebreak  ~/.vimrc


Yes!  Freedom!  Thank you everyone.

- Grant
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] {OT} vi line breaks

2006-08-05 Thread Grant

 Does anyone know how to prevent vi from inserting a line break after
 every however many characters?

 - Grant
vi doesn't do that on default, perhaps you mean line wrapping?
If so, set nowrap should fix it :)


nolinebreak actually fixed it.  Does anyone know why vi might be
inserting line breaks by default?  This is happening on my laptop and
server for all users.  I've never configured vi whatsoever.

- Grant
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] {OT} vi line breaks

2006-08-05 Thread Grant

 Does anyone know how to prevent vi from inserting a line break after
 every however many characters?

:set nolinebreak

echo set nolinebreak  ~/.vimrc


This worked great for plain vi, but the problem persists with mutt.
Any suggestions for mutt?

- Grant
--
gentoo-user@gentoo.org mailing list



[gentoo-user] {OT} Mail client recommendation?

2006-08-05 Thread Grant

Which mail client do you guys use?  I'm looking for something
lightweight.  I use xfce4.

- Grant
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] {OT} Mail client recommendation?

2006-08-05 Thread Richard Fish

On 8/5/06, Grant [EMAIL PROTECTED] wrote:

Which mail client do you guys use?  I'm looking for something
lightweight.  I use xfce4.


gmail ;-

-Richard
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] {OT} vi line breaks

2006-08-05 Thread Meino Christian Cramer
From: Richard Fish [EMAIL PROTECTED]
Subject: Re: [gentoo-user] {OT} vi line breaks
Date: Sat, 5 Aug 2006 14:48:53 -0700


Hi,

 I have kinda reverse question to this vi/vim problem: I am using
 vim as vim (not in compatible mode). 

 When writing normal text in Emacs or loading normal text into emacs
 there was the possibility to reformat paragraphs wirh
 fill-paragraphs (ALT-Q) so there were linebreaks inserted and
 removed to make the paragraph fit best into the previously defined
 width of the line.

 I cannot find this functionality in vim...is there anything like
 that?

 Kind regards,
 mcc

 



 On 8/5/06, Grant [EMAIL PROTECTED] wrote:
  Does anyone know how to prevent vi from inserting a line break after
  every however many characters?
 
 Is it actually inserting line breaks?  Or just wrapping long lines for 
 display?
 
 If actually inserting line breaks, then you have textwidth set
 somewhere.  You can turn it of with:
 
 :set textwidth 0
 
 If it is just for display:
 
 :set nowrap
 
 BTW, :help will give you the built-in help system.
 
 Of course, there is also a method of fixing this in bash.
 
 alias vi=kedit
 
 :-)
 
 -Richard
 -- 
 gentoo-user@gentoo.org mailing list
 
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] {OT} Mail client recommendation?

2006-08-05 Thread Rodrigo Lazo

sylpheed

On 8/5/06, Grant [EMAIL PROTECTED] wrote:

Which mail client do you guys use?  I'm looking for something
lightweight.  I use xfce4.

- Grant
--
gentoo-user@gentoo.org mailing list



--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Sound in Firefox 1.5.05

2006-08-05 Thread Colleen Beamer
Richard Fish wrote:
 On 8/5/06, Colleen Beamer [EMAIL PROTECTED] wrote:
 My plugins look to be all complete.  Java applets are fine and I can
 play video in Firefox just fine as well.  If a new window is launched
 using mplayer plugin for that, I get sound. However, I don't have sound
 for anything that plays when a new window isn't launched.

 You mean like flash animations?  AFAIK, flash on linux still uses the
 old OSS API for sound, which requires /dev/dsp devices.
One thing I'm referring to is an online game that I play - Bookworm, a
game from popcap.com.  When the scrabble type tiles drop, they make a
noise.  This game requires Java to be installed and works fine.  Up
until I did the upgrade to Firefox, I had sound in this game.  What is
different all of a sudden?

The other issue is a video from this particular link
http://tobykeith.musiccitynetworks.com/index.htm?inc=5news_id=8090.  I
was able to get sound in video on this site before the upgrade.  Again,
what is different?

 If you use the in-kernel ALSA drivers, you need CONFIG_SND_MIXER_OSS
 and CONFIG_SND_PCM_OSS support.  Also make sure that the snd_pcm_oss
 and snd_mixer_oss modules are loaded.
I don't use in-kernel alsa drivers.  I have to recompile this driver
every time I do a kernel upgrade.  If I don't recompile, I get a message
about /dev/dsp.  So, I assume that what I need is installed when I
recompile.  And right now, I did 'cd /dev' and 'ls dsp', dsp is there.

I also tried recompiling Firefox with the nsplugin USE flag, although
this USE flag was not listed when I did 'emerge -av mozilla-firefox'.

Any other thoughts?

Regards,

Colleen

-- 

Registered Linux User #411143 with the Linux Counter, http://counter.li.org

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] {OT} vi line breaks

2006-08-05 Thread Philip Webb
060806 Meino Christian Cramer wrote:
 When writing normal text in Emacs or loading normal text into emacs
 one could reformat paragraphs with fill-paragraphs (ALT-Q)
 so there were linebreaks inserted and removed
 to make the paragraph fit best into the previously defined line width.
 I cannot find this functionality in vim: is there anything like that?

Do you mean ':set lbr' ?

-- 
,,
SUPPORT ___//___,  Philip Webb : [EMAIL PROTECTED]
ELECTRIC   /] [] [] [] [] []|  Centre for Urban  Community Studies
TRANSIT`-O--O---'  University of Toronto
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] {OT} vi line breaks

2006-08-05 Thread Willie Wong
On Sun, Aug 06, 2006 at 04:01:57AM +0200, Penguin Lover Meino Christian Cramer 
squawked:
  When writing normal text in Emacs or loading normal text into emacs
  there was the possibility to reformat paragraphs wirh
  fill-paragraphs (ALT-Q) so there were linebreaks inserted and
  removed to make the paragraph fit best into the previously defined
  width of the line.
 
  I cannot find this functionality in vim...is there anything like
  that?

From user_10.txt of the vim help manual:

===begin quote
Now lines will be broken to take only up to 72 characters.  But when you
insert text halfway a line, or when you delete a few words, the lines will get
too long or too short.  Vim doesn't automatically reformat the text.
   To tell Vim to format the current paragraph: 

gqap

This starts with the gq command, which is an operator.  Following is ap,
the text object that stands for a paragraph.  A paragraph is separated from
the next paragraph by an empty line.

Note:
A blank line, which contains white space, does NOT separate
paragraphs.  This is hard to notice!

Instead of ap you could use any motion or text object.  If your paragraphs
are properly separated, you can use this command to format the whole file: 

gggqG

gg takes you to the first line, gq is the format operator and G the
motion that jumps to the last line.

In case your paragraphs aren't clearly defined, you can format just the lines
you manually select.  Move the cursor to the first line you want to format.
Start with the command gqj.  This formats the current line and the one below
it.  If the first line was short, words from the next line will be appended.
If it was too long, words will be moved to the next line.  The cursor moves to
the second line.  Now you can use . to repeat the command.  Keep doing this
until you are at the end of the text you want to format.
==end quote===

HTH, 

W
-- 
When cryptography is outlawed,
bayl bhgynjf jvyy unir cevinpl.
Sortir en Pantoufles: up 10 days,  5:22
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] {OT} Mail client recommendation?

2006-08-05 Thread Willie Wong
On Sat, Aug 05, 2006 at 06:18:02PM -0700, Penguin Lover Grant squawked:
 Which mail client do you guys use?  I'm looking for something
 lightweight.  I use xfce4.
 

What's wrong with mutt? (You mentioned that you used it in another
thread.)

Best, 

W
-- 
You seem less impressed than you should be.
~DeathMech, S. Sondhi. P-town PHY 205
Sortir en Pantoufles: up 10 days,  5:04
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Sound in Firefox 1.5.05

2006-08-05 Thread Willie Wong
Sorry that I can't really help with your problem. 

On Sat, Aug 05, 2006 at 10:03:52PM -0400, Penguin Lover Colleen Beamer squawked:
 The other issue is a video from this particular link
 http://tobykeith.musiccitynetworks.com/index.htm?inc=5news_id=8090.  I
 was able to get sound in video on this site before the upgrade.  Again,
 what is different?

Works for me. One thing though: have you tried restarting firefox?
Like Richard described earlier, a lot of legacy software
ahem*flash*ahem use the OSS compatibility layer of ALSA, which
sometimes results in blocking of resources between softwares. For
example: if I start a phone call in skype, it locks up /dev/dsp and if
an instance of Firefox is running at that time, any subsequent
windows/tabs opened in Firefox would get sound on any flash movie. If
I restart firefox, it works again. 

But I really don't know what the problem is on your end.

 I also tried recompiling Firefox with the nsplugin USE flag, although
 this USE flag was not listed when I did 'emerge -av mozilla-firefox'.
 

the nsplugin flag applies not to firefox, but to programs that can
plug-into firefox, like java, acroread, and such. 

W
-- 
Professor Sondhi, it made a noise. I'm done now.
~DeathMech, Some Student. P-town PHY 205
Sortir en Pantoufles: up 10 days,  6:19
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: gtk+ slotting question.

2006-08-05 Thread Mark Knecht

Uhg...my bad. They are the same.

Sorry for the noise.

- Mark

On 8/5/06, Mark Knecht [EMAIL PROTECTED] wrote:
SNIP

myth12 ~ # eix -I gtk+
* x11-libs/gtk+
 Available versions:  1.2.10-r10 1.2.10-r11 2.6.10-r1 2.8.8 2.8.12
~2.8.17 ~2.8.18 2.8.19 ~2.8.20 ~2.8.20-r1 [M]2.10.0 [M]2.10.1
 Installed:   1.2.10-r11 2.8.19


myth14 ~ # eix -I gtk+
* x11-libs/gtk+
Available versions:  1.2.10-r10 1.2.10-r11 2.6.10-r1 2.8.8 2.8.12
~2.8.17 ~2.8.18 2.8.19 ~2.8.20 ~2.8.20-r1 [M]2.10.0 [M]2.10.1
Installed:   1.2.10-r11 2.8.19
--
gentoo-user@gentoo.org mailing list