Re: agp stuff

2003-03-12 Thread David Holm
o a stage in which you can at least run X in a decent usable > resolution. Now for the compile: > > cd /usr/src > make buildworld (build kernel may need to rely on this) > make buildkernel KERNCONF=MYKERNEL > make installkernel KERNCONF=MYKERNEL > > Hope this

agp stuff

2003-03-11 Thread David Holm
Could this be what is causing all my nvidia problems? (and yeah, I'm running on a current kernel, not RELENG_5_0) //David Holm To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: Important, agp_via.c missing PCI ID!

2003-01-14 Thread David Holm
On Tue, 14 Jan 2003 14:20:21 -0500 (EST) John Baldwin <[EMAIL PROTECTED]> wrote: > > On 14-Jan-2003 David Holm wrote: > > > > My mistake, I didn't preload the module. I thought I could load it on a booted >system. > > Anyway, with the standard ag

Re: Important, agp_via.c missing PCI ID!

2003-01-14 Thread David Holm
http://lxr.linux.no/source/drivers/char/agp/agp.h The linux kernel uses ID 0x0605 as well! //David Holm To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: Important, agp_via.c missing PCI ID!

2003-01-13 Thread David Holm
On Tue, 14 Jan 2003 03:14:59 +0100 David Holm <[EMAIL PROTECTED]> wrote: > On Mon, 13 Jan 2003 16:16:51 -0500 (EST) > John Baldwin <[EMAIL PROTECTED]> wrote: > > > > > On 13-Jan-2003 David Holm wrote: > > > > What is the output of '

Re: Important, agp_via.c missing PCI ID!

2003-01-13 Thread David Holm
On Mon, 13 Jan 2003 16:16:51 -0500 (EST) John Baldwin <[EMAIL PROTECTED]> wrote: > > On 13-Jan-2003 David Holm wrote: > > What is the output of 'dmesg | grep agp' both with and without the patch? > Now this is strange. I cvsupped before recompiling the kernel.

Re: Important, agp_via.c missing PCI ID!

2003-01-13 Thread David Holm
that said that it was 0605 =(. Now I'm positive I have a CUV4X mobo which has a 694X AGP chipset. Do you have any hints to how I can debug this, because it works with id 0605 and it doesn't work without it, which does not make any sense I guess. //David Holm To Unsubscribe: send mail t

Possible PCI/AGP error

2003-01-12 Thread David Holm
_NOT_FOUND //David Holm To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Important, agp_via.c missing PCI ID!

2003-01-11 Thread David Holm
Hi, the FreeBSD kernel is missing the PCI ID for the Apollo Pro 133A PCI bridge even though it is supported by the agp_via code. Please see this pr: http://www.freebsd.org/cgi/query-pr.cgi?pr=46983 //David Holm To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-cu

Re: upgrading to CURRENT from STABLE

2003-01-09 Thread David Holm
On Thu, 9 Jan 2003 20:34:19 +0100 David Holm <[EMAIL PROTECTED]> wrote: > You can find info on how to set maximum optimizations with gcc 3.2 here: > http://www.freehackers.org/gentoo/gccflags/flag_gcc3opt.html I'm the master of forgetting to tell people important stuff =(. Y

Re: upgrading to CURRENT from STABLE

2003-01-09 Thread David Holm
On Thu, 9 Jan 2003 20:34:19 +0100 David Holm <[EMAIL PROTECTED]> wrote: > You can find info on how to set maximum optimizations with gcc 3.2 here: > http://www.freehackers.org/gentoo/gccflags/flag_gcc3opt.html BTW, some of these flags will only work with gcc 3.1 and higher, so you w

Re: upgrading to CURRENT from STABLE

2003-01-09 Thread David Holm
to reinstall. My system failed once simply because I used CFLAGS = "-O3 -pipe" instead of "-O2 -pipe". You will probably be able to compile most ports with these flags though, back when I ran gentoo I was able to compile 99% of all applications with these. //David Holm On Th

Re: nVidia opengl works as root but not as user

2003-01-05 Thread David Holm
Hmm, when I mounted my home dir as read-only I was able to use OpenGL as a normal user. But I've looked all through my home dir and I can't find anything there that would affect OpenGL if the user had write access to the partition =(. //David Holm On Sunday 05 January 2003 11:38,

nVidia opengl works as root but not as user

2003-01-05 Thread David Holm
any ideas? (No, I don't want to set the suid bit on my opengl apps ;). I've never seen any useful output in my system logs after these reboots, is there any way I can debug the driver without setting up a serial console? //David Holm To Unsubscribe: send mail to [EMAIL PROTECTED]

Re: troubles with realplay-er

2003-01-05 Thread David Holm
MPlayer plays these streams perfectly here. On Sunday 05 January 2003 01:29, Mikhail Teterin wrote: > This Linux program used to work well, but now it crashes (with SIGABRT) > some URLs, such as > > pnm://rm.content.loudeye.com/~iii-600111/0255135_0101_00_0002.ra > pnm://rm.content.lou

Re: Compilation failure on x86

2003-01-04 Thread David Holm
On Saturday 04 January 2003 15:28, [EMAIL PROTECTED] wrote: > In message <[EMAIL PROTECTED]>, David Holm writes: > > It seems like your #includes are not in sync with your userland, > did you use "make buildworld" or did you simple "make all" in /usr/src ?

Compilation failure on x86

2003-01-04 Thread David Holm
llon Exp $ struct swblock { struct swblock *swb_hnext; vm_object_t swb_object; <- line 75 vm_pindex_t swb_index; int swb_count; daddr_t swb_pages[SWAP_META_PAGES]; }; //David Holm To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: yet another nvidia post

2002-12-25 Thread David Holm
vailable to the list if > anyone's interested in this fleeting heisenbug. > > -Cliff L. Biffle Yes, I've turned off all the debugging stuff. I've also removed Load "dri" from XF86Config etc. Please post your kernel conf, maybe I can see where they diffe

yet another nvidia post

2002-12-25 Thread David Holm
computer froze. 5-10s later it just reboots. This has happened every time I tried it (the last two or three times I updated world, I update approximately after 1-2 weeks). Has anyone else had this problem and/or know a solution to it? I'm not loading dri, and I've tried disabling agp. //

netinet/tcp.h compile error

2002-12-20 Thread David Holm
" /usr/include/netinet/tcp.h:45: warning: data definition has no type or storage class /usr/include/netinet/tcp.h:55: syntax error before "u_short" I replaced #include with #include to make it work. Is this a bug? //David Holm To Unsubscribe: send mail to [EMAIL PROTEC

Re: Problems connecting locally

2002-12-15 Thread David Holm
stat("/home/avatar/.ssh/id_dsa",0xbfbff6d0) ERR#2 'No such file or directory' write(3,0x807,96)= 96 (0x60) //David On Sunday 15 December 2002 22:44, David Holm wrote: > Hi, > after updating my -CURRENT today (sun dec 15) I can no lon

Problems connecting locally

2002-12-15 Thread David Holm
to any dst-port 587 via rl0 01150 deny ip from any to any dst-port 783 via rl0 01200 deny ip from any to any dst-port 901 via rl0 01250 deny ip from any to any dst-port 1024 via rl0 65000 allow ip from any to any 65535 deny ip from any to any //David Holm To Unsubscribe: send mail to [EMAIL

Re: jdk 1.3.1_6 linux compilation.

2002-11-26 Thread David Holm
> 7.1 files at the ftp.redhat.com FTP site. > > Well I could live with using OpenOffice without *any* java crap. > I never noticed any functionality provided by it. You can add java applets to your documents. I guess it's a portable replacement for microsofts macro crap without

Re: GTK problem after updating system

2002-11-23 Thread David Holm
On Saturday 23 November 2002 13:25, David Holm wrote: I found the problem. I had accidentally run make install in the pthread dir of the fbsd source tree before following the recent "libpthread question" thread on the list which explains that it should not be used. After removing l

Re: GTK problem after updating system

2002-11-23 Thread David Holm
On Saturday 23 November 2002 07:19, Joe Marcus Clarke wrote: > On Fri, 2002-11-22 at 19:26, David Holm wrote: > > These locales are not valid. Set your locale to: > > en_US.ISO_8859-1 This gives the exact same error, locale not supported by C library etc. > And you should

GTK problem after updating system

2002-11-22 Thread David Holm
a user had recompiled X and got it working so I tried recompiling and reinstalling XFree86-4-Libraries, but it did not help. //David Holm To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: buildworld fails on x86

2002-11-22 Thread David Holm
Ok, found it. I forgot to disable my CFLAGS for ports ;). //David On Friday 22 November 2002 09.03, David Holm wrote: > Hi, > I've tried to build world since yesterday, doing cvsup's inbetween hoping > for a fix. But it always fails on bin/cat with a bunch of unresolvable &

buildworld fails on x86

2002-11-22 Thread David Holm
ined reference to `_pthread_self' _flock_stub.o(.text+0xca): undefined reference to `_pthread_mutex_trylock' /usr/obj/usr/src/i386/usr/lib/libc.a(_flock_stub.o): In function `funlockfile': _flock_stub.o(.text+0x10d): undefined reference to `_pthread_self' _flock_stub.o(.text+0x

Re: New NVidia drivers on -current

2002-11-18 Thread David Holm
On Monday 18 November 2002 09.03, David Holm wrote: > > Hi, > I suggest you read the following post to this list: > http://www.freebsd.org/cgi/getmsg.cgi?fetch=1510354+0+/usr/local/www/db/tex >t/2002/freebsd-current/20021110.freebsd-current > > It talks about the (now depr

Re: New NVidia drivers on -current

2002-11-18 Thread David Holm
;, "hw.pci.allow_unsupported_io_range" should be set to one. Note that this cannot be set during runtime! Hope this helps. //David Holm To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: alpha tinderbox failure

2002-11-13 Thread David Holm
gt; > Stop in /h/des/src/lib/libc. > *** Error code 1 Hi, I have the exact same problem on an i386. Checked out the source yesterday (20021113). //David Holm To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message