Re: problem in upgrading to latest pkgs

2002-11-09 Thread Emmanuel Rens
actually it seems that some important files have even been deleted, for example there is no xvinfo anymore (this is typically a file you can't get anywhere except from the whole XFree pkg). So you are right I should start it over: but how? the base system seems to work well , I don't quite see

Re: NVIDIA driver for FreeBSD and Direct Rendering problem

2002-11-09 Thread Chip Marshall
On November 10, 2002, Erik Paulsen Skålerud sent me the following: One thing. I'm trying to run an OpenGL application inside wine. The problem is, OpenGL applications inside wine -needs- direct rendering to be able to work. The game that I'm trying to run is Half-Life. (Reference:

Re: NVidia Drivers and vis5d

2002-11-09 Thread Wesley Morgan
On Sat, 9 Nov 2002, Stephen Montgomery-Smith wrote: Well I found an answer to my question minutes after posting the question. This change to science/vis5d+ seems to make it work: diff Makefile-orig Makefile 33c33 CONFIGURE_ARGS= --enable-gtk --enable-threads --with-mesa

backups of SUPERBLOCK

2002-11-09 Thread Eugene Grosbein
Hi! Recently I suffered from unstable power supply, after reboot fsck said INCORRECT SUPER BLOCK, BAD MAGIC etc. etc. I managed to revive filesystem using fsck -b 32 as I remember that first copy of superblock is generally located at block 32. I wonder, however, how can I know complete list of

Re: backups of SUPERBLOCK

2002-11-09 Thread David Wolfskill
Date: Sun, 10 Nov 2002 09:58:40 +0700 From: Eugene Grosbein [EMAIL PROTECTED] Recently I suffered from unstable power supply, after reboot fsck said INCORRECT SUPER BLOCK, BAD MAGIC etc. etc. I managed to revive filesystem using fsck -b 32 as I remember that first copy of superblock is generally

Re: backups of SUPERBLOCK

2002-11-09 Thread Phil Kernick
Eugene Grosbein wrote: Is there an official way to get list of superblock backups for existing filesystem, other than backup/newfs/restore ? Yes. Use newfs -N which will print out the superblock locations. My experience also tells me to also put exactly the same parameters on the newfs

Re: NVidia Drivers Released !

2002-11-09 Thread Andrew Atrens
I've built XFree86-4-Server (and libraries) out of ports as you suggested and everything is working perfectly now. Thanks for your help :) ... I still do find it a bit worrying that XFree86-cvs doesn't work - it's not as though CVS is that unstable - I've been using the DRI tree for my Radeon

Re: NVidia Drivers Released !

2002-11-09 Thread Matthew N. Dodd
On Sat, 9 Nov 2002, Andrew Atrens wrote: ... I still do find it a bit worrying that XFree86-cvs doesn't work Its not worrying, its expected. Our port has patches that have not yet been contributed back to the XFree86 CVS tree. -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E |

VM errors

2002-11-09 Thread Doug Hardie
I am getting a rash of vm errors that started a couple days ago - FreeBSD 4.6: vm_page_cache: attempting to cache busy page I don't seem to find anything obviously wrong in the system. How do I tell which process is causing the problem? It looks like something is hung, but I don't see any

Re: backups of SUPERBLOCK

2002-11-09 Thread Eugene Grosbein
Phil Kernick wrote: Eugene Grosbein wrote: Is there an official way to get list of superblock backups for existing filesystem, other than backup/newfs/restore ? Yes. Use newfs -N which will print out the superblock locations. My experience also tells me to also put exactly the

bug in bge driver with ENOBUFS on 4.7

2002-11-09 Thread Don Bowman
In bge_rxeof(), there can end up being a condition which causes the driver to endlessly interrupt. if (bge_newbuf_std(sc, sc-bge_std, NULL) == ENOBUFS) { ifp-if_ierrors++; bge_newbuf_std(sc, sc-bge_std, m); continue; } happens. Now, bge_newbuf_std returns ENOBUFS. 'm' is also NULL.

Re: TV output turn on

2002-11-09 Thread Chris BeHanna
On Sat, 9 Nov 2002, Wayne M Barnes wrote: Dear FreeBSD, My Dell laptop has a ATI M3 video card, with an S-video output. How do I turn on the S-video output with my FreeBSD 4.7-stable? On Windows98 I can turn on output to the TV thru the S-video by boring down to advanced

Re: backups of SUPERBLOCK

2002-11-09 Thread Chris BeHanna
On Sun, 10 Nov 2002, Eugene Grosbein wrote: Phil Kernick wrote: Eugene Grosbein wrote: Is there an official way to get list of superblock backups for existing filesystem, other than backup/newfs/restore ? Yes. Use newfs -N which will print out the superblock locations. My

Re: backups of SUPERBLOCK

2002-11-09 Thread Eugene Grosbein
If you didn't do any custom tuning with newfs, it's likely that newfs -N -b 8192 -f 1024 # pre 4.6 or newfs -N -b 16384 -f 2048 # 4.6 and up will be sufficient. Yeah. But this system was set up in times when newfs did not optimize cyl/group ratio and I