Re: [gentoo-user] where is the unifont?

2007-10-20 Thread Daniel Vrcic
* Ralf Stephan [EMAIL PROTECTED] [07-10-19 14:30]:
 Hello,
 I have installed the unifont package but it doesn't show with
 xlsfonts nor xfontsel, nor does an xterm find the font string.
 I tried the commands mkfontsdir and xset fp rehash.
 
 What am I missing?

You should have unifont's path listed in the Files section of
xorg.conf:

Section Files:
...
FontPath /usr/share/fonts/unifont
...

-- 
Daniel Vrcic
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] emerge -uDN world minus one package

2007-05-01 Thread Daniel Vrcic
* Jesse Adelman [EMAIL PROTECTED] [07-05-01 14:08]:
[...]
 Any suggestions? When faced with a similar problem in the distant past,
 I've grabbed the old ebuild from CVS for mythtv (and plugins) and put it
 in an overlay, but that seems so inelegant...

You've grabbed the .ebuild for the version that is currently installed
but whose .ebuild disappeared from the portage tree? If so, you already
have it in the /var/db/pkg/ so you don't need to contact CVS. I wouldn't
say that's inelegant because you actually have the track of packet's
version installed on the system.
 
Anyway, I would temporarily remove media-tv/mythtv from the
/var/lib/portage/world and revert it back after portage's update world.

[...]

-- 
Daniel Vrcic

-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] how to open a chdired rxvt?

2007-04-28 Thread Daniel Vrcic
* anhnmncb [EMAIL PROTECTED] [07-04-28 11:39]:
 hi, list:
 I want to bound a key-binding to open a chdired rxvt. Say I'm in fvwm
 and  the working dir is ~/, then I want to open a rxvt, which working
 dir is ~/doc, so I try:
   rxvt -hold -e bash -c cd ~/doc

That should be:

(cd ~doc/  urxvt)

[...]

-- 
Daniel Vrcic
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] how to open a chdired rxvt?

2007-04-28 Thread Daniel Vrcic
* Daniel Vrcic [EMAIL PROTECTED] [07-04-28 12:12]:
 * anhnmncb [EMAIL PROTECTED] [07-04-28 11:39]:
  hi, list:
  I want to bound a key-binding to open a chdired rxvt. Say I'm in fvwm
  and  the working dir is ~/, then I want to open a rxvt, which working
  dir is ~/doc, so I try:
  rxvt -hold -e bash -c cd ~/doc
 
 That should be:
 
 (cd ~doc/  urxvt)
 
 [...]

Sorry, correction... I'm also using fvwm and I have some entries in
fvwm2rc regarding your issue. The command from the previous mail works
if it's being executed from the shell/term_emul (discard the doc's slash
:) but it would not if it's just pasted into fvwm2rc. There you should
have something like:

  DestroyFunc FvwmTermDoc
  AddToFunc   FvwmTermDoc
  + I Exec exec $(cd ~/doc  rxvt) 

# Keybind
Key C A MC FvwmTermDoc

-- 
Daniel Vrcic
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] fvwm: how to begin?

2007-01-10 Thread Daniel Vrcic
* Pierre-Yves Rofes [EMAIL PROTECTED] [07-01-05 11:42]:
 Hi,
 
 I think starting a new configuration from scratch is a really bad idea.
 It's boring and it will require hours to have something decent.
 You'd better to get a working config close from what you want, and then
 edit it to suit your personal needs and tastes.

Yeah, I agree to that. It's easier to adapt the someone's config than
start a new one from a scratch mainly beacuse you need to have a picture
of what you want from your WM and a right directions to start. I know
I should need menu, taskbar and pager, but what to read, where to
start from? If you're convicted only to a man pages then that's PITA. It
will take hours to figure out what sections of which man pages to
read. Written tutorials help a bit, but still it takes quite a lot to
become familiar with a simple options. IMHO, fvwm has a lack of the
good structured and a heavily cross linked documentation, the one like
mutt and mplayer have. There are so many options, available keywords
that can't be just bundled in a single man pages. There were also some
proposals of the default configuration which is good as a guideline, but
I'm sure that it wouldn't present not even the third of the available
customizations. So as a result you're ending up with a heavy research of
forums, mail lists, available configs, wiki and that takes time...

[...]

-- 
Daniel Vrcic
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] pants

2007-01-10 Thread Daniel Vrcic
* Arturo 'Buanzo' Busleiman [EMAIL PROTECTED] [07-01-11 00:10]:
 Richard Cox wrote:
  I don't know.. Having PANTS=ON is purely optional in my environment.  :)
 Damn. His system got probably raped. Now the system has activated some
 protections.

:- 

-- 
Daniel Vrcic
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] How to list sizes of installed packages?

2006-12-05 Thread Daniel Vrcic
* Grant Edwards [EMAIL PROTECTED] [06-12-05 20:42]:
 How do I get a list of the sizes of installed packages??
[...]

[117] % qsize mozilla-firefox
www-client/mozilla-firefox-2.0: 3413 files, 160 non-files, 43921.231 KB
[118] % qfile qsize
app-portage/portage-utils (/usr/bin/qsize)

See qsize(1) for an options. portage-utils is a 'must have'. :)

-- 
Daniel Vrcic
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: [OT] Progress bar for cp?

2006-11-24 Thread Daniel Vrcic
* Richard Fish [EMAIL PROTECTED] [06-11-24 10:57]:
 Hmm, damn.  I'd swear that used to work.
 Guess we will have to make do with rsync --progress...
 -Richard

Heh, it works now. I replaced net-misc/openssh with net-misc/ssh. It
seems that scp from the openssh doesn't have this progress meter
feature, although there's mention of it in a manpages.

-- 
Daniel Vrcic
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: [OT] Progress bar for cp?

2006-11-23 Thread Daniel Vrcic
* Ryan Tandy [EMAIL PROTECTED] [06-11-23 19:46]:
 Daniel Vrcic wrote:
  * Richard Fish [EMAIL PROTECTED] [06-11-21 13:37]:
   On 11/20/06, Ryan Tandy [EMAIL PROTECTED] wrote:
  [...]
Any other (simple) way of getting a progress bar for large files?
   Use another program, like the filemanager in your desktop, or scp
   (yes, scp works for local copying as well!).
   -Richard
  How do you get progress bar with scp?
 does it automatically iirc
 either that or scp -v

Yeah, I thought that too, but I don't get it, not even with -v. I've
tried to copy some really big files and directories recursively and
there's no progress bar showed. Quick look at a manpage mentions only
how to disable it (-q) but that's useless to me, isn't it? :) Any clue
what could be wrong?


-- 
Daniel Vrcic
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: [OT] Progress bar for cp?

2006-11-23 Thread Daniel Vrcic
* Etaoin Shrdlu [EMAIL PROTECTED] [06-11-23 20:39]:
 On Thursday 23 November 2006 20:06, Daniel Vrcic wrote:
  Yeah, I thought that too, but I don't get it, not even with -v. I've
  tried to copy some really big files and directories recursively and
  there's no progress bar showed. Quick look at a manpage mentions only
  how to disable it (-q) but that's useless to me, isn't it? :) Any clue
  what could be wrong?
 Well, scp does not have a real progress bar (ie, like wget), but only 
 shows what the man page calls progress meter (percentage, size, speed 
 and ETA indicators). Are you getting at least these indicators? or 
 nothing at all?

Yeah, meter is a better term, but I still don't get it.

% du -h temp_dvds
1.9Gtemp_dvds
1.9Gtotal
% scp -v -r temp_dvds temp_dvd_DUP
Executing: cp -r temp_dvds temp_dvd_DUP
%

-- 
Daniel Vrcic
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] NTFS vs ext3

2006-11-18 Thread Daniel Vrcic
* Shawn Singh [EMAIL PROTECTED] [06-11-17 09:10]:
 In ( what seems like ) similar situatoins, I've just let the partition
 that I want to share b/w OSes just be a NTFS partition if say, I
 were dual-booting my machine ( Linux  Windows ). IMHO, Linux support
 for NTFS is fine, meaning that I've not experienced any trouble
 related to doing that.

You have also experienced satisfactory writing speed? You're using
ntfs-3g? 


-- 
Daniel Vrcic
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] fvwm does not start

2006-06-02 Thread Daniel Vrcic
* Rakotomandimby Mihamina [06-06-02 12:12]:
[...]
 I also put _only_:
   fvwm 
 into
   /etc/X11/xinit/xinitrc
 
 When I launch startx:
[...]
 As you see, no errors.
 Ont thing I notice: I quickly a x in the middle of the screen then it
 disapears. It's the mouse pointer. But it rapidly disapears. Would you
 help me solve this?

You're forking fvwm into background. Fvwm, as any other WM, must be
executed in parent shell, without forking.

Put something like this

#!/bin/bash
exec fvwm2

into your /etc/X11/xinit/xinitrc.

Cheers,
-- 
Daniel Vrcic
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Finding packages which provide a file

2006-05-26 Thread Daniel Vrcic
* Alexander Skwar [EMAIL PROTECTED] [06-05-22 16:46]:
 Hello.
 From time to time, I'm looking for a *not* installed package, which
 might provide a certain file. Say, I'd like to know, which packages
 could provide /etc/foo/bar, how would I do that? Are there any sites
 out there, which provide a database, which connect installed file to
 package? Sort of like a compilation of /var/db/pkg/*/*/CONTENTS?

http://www.rommel.stw.uni-erlangen.de/~fejf/pfs/

-- 
Daniel Vrcic
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] can't compile some C++ apps

2006-02-03 Thread Daniel Vrcic
Hi,

* Richard Fish [EMAIL PROTECTED] [06-02-02 10:04]:

thanks for reply!

 Segfaults compiling are almost always a hardware issue. memtest86 is
 just about useless today, as it cannot detect problems due to dma or
 memory timings.
 
 Try the memtest script available at:
 
 http://people.redhat.com/dledford/memtest.html

I ran it twice yesterday and it didn't print anything on stdout which
means that those tests passed.

I've also run it today with NR_PASSES=10:

[36] % ./memtest.sh
./memtest.sh  288.38s user 441.55s system 9% cpu 2:01:45.25 total

 The other thing I would try is to take out the -mmmx, -msse2, and
 -mfpmath=sse flags.  They will be enabled for those ebuilds where it
 is safe to do so by the USE flags.

Doh, I forgot to say in the original post that I've already tried
removing those flags, but that, unfortunately, didn't help. :(

I'm still not able to compile the newest avidemux, k3b, kpdf, amarok...

Isn't that strange that _all_ C compiles (including some bigger apps
like kernel, mplayer, glib, gtk+) went fine apart from only few C++'s
(I think two)? If I have a hardware issue, how come that compilation of
those programs always break, and always on the same file and line of
certain source?

Please, any more tips, advices?

Cheers,
-- 
Daniel Vrcic
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] can't compile some C++ apps

2006-02-01 Thread Daniel Vrcic
Hi list!

I have some strange problems with compilation of C++ apps. I've done
numerous emerges today and it turns out that _only_ compilation of
some C++ applications fail(?!). I get always the same error message:
internal compiler error: Segmentation fault. For example avidemux has
some part of source written in C++. While compilation of .c part goes
very well it suddenly breaks with compiling .cpp file (some of .cpp
files actually pass) and emerge spits out:

-
   ADM_vorbis::run(uint8_t*, unsigned int, uint8_t*, uint32_t*)':
audiocodec_ogg.cpp:187: internal compiler error: Segmentation fault
-

I get the similar error with wxGTK, kdelibs, libvisual-plugins and few
others, but not with filelight for example(see below).

 wxGTK
*
from
/var/tmp/portage/wxGTK-2.6.2-r1/work/wxWidgets-2.6.2/src/common/appbase.cpp:34:
/var/tmp/portage/wxGTK-2.6.2-r1/work/wxWidgets-2.6.2/include/wx/longlong.h:
In member function `bool wxULongLongNative::operator(long unsigned int) const':
/var/tmp/portage/wxGTK-2.6.2-r1/work/wxWidgets-2.6.2/include/wx/longlong.h:472:
internal compiler error: Segmentation fault
-

 kdelibs
*
kshortcut.cpp: In member function `bool KKeySequence::init(const 
KKeySequence)':
kshortcut.cpp:262: internal compiler error: Segmentation fault
-

 libvisual-plugins
*
UtilStr.cpp: In member function `void UtilStr::Assign(CEgIStream, long int)':
UtilStr.cpp:299: internal compiler error: Segmentation fault
-


I have also successfully compiled some C applications today and none of
them teased me as C++ ones had.

[11] % genlop --list --date yesterday today
 * sys-fs/mdadm

 Wed Feb  1 14:51:52 2006  sys-fs/mdadm-1.12.0
 Wed Feb  1 15:07:09 2006  media-sound/xmms-1.2.10-r15
 Wed Feb  1 17:31:08 2006  media-libs/libvisual-0.2.0
 Wed Feb  1 17:31:42 2006  media-plugins/xmms-libvisual-0.2.0
 Wed Feb  1 18:09:02 2006  www-client/elinks-0.10.6
 Wed Feb  1 22:59:54 2006  sys-apps/memtester-4.0.3
 Wed Feb  1 23:21:02 2006  net-analyzer/tcpdump-3.9.3
 Wed Feb  1 23:22:41 2006  media-fonts/terminus-font-4.14-r1
 Wed Feb  1 23:29:16 2006  net-news/liferea-1.0-r1
 Wed Feb  1 23:30:13 2006  media-sound/beep-media-player-0.9.7-r8
 Thu Feb  2 02:14:24 2006  media-libs/libvisual-0.2.0
 Thu Feb  2 02:44:55 2006  dev-libs/libcdio-0.73
 Thu Feb  2 02:47:06 2006  media-video/vcdimager-0.7.21
 Thu Feb  2 03:32:14 2006  media-video/mplayer-1.0_pre7-r1
 Thu Feb  2 03:50:22 2006  kde-misc/filelight-1.0_beta6

+ three manual kernel compilations.

I have three RAM modules and memtest86+ doesn't report any error on
either of them. I also don't experience any sudden application crashes
(except emerging :) ).


You might be interested at

[12] % gcc-config -l
 [1] i686-pc-linux-gnu-3.3.6 *
 [2] i686-pc-linux-gnu-3.3.6-hardened
 [3] i686-pc-linux-gnu-3.3.6-hardenednopie
 [4] i686-pc-linux-gnu-3.3.6-hardenednopiessp
 [5] i686-pc-linux-gnu-3.3.6-hardenednossp

[13] % eix '^glibc$' | grep Installed
 Installed:   2.3.5-r1

[14] % emerge info 
CBUILD=i686-pc-linux-gnu
CFLAGS=-O2 -march=pentium4 -pipe -fomit-frame-pointer -mfpmath=sse
-mmmx -msse2
CHOST=i686-pc-linux-gnu
CONFIG_PROTECT=/etc /usr/kde/2/share/config /usr/kde/3/share/config
/usr/share/config /var/ qmail/control
CONFIG_PROTECT_MASK=/etc/gconf /etc/env.d
CXXFLAGS=-O2 -march=pentium4 -pipe -fomit-frame-pointer -mfpmath=sse
-mmmx -msse2
DISTDIR=/usr/portage/distfiles
FEATURES=autoconfig distlocks sandbox sfperms strict
GENTOO_MIRRORS=http://distfiles.gentoo.org
http://distro.ibiblio.org/pub/Linux/distribution s/gentoo
PKGDIR=/usr/portage/packages
PORTAGE_TMPDIR=/var/tmp
PORTDIR=/usr/portage
PORTDIR_OVERLAY=/usr/local/portage
SYNC=rsync://rsync.gentoo.org/gentoo-portage
USE=x86 X abook apm audiofile avi berkdb bitmap-fonts bonobo bzip2 cdb
cdparanoia cdr crypt cscope cups curl divx4linux doc dvd dvdr dvdread
eds emboss encode exif expat fam ffmpeg fl ac foomaticdb fortran gd
gdbm gif gimpprint glut gnome gpm gstreamer gtk gtk2 gtkhtml guile idn
imagemagick imlib ipv6 java jpeg ldap libg++ libwww lirc mad maildir
matroska mbox mikmo d mmx mmx2 mmxext mng motif mp3 mpeg mysql ncurses
nls nvidia ogg oggvorbis opengl oss pam p cre pdflib perl png python qt
quicktime readline recode rtc ruby sblive sdl slang spell sse sse2 ssl
svga tcltk tcpd tetex tiff truetype truetype-fonts type1-fonts udev usb
v4l v4l2 vo rbis win32codecs xgetdefault xine xml xml2 xmms xosd xv xvid
zlib zvbi userland_GNU kernel_l inux elibc_glibc
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS, MAKEOPTS


The only significant thing I've done recently and think it's worth of
mentioning is that I've moved / and /home from reiserfs to ext3.

Please, can someone shed up some light on this.

Cheers, 
-- 
Daniel Vrcic
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Collecting USE variables

2005-10-19 Thread Daniel Vrcic
* Alexander Skwar [EMAIL PROTECTED] [05-10-18 14:05]:
 Ciaran McCreesh schrieb:
  On Mon, 17 Oct 2005 22:29:12 +0200 Alexander Skwar
  [EMAIL PROTECTED] wrote:
  | Why is 3dfx not enabled by default for xorg?
  Because most people who use applications which have a 3dfx USE flag do
  not require 3dfx support.
 Why is ipv6 in make.defaults? Most people don't (yet) use
 ipv6 and compiling in ipv6 support may make some applications
 be overly bloat.

Exactly. 

I've noticed that fetchmail has some long delays when it's compiled with
ipv6. In that case it's probably doing ipv6 lookup first then waiting
for timeout and then finally doing ipv4 lookup. As a result I've been
downloading ~80 mails for half an hour.
 
It's very annoying especially when you know that ipv6 support hasn't
been enabled by you.

-- 
Daniel Vrcic
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] How to set an application to be on all workspaces?

2005-10-19 Thread Daniel Vrcic
* Ognjen Bezanov [EMAIL PROTECTED] [05-10-15 19:20]:
 Hi all
 
 This is more of a general linux question, but in fluxbox how do you set a 
 program to be on all workspaces. I am using engage (from enlightenment) as a 
 toolbar but when run from the fluxbox startup file, it will only be shown on  
 workspace 1. The program itself doesnt seem to have an option show on all 
 workspaces so is there another way to get it on all other workspaces.
 
 Cheers

This is what I have in my $HOME/.fluxbox/apps file regarding to have
xpad on all workspaces:

[app] (xpad)
   [Dimensions]  {193 143}
   [Position]  (UPPERLEFT) {6 695}
   [Deco]  {NONE}
   [FocusHidden] {no}
   [Sticky]  {yes}
   [Close] {yes}
[end]

Notice the [Sticky] {yes} line.

Application name (xpad) is taken from the first window WM_CLASS
attribute. You can get it by typing xprop WM_CLASS in the prompt and
then pointing the cursor to your running application.

-- 
Daniel Vrcic
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: What to do about firefox

2005-09-16 Thread Daniel Vrcic
* Jonathan Wright [EMAIL PROTECTED] [05-09-16 20:16]:
 Kevin O'Gorman wrote:
  I may have misconfigured it early on.  Is there something in particular
  I should look for?
 I know there used to be issues with firefox where it had difficulty
 releasing memory when you have had a large number of tabs running. 

From my experience I should say that Firefox has a memory leak when
you're viewing some large images with it, like screenshots for
example. It happened to me once that Firefox ate 250 ram + 300 swap.

[...]

-- 
Daniel Vrcic
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: OT: Compiling non-portage app for gdb

2005-09-04 Thread Daniel Vrcic
* Mark Knecht [EMAIL PROTECTED] [05-09-03 11:47]:
 Hi,
 Can someone suggest how a non-programmer can compile a non-portage
 app to run in gdb so that I can get a trace of a segfault? I have the
 code. It compiles and segfaults on my AMD64 machine. I'd like to send
 the developers some debug data.

You should have shell's CFLAGS and CXXFLAGS environment variables
declared. Those variables are being read and parsed by gcc upon some
manual compiling of source code. They should contain gcc's -ggdb
argument which actually tells gcc to build a code with debugging
symbols.

-- 
Daniel Vrcic
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: Windows Media Player

2005-08-25 Thread Daniel Vrcic
* Jonathan Wright [EMAIL PROTECTED] [05-08-26 00:57]:
 Jerry McBride wrote:
  Yep, you're right. Mplayer is a wonderful application, but a bit too 
  delicate 
  to use all the time. I experience the same fail to shutdown problem you 
  have and in addition to that, after a video plays, I can click on the open 
  a 
  file button and it will crash... almost every time.
 Personally, I prefer to skip the GTK interface and just use the standard
 mplayer version, not gmplayer. I've mapped all the keys to my liking, so
 I need nothing more :)

You're using slave mode? What keys?

-- 
Daniel Vrcic
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: Ktoon

2005-08-17 Thread Daniel Vrcic
* Neil Bothwick [EMAIL PROTECTED] [05-08-17 09:59]:
 On Wed, 17 Aug 2005 02:21:24 +0200, Daniel Vrcic wrote:
  For one-time use you can do the following:
  
  # export PATH=/usr/qt/3/bin:$PATH
  
  Then you can compile your program from the same terminal you typed the
  command above.
  
  For long-term use you should add that command to your shell's
  configuration file. If your shell is bash (default) then that conf. file
  will be $HOME/.bashrc .
 This should already be set up when you installed qt.

Hmm, haven't noticed that before. Probably beacuse my Qt lib is
installed from GRP.
 
 [EMAIL PROTECTED] ~]$ cat /etc/env.d/45qt3
 PATH=/usr/qt/3/bin
 ROOTPATH=/usr/qt/3/bin
 LDPATH=/usr/qt/3/lib
 QMAKESPEC=linux-g++
 MANPATH=/usr/qt/3/doc/man
 
 System wide paths should be put in /etc/env.d, don't forget to run
 etc-update after doing so.

s/etc-update/env-update
 
Oh, this is the Gentoo way. Thanks Neil for clearing that up. I was
looking for that kind of solution.

-- 
Daniel Vrcic
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: Ktoon

2005-08-17 Thread Daniel Vrcic
* Neil Bothwick [EMAIL PROTECTED] [05-08-17 18:39]:
 On Wed, 17 Aug 2005 14:33:58 +0200, Daniel Vrcic wrote:
  s/etc-update/env-update
 s/etc-update/env-update/
 if we're going to be picky about typos :)

I'm going to lie you and tell you that I was refering to the vim's
substitution. ;-) For a such simple thing it doesn't need trailing
slash, although it can be there.

-- 
Daniel Vrcic
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: Ktoon

2005-08-16 Thread Daniel Vrcic
* Ian K [EMAIL PROTECTED] [05-08-16 10:46]:
 Hi there,
 Does anyone know how to get KToon working?
 http://ktoon.toonka.com/
 I cannot compile it because when I run Qmake
 to compile the sources, it says qmake: command not
 found.
 What can I do?

Assuming that you have Qt library installed. qmake is located in
/usr/qt/3/bin/ so you should add that directory to your $PATH enviroment
variable.

-- 
Daniel Vrcic
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: Ktoon

2005-08-16 Thread Daniel Vrcic
* Ian K [EMAIL PROTECTED] [05-08-17 02:03]:
 Daniel Vrcic wrote:
  * Ian K [EMAIL PROTECTED] [05-08-16 10:46]:
   Hi there,
   Does anyone know how to get KToon working? http://ktoon.toonka.com/ I
   cannot compile it because when I run Qmake to compile the sources, it
   says qmake: command not found. What can I do?
  Assuming that you have Qt library installed. qmake is located in
  /usr/qt/3/bin/ so you should add that directory to your $PATH enviroment
  variable.
 [blushing] How do I do that again?

For one-time use you can do the following:

# export PATH=/usr/qt/3/bin:$PATH

Then you can compile your program from the same terminal you typed the
command above.

For long-term use you should add that command to your shell's
configuration file. If your shell is bash (default) then that conf. file
will be $HOME/.bashrc .

-- 
Daniel Vrcic
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: Audigy 2 ZS [SB0350] problems on AMD64

2005-07-30 Thread Daniel Vrcic
* Bob Sanders [EMAIL PROTECTED] [05-07-30 01:20]:
 On Sat, 23 Jul 2005 20:51:53 +0200
 Jules Colding [EMAIL PROTECTED] wrote:
  Thank you for your advise. I got sound working by disabling ALSA and
  using OSS instead. I think this is an ALSA AMD64 issue.
...
 At some point, the problem will need resolution as kernel OSS is going
 away. But for now I'm glad you have it working.

I'm aware of the fact that OSS is deprecated and that it will be
removed, but in this case I don't like that fact. Why? I have old SB
Live! card, based on emu10k1 chip too, and I think that emu10k1 kernel
driver gives better sound than ALSA driver. I've noticed that especially
with bass lines.

I also like feature of configuring internal routes of emu10k1 chip with
emu tools (I can capture TV program and listen music in the same time)
and occasional front/rear channel swapping (sound on the rear channel
is generated by the I2S codec - better one, while the front one is
generated with analog AC97 codec). 

Ok, I must admit I haven't played with ALSA too much so my question
would be is this possible with ALSA, especially front/rear inverting?

TIA!

-- 
Daniel Vrcic
-- 
gentoo-user@gentoo.org mailing list