Re: [gentoo-user] Performance problem at writing big files and Multitasking

2007-02-07 Thread Tom Naujokas

On 2/7/07, Daniel Pielmeier [EMAIL PROTECTED] wrote:



No other suggestions?
--
gentoo-user@gentoo.org mailing list



Could your problem be similar to this:

  http://marc.theaimsgroup.com/?l=gentoo-userm=114252338111258w=2


Tom


Re: [gentoo-user] Re: emacs shell color question

2006-12-27 Thread Tom Naujokas
On Tue, 2006-26-12 at 19:24 -0500:

...[snip]...
  
  Good, however you should not really need to use ansi-mode.
  I do not, and don't have the trouble you mentioned.
  
  In normal shell-mode (M-x shell) I do see the escape sequences you
  mention but not in eshell (M-x eshell).
  
...[snip]...

I have similar problems with xemacs. Both shell and eshell act the same
and there seems to be no ansi-term for xemacs. This used to work fine.

Could this be a terminfo problem? When I do the following in a xemacs
shell:

[EMAIL PROTECTED] ~ $ echo $TERM
emacs
[EMAIL PROTECTED] ~ $ find /usr/share/terminfo -name emacs -print
[EMAIL PROTECTED] ~ $ 

Doesn't this indicate that the terminal type emacs is missing from the
terminfo database. If so, how would I get it back?

Tom

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Loss of VT switching capabilities after Gnome 2.16 upgrade

2006-12-16 Thread Tom Naujokas
  I've been having problems with
 something on the lines of gnome-settings-daemon. When starting X, gnome
 starts up and I immediately get an issue with this daemon which makes
 reference to something relating to dbus and Bonobo in another place. It
 warns about potential theme/settings problems which make sense because
 things look a little dry, here (it has a big-java-applet feel). 

The upgrade guide at:

http://www.gentoo.org/proj/en/desktop/gnome/howtos/gnome-2.16-upgrade.xml

mentions possible problems with gnome-settings-daemon and what can be
done.

Tom

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] kernel 2.6.15

2006-03-16 Thread Tom Naujokas
On 3/16/06, Cláudio Henrique [EMAIL PROTECTED] wrote:
one of them is about preemption. I tried the desktop and low latencydesktop options, and in both of them my desktop seemed overloaded.even mouse movement was chopped.This sounds similar to a kernel upgrade problem that I had a few versions
ago. The mouse would get choppy any time the system was accessinga disk. Having several applications reading/writing in parrallel would make thesystem unusable. Disk access was also much slower.I used genkernel to build the kernel and I had forgotten the step about 
copying over the /proc/config.gz. There is a reference in the handbookto this: http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?full=1#genkernel
Tom Naujokas


Re: [gentoo-user] x11-drivers/ati-drivers and latest kernel (stable)

2006-01-29 Thread Tom Naujokas
On Sun, 2006-01-29 at 21:29 +0100, Remy Blank wrote:
 Has anybody had any luck with x11-drivers/ati-drivers and the latest
 stable kernel gentoo-sources-2.6.15-r1?
 
snip
 
 Any insights would be greatly appreciated (or working combinations of
 kernel and driver versions).
 -- Remy

This combination works fine for me:

  linux-2.6.14-gentoo-r5
  x11-drivers/ati-drivers 8.14.13-r3
  sys-apps/hal 0.5.5.1-r3

Tom Naujokas
  

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] How do I get larger fonts in X ?

2005-08-15 Thread Tom Naujokas
On Mon, 2005-15-08 at 22:09 -0400, Walter Dnes wrote:

   The one part I haven't figured out is xterm.  If I {ALT-RIGHT-CLICK}
 in an xterm, I get a menu that will alter font sizes.  How do I change
 the default font size that xterm comes up with?

You can control xterm fonts with either command line options or with
Xtoolkit resources. man xterm shows the option:

  -fn font   This option specifies the font to be used for displaying
 normal text.  The default is fixed.

and for a resource:

  font (class Font)   Specifies the name of the normal font.  The 
  default is ``fixed.''

Reviewing the rest of the man file, there are many other options and
resources for controlling fonts. Far more than I remember from the
last time I looked at this particular man file. Looks like some
experimentation would be in order to determine what works best for
you.

Tom Naujokas  



-- 
gentoo-user@gentoo.org mailing list