Re: [gentoo-user] mapping script to Fn key?

2003-10-31 Thread Abilio Carvalho
On 23:16 Thu 30 Oct , Chris Graves wrote:
 Is there a way for me to cause a script to run when, say, F11 is pressed?

Depends on where: console, gnome-terminal, xterm, Eterm? E is the only one I know how 
to do it.

 
 -chris


Abilio


--
[EMAIL PROTECTED] mailing list



[gentoo-user] N00b question. HELP

2003-10-30 Thread Abilio Carvalho
OK, this is a totally stupid question, but I'm out of ideas. Why the hell does my 
Gentoo system still play music through the speakers, even though I have friggin 
headphones plugged in? Is the usual behaviour (i.e. when one plugs in headphones the 
speakers stop playing) software based? I thought it was the hardware itself that did 
that... Any way to stop it?

Thanks, and sorry for putting up with the n00b.

Abilio


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Where is my disc space

2003-10-27 Thread Abilio Carvalho
On 09:09 Mon 27 Oct , Abilio Carvalho wrote:
 well, ignore everything else in the output but this: your number of blocks in the 
 main partition is 32 million, and you have a 32GB partition. Your swap part has 8 
 million blocks... :)

Ergh, I meant 6 :/


--
[EMAIL PROTECTED] mailing list



[gentoo-user] Portage update and make.conf

2003-10-23 Thread Abilio Carvalho
Hi. I just emerged -u portage after the latest sync, and the new
make.conf is huge. Among the new stuff was a warning not to use pentium4
as your arch when setting CFLAGS. The new one recommends pentium3.
Problem is, my last one had p4, and that's what I compiled the full
distro under.

 My question is: do you think I should recompile everything? Will I have problems if I 
don't?

Also, is the funroll_loops option valid for pentium3? should I unset it?

Thanks for the help
 
 abilio


--
[EMAIL PROTECTED] mailing list



[gentoo-user] Setting function keys in Gnome-Terminal

2003-10-17 Thread Abilio Carvalho
Hi all. My biggest problem at the moment, which is keeping me from using my 
brand-spanking-new Gentoo box to work on (have my WinXP laptop next to it) is function 
keys.

I work as a programmer in a company that maintains old console apps, and to test them 
and use some of the Ingres tools we need, I need my keys mapped to specific values. I 
SSH into a Sun machine where the editing and testing take place, andthe settings there 
are completely different from my Linux Gnome-term.
Therefore,  Ineed to change them locally. I'll explain:

In Windows, I use a terminal emulator called Powerterm which is already configured to 
work correctly. When I do Ctrl-V FKey the output is (examples):

Shift-F3^[[25~
Shift-F2^[[24~

while if I connect via SSH in this linux system, it's

Shift-F3^[O2R
Shift-F2^[O2Q

How can I change my local values to send those escape sequences in gnometerm?

Thanks

Abilio


--
[EMAIL PROTECTED] mailing list



[gentoo-user] xmms and gnome?

2003-10-17 Thread Abilio Carvalho
Why do I make emerge -p xmms and see a lot of Gnome 1 libraries? Even ~x86 doesn't 
help. I'm forced to USE=-gnome to be able to install it... Are there plans for a 
Gnome-2 based xmms ebuild?

Abilio


--
[EMAIL PROTECTED] mailing list



[gentoo-user] GPM and X ?

2003-10-16 Thread Abilio Carvalho
Hey all. I'm just now finishing setting up my Gentoo machine at work, and i have 
several problems. I'm gonna compile them later, but here's one of the most baffling. I 
ask because a search of the forums couldn't yield any help.

I emerged gpm, made it run with my imps2 mouse on /dev/misc/psaux, and added it to the 
rc-scripts. No problem. Then, when I finished emerging X and Gnome and configuring 
everything, I realized that after I started X with startx and shut it down again, GPM 
would stop working, because it couldn't open the mouse. Sometimes doing cat 
/dev/misc/psaux, moving the mouse around, and ctrlCing I could start gpm again.

Any ideas on what might be happening? 

Thanks

Abilio


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] nvidia strikes again

2003-10-16 Thread Abilio Carvalho
On 00:28 Fri 17 Oct , momesana wrote:
 That's a very simple solution, so you will probably have already tried this 
 but for the unlikely case that you havent ...
 
 Are you able to load the nvidia module? 
 lsmod should provide you with the list of modules loaded.
 Try this:
 lsmod | grep nvidia and see if its there.
 if not try modprobe and see wether any error messages are spit out by modprobe

Another thing to try, because the original poster said that he was describing all the 
EXACT steps he took, would be to load the glx module *INSIDE XF86Config

 Am Mittwoch, 15. Oktober 2003 00:48 schrieb Meka[ni]:
  Just to be sure, I'll tel you the exact commands I've executed.
  emerge nvidia-kernel
  emerge nvidia-glx
  opengl-update nvidia
  modprobe nvidia
  change the section in XF86Config from nv to nvidia. Should I do
  something else? I still get messages in /var/log/XFree86.0.log that it can
  not open /dev/nvidia0 for reading although the file is present and has
  rw-rw-rw- for flags. Please save me this mess! :o)
 
  
  Meka[ni]
 
  --
  [EMAIL PROTECTED] mailing list
 
 
 --
 [EMAIL PROTECTED] mailing list
 


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] GPM and X ?

2003-10-16 Thread Abilio Carvalho
On 18:33 Thu 16 Oct , Donnie Berkholz wrote:
 On Thu, 2003-10-16 at 18:20, Abilio Carvalho wrote:
  Hey all. I'm just now finishing setting up my Gentoo machine at work, and i have 
  several problems. I'm gonna compile them later, but here's one of the most 
  baffling. I ask because a search of the forums couldn't yield any help.
  
  I emerged gpm, made it run with my imps2 mouse on /dev/misc/psaux, and added it to 
  the rc-scripts. No problem. Then, when I finished emerging X and Gnome and 
  configuring everything, I realized that after I started X with startx and shut it 
  down again, GPM would stop working, because it couldn't open the mouse. Sometimes 
  doing cat /dev/misc/psaux, moving the mouse around, and ctrlCing I could start gpm 
  again.
  
  Any ideas on what might be happening? 
 
 Might want to set gpm to run against /dev/gpm or whatever the device
 is...

Thanks, but the only thing on /dev which sounds even close is /dev/gpmctl, but I can't 
open it with gpm.



--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] GPM and X ?

2003-10-16 Thread Abilio Carvalho
On 00:55 Fri 17 Oct , Abilio Carvalho wrote:
 On 18:33 Thu 16 Oct , Donnie Berkholz wrote:
  On Thu, 2003-10-16 at 18:20, Abilio Carvalho wrote:
   Hey all. I'm just now finishing setting up my Gentoo machine at work, and i have 
   several problems. I'm gonna compile them later, but here's one of the most 
   baffling. I ask because a search of the forums couldn't yield any help.
   
   I emerged gpm, made it run with my imps2 mouse on /dev/misc/psaux, and added it 
   to the rc-scripts. No problem. Then, when I finished emerging X and Gnome and 
   configuring everything, I realized that after I started X with startx and shut 
   it down again, GPM would stop working, because it couldn't open the mouse. 
   Sometimes doing cat /dev/misc/psaux, moving the mouse around, and ctrlCing I 
   could start gpm again.
   
   Any ideas on what might be happening? 
  
  Might want to set gpm to run against /dev/gpm or whatever the device
  is...
 
 Thanks, but the only thing on /dev which sounds even close is /dev/gpmctl, but I 
 can't open it with gpm.
 

OK, found out what was wrong. What was missing from your email in reply to this one 
was that I had to start gpmwith -Rraw for it to work. Now it's fine, thanks

Abilio



--
[EMAIL PROTECTED] mailing list