Re: No matter what I try I can't get Nvidia 3d acceleration to work. Please help!

2007-03-15 Thread Garrett Cooper
Sean Bryant wrote: Norbert Papke wrote: On Monday 12 March 2007 20:58, [EMAIL PROTECTED] wrote: I'm actually having the same problem, but after I took out device agp out of my kernel. And I still cannot start x with nvidia driver. It complains that /dev/nvidiactl couldn't be opened. And the

Re: No matter what I try I can't get Nvidia 3d acceleration to work. Please help!

2007-03-15 Thread Sean Bryant
Norbert Papke wrote: On Monday 12 March 2007 20:58, [EMAIL PROTECTED] wrote: I'm actually having the same problem, but after I took out device agp out of my kernel. And I still cannot start x with nvidia driver. It complains that /dev/nvidiactl couldn't be opened. And then it says it failed

Re: No matter what I try I can't get Nvidia 3d acceleration to work. Please help!

2007-03-14 Thread hxc
Tore Lund wrote: [EMAIL PROTECTED] wrote: Chris Slothouber wrote: What version of FreeBSD are you currently running. Sorry for pressing the point, but it seems you have not yet told us which version of FreeBSD you are running. /Darn this looks pretty complicated :-P

Re: No matter what I try I can't get Nvidia 3d acceleration to work. Please help!

2007-03-14 Thread Norbert Papke
On Tuesday 13 March 2007 21:41, Sean Bryant wrote: > It seems the driver is attached: > [EMAIL PROTECTED]:0:0: class=0x03 card=0x chip=0x00f910de > rev=0xa2 hdr=0x00 > > its a 6800 GT. In an earlier post you mentioned that there were problems with /dev/nvidiactl and the kernel m

Re: No matter what I try I can't get Nvidia 3d acceleration to work. Please help!

2007-03-13 Thread Tore Lund
[EMAIL PROTECTED] wrote: > Chris Slothouber wrote: >> What version of FreeBSD are you currently running. Sorry for pressing the point, but it seems you have not yet told us which version of FreeBSD you are running. > /Darn this looks pretty complicated :-P In that case, it may be simpler to j

Re: No matter what I try I can't get Nvidia 3d acceleration to work. Please help!

2007-03-13 Thread hxc
Pieter de Goeje wrote: Yes the steps below do exactly that: upgrade everything, including the kernel. 1 Use the cvsup program (gotta figure how yet) Use something like the following as "supfile": --- cut *default host=cvsup.nl.freebsd.org *default base=/var/db *default prefix=/usr

Re: No matter what I try I can't get Nvidia 3d acceleration to work. Please help!

2007-03-13 Thread Pieter de Goeje
On Tuesday 13 March 2007 22:12, [EMAIL PROTECTED] wrote: > Chris Slothouber wrote: > > What version of FreeBSD are you currently running. > > > > Check out the FreeBSD Handbook for step-by-step instructions for > > synchronizing your source and building an updated kernel and userland. > > > > http:

Re: No matter what I try I can't get Nvidia 3d acceleration to work. Please help!

2007-03-13 Thread hxc
Chris Slothouber wrote: What version of FreeBSD are you currently running. Check out the FreeBSD Handbook for step-by-step instructions for synchronizing your source and building an updated kernel and userland. http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cutting-edge.html [E

Re: No matter what I try I can't get Nvidia 3d acceleration to work. Please help!

2007-03-13 Thread Chris Slothouber
What version of FreeBSD are you currently running. Check out the FreeBSD Handbook for step-by-step instructions for synchronizing your source and building an updated kernel and userland. http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cutting-edge.html [EMAIL PROTECTED] wrote: Piet

Re: No matter what I try I can't get Nvidia 3d acceleration to work. Please help!

2007-03-13 Thread Aniruddha
Roger Olofsson wrote: Hello Pieter, I hope this might be helpful for you. It's a forum for FreeBSD using nvidia. You can also find it from www.nvidia.com. http://www.nvnews.net/vbulletin/forumdisplay.php?f=47 I found alot of helpful information there when setting up my OpenGL programming en

Re: No matter what I try I can't get Nvidia 3d acceleration to work. Please help!

2007-03-13 Thread hxc
Pieter de Goeje wrote: Ok, the only other reason I can think of right now is that your motherboard's agp chipset isn't supported by the nvidia driver. In that case you'll need to load the FreeBSD agp driver and recompile the nvidia driver with support for freebsd's agp driver. # cd /usr/por

Re: No matter what I try I can't get Nvidia 3d acceleration to work. Please help!

2007-03-13 Thread Tore Lund
[EMAIL PROTECTED] wrote: > > pciconf -l | grep nvidia > [EMAIL PROTECTED]:0:0: class=0x03 card=0x21881682 chip=0x00f510de > rev=0xa2 > > I have a Geforce XFX 7800 GS AGP why does it show up as pci? Mine also shows up as PCI. As long as it works, I don't mind: %pciconf -l | grep nvi

Re: No matter what I try I can't get Nvidia 3d acceleration to work. Please help!

2007-03-13 Thread hxc
Roger Olofsson wrote: Hello Pieter, I hope this might be helpful for you. It's a forum for FreeBSD using nvidia. You can also find it from www.nvidia.com. http://www.nvnews.net/vbulletin/forumdisplay.php?f=47 I found alot of helpful information there when setting up my OpenGL programming en

Re: No matter what I try I can't get Nvidia 3d acceleration to work. Please help!

2007-03-13 Thread Pieter de Goeje
Op dinsdag 13 maart 2007 17:44, schreef [EMAIL PROTECTED]: > Thank you for your extensive answer. I tried both your method and the > method described in the handbook*. I still get the same error message > though**. I have attached MYKERNEL, maybe you can take a look at it to > see if somethings wro

Re: No matter what I try I can't get Nvidia 3d acceleration to work. Please help!

2007-03-13 Thread Pieter de Goeje
Op dinsdag 13 maart 2007 19:51, schreef Eric P. Scott: > [Pieter de Goeje <[EMAIL PROTECTED]>] > > >You really need to delete 'device AGP' from your kernel config and rebuild > >your kernel. > > Really? NVIDIA's README file says that shouldn't be necessary. > > |Note that current FreeBSD releases

Re: No matter what I try I can't get Nvidia 3d acceleration to work. Please help!

2007-03-13 Thread hxc
Eric P. Scott wrote: [Pieter de Goeje <[EMAIL PROTECTED]>] You really need to delete 'device AGP' from your kernel config and rebuild your kernel. Really? NVIDIA's README file says that shouldn't be necessary. |Note that current FreeBSD releases are shipped with agp.ko built into the

Re: No matter what I try I can't get Nvidia 3d acceleration to work. Please help!

2007-03-13 Thread Roger Olofsson
Hello Pieter, I hope this might be helpful for you. It's a forum for FreeBSD using nvidia. You can also find it from www.nvidia.com. http://www.nvnews.net/vbulletin/forumdisplay.php?f=47 I found alot of helpful information there when setting up my OpenGL programming environment. Good luck!

Re: No matter what I try I can't get Nvidia 3d acceleration to work. Please help!

2007-03-13 Thread hxc
Norbert Papke wrote: It seems that the graphics card is not detected. Does 'pciconf -l | grep nvidia' show anything? What model is it? If it is an older card, you may need the older version of the NVIDIA driver. To unsubscribe, send any mail to "[EMAIL PROTECTED]" Pciconf show this

Re: No matter what I try I can't get Nvidia 3d acceleration to work. Please help!

2007-03-13 Thread Martin Tournoij
On Tue 13 Mar 2007 17:03, [EMAIL PROTECTED] wrote: > Pieter de Goeje wrote: > > > >Look here: > >http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig.html > >or the dutch version: > >http://www.freebsd.org/doc/nl_NL.ISO8859-1/books/handbook/kernelconfig.html > > > >Basically it co

Re: No matter what I try I can't get Nvidia 3d acceleration to work. Please help!

2007-03-13 Thread Eric P. Scott
[Pieter de Goeje <[EMAIL PROTECTED]>] >You really need to delete 'device AGP' from your kernel config and rebuild >your kernel. Really? NVIDIA's README file says that shouldn't be necessary. |Note that current FreeBSD releases are shipped with agp.ko built into the |kernel; in order to allow Nv

Re: No matter what I try I can't get Nvidia 3d acceleration to work. Please help!

2007-03-13 Thread hxc
Pieter de Goeje wrote: Look here: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig.html or the dutch version: http://www.freebsd.org/doc/nl_NL.ISO8859-1/books/handbook/kernelconfig.html Basically it comes down to this: # cd /usr/src/sys/i386/conf # cp GENERIC MYKERNEL edit

Re: No matter what I try I can't get Nvidia 3d acceleration to work. Please help!

2007-03-13 Thread Norbert Papke
On Monday 12 March 2007 20:58, [EMAIL PROTECTED] wrote: > I'm actually having the same problem, but after I took out device agp out > of my kernel. And I still cannot start x with nvidia driver. > > It complains that /dev/nvidiactl couldn't be opened. And then it says it > failed to load the kernel

Re: No matter what I try I can't get Nvidia 3d acceleration to work. Please help!

2007-03-13 Thread Alex Zbyslaw
[EMAIL PROTECTED] wrote: In case you haven't noticed I am a total FreeBSD n00b ;). How can I solve this error message? Thanks in advance!: Error message login: NVRM: AGP cannot be enabled on this combination of the AMD CPU and OS kernel NVRM: kernel upgrade recommended. Unless I am misunde

Re: No matter what I try I can't get Nvidia 3d acceleration to work. Please help!

2007-03-13 Thread Pieter de Goeje
Op dinsdag 13 maart 2007 16:20, schreef [EMAIL PROTECTED]: > Do you have a link where I can more (newbie friendly) information on how > to do this? Look here: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig.html or the dutch version: http://www.freebsd.org/doc/nl_NL.ISO8859-

Re: No matter what I try I can't get Nvidia 3d acceleration to work. Please help!

2007-03-13 Thread hxc
Pieter de Goeje wrote: You really need to delete 'device AGP' from your kernel config and rebuild your kernel. When everything is working OK, the hw.nvidia sysctl will look like this: [EMAIL PROTECTED]:~> sysctl hw.nvidia hw.nvidia.agp.card.rates: 8x 4x hw.nvidia.agp.card.fw: supported hw.nvi

Re: No matter what I try I can't get Nvidia 3d acceleration to work. Please help!

2007-03-13 Thread Pieter de Goeje
Op dinsdag 13 maart 2007 14:56, schreef [EMAIL PROTECTED]: > Hugo Silva wrote: > > I have to disagree. Been playing Return to Castle Wolfenstein[: Enemy > > Territory] and NeverWinter Nights 1 for years - I surely wouldn't say > > they're "anything from slow to unplayable": NWN runs fine at max > >

Re: No matter what I try I can't get Nvidia 3d acceleration to work. Please help!

2007-03-13 Thread hxc
In case you haven't noticed I am a total FreeBSD n00b ;). How can I solve this error message? Thanks in advance!: Error message login: NVRM: AGP cannot be enabled on this combination of the AMD CPU and OS kernel NVRM: kernel upgrade recommended. ___

Re: No matter what I try I can't get Nvidia 3d acceleration to work. Please help!

2007-03-13 Thread hxc
Hugo Silva wrote: I have to disagree. Been playing Return to Castle Wolfenstein[: Enemy Territory] and NeverWinter Nights 1 for years - I surely wouldn't say they're "anything from slow to unplayable": NWN runs fine at max resolution, and I have constant 142FPS (they're capped @ 142) on ET, at 1

Re: No matter what I try I can't get Nvidia 3d acceleration to work. Please help!

2007-03-13 Thread Hugo Silva
In my experience, games on FreeBSD are always slow, my hardware isn't very fast (900MHz, 384MB RAM,Geforce FX5200) but on windows 2000 I'm able to play even fairly recent games (Such as the punisher, civ4). On FreeBSD, anything with more graphics than rogue will be anything from slow to unplayab

Re: No matter what I try I can't get Nvidia 3d acceleration to work. Please help!

2007-03-13 Thread hxc
Martin Tournoij wrote: Armed Assault..? Are you trying to run armed assault in wine? if so, then remember that wine support for FreeBSD is horrible at best... Anyway, I set hint.agp.0.disabled="1" and now hw.nvidia.agp.status.status is set to "enabled" (it was disabled before) glxgears results

Re: No matter what I try I can't get Nvidia 3d acceleration to work. Please help!

2007-03-12 Thread sean
I'm actually having the same problem, but after I took out device agp out of my kernel. And I still cannot start x with nvidia driver. It complains that /dev/nvidiactl couldn't be opened. And then it says it failed to load the kernel module. Any idea. sysctl -a | grep nvidia hw.nvidia.version: N

Re: No matter what I try I can't get Nvidia 3d acceleration to work. Please help!

2007-03-12 Thread Chris Slothouber
Martin Tournoij wrote: Conclusion: Use windows for games, FreeBSD for serious stuff ... Good assessment :) ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[E

Re: No matter what I try I can't get Nvidia 3d acceleration to work. Please help!

2007-03-12 Thread Martin Tournoij
On Mon, March 12, 2007 22:05, [EMAIL PROTECTED] wrote: > OK. The line "hw.nvidia.agp.status.status: disabled" looks very odd, so >> I had to ask. If you have also modified your xorg.conf according to the >> docs (or used nvidia-xconfig), this is baffling. Sorry I am unable to >> help. >> >> >>> P.

Re: No matter what I try I can't get Nvidia 3d acceleration to work. Please help!

2007-03-12 Thread Tore Lund
[EMAIL PROTECTED] wrote: > I have installed the port nvidia-driver. I have followed all the step in > the readme (including adding the line to /boot/device.hint see below). OK. The line "hw.nvidia.agp.status.status: disabled" looks very odd, so I had to ask. If you have also modified your xo

Re: No matter what I try I can't get Nvidia 3d acceleration to work. Please help!

2007-03-12 Thread hxc
OK. The line "hw.nvidia.agp.status.status: disabled" looks very odd, so I had to ask. If you have also modified your xorg.conf according to the docs (or used nvidia-xconfig), this is baffling. Sorry I am unable to help. P.S. I also have ran ppracer. Results: *FreeBSD* *110 fps* *Gentoo Li

Re: No matter what I try I can't get Nvidia 3d acceleration to work. Please help!

2007-03-12 Thread hxc
Tore Lund wrote: I believe it's enough to put this line into /boot/device.hints: hint.agp.0.disabled="1" Is this really true? Who can confirm this? I also wonder why glxgears in FreeBSD gives me 5000 fps, while in Linux gives me 13000. To get 5000 fps in Linux I need to disable 3d su

Re: No matter what I try I can't get Nvidia 3d acceleration to work. Please help!

2007-03-12 Thread Tore Lund
[EMAIL PROTECTED] wrote: > Martin Tournoij wrote: >> hw.nvidia.agp.status.status: disabled means that the nvidia AGP >> driver isn't working, not that 3d acceleration isn't working. >> >> If you want to use the nvidia agp driver, then you should compile a >> kernel without device agp. >> http://www

Re: No matter what I try I can't get Nvidia 3d acceleration to work. Please help!

2007-03-12 Thread hxc
Martin Tournoij wrote: hw.nvidia.agp.status.status: disabled means that the nvidia AGP driver isn't working, not that 3d acceleration isn't working. If you want to use the nvidia agp driver, then you should compile a kernel without device agp. http://www.freebsd.org/doc/en_US.ISO8859-1/books/han

Re: No matter what I try I can't get Nvidia 3d acceleration to work. Please help!

2007-03-12 Thread Martin Tournoij
hw.nvidia.agp.status.status: disabled means that the nvidia AGP driver isn't working, not that 3d acceleration isn't working. If you want to use the nvidia agp driver, then you should compile a kernel without device agp. http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig.html

Re: No matter what I try I can't get Nvidia 3d acceleration to work. Please help!

2007-03-12 Thread hxc
Running glxinfo as user works: $ glxinfo | fgrep direct direct rendering: Yes 3d acceleration still isn't working though :-( : $ sysctl hw.nvidia.agp.status hw.nvidia.agp.status.status: disabled hw.nvidia.agp.status.driver: n/a (unused) hw.nvidia.agp.status.rate: n/a (disabled) hw.nvidia.agp.st

Re: No matter what I try I can't get Nvidia 3d acceleration to work. Please help!

2007-03-12 Thread Armin Pirkovitsch
[EMAIL PROTECTED] wrote: > I am trying for several days now to get 3d acceleration working on > FreebSD for my XFX 7800 GS. But nothing what I've tried worked :-( . > Below is a collection of useful information I've gathered thus far. Who > can help me? > *# glxinfo | fgrep direct* > Xlib: connect

No matter what I try I can't get Nvidia 3d acceleration to work. Please help!

2007-03-12 Thread hxc
I am trying for several days now to get 3d acceleration working on FreebSD for my XFX 7800 GS. But nothing what I've tried worked :-( . Below is a collection of useful information I've gathered thus far. Who can help me? * # sysctl hw.nvidia.agp.status* hw.nvidia.agp.status.status: disabled hw.