Subscribe RSS

Posts Tagged ‘card’

XP drivers for NVidia GeForce 8400M GS

December 12th, 2008 by Connor McBrine-Ellis | 2 Comments | Filed in Offline, Tech

Get the drivers here:

http://www.laptopvideo2go.com/nvidia/180series/18070.exe

After much searching this is the one that works!

Share

Tags: , , , , , ,

How to run Spore on Linux

November 15th, 2008 by Connor McBrine-Ellis | 15 Comments | Filed in How Tos, Offline, Tech
Spore on Linux

Spore on Linux

Before we install, we need to be sure your system can really handle this kind of graphics.  You should have a decent graphics card, and you should have the drivers installed.  If not, check out this post.

The first step to installing Spore on linux is to download Wine.  Obviously Spore is not a windows program so you’re going to have to emulate windows which is what wine does.  If you’re on Ubuntu just go to the terminal and type in the following commands in this order:

sudo apt-get install wine alsa-oss

On other operating systems you can do likewise using your various package managers.

Then, after Wine is done installing, then you can pop your Spore CD into your CD drive and then it should install (if you’ve already installed spore on the same computer but in windows and you’re in a dual boot, at this point you can just browse to the folder where you already installed it in windows and run SporeApp.exe since wine is installed with all the other required packages).

After installing, get the no-cd crack from gamecopyworld here, install that into the program folder, and you’re all set!

Share

Tags: , , , , , , , ,

Nvidia and ATI drivers for Linux

November 15th, 2008 by Connor McBrine-Ellis | No Comments | Filed in How Tos

Some programs in Linux (including the ultra-cool Desktop Effects) need graphics accelleration, so they need to use your card to the full.  You need to install your graphics drivers if you want to play 3d games.

Here’s how.

First open the terminal (Applications, Accessories, Terminal)

If you have a recent card type this and hit enter:

sudo apt-get install nvidia-glx-new

-or-

sudo apt-get install nvidia-glx

If you have an older card (only for TNT, TNT2, TNT Ultra, [old] GeForce, and GeForce2 chipsets):

sudo apt-get install nvidia-glx-legacy

For ATI, enter this in the terminal and hit enter:

sudo apt-get install xorg-driver-fglrx

After your graphics card is all set up you’re set to have fun.

Play around with desktop effects by installing this package:

sudo aptitude install compizconfig-settings-manager

Then go to the System menu, click on Preferences, and then click on Advanced Desktop Effects Settings, and have fun!

Share

Tags: , , , , ,

How to get ASIO drivers for any Sound Card

November 12th, 2008 by Connor McBrine-Ellis | 2 Comments | Filed in How Tos, Offline, Tech

I recently installed Guitar Rig onto my computer and when I plugged in my guitar, I couldn’t really hear anything but a whole bunch of crackling. I adjusted the settings and I could hear my guitar but there was a lot of latency (time between when I hit the string and when I could actually hear it on the computer). There was still a lot of crackling when I was playing, and the latency was really bad, so I did a bit of research and I found out that in order to get rid of the crackling when you play (and the huge latency issue) you need to use ASIO drivers with your sound card.

Guitar Rig 3 with ASIO

If you click on the file menu, and then go to audio setup, then you should get this dialog box (or do the equivalent in whatever software you are using). Here, in the interface menu on the soundcard tab, you probably won’t have the option for ASIO (if you’re having these problems). If you do have it, select it as the Interface. If you don’t then go to ASIO4ALL, download it, and install it, and then voila, problem solved! (Don’t forget to go back and change the interface to AISO).

Share

Tags: , , , , , , , , , ,