I have been using a Dell Vostro 1700 for 1 year now, so I thought I’d share some info about it.
Processor: Core2Duo T9300 @ 2.5Ghz on 32W, 6Mb L2 cache, 800Mhz FSB
Memory: 4Gb
Graphics Card: nVidia GeForce 8600M GT 256Mb DDR2 @20W
Graphics card Memory Clock: 800/475Mhz, Shader Clock: 950Mhz (32)
Monitor: 17.2” Samsung/Seiko Epson SEC 3258
I bought this machine for gaming and work. It has great feature sets to do these tasks, but not too brilliant when it comes to mobility. It features a heavy chassis and heavy battery.
Mobility:
This machine weighs a ton. It is very heavy because of the big screen, heavy magnesium alloy chassis and batteries. It is hard to carry around and requires a BIG case. Since it has a huge monitor and a very power hungry graphics card it eats up the battery very fast. My machine gets an autonomy of about 2 hours with a 6Cell battery using the Dell power profile, and in power saver mode with low back-lighting I can get out a maximum of 3 hours tops.
However it is a rugged machine and most screws are held in metal instead of plastic, so you get the idea.
Work usage:
I am a programmer and I run a lot of heavy processing environments like J2EE with such IDE-s running as Eclipse and Netbeans. I sometimes peak both memory and processor usage, but this configuration doesn’t really slow down nor hang or swap. It runs everything smoothly and quickly becomes responsive when coming back from stand by.
In power saver mode there is some lag coming both from processor and powered down hard disks, but it’s bearable. I rarely turn it off, I just go on stand-by all the time.(standBy drowns the battery! so make sure the charger is plugged in)
I run Vista. I also used Ubuntu and LinuxMint for a while, ran fine, but power management was not really supported.
Gaming:
Here comes the main reason I write this article. This rig is great for gaming. It runs most games just fine including newer ones. Sometimes you need to tweak the options since it wont really run everything in high detail, but if you find a balance between resolution and video features you should have no problems.
It features a descent Class 2 graphics card. http://www.notebookcheck.net/NVIDIA-GeForce-8600M-GT.3986.0.html
Heat: the heat dispersion is great on this unit. My temperature sensor usually shows 40-45 C in normal usage. Peaks slightly around 55-58 C when running games, but it rarely reaches 60 C.
There is plenty room for overclocking but I didnt feel I need to commit to that. Especially in Crysis you will notice that a small overclock of just a few Mhz on the shader and memory clocks will result in very visible increase in framerate.
This laptop is a definite go if you’re a gamer and want to play serious games on it. However if you have the money try to go for a Class 1 graphics card like the Quadro3700M.
This laptop does NOT feature MXM, so you are stuck with the stock graphics card.
I use most DELL drivers on the system, but for video I recomend the updated driver found here: http://laptopvideo2go.com/
These drivers are hacked from the official driver releases from nVidia and updated much more often then the DELL drivers. Getting an updated driver results in HUGE visible performance increase.
For example: Crysis would barely run with the stock DELL drivers, and after the update from laptopvideo2go it ran perfectly. Same with BioShock!
To run Fallout3 installer and game in Wine, you need to download the source code, patch and compile Wine.
1. Download the wine sources
I use 1.1.8: http://ibiblio.org/pub/linux/system/emulators/wine/wine-1.1.8.tar.bz2
2. Get the following patches (save them to your computer):
– the mouse patch (mousepatch.diff)
http://bugs.winehq.org/attachment.cgi?id=15638
– the directx patch (driver.diff)
http://bugs.winehq.org/attachment.cgi?id=17130
3. extract the source code files within the archive to any folder, copy the patches into the the same folder, change directory to it and run the following commands using a terminal:
patch -p1 < mousepatch.diff
patch -p1 < driver.diff
4. to build wine type the following:
./configure
Once ready, you will get some messages, make sure you download all required deppendencies should configure tell you so. (should you get an error sayin no opengl support and you are sure you downloaded libGL, go to /usr/lib and: sudo ln -s libGL.so.1 libGL.so)
Next run:
make depend
make
sudo make install
5. You should have a patched wine ready and installed. It’s time to get winetricks
http://wiki.winehq.org/winetricks
and use it to install vcrun2005, directx
6. type in “regedit” to bring up the registry editor. Open HKEY_CURRENT_USER/Software/Wine/Direct3D
– make a new string value: VideoDescription
– set it to something like: NVIDIA GeForce 8600M GT
– make another string value: VideoDriver
– set it to: nv4_disp.dll
– do a search on “MouseWarpOverride” and set it to: true
if it does not exist create the string value inside HKEY_CURRENT_USER/Software/Wine/DirectInput and add it as a new string value.
7. Install the game. Run the launcher and configure video options, then quit the launcher.
Start game with: wine Fallout3.exe
Everything should be set. If you have problems drop a line in the comments and we’ll try to figure it out.
———————————–
EDIT:
If xlive.dll gives you any trouble try installing this: Try this: http://www.microsoft.com/downloads/details.aspx?familyid=D6A69B9F-2AEF-4125-B162-EDF0AE922CAF&displaylang=en
You will also need XINPUT1_3.dll, which you should google around and download from somewhere.
Both dlls are ment for your .wine/drive_c/windows/system32/ directory.