





Make informed decisions with expert advice. Learn More
Brand | MSI |
---|---|
Model | N250GTS Twin Frozr |
Interface | PCI Express 2.0 x16 |
---|
Chipset Manufacturer | NVIDIA |
---|---|
GPU | GeForce GTS 250 |
Core Clock | 675 MHz |
Shader Clock | 1620MHz |
CUDA Cores | 128 |
Effective Memory Clock | 2000 MHz |
---|---|
Memory Size | 512MB |
Memory Interface | 256-Bit |
Memory Type | GDDR3 |
DirectX | DirectX 10 |
---|---|
OpenGL | OpenGL 2.1 |
DVI | 2 x DVI |
---|
Max Resolution | 2560 x 1600 |
---|---|
3D VISION Game Ready | Yes |
SLI Support | SLI Ready |
Cooler | Double Fans |
Dual-Link DVI Supported | Yes |
HDCP Ready | Yes |
Date First Available | March 19, 2010 |
---|
Pros: Nice and quiet, got my brightness/contrast/hue settings back in mythtv, and am able to overclock beyond even normal settings. Doesn't crank up the fan as soon as 3d rendering is needed, which is nice.
Cons: Didn't realize this particular model was underclocked until after I bought it. Not disappointed since I can overclock it to either regular stock settings, or even beyond that using nvidia applet that comes with their proprietary linux drivers.
Overall Review: I had to update the proprietary nvidia drivers, my (old) drivers detected the card as a GTS150, funny!. I can run stable at 748mhz gpu / 1250ghz memory (Using nvidia's find optimal settings applet feature). The nvidia applet also let's me set 2d rendering clocks and I've pumped them up to their max settings. I'm using a three monitor setup, using Xinerama, which works great! It took me a while to figure out how to setup the overclock from the console, here's how (notice the 2d maxes out at 600mhz gpu, 1100mhz mem): Coolbits = "1" in xorg.conf device section, plus: #!/bin/bash nvidia-settings -a=[gpu:0]/GPUOverclockingState=1 nvidia-settings -a=[gpu:0]/GPU2DClockFreqs=600,1100 nvidia-settings -a=[gpu:0]/GPU3DClockFreqs=748,1250 nvidia-settings -a=[gpu:1]/GPUOverclockingState=1 nvidia-settings -a=[gpu:1]/GPU2DClockFreqs=600,1100 nvidia-settings -a=[gpu:1]/GPU3DClockFreqs=748,1250 since I'm running kde, I put this in a file in ~/.kde/Autostart dir called nvoc.sh and chmod 755.