24c98
![]() |
|
|
|
|
|||||||
| System Hardware Internal storage, motherboards, PCI cards, stuff inside the case. |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
title says it.
basically i want to know if the 64bit editions of 7 support nvidia drivers, or creative x-fi pci card. those are the 2 i need working to go bsd on my main home workstation. this is my hardware Gigabyte EP45-UD3P - E7200 C2D @ 3.16 Ghz - XFX 9800GTX+ - 8GB Kingston DDR2 800 - Creative X-fi Music - BFG Ageia Phys-X 100 - Logitech X-530 5.1 Sound - Powered by 500W PS on a Samsung 2493HM Widescreen so id like to go 64 so i can use my 8 gigs of ram. enjoy my 9800gtx+ on my widescreen and then enjoy the x-fi. i know it is possible to get the x-fi working on linux, and nvidia 64 on linux, but 64bit support for freebsd is not there yet is it? or when will it? anybody have some comments, or insight? Thanks! |
|
#2
|
||||
|
||||
|
Its the other way mate, nvidia and creative does not support 64bit FreeBSD.
__________________
Religions, worst damnation of mankind. "FreeBSD has always been the operating system that GNU/Linux should have been." Frank Pohlmann, IBM http://vermaden.blogspot.com |
|
#3
|
||||
|
||||
|
hahahaha
![]() Another one, who want the driver from nvidia!
__________________
Just be yourself. |
|
#4
|
|||
|
|||
|
+1 here...
|
|
#5
|
|||
|
|||
|
Hello,
I use nvidia 9600 GT on my desktop (amd64). I just needed to compile xorg from ports to use its nv driver. My device section in xorg.conf is: Code:
Section "Device"
Identifier "Card0"
Driver "nv"
VendorName "nVidia Corporation"
BoardName "Unknown Board"
BusID "PCI:2:0:0"
Option "AccelMethod" "EXA"
Option "MigrationHeuristic" "greedy"
EndSection
Just opened xorg log and it looks like 9800 GTX is supported by nv driver. Last edited by milosz; December 20th, 2008 at 13:16. |
| The Following User Says Thank You to milosz For This Useful Post: | ||
p3n1x (December 20th, 2008) | ||
|
#6
|
|||
|
|||
|
excellent...
right the other way around, creative and NV supporting bsd ![]() well i believe ill give it a shot later. right now my logitech g15 keyboard does not get recognized when i boot from a net install cd ![]() it still wouldnt even see my keyboard when i put on the usb/ps2 adapter. but ill get it going soon enough |
|
#7
|
|||
|
|||
|
The "nv" driver doesn't have video playback acceleration, doesn't do multi-head and doesn't have power savings, the card will run at much higher power when you are idle or in 2D mode compared to the binary nvidia drivers. And of course no 3D and hence no google earth.
On the bright side, it seems to have less bugs. |
|
#8
|
|||
|
|||
|
I believe the nv driver did recently sprout multi-head support. Still no 3d accel though.
|
|
#9
|
||||
|
||||
|
The Creative X-Fi doesn't work at all. Not on i386, not on anything else.
The binary nvidia driver only works on i386. Want better support? Ask Creative and NVidia.. Don't hold your breath in the meantime though ![]() My G15 works.. Sort of.. I can't select anything in the bootmenu, hence I can't use it to boot to single user mode. Once the kernel is fully loaded it works like a normal keyboard though. |
|
#10
|
||||
|
||||
|
Can't you get X-Fi working through oss?
__________________
sysutils/bsdadminscripts: binary package maintenance, library integrity checking, ... sysutils/automounter: amd(8) based automounting without HAL contact: kamikaze@bsdforen.de Disclaimer: My posts represent my perception. Errors and incompleteness are to be expected, I deny any responsibility to know everything. |
|
#11
|
|||
|
|||
|
Problem with nVidia is, they are waiting for some additional support from FreeBSD, as described here: http://wiki.freebsd.org/NvidiaFeatureRequests. GSoC is coming, so maybe someone would...? ;-)
|
|
#12
|
|||
|
|||
|
Quote:
Personally I'm not sure how useful that's going to be at this point considering that modern integrated sound chips seem to work fine and are all HD surround sound capable. A couple of years back it would have been a much bigger deal. Still waiting on nVidia, it's truly a shame that right now the only decent choice for graphics on FreeBSD is ATI/AMD. |
|
#13
|
||||
|
||||
|
OK, pardon me, but why ya'll so fancy about 64bit, and not using PAE?
I know FreeBSD recommends using 64bit over PAE, but still, what is the reason? |
|
#14
|
|||
|
|||
|
Actually, right now the only decent choice for graphics on FreeBSD is... nVidia. Same with Linux - closed source ATI drivers are unstable and cause all kinds of problems, while open source ATI and Intel drivers don't support much of the functionality and the supported pieces of 3D are slow. So, if one wants graphics card that actually works, the only choice is nVidia. The drawback of FreeBSD compared to Linux is that on FreeBSD, nVidia drivers don't work on amd64, one has to use x86 instead.
|
|
#15
|
|||
|
|||
|
Quote:
[sarcasm] Since ATI isn't a decent choice for graphics on FreeBSD, I guess I must be imagining that these two workstations are working so well with ATI video cards. Thanks for pointing out my mistake. [/sarcasm] Adam |
|
#16
|
||||
|
||||
|
Did any one mention that the NVidia driver runs under the GIANT lock. This is a major catastrophe under 7.x.
__________________
sysutils/bsdadminscripts: binary package maintenance, library integrity checking, ... sysutils/automounter: amd(8) based automounting without HAL contact: kamikaze@bsdforen.de Disclaimer: My posts represent my perception. Errors and incompleteness are to be expected, I deny any responsibility to know everything. |
|
#17
|
|||
|
|||
|
Quote:
Quote:
|
|
#18
|
|||
|
|||
|
Could you explain? While it's true that getting rid of Giant is one of the biggest tasks going on since FreeBSD 5, it doesn't mean that in FreeBSD 7 Giant causes bigger problems than in, say, FreeBSD 5. It would be great if all the drivers were MPSAFE, but hey, this nVidia thing still works perfectly. Just not for amd64 ;-(
|
|
#19
|
|||
|
|||
|
I have fully functioning Xv, very fast 2D (including RENDER and COMPOSITE support) via EXA, 3D acceleration good enough for compiz, openarena, ut2004, NeverwinterNights, even doom3 if I'm willing to set the quality down a little.
Oh, and it works on AMD64 I'd consider that "so well".Adam |
|
#20
|
|||
|
|||
|
Quote:
![]() Adam |
|
#21
|
|||
|
|||
|
ive settled for xubuntu now
its decentsupports my sound and video no problems. flash too LOL! freebsd still for my servers though! |
|
#22
|
|||
|
|||
|
Quote:
|
|
#23
|
|||
|
|||
|
nVidia drivers don't work in a PAE kernel either.
|
|
#24
|
||||
|
||||
|
Quote:
On 7.0 I couldn't even play music on a single core machine, because every single file access caused an interruption.
__________________
sysutils/bsdadminscripts: binary package maintenance, library integrity checking, ... sysutils/automounter: amd(8) based automounting without HAL contact: kamikaze@bsdforen.de Disclaimer: My posts represent my perception. Errors and incompleteness are to be expected, I deny any responsibility to know everything. |
|
#25
|
||||
|
||||
|
Quote:
What VGA card did you choose? I reached a bit "too high" and bought an RV630 based one. I'm still waiting for Xv support, but desktop works very well and as I read this thread, it seems it even works far better than with nv, which apparently cannot do full screen video playback. I have no problems with unaccelerated video playback, even at 1920x1200.
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| nvidia Driver Problems | ter2007 | Installing & Upgrading | 5 | December 30th, 2008 21:42 |
| FreeBSD 7.X and Nvidia (7500gt) | H-300 | System Hardware | 11 | December 28th, 2008 01:03 |
| Suspending with ACPI, clash with nvidia.ko | caesius | General | 3 | December 10th, 2008 03:36 |
| Creative SB X-Fi Sound Cards | koppr | System Hardware | 1 | December 1st, 2008 10:45 |
| 64bit Linux Flash | safekali | Multimedia | 2 | November 18th, 2008 20:13 |