Logo by Trifox - Contribute your own Logo!

END OF AN ERA, FRACTALFORUMS.COM IS CONTINUED ON FRACTALFORUMS.ORG

it was a great time but no longer maintainable by c.Kleinhuis contact him for any data retrieval,
thanks and see you perhaps in 10 years again

this forum will stay online for reference
News: Support us via Flattr FLATTR Link
 
*
Welcome, Guest. Please login or register. April 24, 2024, 04:12:43 PM


Login with username, password and session length


The All New FractalForums is now in Public Beta Testing! Visit FractalForums.org and check it out!


Pages: [1]   Go Down
  Print  
Share this topic on DiggShare this topic on FacebookShare this topic on GoogleShare this topic on RedditShare this topic on StumbleUponShare this topic on Twitter
Author Topic: Graphics cards for GPU rendering?  (Read 1198 times)
Description: Please help me spec my next computer!
0 Members and 1 Guest are viewing this topic.
ellarien
Conqueror
*******
Posts: 123


I like flowers


WWW
« on: January 16, 2015, 02:26:20 PM »

I want to replace my aged desktop PC (bought as a mid-range general-purpose home machine in 2007) some time this year -- though not immediately, because first I have to finish digitizing the family slide collection with a scanner that isn't Windows 8 compatible. I'd really like to play with GPU fractal rendering programs, but I know nothing about graphics cards except that the one I have (nVidia GeForce 8300 GS -- don't laugh too hard! embarrass) is hopelessly outdated and underpowered. I don't want to spend a fortune -- no more than £1000 for the whole system including software and warranty but probably without a monitor -- but I want something more powerful and better cooled than my Core i5 laptop, so I'm probably looking at an entry-level 'gaming' machine even though I'm not a gamer.

So, how many CUDA cores and how much dedicated RAM do I need for a decent GPU rendering experience? Would something like the NVIDIA GeForce GTX 745 4GB DDR3 (384 CUDA cores) do the job? Do I even need a dedicated graphics card? My brother-in-law was trying to tell me that integrated graphics would work -- is that true?

One more question -- will a modern graphics card support a seven-year-old monitor (with DVI-D and D-sub connections), or am I going to need a new one?

Thanks for any insights you can provide -- even helpful search terms would be welcome!





 
Logged
claude
Fractal Bachius
*
Posts: 563



WWW
« Reply #1 on: January 16, 2015, 03:10:26 PM »

first I have to finish digitizing the family slide collection with a scanner that isn't Windows 8 compatible.

Chances are the scanner might be Linux compatible - I inherited my dad's old printer when he upgraded Windows and no driver was available, it works fine with my Linux system.  So you could maybe try a Linux live boot system (CD, DVD, USB) that won't modify anything on your hard drive, and see if the scanner works.   Check the package list of the live system before downloading, needs GIMP and GIMP plugin for SANE (which is the Linux scanner system - you don't strictly need GIMP, but command line scanning is more awkward).

Quote
So, how many CUDA cores and how much dedicated RAM do I need for a decent GPU rendering experience? Would something like the NVIDIA GeForce GTX 745 4GB DDR3 (384 CUDA cores) do the job? Do I even need a dedicated graphics card? My brother-in-law was trying to tell me that integrated graphics would work -- is that true?

Integrated graphics would work fine for displaying the results of CPU rendering, and are increasingly more powerful, but for GPU rendering you really would want something much more powerful I think.  Also, you probably want to consider double precision floating point performance on the GPU, something not typically covered in game-oriented benchmarks (single precision floating point is pretty much the standard there).  You might need to look for science/engineering-oriented benchmarks.  Double precision offers much greater zoom depth than single precision floating point, which could be important depending on what you want to render.

Fairly standard point: it's probably not worth going for top-of-the-range, look for best price/performance ratio (unless you absolutely need maximum performance and are willing to pay over the odds for it).

Quote
One more question -- will a modern graphics card support a seven-year-old monitor (with DVI-D and D-sub connections), or am I going to need a new one?

It probably is possible to get a graphics card with DVI outputs still, though HDMI is increasingly the preferred option.  D-sub (analogue VGA if I understand correctly?) is obsolete by now I think.  Otherwise the motherboard will probably have some integrated graphics too, so you could render on your fancy GPU and display the results on the integrated output - might be a nightmare to set it up though.  Check the output connector specs before you buy.  Another thing to look into is multiple outputs on your graphics card, in case you eventually decide that 1 screen is not enough.


EDIT: found some fp64 double precision benchmarks (seems AMD is doing better these days, so unless you absolutely need CUDA then maybe broaden your search from NVIDIA alone)
http://www.tomshardware.com/reviews/geforce-gtx-780-performance-review,3516-28.html
http://www.theinquirer.net/inquirer/review/2162193/nvidias-gtx680-thrashed-amds-mid-range-radeon-hd-7870-gpu-compute
« Last Edit: January 16, 2015, 03:17:39 PM by claude, Reason: added links » Logged
3dickulus
Global Moderator
Fractal Senior
******
Posts: 1558



WWW
« Reply #2 on: January 16, 2015, 03:22:34 PM »

GeForce GTX 760 has 6 chips 192 cores each = 1,152 total with 2G ram was around $250 CDN, it came with DVI and a D-Sub adapter in the package, I have yet to exploit it's full capabilities, works reeeeaaaally well with Fragmentarium smiley

Integrated gfx card will add $ and heat to mother board, a separate card can be cooled better and can be swapped out if you find it's not what you need. usually integrated gfx cards will be a "slimmed down" version that uses part of your system ram while a dedicated card will have it's own ram which is more likely to be tailored to the gfx chips needs, bus width , access speed etc.

I personally prefer building from the ground up, piece by piece, for a powerful gfx card you will also need a good power supply too.

Logged

Resistance is fertile...
You will be illuminated!

                            #B^] https://en.wikibooks.org/wiki/Fractals/fragmentarium
ellarien
Conqueror
*******
Posts: 123


I like flowers


WWW
« Reply #3 on: January 16, 2015, 04:11:51 PM »

Chances are the scanner might be Linux compatible - I inherited my dad's old printer when he upgraded Windows and no driver was available, it works fine with my Linux system.  So you could maybe try a Linux live boot system (CD, DVD, USB) that won't modify anything on your hard drive, and see if the scanner works.   Check the package list of the live system before downloading, needs GIMP and GIMP plugin for SANE (which is the Linux scanner system - you don't strictly need GIMP, but command line scanning is more awkward).

Sadly not in this case. I did get my old Canon flatbed working with a Linux VM, but the slide scanner is a bit more specialized and a quick Google suggests there's no Linux support for that model. Anyway, I only have about a hundred slides to go ...


Quote
Integrated graphics would work fine for displaying the results of CPU rendering, and are increasingly more powerful, but for GPU rendering you really would want something much more powerful I think.  Also, you probably want to consider double precision floating point performance on the GPU, something not typically covered in game-oriented benchmarks (single precision floating point is pretty much the standard there).  You might need to look for science/engineering-oriented benchmarks.  Double precision offers much greater zoom depth than single precision floating point, which could be important depending on what you want to render.

Good point on the double precision, and one I hadn't thought of. Thanks!


Logged
ellarien
Conqueror
*******
Posts: 123


I like flowers


WWW
« Reply #4 on: January 16, 2015, 04:17:41 PM »


I personally prefer building from the ground up, piece by piece, for a powerful gfx card you will also need a good power supply too.


Thanks for your reply. I'm a little nervous about custom-building a system if there's an off-the-peg solution that will do what I want, though I suppose it ought to be possible with enough research. smiley
Logged
3dickulus
Global Moderator
Fractal Senior
******
Posts: 1558



WWW
« Reply #5 on: January 17, 2015, 12:17:38 AM »

it's actually rather simple only 8 or 9 components

case
power supply
mother board
hard drive(s)
cd/dvd reader/writer
ram
gfx card
and maybe an extra cooling fan or two if you are overclocking

motherboards usually come with (in Canada) instructions and the required mounting hardware and cables
and it's hard to plug them in wrong because they are all "keyed" to their respective plugs, generally, things only fit where they belong
you have a mechanically inclined nerdy friend who can help ?
it would be a good idea to have someone on hand with at least some experience for your first build
but don't let it intimidate you, if you can do a jigsaw puzzle you can assemble a computer

there's lots of vids on you tube, watch a few and you'll see it's not all that complicated.

 A Beer Cup
Logged

Resistance is fertile...
You will be illuminated!

                            #B^] https://en.wikibooks.org/wiki/Fractals/fragmentarium
ellarien
Conqueror
*******
Posts: 123


I like flowers


WWW
« Reply #6 on: May 02, 2015, 06:29:38 PM »

Just to round off the thread, what I eventually did was to buy a custom machine from a company that tailors to gamers, with a GTX 750Ti (2Gb, 640 cores). It's not the fastest thing on the planet, but it fit my budget and it does let me play with Fragmentarium. It turns out that even the integrated graphics on my laptop will do Fragmentarium up to a point, but the 3d rotation function doesn't work.

Logged
3dickulus
Global Moderator
Fractal Senior
******
Posts: 1558



WWW
« Reply #7 on: May 02, 2015, 07:23:53 PM »

just on time for the competition  wink
Logged

Resistance is fertile...
You will be illuminated!

                            #B^] https://en.wikibooks.org/wiki/Fractals/fragmentarium
Pages: [1]   Go Down
  Print  
 
Jump to:  

Related Topics
Subject Started by Replies Views Last post
punch cards Mandelbulb3D Gallery tomot 0 702 Last post April 25, 2011, 07:55:33 PM
by tomot
punch cards light Mandelbulb3D Gallery tomot 0 582 Last post April 25, 2011, 11:09:23 PM
by tomot
Graphics Programming kronikel 4 2177 Last post October 11, 2011, 06:17:17 PM
by kronikel
The price of computer graphics 2 d Art Discussions « 1 2 » Lois 22 7492 Last post June 10, 2015, 10:17:54 PM
by Chillheimer
Unit3D Graphics Shader Project mandelbox implementation 3D Fractal Generation Mrz00m 1 3035 Last post February 28, 2016, 08:45:46 PM
by 3dickulus

Powered by MySQL Powered by PHP Powered by SMF 1.1.21 | SMF © 2015, Simple Machines

Valid XHTML 1.0! Valid CSS! Dilber MC Theme by HarzeM
Page created in 0.159 seconds with 24 queries. (Pretty URLs adds 0.007s, 2q)