Usually the way to get a video card's full resolution in Linux is to use the correct driver for it, and not some "generic" driver. First find out the exact brand and model of your video card, and then google to find the Linux drivers for it.
Once you've installed it and set it up, you'll find that it performs much better.
Hope this helps
John A
Vampirical Lurker
7,630 posts since Apr 2006
Reputation Points: 2,240
Solved Threads: 339
> Im supposed to run It to verify my version of Xfree86, but how do I run it?
Save it to disk, preferably somewhere easy to remember, like your home folder. Open up a command prompt, such as Konsole, and enter the following commands:
cd path/to/script
chmod +x script.sh
./script.sh
If it complains something about "access denied" or "insufficient privaliges", then you'll need to enter the command su or sudo su before running the aforementioned commands.
John A
Vampirical Lurker
7,630 posts since Apr 2006
Reputation Points: 2,240
Solved Threads: 339