Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Search
  • Search

Search found 38 matches

Go to advanced search

Advanced search
Search found 38 matches
  • 1
  • 2
  • Next
by JazzSax006
Sun Jul 24, 2005 8:36 pm
Forum: Networking & Security
Topic: DWL-650 wlan-ng firmware won't load
Replies: 5
Views: 985

I'm having problems with this card too. It does appear to be prism3 from the searching I've done. Let me know if you have found a way to get it working.
  • Jump to post
by JazzSax006
Tue Jun 21, 2005 3:20 am
Forum: Multimedia
Topic: gst-plugin-shout2 - how to configure?
Replies: 4
Views: 2884

try something like the following:

gst-launch-0.8 filesrc location=somesong.ogg ! decodebin ! audioconvert ! rawvorbisenc max-bitrate=64000 ! oggmux ! shout2send ip=icecastip.some.com password=somepass mount=/somemount.ogg

The max-bitrate option is just to downsample the ogg stream to 64kbs. You ...
  • Jump to post
by JazzSax006
Thu Mar 10, 2005 3:50 am
Forum: Gamers & Players
Topic: Privateer Remake 1.0 now out!
Replies: 39
Views: 26768

Posted an ebuild at http://bugs.gentoo.org/show_bug.cgi?id=84425
  • Jump to post
by JazzSax006
Wed Mar 09, 2005 11:24 pm
Forum: Unsupported Software
Topic: Tracking Linux-games that lack ebuilds (new thread)
Replies: 341
Views: 2727326

privateer ebuild

Posted privateer ebuild at http://bugs.gentoo.org/show_bug.cgi?id=84425
  • Jump to post
by JazzSax006
Wed Mar 09, 2005 10:56 pm
Forum: Other Things Gentoo
Topic: Licenses of programs in portage
Replies: 2
Views: 1109

Thank you very much. I never knew that dir existed. One question though: freedist's license just says "freely distributable". What exactly does this mean? The source code is modifiable? The software can be used commercially? Or just that the package can be redistributed but not with any changes?
  • Jump to post
by JazzSax006
Wed Mar 09, 2005 9:31 pm
Forum: Gamers & Players
Topic: glest?
Replies: 18
Views: 10639

Well, I suffered some compilation errors... crap. I'm going to bed.

Darnit!
Mind posting your errors? I made the ebuild on the bugzilla page, and if it is something I can fix, I'll try to do so.
  • Jump to post
by JazzSax006
Wed Mar 09, 2005 9:27 pm
Forum: Unsupported Software
Topic: Tracking Linux-games that lack ebuilds (new thread)
Replies: 341
Views: 2727326

glest ebuild

I posted a glest ebuild at http://bugs.gentoo.org/show_bug.cgi?id=84419
  • Jump to post
by JazzSax006
Wed Mar 09, 2005 8:11 pm
Forum: Other Things Gentoo
Topic: Licenses of programs in portage
Replies: 2
Views: 1109

Licenses of programs in portage

Hi, I was wondering what the differences are between a "freedist" license and an "as-is" license. Also, when a program has a license line equal to its name (xbattle has "xbattle" for a license), does this mean that it has a license entirely unique to that program or simply that the license can and ...
  • Jump to post
by JazzSax006
Wed Feb 23, 2005 2:02 am
Forum: Gentoo on AMD64
Topic: Problem bootstrapping 2004.3 (libstdc++-v3)
Replies: 13
Views: 4351

I also had some problems getting through the stage1 build. What worked for me was doing

cd /usr/portage
STAGE1_USE="-multilib" scripts/bootstrap.sh

instead of the normal

cd /usr/portage
scripts/bootstrap.sh

after that I put multilib in my use flags and did

emerge glibc
FEATURES="-sandbox ...
  • Jump to post
by JazzSax006
Thu Feb 03, 2005 6:11 pm
Forum: Networking & Security
Topic: Poptop VPN and Iptables/UDP Broadcast Problems **FIXED**
Replies: 2
Views: 1059

Thank you for the reply. I actually just got everything working late last night. I meant to edit my original post again but was too tired. The thing that finally worked was using openvpn with a tap bridge. I always figured openvpn's windows support would probably be reminiscent of the old CIPE days ...
  • Jump to post
by JazzSax006
Wed Feb 02, 2005 10:11 pm
Forum: Networking & Security
Topic: Poptop VPN and Iptables/UDP Broadcast Problems **FIXED**
Replies: 2
Views: 1059

Poptop VPN and Iptables/UDP Broadcast Problems **FIXED**

I've setup poptop and am using it to create a vpn for windows xp clients. My XP test box can connect fine and communicate with the rest of the network, but when I try to use a program that broadcasts UDP packets, my iptables firewall is blocking them. The subnet of the VPN and the rest of my LAN is ...
  • Jump to post
by JazzSax006
Wed Dec 15, 2004 2:43 am
Forum: Gentoo on AMD64
Topic: Console emulators on 64bit
Replies: 11
Views: 2743

-m32 is an argument used if you have multilib support on your 64bit install (USE="multilib"). So if you want to use it, you'll need to add "multilib" to your use flags and then recompile glibc and gcc. There might be some other progs that need recompiling for multilib to work as well...can't ...
  • Jump to post
by JazzSax006
Sat Dec 11, 2004 8:25 am
Forum: Desktop Environments
Topic: How do I autoload applications when I log into kde?
Replies: 5
Views: 994

If you want to get something into kde's autostart, do the following:

1) right click on your "K" (start) button and select menu editor.
2) add a new entry for torsmo wherever you want
3) click save
4) open your home directory in konqueror
4) select "autostart" from the "go" menu
5) left click your ...
  • Jump to post
by JazzSax006
Fri Dec 10, 2004 8:39 pm
Forum: Documentation, Tips & Tricks
Topic: script to umount busy devices
Replies: 12
Views: 16403

Excellent! Thanks for posting this
  • Jump to post
by JazzSax006
Fri Dec 10, 2004 4:13 am
Forum: Multimedia
Topic: Synchronized playback via icecast, mpd or something else?
Replies: 3
Views: 2012

Just noticed your additional question about icecast vs mpd. I would suggest icecast if you want to stream your music over the net so you or your friends can listen to it from an outside net connection. If all you want to do is play music from one box but control it via your lan (for instance, a pc ...
  • Jump to post
by JazzSax006
Fri Dec 10, 2004 4:06 am
Forum: Multimedia
Topic: Synchronized playback via icecast, mpd or something else?
Replies: 3
Views: 2012

My understanding is that this is impossible to accomplish given current hardware. I had wanted to do the same thing, but here are the problems you run into:

-Network latency (couple milliseconds?)
-Soundcard latency (20 - 60 milliseconds?)
-Processing/Harddisk latency (???)

My numbers are probably ...
  • Jump to post
by JazzSax006
Wed Dec 08, 2004 3:11 am
Forum: Documentation, Tips & Tricks
Topic: HOWTO: Encrypt a filesystem in a loopback file via dm_crypt
Replies: 45
Views: 77062

Thanks for the info! I guess I'll be converting to dm-crypt this weekend. I just hope it is as stable as cryptoloop has been for me.
  • Jump to post
by JazzSax006
Wed Dec 08, 2004 2:32 am
Forum: Documentation, Tips & Tricks
Topic: HOWTO: Encrypt a filesystem in a loopback file via dm_crypt
Replies: 45
Views: 77062

Is it only worth switching to dm-crypt if you're using block disk encryption on a physical partition, or is it still worth the upgrade even if you're mounting files as virtual encrypted disks?
  • Jump to post
by JazzSax006
Tue Dec 07, 2004 8:30 pm
Forum: Multimedia
Topic: Encoding videos that behave nicely in windows
Replies: 2
Views: 1299

Encoding videos that behave nicely in windows

Hi, I've got a box with a tv tuner that I've been trying to use to capture some video feeds for my friend. He wants to be able to edit these videos in adobe premiere (he's using version 6), and so far every format I try to encode to is rejected by premiere. Does anyone have any suggestions? Here's ...
  • Jump to post
by JazzSax006
Mon Dec 06, 2004 3:18 am
Forum: Documentation, Tips & Tricks
Topic: HOWTO: Use a Windows box as a distcc server for linux.
Replies: 130
Views: 222633

AMD64 cygwin/gcc

Has anybody been able to get a gcc 3.4.x build on a windows/cygwin for x86_64 target? I've tried compiling several different gcc versions and all have died with an error message (though the error differs for different gcc versions)
  • Jump to post
by JazzSax006
Mon Dec 06, 2004 2:55 am
Forum: Gamers & Players
Topic: Which mupen64 plugins?
Replies: 4
Views: 2664

CFLAGS

Code: Select all

-march=pentium2 -Os -pipe -fomit-frame-pointer -fforce-addr -frerun-loop-opt 
  -frerun-cse-after-loop -falign-functions=4 -mmmx -DNO_DEBUG -DNDEBUG -fno-rtti
those seem like awefully agressive cflags. try with -march=i686 -O2
  • Jump to post
by JazzSax006
Sat May 22, 2004 5:39 am
Forum: Multimedia
Topic: Jahshaka video editing?
Replies: 12
Views: 4335

I even get same errors (alpha_4, alpha_5, alpha_7):

Code:



-I/usr/include/freetype2 -I/usr/qt/3/include -I/usr/X11R6/include -o FTFace.o FTFace.cpp
FTFace.cpp: In member function `bool FTFace::Attach(const unsigned char*,
unsigned int)':
FTFace.cpp:65: error: `FT_Open_Flags' undeclared ...
  • Jump to post
by JazzSax006
Fri May 07, 2004 3:10 am
Forum: Multimedia
Topic: Jahshaka (Non-Linear Video Editor) Ebuild
Replies: 3
Views: 1015

Thanks for the info bud. As long as there exists an ebuild *somewhere* I am happy. I understand not officially putting alpha software into the portage tree, though I for one will get work work emerging tomorrow :).
  • Jump to post
by JazzSax006
Thu May 06, 2004 8:13 pm
Forum: Desktop Environments
Topic: Nice DM apart from KDM/GDM?
Replies: 3
Views: 680

qingy

the only other thing I can think of is qingy:

http://qingy.sourceforge.net/
  • Jump to post
by JazzSax006
Thu May 06, 2004 8:08 pm
Forum: Multimedia
Topic: Jahshaka (Non-Linear Video Editor) Ebuild
Replies: 3
Views: 1015

Jahshaka (Non-Linear Video Editor) Ebuild

Hello all! I came across the Jahshaka project ( http://www.jahshaka.com/ ) when browsing an earlier post. I realize this is alpha software, but I am putting in a request for an ebuild. I think there a lot of people out there who would benefit from the power of this utility, and the developers would ...
  • Jump to post

Search found 38 matches
  • 1
  • 2
  • Next

Go to advanced search

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic