Re: [gentoo-user] date and gentoo running under vmplayer

2008-03-06 Thread Jan Seeger
On Thu, 06. Mar, John J. Foster spammed my inbox with 
 Hi all - it's been awhile
snip
 Is this common?
 Is there any way around it? I'm not really sure why openntpd didn't
 work.
I tried out vmware with a windows VM and it was always fast. I have recently
read an article on virtualization timing problems, and it seems this isn't so
easy. So an ntp daemon seems to be your best bet (Strange that openntpd didn't
work...), although this is curing the symptons rather than the disease...
Regards,
Jan
-- 
thenybble.de/blog/ -- four bits at a time


pgpov6p4TAYYg.pgp
Description: PGP signature


[gentoo-user] Nvidia 169.09-r1 problem

2008-03-06 Thread Amar Cosic
Hello all

I just ran emerge --sync and world and I see nvidia driver update is
available. However I have problems emerging it. This is what I got:

 * ERROR: x11-drivers/nvidia-drivers-169.09-r1 failed.
 * Call stack:
 *   ebuild.sh, line   49:  Called src_compile
 * environment, line 3591:  Called linux-mod_src_compile
 * environment, line 2626:  Called die
 * The specific snippet of code:
 *   emake HOSTCC=$(tc-getBUILD_CC) CC=$(get-KERNEL_CC)
LDFLAGS=$(get_abi_LDFLAGS) ${BUILD_FIXES} ${BUILD_PARAMS} ${BUILD_TARGETS}
|| die Unable to make ${BUILD_FIXES} ${BUILD_PARAMS} ${BUILD_TARGETS}.;
 *  The die message:
 *   Unable to make  IGNORE_CC_MISMATCH=yes V=1
SYSSRC=/usr/src/linux   SYSOUT=/usr/src/linux
HOST_CC=i686-pc-linux-gnu-gcc clean module.
 *
 * If you need support, post the topmost build error, and the call stack if
relevant.
 * A complete build log is located at '/var/tmp/portage/x11-drivers/nvidia-
drivers-169.09-r1/temp/build.log'.
 * The ebuild environment file is located at
'/var/tmp/portage/x11-drivers/nvidia-drivers-169.09-r1/temp/environment'.


Any ideas how to solve this ?

Thanks

-- 
Amar Ćosić
[EMAIL PROTECTED]
[EMAIL PROTECTED]
+38761240095
http://www.amar.co.ba


Re: [gentoo-user] Nvidia 169.09-r1 problem

2008-03-06 Thread cypherstrong
ok just use your genkernel with the new kernel, and let's go

Le Thursday 06 March 2008 11:30:43 Amar Cosic, vous avez écrit :
 Thanks for your answer. I use genkernel for kernel caompiling. Is this
 changing anything? Do I have to change grub.conf then .. ?





 On Thu, Mar 6, 2008 at 11:14 AM, cypherstrong [EMAIL PROTECTED]

 wrote:
  Answer is simple:
 
  You have upgrade your kernel (gentoo-sources perhaps) with the use
  symlinks.
 
  Here the error  :
 
 echo   ERROR: Kernel configuration is invalid.;   \
 echo  include/linux/autoconf.h or
  include/config/auto.conf are missing.;  \
 echo  Run 'make oldconfig  make prepare' on kernel src
  to
  fix it.;  \
 
  so, do this :
 
  cd /usr/src/linux
  cp ../linux-`uname -r`/.config .
  make oldconfig
  make
  make modules_install install
 
  Now you can emerge nvidia and reboot when success
 
  you will boot on new kernel with nvidia module installed
 
  Le Thursday 06 March 2008 11:04:31 Amar Cosic, vous avez écrit :
   On Thu, Mar 6, 2008 at 10:55 AM, cypherstrong [EMAIL PROTECTED]
  
   wrote:
Le Thursday 06 March 2008 10:51:54 Amar Cosic, vous avez écrit :
 On Thu, Mar 6, 2008 at 10:48 AM, Neil Bothwick [EMAIL PROTECTED]
   
wrote:
  On Thu, 6 Mar 2008 10:34:38 +0100, Amar Cosic wrote:
   I just ran emerge --sync and world and I see nvidia driver
 
  update
 
   is available. However I have problems emerging it. This is what
 
  I
 
   got:
  
* ERROR: x11-drivers/nvidia-drivers-169.09-r1 failed.
  
* If you need support, post the topmost build error,
 
  Please post the output before this, that contains the actual
 
  errors.
 
  --
  Neil Bothwick
 
  If the pen is mightier than the sword, and a picture is worth a
   
thousand
   
  words, how dangerous is a fax?

 I pasted all .. hmm . Here is pastebin link,maybe I missed
 something


 http://pastebin.ca/930139
   
Post the build.log as indicate in log message
  
   Hello
  
   Here is the link to build .log   http://rafb.net/p/s0UMiy64.html




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


Re: [gentoo-user] Re: Digest of gentoo-user@lists.gentoo.org issue 1424 (76378-76427)

2008-03-06 Thread Peter Humphrey
On Wednesday 05 March 2008 22:49:20 Iain Buchanan wrote:

 Maybe Gentoo isn't ISO9001 certified, so they didn't get it.

Interesting chain of consequence, that.

-- 
Rgds
Peter
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Nvidia 169.09-r1 problem

2008-03-06 Thread Amar Cosic
Thanks for your answer. I use genkernel for kernel caompiling. Is this
changing anything? Do I have to change grub.conf then .. ?





On Thu, Mar 6, 2008 at 11:14 AM, cypherstrong [EMAIL PROTECTED]
wrote:

 Answer is simple:

 You have upgrade your kernel (gentoo-sources perhaps) with the use
 symlinks.

 Here the error  :

echo   ERROR: Kernel configuration is invalid.;   \
echo  include/linux/autoconf.h or include/config/auto.conf
 are missing.;  \
echo  Run 'make oldconfig  make prepare' on kernel src
 to
 fix it.;  \

 so, do this :

 cd /usr/src/linux
 cp ../linux-`uname -r`/.config .
 make oldconfig
 make
 make modules_install install

 Now you can emerge nvidia and reboot when success

 you will boot on new kernel with nvidia module installed

 Le Thursday 06 March 2008 11:04:31 Amar Cosic, vous avez écrit :
  On Thu, Mar 6, 2008 at 10:55 AM, cypherstrong [EMAIL PROTECTED]
 
  wrote:
   Le Thursday 06 March 2008 10:51:54 Amar Cosic, vous avez écrit :
On Thu, Mar 6, 2008 at 10:48 AM, Neil Bothwick [EMAIL PROTECTED]
  
   wrote:
 On Thu, 6 Mar 2008 10:34:38 +0100, Amar Cosic wrote:
  I just ran emerge --sync and world and I see nvidia driver
 update
  is available. However I have problems emerging it. This is what
 I
  got:
 
   * ERROR: x11-drivers/nvidia-drivers-169.09-r1 failed.
 
   * If you need support, post the topmost build error,

 Please post the output before this, that contains the actual
 errors.



 --
 Neil Bothwick

 If the pen is mightier than the sword, and a picture is worth a
  
   thousand
  
 words, how dangerous is a fax?
   
I pasted all .. hmm . Here is pastebin link,maybe I missed something
   
   
http://pastebin.ca/930139
  
   Post the build.log as indicate in log message
 
  Hello
 
  Here is the link to build .log   http://rafb.net/p/s0UMiy64.html





-- 
Amar Ćosić
[EMAIL PROTECTED]
[EMAIL PROTECTED]
+38761240095
http://www.amar.co.ba


Re: [gentoo-user] How do I get the x11-drivers/nvidia-drivers-1.0.8776-r1 back?

2008-03-06 Thread Henry Gebhardt
On Wed, Mar 5, 2008 at 4:17 PM, Willie Wong [EMAIL PROTECTED] wrote:
 On Wed, Mar 05, 2008 at 01:17:03PM +0100, Penguin Lover Henry Gebhardt 
 squawked:

   I also have a nVidia 440 Go with the same problem. I fixed by
   including the line
  
   Option UseDisplayDevice DFP
  
   in the Screen section of /etc/X11/xorg.xonf. However, now I can't
   use an external Monitor/Beamer.

  Ah! That could be it. Sounds familiar.

  I've never tried connecting an external monitor or beamer, but have
  you tried connecting the monitor, either commenting out the above line or
  change it to CRT instead of DFP, and starting x? From my
  understanding, the problem is probably the driver trying to output, by
  default, to the non-existing beamer/extern monitor. Your fix
  effectively tells the driver to ignore all CRT devices and just output
  to the DFP...

Yes, indeed, commenting out that line starts the display on an external monitor.

With a bit of experimenting I now have instead

Option TwinView true
Option TwinViewOrientation clone

in my xorg.conf. Now I can switch between the external monitor and my
LCD by pressing the Fn-CRT/LCD key. However, I need to issue the
command xrandr -s 1024x768, since the external monitor doesn't
support my default of 1400x1050. Does anyone know how to make the
virtual screen size default to one supported by both monitors?

Also, when connecting the external monitor I need to restart X. Would
be nicer if that weren't necessary. Ideas?

Henry
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Nvidia 169.09-r1 problem

2008-03-06 Thread cypherstrong
the genkernel all alone could work

did you modify config file when you use genkernel ?

how do you build a kernel else where ?

I don't use genkernel, I directly select my option in menuconfig

just try like you said, it should work

Le Thursday 06 March 2008 12:00:21 Amar Cosic, vous avez écrit :
 So :

 cd /usr/src/linux
 cp ../linux-`uname -r`/.config
 genkernel all

 ??

 Thanks


 On Thu, Mar 6, 2008 at 11:42 AM, cypherstrong [EMAIL PROTECTED]

 wrote:
  ok just use your genkernel with the new kernel, and let's go
 
  Le Thursday 06 March 2008 11:30:43 Amar Cosic, vous avez écrit :
   Thanks for your answer. I use genkernel for kernel caompiling. Is this
   changing anything? Do I have to change grub.conf then .. ?
  
  
  
  
  
   On Thu, Mar 6, 2008 at 11:14 AM, cypherstrong [EMAIL PROTECTED]
  
   wrote:
Answer is simple:
   
You have upgrade your kernel (gentoo-sources perhaps) with the use
symlinks.
   
Here the error  :
   
   echo   ERROR: Kernel configuration is invalid.;
 
  \
 
   echo  include/linux/autoconf.h or
include/config/auto.conf are missing.;  \
   echo  Run 'make oldconfig  make prepare' on kernel
 
  src
 
to
fix it.;  \
   
so, do this :
   
cd /usr/src/linux
cp ../linux-`uname -r`/.config .
make oldconfig
make
make modules_install install
   
Now you can emerge nvidia and reboot when success
   
you will boot on new kernel with nvidia module installed
   
Le Thursday 06 March 2008 11:04:31 Amar Cosic, vous avez écrit :
 On Thu, Mar 6, 2008 at 10:55 AM, cypherstrong 
 
  [EMAIL PROTECTED]
 
 wrote:
  Le Thursday 06 March 2008 10:51:54 Amar Cosic, vous avez écrit :
   On Thu, Mar 6, 2008 at 10:48 AM, Neil Bothwick 
 
  [EMAIL PROTECTED]
 
  wrote:
On Thu, 6 Mar 2008 10:34:38 +0100, Amar Cosic wrote:
 I just ran emerge --sync and world and I see nvidia driver
   
update
   
 is available. However I have problems emerging it. This is
 
  what
 
I
   
 got:

  * ERROR: x11-drivers/nvidia-drivers-169.09-r1 failed.

  * If you need support, post the topmost build error,
   
Please post the output before this, that contains the actual
   
errors.
   
--
Neil Bothwick
   
If the pen is mightier than the sword, and a picture is worth
 
  a
 
  thousand
 
words, how dangerous is a fax?
  
   I pasted all .. hmm . Here is pastebin link,maybe I missed
   something
  
  
   http://pastebin.ca/930139
 
  Post the build.log as indicate in log message

 Hello

 Here is the link to build .log   http://rafb.net/p/s0UMiy64.html




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


Re: [gentoo-user] Nvidia 169.09-r1 problem

2008-03-06 Thread Amar Cosic
On Thu, Mar 6, 2008 at 10:48 AM, Neil Bothwick [EMAIL PROTECTED] wrote:

 On Thu, 6 Mar 2008 10:34:38 +0100, Amar Cosic wrote:

  I just ran emerge --sync and world and I see nvidia driver update is
  available. However I have problems emerging it. This is what I got:
 
   * ERROR: x11-drivers/nvidia-drivers-169.09-r1 failed.
 
   * If you need support, post the topmost build error,

 Please post the output before this, that contains the actual errors.



 --
 Neil Bothwick

 If the pen is mightier than the sword, and a picture is worth a thousand
 words, how dangerous is a fax?




I pasted all .. hmm . Here is pastebin link,maybe I missed something


http://pastebin.ca/930139



-- 
Amar Ćosić
[EMAIL PROTECTED]
[EMAIL PROTECTED]
+38761240095
http://www.amar.co.ba


Re: [gentoo-user] Nvidia 169.09-r1 problem

2008-03-06 Thread cypherstrong
Answer is simple: 

You have upgrade your kernel (gentoo-sources perhaps) with the use symlinks.

Here the error  :

echo   ERROR: Kernel configuration is invalid.;   \
echo  include/linux/autoconf.h or include/config/auto.conf 
are missing.;  \
echo  Run 'make oldconfig  make prepare' on kernel src to 
fix it.;  \

so, do this :

cd /usr/src/linux
cp ../linux-`uname -r`/.config .
make oldconfig
make
make modules_install install

Now you can emerge nvidia and reboot when success

you will boot on new kernel with nvidia module installed

Le Thursday 06 March 2008 11:04:31 Amar Cosic, vous avez écrit :
 On Thu, Mar 6, 2008 at 10:55 AM, cypherstrong [EMAIL PROTECTED]

 wrote:
  Le Thursday 06 March 2008 10:51:54 Amar Cosic, vous avez écrit :
   On Thu, Mar 6, 2008 at 10:48 AM, Neil Bothwick [EMAIL PROTECTED]
 
  wrote:
On Thu, 6 Mar 2008 10:34:38 +0100, Amar Cosic wrote:
 I just ran emerge --sync and world and I see nvidia driver update
 is available. However I have problems emerging it. This is what I
 got:

  * ERROR: x11-drivers/nvidia-drivers-169.09-r1 failed.

  * If you need support, post the topmost build error,
   
Please post the output before this, that contains the actual errors.
   
   
   
--
Neil Bothwick
   
If the pen is mightier than the sword, and a picture is worth a
 
  thousand
 
words, how dangerous is a fax?
  
   I pasted all .. hmm . Here is pastebin link,maybe I missed something
  
  
   http://pastebin.ca/930139
 
  Post the build.log as indicate in log message

 Hello

 Here is the link to build .log   http://rafb.net/p/s0UMiy64.html




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


Re: [gentoo-user] Nvidia 169.09-r1 problem

2008-03-06 Thread Amar Cosic
It's emerged :D . Thank you very much. Thing is am remote to my mychine so I
cannot acctualy see if driver works :). But I gues its gonna be OK. Thanky
again




On Thu, Mar 6, 2008 at 12:13 PM, cypherstrong [EMAIL PROTECTED]
wrote:

 the genkernel all alone could work

 did you modify config file when you use genkernel ?

 how do you build a kernel else where ?

 I don't use genkernel, I directly select my option in menuconfig

 just try like you said, it should work

 Le Thursday 06 March 2008 12:00:21 Amar Cosic, vous avez écrit :
  So :
 
  cd /usr/src/linux
  cp ../linux-`uname -r`/.config
  genkernel all
 
  ??
 
  Thanks
 
 
  On Thu, Mar 6, 2008 at 11:42 AM, cypherstrong [EMAIL PROTECTED]
 
  wrote:
   ok just use your genkernel with the new kernel, and let's go
  
   Le Thursday 06 March 2008 11:30:43 Amar Cosic, vous avez écrit :
Thanks for your answer. I use genkernel for kernel caompiling. Is
 this
changing anything? Do I have to change grub.conf then .. ?
   
   
   
   
   
On Thu, Mar 6, 2008 at 11:14 AM, cypherstrong 
 [EMAIL PROTECTED]
   
wrote:
 Answer is simple:

 You have upgrade your kernel (gentoo-sources perhaps) with the use
 symlinks.

 Here the error  :

echo   ERROR: Kernel configuration is invalid.;
  
   \
  
echo  include/linux/autoconf.h or
 include/config/auto.conf are missing.;  \
echo  Run 'make oldconfig  make prepare' on
 kernel
  
   src
  
 to
 fix it.;  \

 so, do this :

 cd /usr/src/linux
 cp ../linux-`uname -r`/.config .
 make oldconfig
 make
 make modules_install install

 Now you can emerge nvidia and reboot when success

 you will boot on new kernel with nvidia module installed

 Le Thursday 06 March 2008 11:04:31 Amar Cosic, vous avez écrit :
  On Thu, Mar 6, 2008 at 10:55 AM, cypherstrong 
  
   [EMAIL PROTECTED]
  
  wrote:
   Le Thursday 06 March 2008 10:51:54 Amar Cosic, vous avez écrit
 :
On Thu, Mar 6, 2008 at 10:48 AM, Neil Bothwick 
  
   [EMAIL PROTECTED]
  
   wrote:
 On Thu, 6 Mar 2008 10:34:38 +0100, Amar Cosic wrote:
  I just ran emerge --sync and world and I see nvidia
 driver

 update

  is available. However I have problems emerging it. This
 is
  
   what
  
 I

  got:
 
   * ERROR: x11-drivers/nvidia-drivers-169.09-r1 failed.
 
   * If you need support, post the topmost build error,

 Please post the output before this, that contains the
 actual

 errors.

 --
 Neil Bothwick

 If the pen is mightier than the sword, and a picture is
 worth
  
   a
  
   thousand
  
 words, how dangerous is a fax?
   
I pasted all .. hmm . Here is pastebin link,maybe I missed
something
   
   
http://pastebin.ca/930139
  
   Post the build.log as indicate in log message
 
  Hello
 
  Here is the link to build .log   http://rafb.net/p/s0UMiy64.html





-- 
Amar Ćosić
[EMAIL PROTECTED]
[EMAIL PROTECTED]
+38761240095
http://www.amar.co.ba


Re: [gentoo-user] Citrix client connection problem

2008-03-06 Thread Mick
On Tuesday 04 March 2008, eric wrote:
 Mick wrote:
  Hi All,
 
  I am trying to connect to my work's T-Snap citrix desktop.  I have
  installed net-misc/icaclient-10.6-r3 but when I click on the remote
  desktop I get this error:
  ===
  Client Error
 
  No connection to ;40;STAE;
  Invalid server browser command header received.
  ===
  (where  are random characters)
 
  Looking at the launcher.ica file that the browser downloads I can see
  that the domain is defined as:
  ===
  [T-SNAP Desktop]
  Address=;40;STAE;
  AudioBandwidthLimit=2
  AutologonAllowed=ON
  BrowserProtocol=HTTPonTCP
  CGPSecurityTicket=On
  ClearPassword=XXX
  ===
 
  I am assuming here that the client is trying to use the hashed server
  address and the browser cannot resolve this.  As far as I understand this
  solution works with guess what: MSWindows (my work is a Microsoft shop)
  and AppleMac. Any ideas what it might take to get it going under Gentoo?

 Have you tried downloading the ica client from Citrix and installing it
 to your home directory and trying it?  I didn't even know they put it in
 portage, I've always had to go to their website.

 Also, what browser are you using (or are you going straight from the
 desktop)?

I think I've gone a bit further with this problem.  When at work (behind the 
firewall) I can connect on the server and the t-snap desktop comes up fine 
using the Citrix client plugin.  However, from home I still cannot launch the 
t-snap desktop.  When the Citrix client fires up it tries to connect and 
eventually I get this error:

There is no route from the Citrix SSL Relay to the specified subnet address 
(SSL error 37).


Any clue what this is all about?
-- 
Regards,
Mick


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


Re: [gentoo-user] Nvidia 169.09-r1 problem

2008-03-06 Thread Neil Bothwick
On Thu, 6 Mar 2008 10:34:38 +0100, Amar Cosic wrote:

 I just ran emerge --sync and world and I see nvidia driver update is
 available. However I have problems emerging it. This is what I got:
 
  * ERROR: x11-drivers/nvidia-drivers-169.09-r1 failed.

  * If you need support, post the topmost build error,

Please post the output before this, that contains the actual errors.


-- 
Neil Bothwick

If the pen is mightier than the sword, and a picture is worth a thousand
words, how dangerous is a fax?


signature.asc
Description: PGP signature


Re: [gentoo-user] Detecting 64 bit Intel chips

2008-03-06 Thread Peter Humphrey
On Wednesday 05 March 2008 18:08:33 Neil Bothwick wrote:

 Run lshw and look at the width value for the CPU.

I'd forgotten about lshw - thanks for the reminder.

At the risk of a thread hijack, what should I do about this, which is shown 
for both CPU's:

*-cache:2 DISABLED

Does that mean the hardware feature is unavailable in these Opteron 246s, or 
that I've overlooked a kernel config parameter? I don't remember any 
motherboard jumpers for it.

-- 
Rgds
Peter
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Nvidia 169.09-r1 problem

2008-03-06 Thread Amar Cosic
So :

cd /usr/src/linux
cp ../linux-`uname -r`/.config
genkernel all

??

Thanks


On Thu, Mar 6, 2008 at 11:42 AM, cypherstrong [EMAIL PROTECTED]
wrote:

 ok just use your genkernel with the new kernel, and let's go

 Le Thursday 06 March 2008 11:30:43 Amar Cosic, vous avez écrit :
  Thanks for your answer. I use genkernel for kernel caompiling. Is this
  changing anything? Do I have to change grub.conf then .. ?
 
 
 
 
 
  On Thu, Mar 6, 2008 at 11:14 AM, cypherstrong [EMAIL PROTECTED]
 
  wrote:
   Answer is simple:
  
   You have upgrade your kernel (gentoo-sources perhaps) with the use
   symlinks.
  
   Here the error  :
  
  echo   ERROR: Kernel configuration is invalid.;
 \
  echo  include/linux/autoconf.h or
   include/config/auto.conf are missing.;  \
  echo  Run 'make oldconfig  make prepare' on kernel
 src
   to
   fix it.;  \
  
   so, do this :
  
   cd /usr/src/linux
   cp ../linux-`uname -r`/.config .
   make oldconfig
   make
   make modules_install install
  
   Now you can emerge nvidia and reboot when success
  
   you will boot on new kernel with nvidia module installed
  
   Le Thursday 06 March 2008 11:04:31 Amar Cosic, vous avez écrit :
On Thu, Mar 6, 2008 at 10:55 AM, cypherstrong 
 [EMAIL PROTECTED]
   
wrote:
 Le Thursday 06 March 2008 10:51:54 Amar Cosic, vous avez écrit :
  On Thu, Mar 6, 2008 at 10:48 AM, Neil Bothwick 
 [EMAIL PROTECTED]

 wrote:
   On Thu, 6 Mar 2008 10:34:38 +0100, Amar Cosic wrote:
I just ran emerge --sync and world and I see nvidia driver
  
   update
  
is available. However I have problems emerging it. This is
 what
  
   I
  
got:
   
 * ERROR: x11-drivers/nvidia-drivers-169.09-r1 failed.
   
 * If you need support, post the topmost build error,
  
   Please post the output before this, that contains the actual
  
   errors.
  
   --
   Neil Bothwick
  
   If the pen is mightier than the sword, and a picture is worth
 a

 thousand

   words, how dangerous is a fax?
 
  I pasted all .. hmm . Here is pastebin link,maybe I missed
  something
 
 
  http://pastebin.ca/930139

 Post the build.log as indicate in log message
   
Hello
   
Here is the link to build .log   http://rafb.net/p/s0UMiy64.html





-- 
Amar Ćosić
[EMAIL PROTECTED]
[EMAIL PROTECTED]
+38761240095
http://www.amar.co.ba


Re: [gentoo-user] TeXlive with non-English hyphenation?

2008-03-06 Thread Ralf Stephan
Iain wrote
 On Wed, 2008-03-05 at 11:34 +0100, Ralf Stephan wrote:
  Does someone use TeXlive and has encountered and solved
  non-English hyphenation problems? I have tried both babel.sty
  with the german/germanb options and german.sty from the
  package texlive-langgerman, always giving the command
  \selectlanguage{german}
 
 I don't use texlive, but have you set linguas_de?

That was a good idea, and necessary to do, thanks.
However, latex and pdflatex apparently still don't want to use the 
language.dat file with the now correct entries. Funnily, xlatex does!
So, as workaround I've converted to UTF-8 and use xelatex now.

Any other ideas?


ralf
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Nvidia 169.09-r1 problem [SOLVED]

2008-03-06 Thread cypherstrong
Great :)

It's a pleasure

Le Thursday 06 March 2008 12:43:01 Amar Cosic, vous avez écrit :
 It's emerged :D . Thank you very much. Thing is am remote to my mychine so
 I cannot acctualy see if driver works :). But I gues its gonna be OK.
 Thanky again




 On Thu, Mar 6, 2008 at 12:13 PM, cypherstrong [EMAIL PROTECTED]

 wrote:
  the genkernel all alone could work
 
  did you modify config file when you use genkernel ?
 
  how do you build a kernel else where ?
 
  I don't use genkernel, I directly select my option in menuconfig
 
  just try like you said, it should work
 
  Le Thursday 06 March 2008 12:00:21 Amar Cosic, vous avez écrit :
   So :
  
   cd /usr/src/linux
   cp ../linux-`uname -r`/.config
   genkernel all
  
   ??
  
   Thanks
  
  
   On Thu, Mar 6, 2008 at 11:42 AM, cypherstrong [EMAIL PROTECTED]
  
   wrote:
ok just use your genkernel with the new kernel, and let's go
   
Le Thursday 06 March 2008 11:30:43 Amar Cosic, vous avez écrit :
 Thanks for your answer. I use genkernel for kernel caompiling. Is
 
  this
 
 changing anything? Do I have to change grub.conf then .. ?





 On Thu, Mar 6, 2008 at 11:14 AM, cypherstrong 
 
  [EMAIL PROTECTED]
 
 wrote:
  Answer is simple:
 
  You have upgrade your kernel (gentoo-sources perhaps) with the
  use symlinks.
 
  Here the error  :
 
 echo   ERROR: Kernel configuration is invalid.;
   
\
   
 echo  include/linux/autoconf.h or
  include/config/auto.conf are missing.;  \
 echo  Run 'make oldconfig  make prepare' on
 
  kernel
 
src
   
  to
  fix it.;  \
 
  so, do this :
 
  cd /usr/src/linux
  cp ../linux-`uname -r`/.config .
  make oldconfig
  make
  make modules_install install
 
  Now you can emerge nvidia and reboot when success
 
  you will boot on new kernel with nvidia module installed
 
  Le Thursday 06 March 2008 11:04:31 Amar Cosic, vous avez écrit :
   On Thu, Mar 6, 2008 at 10:55 AM, cypherstrong 
   
[EMAIL PROTECTED]
   
   wrote:
Le Thursday 06 March 2008 10:51:54 Amar Cosic, vous avez
écrit
   
 On Thu, Mar 6, 2008 at 10:48 AM, Neil Bothwick 
   
[EMAIL PROTECTED]
   
wrote:
  On Thu, 6 Mar 2008 10:34:38 +0100, Amar Cosic wrote:
   I just ran emerge --sync and world and I see nvidia
 
  driver
 
  update
 
   is available. However I have problems emerging it. This
 
  is
 
what
   
  I
 
   got:
  
* ERROR: x11-drivers/nvidia-drivers-169.09-r1 failed.
  
* If you need support, post the topmost build error,
 
  Please post the output before this, that contains the
 
  actual
 
  errors.
 
  --
  Neil Bothwick
 
  If the pen is mightier than the sword, and a picture is
 
  worth
 
a
   
thousand
   
  words, how dangerous is a fax?

 I pasted all .. hmm . Here is pastebin link,maybe I missed
 something


 http://pastebin.ca/930139
   
Post the build.log as indicate in log message
  
   Hello
  
   Here is the link to build .log  
   http://rafb.net/p/s0UMiy64.html




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


Re: [gentoo-user] Re: Digest of gentoo-user@lists.gentoo.org issue 1422 (76278-76327)

2008-03-06 Thread Graham Murray
Peter Humphrey [EMAIL PROTECTED] writes:

 It's another euphemism progress, like water-closet  lavatory  bathroom  
 rest-room etc. (I've probably missed some links in that chain). Someone 
 dislikes an aspect of the original word - fault in this case - and 
 euphemises it to problem, then that becomes tainted with the original 
 association and it gets downgraded again to issue. Anyone want to 
 speculate what will come next?

It already has. I have heard bugs and unexpected behaviour referred to
as 'features'.
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Re: Digest of gentoo-user@lists.gentoo.org issue 1422 (76278-76327)

2008-03-06 Thread Peter Humphrey
On Tuesday 04 March 2008 10:19:39 Neil Bothwick wrote:
 On Tue, 4 Mar 2008 08:29:01 +, Mick wrote:
  Depending on the particular discipline context issue can also mean a
  risk that has now been realised/manifested;  the familiar oh sh*t!
  moment, e.g. when you realised that rm -Rf / was not what you meant to
  have entered . . . before that moment you had a risk, afterwards an
  issue.

 No, you have a problem, or, as the motivators like to put it, an
 opportunity!

 I'm with stroller on this, the real meaning of issue has been subverted
 by spin doctors so they can say problem without using the word problem.

I agree.

It's another euphemism progress, like water-closet  lavatory  bathroom  
rest-room etc. (I've probably missed some links in that chain). Someone 
dislikes an aspect of the original word - fault in this case - and 
euphemises it to problem, then that becomes tainted with the original 
association and it gets downgraded again to issue. Anyone want to 
speculate what will come next?

I'm all for people saying what they mean - someone referred to spades 
earlier, I think. Impressions of favourability should come a distant second 
to accuracy.

-- 
Rgds
Peter
-- 
gentoo-user@lists.gentoo.org mailing list



[gentoo-user] Synaptics touchpad mistaken(?) for Logitech Wheel Mouse

2008-03-06 Thread Johan Blåbäck
Hi.

Recently I got tired of my touchpad being too sensitive, and I decided
to try the synaptics-how-to on the gentoo-wiki. However, when starting
X I get:

[---]
(==) Log file: /var/log/Xorg.1.0.log, Time: Thu Mar  6 13:09:00 2008
(==) Using config file: /etc/X11/xorg.conf
(II) Module already built-in
(EE) NVIDIA(1): Unable to find available Display Devices for screen 1.
TouchPad no synaptics event device found (checked 17 nodes)
Query no Synaptics: 6003C8
(EE) TouchPad no synaptics touchpad detected and no repeater device
(EE) TouchPad Unable to query/initialize Synaptics hardware.
(EE) PreInit failed for input device TouchPad
[---]

(And the touchpad gets turned off.)
The no synaptics touchpad detected-part gave me a hint to take a
look at /proc/bus/input/devices, and what I find is... strange:

[---]
I: Bus=0011 Vendor=0002 Product=0005 Version=0063
N: Name=ImPS/2 Logitech Wheel Mouse
P: Phys=isa0060/serio4/input0
S: Sysfs=/devices/platform/i8042/serio4/input/input4
U: Uniq=
H: Handlers=mouse0 event4
B: EV=7
B: KEY=7 0 0 0 0 0 0 0 0
B: REL=103
[---]

I don't know much about this, but that does not seem to be a touchpad
(I'm very sure it's not my (usb) mouse).

For some time I lost hope of ever getting it to work. But then I
accidentally boot a ubuntu Live, and then my touchpad worked without
any problem. I compared the xorg.conf's (mine and ubuntu-live) and
they are the same.

So what I suggest could be the problem is that I got my kernel wrong,
since it seem to emulate Logitech instead of synaptics. But I don't
know if that is the problem, or how I fix it. (I have all the kernel
options that the gentoo-wiki synaptics-how-to recommends.)

Thanks for any suggestions!

-- 

For security reasons, all text in this mail is double-rot13 encrypted.
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Nvidia 169.09-r1 problem

2008-03-06 Thread cypherstrong
Le Thursday 06 March 2008 10:51:54 Amar Cosic, vous avez écrit :
 On Thu, Mar 6, 2008 at 10:48 AM, Neil Bothwick [EMAIL PROTECTED] wrote:
  On Thu, 6 Mar 2008 10:34:38 +0100, Amar Cosic wrote:
   I just ran emerge --sync and world and I see nvidia driver update is
   available. However I have problems emerging it. This is what I got:
  
* ERROR: x11-drivers/nvidia-drivers-169.09-r1 failed.
  
* If you need support, post the topmost build error,
 
  Please post the output before this, that contains the actual errors.
 
 
 
  --
  Neil Bothwick
 
  If the pen is mightier than the sword, and a picture is worth a thousand
  words, how dangerous is a fax?

 I pasted all .. hmm . Here is pastebin link,maybe I missed something


 http://pastebin.ca/930139

Post the build.log as indicate in log message


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


Re: [gentoo-user] Nvidia 169.09-r1 problem

2008-03-06 Thread Amar Cosic
On Thu, Mar 6, 2008 at 10:55 AM, cypherstrong [EMAIL PROTECTED]
wrote:

 Le Thursday 06 March 2008 10:51:54 Amar Cosic, vous avez écrit :
  On Thu, Mar 6, 2008 at 10:48 AM, Neil Bothwick [EMAIL PROTECTED]
 wrote:
   On Thu, 6 Mar 2008 10:34:38 +0100, Amar Cosic wrote:
I just ran emerge --sync and world and I see nvidia driver update is
available. However I have problems emerging it. This is what I got:
   
 * ERROR: x11-drivers/nvidia-drivers-169.09-r1 failed.
   
 * If you need support, post the topmost build error,
  
   Please post the output before this, that contains the actual errors.
  
  
  
   --
   Neil Bothwick
  
   If the pen is mightier than the sword, and a picture is worth a
 thousand
   words, how dangerous is a fax?
 
  I pasted all .. hmm . Here is pastebin link,maybe I missed something
 
 
  http://pastebin.ca/930139

 Post the build.log as indicate in log message




Hello

Here is the link to build .log   http://rafb.net/p/s0UMiy64.html



-- 
Amar Ćosić
[EMAIL PROTECTED]
[EMAIL PROTECTED]
+38761240095
http://www.amar.co.ba


[gentoo-user] Re: Digest of gentoo-user@lists.gentoo.org issue 1426 (76478-76527)

2008-03-06 Thread mvidela
Por las nuevas políticas de calidad ISO 9001 que la empresa está implementando, 
todos los temas relacionados con soporte técnico deben ser realizadas al correo 
electrónico [EMAIL PROTECTED] 

Muchas gracias y disculpe las molestías.

Automáticamente este email será reenvio a [EMAIL PROTECTED]



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



[gentoo-user] Re: Digest of gentoo-user@lists.gentoo.org issue 1426 (76478-76527)

2008-03-06 Thread Remy Blank

http://bugs.gentoo.org/show_bug.cgi?id=212484



signature.asc
Description: OpenPGP digital signature


Re: [gentoo-user] Gentoo Brainstorm?

2008-03-06 Thread Ale
2008/3/6, Andrey Falko [EMAIL PROTECTED]:

 On Wed, Mar 5, 2008 at 2:50 PM, Rodrigo Lazo [EMAIL PROTECTED] wrote:
 
   Hi,
 
   Have you seen ubuntu brainstorm?
 
   http://brainstorm.ubuntu.com/
 
   What do you think? Personally I believe is a very good idea and may be
   worth copying.
 
   Regards
 
   --
 
   Rodrigo Lazo (rlazo)
   --
   gentoo-user@lists.gentoo.org mailing list
 
 


 Wow. I really like the idea. Maybe a Summer of Code project?

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


 Is a nice idea to start something useful for us (Gentoo users/developers)
but because the way it is in Ubuntu i don't find interesting something like
Total Speed Up or Focus on 64-bit desktop system  both ideas part of the
most popular ideas today.

Cheers!


Re: [gentoo-user] Nvidia 169.09-r1 problem [SOLVED]

2008-03-06 Thread Benno Schulenberg
Amar Cosic wrote:
 It seems X isn't starting :(  . What to do ?

First: stop top-posting.

Second: snip irrelevant parts of the mail you are replying to.

Third: stop sending an additional HTML version of your mail.

About your problem, I have no idea, sorry.

Benno
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Gentoo Brainstorm?

2008-03-06 Thread Aaron Clark

Arturo 'Buanzo' Busleiman wrote:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Ale wrote:
|  Is a nice idea to start something useful for us (Gentoo
| users/developers) but because the way it is in Ubuntu i don't find
| interesting something like Total Speed Up or Focus on 64-bit desktop
| system  both ideas part of the most popular ideas today.

It gives a general idea of what all people (not only users, power users, 
programmers, hackers,
sysadmins, etc) want, though. Sounds nice. I'd like to see a Gentoo 
Brainstorm.




Agreed.  Given that one of the big issues recently has been poor 
communication between the devs and end-users, this could help bridge the 
gap and give users the feeling that they have more of a voice.


Aaron
--
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Nvidia 169.09-r1 problem [SOLVED]

2008-03-06 Thread Amar Cosic
Well it seems I do have problems :/ . I rebooted and i fire'd dmesg and got
this :


NVRM: API mismatch: the client has the version 169.09, but
NVRM: this kernel module has the version 100.14.19.  Please
NVRM: make sure that this kernel module and all NVIDIA driver
NVRM: components have the same version.
NVRM: API mismatch: the client has the version 169.09, but
NVRM: this kernel module has the version 100.14.19.  Please
NVRM: make sure that this kernel module and all NVIDIA driver
NVRM: components have the same version.


It seems X isn't starting :(  . What to do ?

On Thu, Mar 6, 2008 at 1:12 PM, cypherstrong [EMAIL PROTECTED] wrote:

 Great :)

 It's a pleasure

 Le Thursday 06 March 2008 12:43:01 Amar Cosic, vous avez écrit :
  It's emerged :D . Thank you very much. Thing is am remote to my mychine
 so
  I cannot acctualy see if driver works :). But I gues its gonna be OK.
  Thanky again
 
 
 
 
  On Thu, Mar 6, 2008 at 12:13 PM, cypherstrong [EMAIL PROTECTED]
 
  wrote:
   the genkernel all alone could work
  
   did you modify config file when you use genkernel ?
  
   how do you build a kernel else where ?
  
   I don't use genkernel, I directly select my option in menuconfig
  
   just try like you said, it should work
  
   Le Thursday 06 March 2008 12:00:21 Amar Cosic, vous avez écrit :
So :
   
cd /usr/src/linux
cp ../linux-`uname -r`/.config
genkernel all
   
??
   
Thanks
   
   
On Thu, Mar 6, 2008 at 11:42 AM, cypherstrong 
 [EMAIL PROTECTED]
   
wrote:
 ok just use your genkernel with the new kernel, and let's go

 Le Thursday 06 March 2008 11:30:43 Amar Cosic, vous avez écrit :
  Thanks for your answer. I use genkernel for kernel caompiling.
 Is
  
   this
  
  changing anything? Do I have to change grub.conf then .. ?
 
 
 
 
 
  On Thu, Mar 6, 2008 at 11:14 AM, cypherstrong 
  
   [EMAIL PROTECTED]
  
  wrote:
   Answer is simple:
  
   You have upgrade your kernel (gentoo-sources perhaps) with the
   use symlinks.
  
   Here the error  :
  
  echo   ERROR: Kernel configuration is invalid.;

 \

  echo  include/linux/autoconf.h or
   include/config/auto.conf are missing.;  \
  echo  Run 'make oldconfig  make prepare' on
  
   kernel
  
 src

   to
   fix it.;  \
  
   so, do this :
  
   cd /usr/src/linux
   cp ../linux-`uname -r`/.config .
   make oldconfig
   make
   make modules_install install
  
   Now you can emerge nvidia and reboot when success
  
   you will boot on new kernel with nvidia module installed
  
   Le Thursday 06 March 2008 11:04:31 Amar Cosic, vous avez écrit
 :
On Thu, Mar 6, 2008 at 10:55 AM, cypherstrong 

 [EMAIL PROTECTED]

wrote:
 Le Thursday 06 March 2008 10:51:54 Amar Cosic, vous avez
 écrit

  On Thu, Mar 6, 2008 at 10:48 AM, Neil Bothwick 

 [EMAIL PROTECTED]

 wrote:
   On Thu, 6 Mar 2008 10:34:38 +0100, Amar Cosic wrote:
I just ran emerge --sync and world and I see nvidia
  
   driver
  
   update
  
is available. However I have problems emerging it.
 This
  
   is
  
 what

   I
  
got:
   
 * ERROR: x11-drivers/nvidia-drivers-169.09-r1failed.
   
 * If you need support, post the topmost build
 error,
  
   Please post the output before this, that contains the
  
   actual
  
   errors.
  
   --
   Neil Bothwick
  
   If the pen is mightier than the sword, and a picture
 is
  
   worth
  
 a

 thousand

   words, how dangerous is a fax?
 
  I pasted all .. hmm . Here is pastebin link,maybe I
 missed
  something
 
 
  http://pastebin.ca/930139

 Post the build.log as indicate in log message
   
Hello
   
Here is the link to build .log
http://rafb.net/p/s0UMiy64.html





-- 
Amar Ćosić
[EMAIL PROTECTED]
[EMAIL PROTECTED]
+38761240095
http://www.amar.co.ba


Re: [gentoo-user] Gentoo Brainstorm?

2008-03-06 Thread cypherstrong
Who are the person who can run a brainstorm on gentoo web site ???

Le Thursday 06 March 2008 16:29:43 Aaron Clark, vous avez écrit :
 Arturo 'Buanzo' Busleiman wrote:
  -BEGIN PGP SIGNED MESSAGE-
  Hash: SHA512
 
  Ale wrote:
  |  Is a nice idea to start something useful for us (Gentoo
  | users/developers) but because the way it is in Ubuntu i don't find
  | interesting something like Total Speed Up or Focus on 64-bit desktop
  | system  both ideas part of the most popular ideas today.
 
  It gives a general idea of what all people (not only users, power users,
  programmers, hackers,
  sysadmins, etc) want, though. Sounds nice. I'd like to see a Gentoo
  Brainstorm.

 Agreed.  Given that one of the big issues recently has been poor
 communication between the devs and end-users, this could help bridge the
 gap and give users the feeling that they have more of a voice.

 Aaron




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


Re: [gentoo-user] Nvidia 169.09-r1 problem [SOLVED]

2008-03-06 Thread cypherstrong
Ok you have to reboot or reload nvidia module

rmmod nvidia
modprobe nvidia

and set nvidia as default opengl accelerator:

eselect opengl set nvidia

and let's go again



Le Thursday 06 March 2008 16:04:57 Amar Cosic, vous avez écrit :
 Well it seems I do have problems :/ . I rebooted and i fire'd dmesg and got
 this :


 NVRM: API mismatch: the client has the version 169.09, but
 NVRM: this kernel module has the version 100.14.19.  Please
 NVRM: make sure that this kernel module and all NVIDIA driver
 NVRM: components have the same version.
 NVRM: API mismatch: the client has the version 169.09, but
 NVRM: this kernel module has the version 100.14.19.  Please
 NVRM: make sure that this kernel module and all NVIDIA driver
 NVRM: components have the same version.


 It seems X isn't starting :(  . What to do ?

 On Thu, Mar 6, 2008 at 1:12 PM, cypherstrong [EMAIL PROTECTED] wrote:
  Great :)
 
  It's a pleasure
 
  Le Thursday 06 March 2008 12:43:01 Amar Cosic, vous avez écrit :
   It's emerged :D . Thank you very much. Thing is am remote to my mychine
 
  so
 
   I cannot acctualy see if driver works :). But I gues its gonna be OK.
   Thanky again
  
  
  
  
   On Thu, Mar 6, 2008 at 12:13 PM, cypherstrong [EMAIL PROTECTED]
  
   wrote:
the genkernel all alone could work
   
did you modify config file when you use genkernel ?
   
how do you build a kernel else where ?
   
I don't use genkernel, I directly select my option in menuconfig
   
just try like you said, it should work
   
Le Thursday 06 March 2008 12:00:21 Amar Cosic, vous avez écrit :
 So :

 cd /usr/src/linux
 cp ../linux-`uname -r`/.config
 genkernel all

 ??

 Thanks


 On Thu, Mar 6, 2008 at 11:42 AM, cypherstrong 
 
  [EMAIL PROTECTED]
 
 wrote:
  ok just use your genkernel with the new kernel, and let's go
 
  Le Thursday 06 March 2008 11:30:43 Amar Cosic, vous avez écrit :
   Thanks for your answer. I use genkernel for kernel caompiling.
 
  Is
 
this
   
   changing anything? Do I have to change grub.conf then .. ?
  
  
  
  
  
   On Thu, Mar 6, 2008 at 11:14 AM, cypherstrong 
   
[EMAIL PROTECTED]
   
   wrote:
Answer is simple:
   
You have upgrade your kernel (gentoo-sources perhaps) with
the use symlinks.
   
Here the error  :
   
   echo   ERROR: Kernel configuration is invalid.;
 
  \
 
   echo  include/linux/autoconf.h or
include/config/auto.conf are missing.;  \
   echo  Run 'make oldconfig  make prepare' on
   
kernel
   
  src
 
to
fix it.;  \
   
so, do this :
   
cd /usr/src/linux
cp ../linux-`uname -r`/.config .
make oldconfig
make
make modules_install install
   
Now you can emerge nvidia and reboot when success
   
you will boot on new kernel with nvidia module installed
   
Le Thursday 06 March 2008 11:04:31 Amar Cosic, vous avez
écrit
   
 On Thu, Mar 6, 2008 at 10:55 AM, cypherstrong 
 
  [EMAIL PROTECTED]
 
 wrote:
  Le Thursday 06 March 2008 10:51:54 Amar Cosic, vous avez
  écrit
 
   On Thu, Mar 6, 2008 at 10:48 AM, Neil Bothwick 
 
  [EMAIL PROTECTED]
 
  wrote:
On Thu, 6 Mar 2008 10:34:38 +0100, Amar Cosic wrote:
 I just ran emerge --sync and world and I see nvidia
   
driver
   
update
   
 is available. However I have problems emerging it.
 
  This
 
is
   
  what
 
I
   
 got:

  * ERROR:
 x11-drivers/nvidia-drivers-169.09-r1failed.

  * If you need support, post the topmost build
 
  error,
 
Please post the output before this, that contains the
   
actual
   
errors.
   
--
Neil Bothwick
   
If the pen is mightier than the sword, and a picture
 
  is
 
worth
   
  a
 
  thousand
 
words, how dangerous is a fax?
  
   I pasted all .. hmm . Here is pastebin link,maybe I
 
  missed
 
   something
  
  
   http://pastebin.ca/930139
 
  Post the build.log as indicate in log message

 Hello

 Here is the link to build .log
 http://rafb.net/p/s0UMiy64.html




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


Re: [gentoo-user] Gentoo Brainstorm?

2008-03-06 Thread Arturo 'Buanzo' Busleiman

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Ale wrote:
|  Is a nice idea to start something useful for us (Gentoo
| users/developers) but because the way it is in Ubuntu i don't find
| interesting something like Total Speed Up or Focus on 64-bit desktop
| system  both ideas part of the most popular ideas today.

It gives a general idea of what all people (not only users, power users, 
programmers, hackers,
sysadmins, etc) want, though. Sounds nice. I'd like to see a Gentoo Brainstorm.

- --
Arturo Buanzo Busleiman
Reliable inter-continental Mail Relay Service - Ask me!
Independent Security Consultant - SANS - OISSG
http://www.buanzo.com.ar/pro/
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFH0AyGAlpOsGhXcE0RCiApAJ9nFOIbA9L2RqESzVFxw4pqewMSFgCfX+1g
wL7XWZHJ/O5oyvbH6AHciTc=
=bb8S
-END PGP SIGNATURE-
--
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Nvidia 169.09-r1 problem [SOLVED]

2008-03-06 Thread Amar Cosic
Still no luck .. I got this

http://rafb.net/p/Y4c2JX22.html and again same thing in dmesg .. :/



On Thu, Mar 6, 2008 at 4:18 PM, cypherstrong [EMAIL PROTECTED] wrote:

 Ok you have to reboot or reload nvidia module

 rmmod nvidia
 modprobe nvidia

 and set nvidia as default opengl accelerator:

 eselect opengl set nvidia

 and let's go again





-- 
Amar Ćosić
[EMAIL PROTECTED]
[EMAIL PROTECTED]
+38761240095
http://www.amar.co.ba


Re: [gentoo-user] Nvidia 169.09-r1 problem [SOLVED]

2008-03-06 Thread Neil Bothwick
On Thu, 6 Mar 2008 16:04:57 +0100, Amar Cosic wrote:

 NVRM: API mismatch: the client has the version 169.09, but
 NVRM: this kernel module has the version 100.14.19.  Please
 NVRM: make sure that this kernel module and all NVIDIA driver
 NVRM: components have the same version.
 NVRM: API mismatch: the client has the version 169.09, but
 NVRM: this kernel module has the version 100.14.19.  Please
 NVRM: make sure that this kernel module and all NVIDIA driver
 NVRM: components have the same version.

Everything Benno said, plus:

When you installed the kernel module, your /usr/src/linux symlink was
pointing to the wrong directory, so the kernel module will have been
built for that version, not your current one. Make sure the symlink is
correct and re-emerge nvidia-drivers.


-- 
Neil Bothwick

... ebius tagline. This is a moebius tagline. This is a mo ...


signature.asc
Description: PGP signature


Re: [gentoo-user] Nvidia 169.09-r1 problem [SOLVED]

2008-03-06 Thread cypherstrong
Type this

uname -r

Which version you have ?

Did you reboot the machin on the new kernel ???

Le Thursday 06 March 2008 16:41:41 Amar Cosic, vous avez écrit :
 Still no luck .. I got this

 http://rafb.net/p/Y4c2JX22.html and again same thing in dmesg .. :/

 On Thu, Mar 6, 2008 at 4:18 PM, cypherstrong [EMAIL PROTECTED] wrote:
  Ok you have to reboot or reload nvidia module
 
  rmmod nvidia
  modprobe nvidia
 
  and set nvidia as default opengl accelerator:
 
  eselect opengl set nvidia
 
  and let's go again




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


Re: [gentoo-user] Nvidia 169.09-r1 problem [SOLVED]

2008-03-06 Thread Amar Cosic
Well.. I had in grup conf 2.6.23-r8 and it supose to be -r9. Dont know how
this happen' but now its seems everything is OK .Thanks again cypherstrong
for your time spent to help me




On Thu, Mar 6, 2008 at 4:47 PM, cypherstrong [EMAIL PROTECTED] wrote:

 Type this

 uname -r

 Which version you have ?

 Did you reboot the machin on the new kernel ???







-- 
Amar Ćosić
[EMAIL PROTECTED]
[EMAIL PROTECTED]
+38761240095
http://www.amar.co.ba


Re: [gentoo-user] Gentoo Brainstorm?

2008-03-06 Thread Arturo 'Buanzo' Busleiman

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

cypherstrong wrote:
| Who are the person who can run a brainstorm on gentoo web site ???

Why don't we open a bug item for this? Maybe we can get in touch with the 
people who implemented the
Ubuntu Brainstorm.

PS: Totally OFFTOPIC. I'll arrive to Vegas tomorrow. Anyone attending 2600 
Meeting there PLEASE
contact me. Or if any of you is into security, I'll also stay in charlotte 
March 10-16.

- --
Arturo Buanzo Busleiman
Reliable inter-continental Mail Relay Service - Ask me!
Independent Security Consultant - SANS - OISSG
http://www.buanzo.com.ar/pro/
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFH0BTaAlpOsGhXcE0RCg8WAJ4rS83rqWEVFxXUVU0VwdbwTbXO4QCeLGRV
Jv1S7Ps8nYdXlH8RFBX+MOc=
=9CdV
-END PGP SIGNATURE-
--
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Nvidia 169.09-r1 problem [SOLVED]

2008-03-06 Thread cypherstrong
no prob

Le Thursday 06 March 2008 16:59:10 Amar Cosic, vous avez écrit :
 Well.. I had in grup conf 2.6.23-r8 and it supose to be -r9. Dont know how
 this happen' but now its seems everything is OK .Thanks again cypherstrong
 for your time spent to help me

 On Thu, Mar 6, 2008 at 4:47 PM, cypherstrong [EMAIL PROTECTED] wrote:
  Type this
 
  uname -r
 
  Which version you have ?
 
  Did you reboot the machin on the new kernel ???




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


Re: [gentoo-user] [OT] firefox fonts--FIXED

2008-03-06 Thread maxim wexler
- menu
  bar and side bar. Nothing in customize toolbar
 about
  changing font size.
 
 To change the fonts of firefox itself, you could use
 gtk-chtheme.

No need. The next time I rebooted my old fonts were
back. 

mw


  

Be a better friend, newshound, and 
know-it-all with Yahoo! Mobile.  Try it now.  
http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ 

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



[gentoo-user] [OT] Infrastructure documentation

2008-03-06 Thread Daniel van Ham Colchete
Hello yall!

This is half-topic but I think everyone will benefit from the results.

Here at my company we have 18 Gentoo servers spread over 3 data centers and
our office. We have well defined and time-proven (one of the servers was
installed in 2004 and it's still the same Gentoo) processes on monitoring,
backup, applying security fixes, and maintenance. We have almost 100% of
high availability and some services even have high availability across
different data centers in Florida and California. We are using catalyst with
cfengine to save us a few hours of work every week and everything is working
great.

I would like to move forward to some other projects but most of the
knowledge (60%) required to do everything resides on my head alone. I'm hit
by a car in the streets and something might go bad, like the required
monthly database partition maintenance.

I would like to hear from the list what you are using for infrastructure,
software, processes, hardware documentation. I think I need a system with a
good user access control, an all-in-one solution to document everything.
Using Wiki+UML would solve the issue (I have 30% already documented in
wikis) but (a) none of them were designed for this specific task and (b)
they don't integrate, people would have to use two systems that knows
nothing about each other.

What are you gurus doing to be replaceable?

Thank you very much in advance!

Best regards,
Daniel Colchete


[gentoo-user] Re: Gentoo Brainstorm?

2008-03-06 Thread Rodrigo Lazo
Seems like Gentoo brainstorm won't happen

http://bugs.gentoo.org/show_bug.cgi?id=212527

-- 

Rodrigo Lazo (rlazo)

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



Re: [gentoo-user] Make krusader default file manager

2008-03-06 Thread Danis Petkakis
yes that didn't help...any other ways of showing you some info on what
might be wrong in order to solve this??

On 06/03/2008, Chris Brennan [EMAIL PROTECTED] wrote:

 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 Did you restart your WM?


 Danis Petkakis wrote:
 | hello there i'm trying to make krusader my default file manager...so
 | when i'm double-clicking on a directory it should be opened by
 | Krusader...i try to set it up correctly in kcontrol-kde
 | components-file associations-inode-directory and choose Krusader in
 | the application preference box but when i double-click on a folder it
 | pops up an error message saying kdeinit could not launch
 | '/usr/bin/krusader'...could someone tell me how to make krusader the
 | default file manager?? thanks...

 -BEGIN PGP SIGNATURE-
 Version: GnuPG v2.0.7 (GNU/Linux)
 Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

 iD4DBQFHz16j8hUIAnGfls4RAkINAJ9WsoupPSF5jPvD8UiP2CDSbKQJ/wCYuQ97
 8BPkhA0Uy/jsWBMcq2Vb9Q==
 =KRH3
 -END PGP SIGNATURE-

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




Re: [gentoo-user] How to do port-based routing?

2008-03-06 Thread Dan Farrell
On Mon, 3 Mar 2008 14:11:20 -0500 (EST)
Jason Carson [EMAIL PROTECTED] wrote:

 There are many interfaces but they are all frontends to iptables.
 Personally I just did a lot of reading and built my firewall from
 scratch.

that's the spirit ; )
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Re: Gentoo Brainstorm?

2008-03-06 Thread Arturo 'Buanzo' Busleiman

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Rodrigo Lazo wrote:
| Seems like Gentoo brainstorm won't happen
|
| http://bugs.gentoo.org/show_bug.cgi?id=212527

Doesn't sound like a Gentoo as a whole answer to me. The community is Gentoo. 
Gentoo is the community.

I've re-opened the bug. All people that think this is necessary, or not [of 
course], GO THERE AND
MAKE A COMMENT.



- --
Arturo Buanzo Busleiman
Reliable inter-continental Mail Relay Service - Ask me!
Independent Security Consultant - SANS - OISSG
http://www.buanzo.com.ar/pro/
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFH0HC9AlpOsGhXcE0RClSfAJ9YHyyh8HNDUdTk8yeUWljQjB6Y8ACaAlV5
5fTNXl8cgSFdCnYccbk9fDs=
=2poe
-END PGP SIGNATURE-
--
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Re: Gentoo Brainstorm?

2008-03-06 Thread Andrey Falko
On Thu, Mar 6, 2008 at 5:31 PM, Arturo 'Buanzo' Busleiman
[EMAIL PROTECTED] wrote:
 -BEGIN PGP SIGNED MESSAGE-
  Hash: SHA512


 Rodrigo Lazo wrote:
  | Seems like Gentoo brainstorm won't happen
  |
  | http://bugs.gentoo.org/show_bug.cgi?id=212527

  Doesn't sound like a Gentoo as a whole answer to me. The community is 
 Gentoo. Gentoo is the community.

  I've re-opened the bug. All people that think this is necessary, or not [of 
 course], GO THERE AND
  MAKE A COMMENT.



I am of the opinion that opening a bug is not the right way to go
about this. First, it is not critical. And second someone who really
wants the brainstorm should code  up the infrastructure and then maybe
open a bug to get their work into Gentoo.

I have already suggested to a friend to submit a GSoC proposal to
implement a Gentoo version of brainstorm.



  - --
  Arturo Buanzo Busleiman
  Reliable inter-continental Mail Relay Service - Ask me!
  Independent Security Consultant - SANS - OISSG
  http://www.buanzo.com.ar/pro/
  -BEGIN PGP SIGNATURE-
  Version: GnuPG v1.4.6 (GNU/Linux)
  Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

  iD8DBQFH0HC9AlpOsGhXcE0RClSfAJ9YHyyh8HNDUdTk8yeUWljQjB6Y8ACaAlV5
  5fTNXl8cgSFdCnYccbk9fDs=
  =2poe
  -END PGP SIGNATURE-


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


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



[gentoo-user] Re: Gentoo Brainstorm?

2008-03-06 Thread Rodrigo Lazo
Andrey Falko [EMAIL PROTECTED] writes:

 On Thu, Mar 6, 2008 at 5:31 PM, Arturo 'Buanzo' Busleiman
 [EMAIL PROTECTED] wrote:
 -BEGIN PGP SIGNED MESSAGE-
  Hash: SHA512


 Rodrigo Lazo wrote:
  | Seems like Gentoo brainstorm won't happen
  |
  | http://bugs.gentoo.org/show_bug.cgi?id=212527

  Doesn't sound like a Gentoo as a whole answer to me. The community is 
 Gentoo. Gentoo is the community.

  I've re-opened the bug. All people that think this is necessary, or not [of 
 course], GO THERE AND
  MAKE A COMMENT.



 I am of the opinion that opening a bug is not the right way to go
 about this. First, it is not critical. And second someone who really
 wants the brainstorm should code  up the infrastructure and then maybe
 open a bug to get their work into Gentoo.


As I commented on the bug report... all the work need would be port
the ubuntu's app into Gentoo's look and feel. As the idea is to make
the developers and the users work together on this brainstorm is
important to convince the developers that it will payoff. 

As a side note, bugzilla is not only for bugs but also for
enhancement proposals.

Regards
-- 

Rodrigo Lazo (rlazo)

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



Re: [gentoo-user] How to do port-based routing?

2008-03-06 Thread Mark David Dumlao
to be accurate, Netfilter is the internal name of the Linux subsystem that
plays
around with packets.

ipchains and iptables are specific implementations of Netfilter.  They also
just
happen to be the names of the programs that edit Netfilter rules as well.

-- 
thing.


Re: [gentoo-user] TeXlive with non-English hyphenation?

2008-03-06 Thread Iain Buchanan

On Thu, 2008-03-06 at 10:55 +0100, Ralf Stephan wrote:
 Iain wrote
  On Wed, 2008-03-05 at 11:34 +0100, Ralf Stephan wrote:
   Does someone use TeXlive and has encountered and solved
   non-English hyphenation problems? I have tried both babel.sty
   with the german/germanb options and german.sty from the
   package texlive-langgerman, always giving the command
   \selectlanguage{german}
  
  I don't use texlive, but have you set linguas_de?
 
 That was a good idea, and necessary to do, thanks.
 However, latex and pdflatex apparently still don't want to use the 
 language.dat file with the now correct entries. Funnily, xlatex does!
 So, as workaround I've converted to UTF-8 and use xelatex now.
 
 Any other ideas?

I found this which might be interesting:
http://www.tex.ac.uk/cgi-bin/texfaq2html?label=newlang

-- 
Iain Buchanan iaindb at netspace dot net dot au

Pascal is not a high-level language.
-- Steven Feiner

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



Re: [gentoo-user] Re: Digest of gentoo-user@lists.gentoo.org issue 1422 (76278-76327)

2008-03-06 Thread Iain Buchanan

On Thu, 2008-03-06 at 11:51 +, Graham Murray wrote:
 Peter Humphrey [EMAIL PROTECTED] writes:
 
  It's another euphemism progress, like water-closet  lavatory  bathroom  
  rest-room etc. (I've probably missed some links in that chain). Someone 
  dislikes an aspect of the original word - fault in this case - and 
  euphemises it to problem, then that becomes tainted with the original 
  association and it gets downgraded again to issue. Anyone want to 
  speculate what will come next?
 
 It already has. I have heard bugs and unexpected behaviour referred to
 as 'features'.

that's been a long standing joke it's not a bug, it's a feature.  We
use it all the time (but not to customers).

What really comes next is: Ticket.

That's right, you no longer have a bug, problem, or issue.  You just
have a ticket number.  Your email has automatically been assigned the
ticket number 12345...

-- 
Iain Buchanan iaindb at netspace dot net dot au

If I love you, what business is it of yours?
-- Johann van Goethe

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



Re: [gentoo-user] Synaptics touchpad mistaken(?) for Logitech Wheel Mouse

2008-03-06 Thread Iain Buchanan

On Thu, 2008-03-06 at 13:16 +0100, Johan Blåbäck wrote:
 Hi.
 
 Recently I got tired of my touchpad being too sensitive, and I decided
 to try the synaptics-how-to on the gentoo-wiki. However, when starting
 X I get:

[snip]

 TouchPad no synaptics event device found (checked 17 nodes)

[snip]

 So what I suggest could be the problem is that I got my kernel wrong,
 since it seem to emulate Logitech instead of synaptics. But I don't
 know if that is the problem, or how I fix it. (I have all the kernel
 options that the gentoo-wiki synaptics-how-to recommends.)
 
 Thanks for any suggestions!

I suspect you need these options in your kernel:
Device Drivers
 Input Device Support
  Event Interface (CONFIG_INPUT_EVDEV=y)

I also have:
..
  Mice
   PS/2 Mouse
and all the sub-options compiled in:
CONFIG_INPUT_MOUSE=y
CONFIG_MOUSE_PS2=y
CONFIG_MOUSE_PS2_ALPS=y
CONFIG_MOUSE_PS2_LOGIPS2PP=y
CONFIG_MOUSE_PS2_SYNAPTICS=y
CONFIG_MOUSE_PS2_LIFEBOOK=y
CONFIG_MOUSE_PS2_TRACKPOINT=y


 For security reasons, all text in this mail is double-rot13 encrypted.

that's nice to know.  Just so this email is accepted by your security
policy, I double-rot13'd the reply.  Note that your comments are now
quadruple-rot13'd, but I think you should be able to decrypt them
without too much hassle.

HTH,
-- 
Iain Buchanan iaindb at netspace dot net dot au

MSDOS didn't get as bad as it is overnight -- it took over ten years
of careful development.
(By [EMAIL PROTECTED])

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



Re: [gentoo-user] Re: Gentoo Brainstorm?

2008-03-06 Thread Iain Buchanan

On Thu, 2008-03-06 at 17:58 -0500, Rodrigo Lazo wrote:
 Andrey Falko [EMAIL PROTECTED] writes:
 
  On Thu, Mar 6, 2008 at 5:31 PM, Arturo 'Buanzo' Busleiman
  [EMAIL PROTECTED] wrote:
 
  Rodrigo Lazo wrote:
   | Seems like Gentoo brainstorm won't happen
   |
   | http://bugs.gentoo.org/show_bug.cgi?id=212527
 
   Doesn't sound like a Gentoo as a whole answer to me. The
 community is Gentoo. Gentoo is the community.
 
   I've re-opened the bug. All people that think this is necessary,
 or not [of course], GO THERE AND
   MAKE A COMMENT.

I don't necessarily think a whole lot of me too's will help.

  I am of the opinion that opening a bug is not the right way to go
  about this. First, it is not critical. And second someone who really
  wants the brainstorm should code  up the infrastructure and then maybe
  open a bug to get their work into Gentoo.
 
 As I commented on the bug report... all the work need would be port
 the ubuntu's app into Gentoo's look and feel. As the idea is to make
 the developers and the users work together on this brainstorm is
 important to convince the developers that it will payoff. 
 
 As a side note, bugzilla is not only for bugs but also for
 enhancement proposals.

I think that if you want to carry the idea a bit further (and don't give
up just because the bug was closed) that you should solicit some help
first - perhaps from gentoo-user, gentoo-dev and the forums.

Secondly get a bit of a specification together that describes exactly
what and why, covers some technical questions, and maybe the
implementation.

Then take it back to gentoo-dev and say here's the idea, here's the
details, here's how it can work.  Then you may get it happening for
real.  Remember whatever you want form the brainstorm (eg. popular
features implemented) won't happen if the developers feel like it's full
of demands and unreasonable expectations.

I can tell you now some will like it and some won't from the start.
However, if only a few devs frequently monitor it at the start, it will
still be a good indication of the communities feeling.  There will be
lots of silent watchers.  Done right I think it could be very useful.

I especially like how a lot of brainstorm ideas about brainstorm itself
have already been implemented, making the tool better by using the tool!
http://brainstorm.ubuntu.com/category/11

cya,
-- 
Iain Buchanan iaindb at netspace dot net dot au

[A computer is] like an Old Testament god, with a lot of rules and no mercy.
-- Joseph Campbell

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



[gentoo-user] [OT] Infrastructure Documentation

2008-03-06 Thread Daniel van Ham Colchete
Hello yall!

This is half-topic but I think everyone will benefit from the results.

Here at my company we have 18 Gentoo servers spread over 3 data
centers and our office. We have well defined and time-proven (one of
the servers was installed in 2004 and it's still the same Gentoo)
processes on monitoring, backup, applying security fixes, and
maintenance. We have almost 100% of high availability and some
services even have high availability across different data centers in
Florida and California. We are using catalyst with cfengine to save us
a few hours of work every week and everything is working great.

I would like to move forward to some other projects but most of the
knowledge (60%) required to do everything resides on my head alone.
I'm hit by a car in the streets and something might go bad, like the
required monthly database partition maintenance.

I would like to hear from the list what you are using for
infrastructure, software, processes, hardware documentation. I think I
need a system with a good user access control, an all-in-one solution
to document everything. Using Wiki+UML would solve the issue (I have
30% already documented in wikis) but (a) none of them were designed
for this specific task and (b) they don't integrate, people would have
to use two systems that knows nothing about each other.

What are you gurus doing to be replaceable?

Thank you very much in advance!

Best regards,
Daniel Colchete

PS: sending it again but in plain text this time. sorry :-)
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Re: Gentoo Brainstorm?

2008-03-06 Thread Chris Brennan

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1



Iain Buchanan wrote:
| On Thu, 2008-03-06 at 17:58 -0500, Rodrigo Lazo wrote:
| Andrey Falko [EMAIL PROTECTED] writes:
|
| On Thu, Mar 6, 2008 at 5:31 PM, Arturo 'Buanzo' Busleiman
| [EMAIL PROTECTED] wrote:
| Rodrigo Lazo wrote:
|  | Seems like Gentoo brainstorm won't happen
|  |
|  | http://bugs.gentoo.org/show_bug.cgi?id=212527
|
|  Doesn't sound like a Gentoo as a whole answer to me. The
| community is Gentoo. Gentoo is the community.
|  I've re-opened the bug. All people that think this is necessary,
| or not [of course], GO THERE AND
|  MAKE A COMMENT.
|
| I don't necessarily think a whole lot of me too's will help.
|
| I am of the opinion that opening a bug is not the right way to go
| about this. First, it is not critical. And second someone who really
| wants the brainstorm should code  up the infrastructure and then maybe
| open a bug to get their work into Gentoo.
| As I commented on the bug report... all the work need would be port
| the ubuntu's app into Gentoo's look and feel. As the idea is to make
| the developers and the users work together on this brainstorm is
| important to convince the developers that it will payoff.
|
| As a side note, bugzilla is not only for bugs but also for
| enhancement proposals.
|
| I think that if you want to carry the idea a bit further (and don't give
| up just because the bug was closed) that you should solicit some help
| first - perhaps from gentoo-user, gentoo-dev and the forums.
|
| Secondly get a bit of a specification together that describes exactly
| what and why, covers some technical questions, and maybe the
| implementation.
|
| Then take it back to gentoo-dev and say here's the idea, here's the
| details, here's how it can work.  Then you may get it happening for
| real.  Remember whatever you want form the brainstorm (eg. popular
| features implemented) won't happen if the developers feel like it's full
| of demands and unreasonable expectations.
|
| I can tell you now some will like it and some won't from the start.
| However, if only a few devs frequently monitor it at the start, it will
| still be a good indication of the communities feeling.  There will be
| lots of silent watchers.  Done right I think it could be very useful.
|
| I especially like how a lot of brainstorm ideas about brainstorm itself
| have already been implemented, making the tool better by using the tool!
| http://brainstorm.ubuntu.com/category/11
|
| cya,


One other thing that may be good, is someone to donate resources if need
be to get the project off the ground. Us doing all the technical
footwork, means very little if there is no practical application in
place, something tangible to look at and evaluate.

If we're going to commit to this, then we may as well go as far as we
can with it, till it looks so impressive and awe-inspiring that we can't
help but be flocked to, like gentoo-wiki and the forums. When I help new
users into the world of Linux and Gentoo, I tell them, there are three
things you should book mark, and visit frequently, gentoo.com,
gentoo-wiki.com and forums.gentoo.org, why shouldn't this be any different.

Chris
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.7 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFH0Jsk8hUIAnGfls4RAigfAJ9cPM8YFoESBIitSOED9u9Y9pPoMQCdFKaW
oiH82zn/OUOMNEgVlP6JaZ0=
=HTzJ
-END PGP SIGNATURE-
--
gentoo-user@lists.gentoo.org mailing list



RE: [gentoo-user] How do I get the x11-drivers/nvidia-drivers-1.0.8776-r1 back? [SOLVED]

2008-03-06 Thread Daevid Vincent
Well that seems to have fixed it. A million thanks Henry.

 -Original Message-
 From: Henry Gebhardt [mailto:[EMAIL PROTECTED] 
 Sent: Wednesday, March 05, 2008 4:17 AM
 To: gentoo-user@lists.gentoo.org
 Subject: Re: [gentoo-user] How do I get the 
 x11-drivers/nvidia-drivers-1.0.8776-r1 back?
 
 Hi,
 
 On Wed, Mar 5, 2008 at 4:05 AM, Daevid Vincent 
 [EMAIL PROTECTED] wrote:
 
 I emerge again, and it gives me 96.43.05.
 Now when I start X, I have a blank/black screen.

 This driver is NOT working with my card.
 
   Okay I followed the Wiki as instructed to the letter. Same 
 EXACT problem. It
   all seems to go fine, but I get a black screen when X 
 starts. Not like a
   back-lit one either. Like power off black. I know X is 
 running, I can see
   the processes, and it doesn't seem locked up either. I 
 just can't see
   anything.
  I also have a nVidia 440 Go with the same problem. I fixed by
 including the line
 
 Option UseDisplayDevice DFP
 
 in the Screen section of /etc/X11/xorg.xonf. However, now I can't
 use an external Monitor/Beamer.
 
 
   Thanks for the ideas, I think it's just this P.O.S. card 
 and the fact that
   nVidia is screwing me by not supporting it anymore in 
 these later drivers.
   Not sure why Willie's works though. That is curious, 
 hopeful and frustrating
   at the same time.
 
 I think nVidia is to blame! It once worked flawlessly.
 
 Regards,
 Henry
 -- 
 gentoo-user@lists.gentoo.org mailing list
 
 

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



[gentoo-user] The device-mapper init script is written for baselayout-2

2008-03-06 Thread Daevid Vincent
I've noticed this for quite some time and I'm finally getting around to
fixing it, if it even needs to be fixed...

When I startup my notebook, I see this message:

 * The device-mapper init script is written for baselayout-2 
 * Please do not use it with baselayout-1

locutus ~ # eix baselayout
[I] sys-apps/baselayout
 Available versions:  1.11.15-r3 1.12.10-r5 ~1.12.11 1.12.11.1
[M]~2.0.0_rc6-r1 {bootstrap build kernel_FreeBSD kernel_linux pam static
unicode}
 Installed versions:  1.12.11.1(14:20:50 02/29/08)(-bootstrap -build
-static -unicode)

Since I'm not real sure what this package does, I am unsure if I should just
unmerge and re-emerge it (perhaps at one time I ran the ~x86 version and so
I have a mixture?)

Is there a better way to fix this?

Is it even worth fixing?

I don't *notice* anything wrong other than the warning there, so perhaps
it's just benign.

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



Re: [gentoo-user] Make krusader default file manager

2008-03-06 Thread darren kirby
quoth the Danis Petkakis:
 hello there i'm trying to make krusader my default file manager...so when
 i'm double-clicking on a directory it should be opened by Krusader...i try
 to set it up correctly in kcontrol-kde components-file
 associations-inode-directory and choose Krusader in the application
 preference box but when i double-click on a folder it pops up an error
 message saying kdeinit could not launch '/usr/bin/krusader'...could
 someone tell me how to make krusader the default file manager?? thanks...

Seems like you were successful making krusader the default. It also seems that 
krusader is broken. I suggest trying to start `krusader` directly from a 
terminal (konsole or whatever) to see if there is something useful in an 
error message. 

Perhaps you need to run revdep-rebuild...
Or just `emerge krusader`.

-d
-- 
darren kirby :: Part of the problem since 1976 :: http://badcomputer.org
...the number of UNIX installations has grown to 10, with more expected...
- Dennis Ritchie and Ken Thompson, June 1972
-- 
gentoo-user@lists.gentoo.org mailing list



[gentoo-user] eix-test-obsolete problem

2008-03-06 Thread Shaochun Wang
I have an local overlay, which contains some ebuild written by myself or
copied from bugzilla.

When I execute eix-test-obsolete, it display the following wierd thing:

Installed packages with a version not in the database (or masked):

[I] app-misc/beagle ([EMAIL PROTECTED]/27/08): Search tool that 
ransacks 
your personal information space to find whatever you're looking for
[I] net-ftp/proftpd ([EMAIL PROTECTED]/20/08): An advanced and very 
configurable FTP server.
[I] x11-misc/qterm ([EMAIL PROTECTED]/07/08): QTerm is a BBS client in 
Linux.
[1] /usr/local/portage

And I also notice that when I execute command update-eix, the following is 
printed:
Reading Portage settings ..
Building database (/var/cache/eix) ..
[0] gentoo /usr/portage/ (cache: metadata)
 Reading 100%
[1]  /usr/portage/local/layman/sajinet (cache: none)
 Reading 100%
[2] berkano /usr/portage/local/layman/berkano (cache: none)
 Reading 100%
[3]  /usr/local/portage (cache: none)
 Reading 100%
Applying masks ..
Database contains 12454 packages in 152 categories.

It seems that there is no cache in the portage overlays, so update-eix
can't get the package information in these overlay.

What can I do to get the local overlay picked by eix?   

-- 
Shaochun Wang [EMAIL PROTECTED]

Jabber: [EMAIL PROTECTED]
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] date and gentoo running under vmplayer

2008-03-06 Thread John J. Foster
On Wed, Mar 05, 2008 at 08:25:59PM -0700, John J. Foster wrote:
 Hi all - it's been awhile
 
 This past week I've set up Gentoo running in a VM built by
 http://www.easyvmx.com/ under a XP host. Installation and configuration
 went fine. I normally leave the VM running when I walk away from the
 machine, but when I return, time is way off. Shutting down Gentoo  the
 VM  rebooting solvles the problem, as vmplayer must initially get the
 date and time from the host, but it sure doesn't keep it right after
 that. I tried openntpd, but it kept setting the time further and further
 off. I live in Fort Collins, Co and my locatime is set correctly
 (America/Denver). This is my 1st time playing with VM's. Is this common?
 Is there any way around it? I'm not really sure why openntpd didn't
 work.
 
 Any and all help appreciated.
 
I need to explain this a little further, me thinks. My Gentoo VM is
losing right around 20 seconds every minute! This is not a problem that
ntp in any of its incarnations is designed to solve. A couple other
thing I have tried are

clock=pit noapic

appended to the kernel command line. I tried these together and
separately with no luck. Right now I'm trying another suggestion I
found, which is to change the kernel frequency timer from 1000Hz to
250Hz. I'm recompiling now and will let you know.

Any other suggestions still welcome.

Thanks,
festus


pgpOxNVvHGBE9.pgp
Description: PGP signature


[gentoo-user] Laptop: Thinkpad T43: Disks Very Slow Under Load, Were Fast in the Past

2008-03-06 Thread fire-eyes

Hello,

I'm running gentoo on an IBM Thinkpad T43. In the past, disk access was 
fine under load (CPU or disk). These days, the disk becomes painfully 
slow under moderate to high CPU usage (such as compiling) or copying 
more than a few MB. GUI's become almost totally unresponsive and at 
times I have to down the system hard.


So it seems it's some sort of a change in kernels compared to the past. 
I have always run a vanilla kernel, manually configured and installed. 
Right now I am running 2.6.24.3.


The system uses an SATA disk drive.

Here is the boot line in grub.conf:
kernel /boot/vmlinuz-stable root=/dev/sda4 rw hdc=noprobe 
acpi_sleep=s3_bios panic=5 elevator=cfq nmi_watchdog=0


/boot/vmlinuz-stable being a symlink to the kernel I consider stable 
within /boot/. I also have vmlinuz-last called by another grub entry if 
I need it.


Here is my kernel config: http://fire-eyes.org/t/config-2.6.24.3.txt 
(may disappear in the future)


I am looking for feedback into what may be causing this mess. It makes 
for a very frustrating time using this laptop.


Thank you!
--
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Laptop: Thinkpad T43: Disks Very Slow Under Load, Were Fast in the Past

2008-03-06 Thread Andrey Falko
On Thu, Mar 6, 2008 at 10:38 PM, fire-eyes [EMAIL PROTECTED] wrote:
 Hello,

  I'm running gentoo on an IBM Thinkpad T43. In the past, disk access was
  fine under load (CPU or disk). These days, the disk becomes painfully
  slow under moderate to high CPU usage (such as compiling) or copying
  more than a few MB. GUI's become almost totally unresponsive and at
  times I have to down the system hard.

  So it seems it's some sort of a change in kernels compared to the past.
  I have always run a vanilla kernel, manually configured and installed.
  Right now I am running 2.6.24.3.

  The system uses an SATA disk drive.

  Here is the boot line in grub.conf:
  kernel /boot/vmlinuz-stable root=/dev/sda4 rw hdc=noprobe
  acpi_sleep=s3_bios panic=5 elevator=cfq nmi_watchdog=0

  /boot/vmlinuz-stable being a symlink to the kernel I consider stable
  within /boot/. I also have vmlinuz-last called by another grub entry if
  I need it.

  Here is my kernel config: http://fire-eyes.org/t/config-2.6.24.3.txt
  (may disappear in the future)

  I am looking for feedback into what may be causing this mess. It makes
  for a very frustrating time using this laptop.

What is the version of the kernel where you did not have issues?
2.6.24 and 23 have a new CPU scheduler (CFS), which should work
better than the old one. It is possible that the new scheduler does
not suit your needs.

Tell us the kernel version that work well for you, and we'll if it
might be a regression of CFS in 24 or a possible weakness of CFS.
  Thank you!
  --
  gentoo-user@lists.gentoo.org mailing list


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



Re: [gentoo-user] date and gentoo running under vmplayer

2008-03-06 Thread John J. Foster
On Thu, Mar 06, 2008 at 08:00:00PM -0700, John J. Foster wrote:
 On Wed, Mar 05, 2008 at 08:25:59PM -0700, John J. Foster wrote:
  Hi all - it's been awhile
  
  This past week I've set up Gentoo running in a VM built by
  http://www.easyvmx.com/ under a XP host. Installation and configuration
  went fine. I normally leave the VM running when I walk away from the
  machine, but when I return, time is way off. Shutting down Gentoo  the
  VM  rebooting solvles the problem, as vmplayer must initially get the
  date and time from the host, but it sure doesn't keep it right after
  that. I tried openntpd, but it kept setting the time further and further
  off. I live in Fort Collins, Co and my locatime is set correctly
  (America/Denver). This is my 1st time playing with VM's. Is this common?
  Is there any way around it? I'm not really sure why openntpd didn't
  work.
  
  Any and all help appreciated.
  
 I need to explain this a little further, me thinks. My Gentoo VM is
 losing right around 20 seconds every minute! This is not a problem that
 ntp in any of its incarnations is designed to solve. A couple other
 thing I have tried are
 
 clock=pit noapic
 
 appended to the kernel command line. I tried these together and
 separately with no luck. Right now I'm trying another suggestion I
 found, which is to change the kernel frequency timer from 1000Hz to
 250Hz. I'm recompiling now and will let you know.
 
Switching to 250Hz looks like it has solved the problem. No time lost
for a little over an hour now, and ntp is syncing properly, I think. But
my reading of the help on this setting led me to believe that 1000Hz was
right for a desktop system.

Can any explain what this setting actually does, and why it works now?

* from make menuconfig help *

CONFIG_HZ_1000:

1000 Hz is the preferred choice for desktop systems and other
systems requiring fast interactive responses to events.

Symbol: HZ_1000 [=n]
Prompt: 1000 HZ
  Defined at kernel/Kconfig.hz:42
  Depends on: choice
  Location:
- Processor type and features
  - Timer frequency (choice [=y]) 



pgpG30DmnsjHG.pgp
Description: PGP signature


Re: [gentoo-user] Laptop: Thinkpad T43: Disks Very Slow Under Load, Were Fast in the Past

2008-03-06 Thread fire-eyes

Andrey Falko wrote:

On Thu, Mar 6, 2008 at 10:38 PM, fire-eyes [EMAIL PROTECTED] wrote:

Hello,

 I'm running gentoo on an IBM Thinkpad T43. In the past, disk access was
 fine under load (CPU or disk). These days, the disk becomes painfully
 slow under moderate to high CPU usage (such as compiling) or copying
 more than a few MB. GUI's become almost totally unresponsive and at
 times I have to down the system hard.

 So it seems it's some sort of a change in kernels compared to the past.
 I have always run a vanilla kernel, manually configured and installed.
 Right now I am running 2.6.24.3.

 The system uses an SATA disk drive.

 Here is the boot line in grub.conf:
 kernel /boot/vmlinuz-stable root=/dev/sda4 rw hdc=noprobe
 acpi_sleep=s3_bios panic=5 elevator=cfq nmi_watchdog=0

 /boot/vmlinuz-stable being a symlink to the kernel I consider stable
 within /boot/. I also have vmlinuz-last called by another grub entry if
 I need it.

 Here is my kernel config: http://fire-eyes.org/t/config-2.6.24.3.txt
 (may disappear in the future)

 I am looking for feedback into what may be causing this mess. It makes
 for a very frustrating time using this laptop.


What is the version of the kernel where you did not have issues?
2.6.24 and 23 have a new CPU scheduler (CFS), which should work
better than the old one. It is possible that the new scheduler does
not suit your needs.


Thanks for the reply.

I do not recall, other than it was four or more months ago. Do you 
happen to know what version of the kernel that scheduler showed up in? 
Also, is that scheduler not irrelevant here as I was passing elevator=cfq?


By the way, I did a little experimentation. I changed my scheduler to 
deadline, and set preemption to desktop. Before the scheduler was cfq, 
and the preemption to low-latency desktop.


Things already feel snappier gui-wise, but I have yet to push the 
disk/cpu to see what will happen. I believe it is at least the start of 
improvements, however.

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



[gentoo-user] gPHPedit doesn't show help (PHP manual)

2008-03-06 Thread Marcin Dzierzkowski
Hi.
gPHPedit (0.9.91) doesn't show help after highlight function and hit F1. 
I have installed gnome-extra/gtkhtml-2.11.1,
app-doc/php-docs-20071125-r2 and dev-lang/php-5.2.6_rc1-r1 with doc USE. 

$ gphpedit 
Help for function not found: closedir 
Help for function not found: mysql_connect

$ locate function.mysql-connect.html 
/usr/share/doc/php-docs-20071125-r2/en/html/function.mysql-connect.html 
/usr/share/doc/php-docs-20071125-r2/pl/html/function.mysql-connect.html

Any ideas? 

largo3


signature.asc
Description: PGP signature


[gentoo-user] Last week gentoo problems durring installation

2008-03-06 Thread mateuszmierzwinski
Hi!

If You want to know what hapend last week with gentoo installation with kde4, 
kde3, GTK+ apps without fonts I just want to say that it was xf86-video-i810 
aka xf86-video-intel driver problem - EXA cards don't display correctly fonts 
with EXA enabled. When Force XAA fonts come back. Also PageFlipping don't work 
anymore with XAA/EXA. That issues don't exisit under experimental 
xf86-video-intel driver from intellinuxgraphics.com/org or what ever. And what 
makes me think it's all about driver? Hmm... I accidently install VESA driver 
and in config (xorgconfig) I choose VESA thinking - why do not try? And Voila! 
All done! Kde 3.5.8 working with no errors. Also applying some tweaks for 
i965GM chipset:

Section Device
Identifier  ** Intel i810 (generic)   [i810]
Driver  intel # i810 is simlinked to intel so 
not matter - it can be freely typed i810
#VideoRam262144 # Not needed - card autodetect
Option TripleBuffer true# TripleBuffer works perfect
Option AperTexSize 131072   # resized texture memory for 3D 
games and apps
Option AccelMethod XAA  # only XAA works - must be 
forced
#   Option PageFlip true# not working correctly
Option RenderAccel true # because KDE 3.5.8 want's it - 
not used by driver ;)
EndSection

This works perfect with maximized texture memory 128MB ;) ideal for UT2004.

Greetings,
Mateusz M.
--
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] date and gentoo running under vmplayer

2008-03-06 Thread Alan McKinnon
On Friday 07 March 2008, John J. Foster wrote:

 Switching to 250Hz looks like it has solved the problem. No time lost
 for a little over an hour now, and ntp is syncing properly, I think.
 But my reading of the help on this setting led me to believe that
 1000Hz was right for a desktop system.

More like we think that 1000Hz *should* work better than 250Hz, but we 
don't really know for sure and YMMV...

 Can any explain what this setting actually does, and why it works
 now?

From /usr/src/linux/kernel/Kconfig.hz:

 Allows the configuration of the timer frequency. It is 
customary
 to have the timer interrupt run at 1000 Hz but 100 Hz may be 
more
 beneficial for servers and NUMA systems that do not need to 
have
 a fast response for user interaction and that may experience 
bus
 contention and cacheline bounces as a result of timer 
interrupts.
 Note that the timer interrupt occurs on each processor in an 
SMP
 environment leading to NR_CPUS * HZ number of timer interrupts
 per second.

The timer wakes up x times per second and demands that it get attention. 
Your VM however, cannot control this on the host and the guest kernel 
interacts in strange ways with the host kernel.

Just for interest, what are the Hz settings on host and guest?
-- 
Alan McKinnon
alan dot mckinnon at gmail dot com

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



Re: [gentoo-user] The device-mapper init script is written for baselayout-2

2008-03-06 Thread Alan McKinnon
On Friday 07 March 2008, Daevid Vincent wrote:
 I've noticed this for quite some time and I'm finally getting around
 to fixing it, if it even needs to be fixed...

 When I startup my notebook, I see this message:

  * The device-mapper init script is written for baselayout-2
  * Please do not use it with baselayout-1

 locutus ~ # eix baselayout
 [I] sys-apps/baselayout
  Available versions:  1.11.15-r3 1.12.10-r5 ~1.12.11 1.12.11.1
 [M]~2.0.0_rc6-r1 {bootstrap build kernel_FreeBSD kernel_linux pam
 static unicode}
  Installed versions:  1.12.11.1(14:20:50 02/29/08)(-bootstrap
 -build -static -unicode)

 Since I'm not real sure what this package does, I am unsure if I
 should just unmerge and re-emerge it (perhaps at one time I ran the
 ~x86 version and so I have a mixture?)

 Is there a better way to fix this?

 Is it even worth fixing?

 I don't *notice* anything wrong other than the warning there, so
 perhaps it's just benign.

READ THE ERROR MESSAGE PROPERLY.

It says The device-mapper init script is written for baselayout-2. 
Please do not use it with baselayout-1. 

What does that mean? It means that you are not using baselayout-2, you 
are using baselayout-1, and you are also using the device-mapper init 
script which doesn't work right with baselayout-1.

As it turns out, the init-script in this case just exists in this 
condition, so you could ignore it. To make the message go away, remove 
device-mapper from your runlevel:

sudo rc-update del device-mapper default

-- 
Alan McKinnon
alan dot mckinnon at gmail dot com

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