Re: help with voodoo 3

2001-02-25 Thread Andrew Wettstein
On Sun, Feb 25, 2001 at 01:01:13AM -0800, Peter Jay Salzman wrote:
 dear all,
 
 i'm having the hardest time getting my voodoo 3 to work correctly.  i'm
 running woody with X 4.0.
 
 i can run gears, and resize the window without a noticeable change in
 framerate, so SOMETHING has to be going right.
 
 however, whenever i try to play quake3 or unreal tournament, i get a frame
 rate which looks like 2 frames per second.  it's awful.  one thing that i
 notice.  when i look at the output of startx, i notice the following lines:
 
 (WW) TDFX(0): Failed to set up write-combining range (0x4200,0x200)
 (II) TDFX(0): Textures Memory 7.93 MB
 (II) TDFX(0): Using XFree86 Acceleration Architecture (XAA)
 ...
 (II) TDFX(0): direct rendering disabled
 
 direct rendering -- that's DRI, right?  it gives no indication why DRI is
 disabled.  any ideas?
 
 this is a list of relevent packages installed on my system.
 
 in  glide-v5   3.10-3 (no description available)
 ii  libglide3  2000.11.02.06  Graphics library for 3Dfx Voodoo based cards
 ii  mesademos  3.2-3  Example programs for Mesa.
 ii  xlibmesa-dev   4.0.2-1XFree86 version of Mesa 3D graphics library 
 ii  xlibmesa3  4.0.2-1XFree86 version of Mesa 3D graphics library
 ii  xlibosmesa-dev 4.0.2-1XFree86 version of Mesa off-screen rendering
 ii  xlibosmesa34.0.2-1XFree86 version of Mesa off-screen rendering
 
 the 3dfx.o module is loaded too:
 navalle:~# lsmod
 Module  Size  Used by
 3dfx4928   0  (unused)

wrong module. it should be tdfx  you need to get a 2.4.x kernel, or 
I think 2.2.18 has support for dri as well, now.  I'd just go for 2.4
though, and compile DRI support.



 
 when i can get money together, i plan on buying a radeon.  until then, i'm
 stuck with this voodoo3, but i'd really like to play some games.
 
 can some kind soul give me advice on how to get this video card working?
 
 much thanks!!!
 pete




Re: CUPS problem

2001-02-22 Thread Andrew Wettstein
On Thu, Feb 15, 2001 at 03:17:44PM -0500, David Grill Watson wrote:
 I am having a very odd problem with CUPS under sid. It works fine on two 
 computers, but on another (with the same version of CUPS, installed at the 
 same time, and with nothing particularly odd about the system config) I can 
 only use the IPP backend.

this is some kind of timing issue.  keep doing a /etc/init.d/cups restart
and then look at the printing backends and they should keep changing.

you can either use version 1.1.16 off the cups web site, or go with the
other soluting mentioned and use lprng and magicfilter, which is what I did.

 
 When I try to add a printer from the web interface, I'm not even given the 
 option of using anything besides the IPP backend (which is listed twice) or a 
 disk file. As you can guess, this makes setting up a local printer more than 
 a bit difficult.
 
 I've tried dpkg --purge on all the CUPS packages, deleting all of the config 
 files just to be safe (well, really just the /etc/cups directory), and 
 reinstalling all the packages multiple times, but the other backends just 
 won't show up. They are there in /usr/lib/cups/backend, but for some reason 
 CUPS is not detecting them.
 
 I can print to a network CUPS server with no problems.
 
 I'm really at a loss as to what the problem might be.
 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: ldap debian

2001-02-22 Thread Andrew Wettstein
On Thu, Feb 22, 2001 at 04:50:46PM -0800, Known Human Nick Rusnov wrote:
 
 Well I'm having a heck of a time getting a freshly installed Potato box to
 authenticate with an openldap server. 
 
 I'm new to this whole ldap thing, is there a guide somewhere to reconfiguring
 debian to use ldap for things? All the guides I've found just have a pam.conf
 example that I'm not sure how to translate into using with the pam.d setup...
 (I tried, for example, taking the lines that started with login in the 
 examples
 and addinf them to the login file in pam.d).

I'd probably apt-get -b source libpam-ldap from the unstable dist.  While
you're building it take a look that directory, it has a bunch of examples
for pam.d configs.

you may want libnss-ldap, too, but that means you're storing posixAccounts
in the ldap server.  

 
 pam doesn't seem to produce much debugging inyformation, but it did produce 
 some
 lines saying incorrect (or was that insufficient?) credentials.. this is 
 wether
 I have it bind as the admin acccount or not.

yeah it doesn't.  i had a heck of a time setting it up myself.  i can help
you out if you need more help, but you probably want to CC me because I
don't keep up with list on a regular basis.

 
 Any help would be greatly appreciated.
 
 I'd be really suprised if there were no debian-specific info out there, given
 that the whole debian cluster seems to use ldap for everything.

which debian cluster?

 
 thanks
 
 as always,
 nick
 [EMAIL PROTECTED] * http://www.fargus.net/nick
 Developer - Systems Engineer - Mad System Guru - MOO Sales
 He picks up scraps of information/He's adept at adaptation
 Because for strangers and arrangers/Constant change is here to stay
 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Problem with compiling my first GTK program

2001-02-02 Thread Andrew Wettstein
On Fri, Feb 02, 2001 at 06:52:51PM -0500, Francois Fayard wrote:
 
 [EMAIL PROTECTED]:~/GTK/ESSAI$ gcc base.c -o base `gtk-config --cflags
 --libs`
 /usr/bin/ld: cannot find -lXi
 collect2: ld returned 1 exit status

you need xlibs-dev, but that's changed since potato, i think it was
xlib6g-dev.  search for libXi on packages.debian.org if that isn't it

later

 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: jdk-runtime from blackdown.org version 1.3 how to install ?

2001-01-17 Thread Andrew Wettstein
On Wed, Jan 17, 2001 at 06:34:08PM +0100, Michael Meding wrote:
 Hi all,
 
 is there a packaged version available somewhere or is there an easy way to 
 install the needed files ?

This is the line you want :
deb ftp://ftp.tux.org/pub/java/debian woody non-free

apt-get install j2re1.3 i think.  it js2sdk1.3 for the sdk

 
 Thanks in advance
 
 
 Greetings
 
 Michael
 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: dropped out of potato install sequence

2001-01-17 Thread Andrew Wettstein
 I'm not sure how to recover/restart the install, and don't see a
 troubleshooting section in the fine manual that covers this contingency.
 Running dselect shows a much more detailed package listing than was 
 displayed during the install dialogs. Is it possible to run a command
 to run through the install profiles (tasks) from the command line?

yes,  try
apt-cache search ^task

and apt-get install task-package after that.

if you already have the stuff selected you can type dselect
and go to install and just press enter a few times and it should
start installing the stuff you selected

later

 
 -- 
 Ken Irving [EMAIL PROTECTED]
 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



ldap and sasl

2000-12-10 Thread Andrew Wettstein
Hello

I'm trying to set up an ldap server with sasl authentication.
I'm using this on potato with mit kerberos, so i've recompiled
cyrus-sasl with the mit kerberos stuff, and then compiled
openldap after that.  that appears to work and i can add
entries with simple auth, and i can search with sasl/gssapi
auth.  the problem is i can't put in something like this:

rootdn [EMAIL PROTECTED]

and add entries with that dn. i get this:

node0:/home/awettste/MigrationTools-27# ldapadd -h node0 -D '[EMAIL PROTECTED]' 
-f entry.ldif
SASL/GSSAPI authentication started
SASL SSF: 56
SASL installing layers
adding new entry uid=awettstein,ou=People,dc=node0,dc=cait,dc=org
ldap_add: Insufficient access
additional info: no write access to parent

ldif_record() = 50

what am i missing?  from the documentation it looks like that should be
sufficient.

thanks
andy