PDA

View Full Version : Problem with Warcraft


heart_reaver
January 8th, 2006, 03:27 AM
Hi there,

I want to run Warcraft Region of chaos on my old PC. Its configuration is

P III, 866Mhz , 256 MB of Ram, Board is intel 810, no external graphic card attaced to
it. When i had installed windows on it, it have worked on it and played smoothly.

I have installed warcraft on win partition and run it form cedega. Its runing but its runing slow. To check what problem is there i try to install planet penguin racer. It is having same problem. Frames are moving slow.

superm1
January 8th, 2006, 04:35 AM
You said that you aren't using external graphics chipset. Check and see if you are using the intel drivers, or a regular old vesa driver. If your using vesa, I would recommend a switch to the intel. If your using the intel and having troubles still - i'd say invest in a low end ~$50 nvidia card.

Thirsteh
January 8th, 2006, 04:40 AM
As superm1 said, check that you have the latest proper drivers, however, if games are still running with poor performance through Wine/Cedega while native games don't, try doing this command in a console then start your game:

sleep 30 renice 15 `pgrep wineserver`

You can try with other nice levels, but 15 should be "the safe one". In case you don't understand the above command, it doesn't do anything for 30 seconds after you've entered the command, allowing you to start your game and enter it before it changes the process nice (priority level) to a higher value than the default.

All best.

heart_reaver
January 8th, 2006, 04:52 AM
You said that you aren't using external graphics chipset. Check and see if you are using the intel drivers, or a regular old vesa driver. If your using vesa, I would recommend a switch to the intel. If your using the intel and having troubles still - i'd say invest in a low end ~$50 nvidia card.


I am new to linux gaming how can i check that

superm1
January 8th, 2006, 05:01 AM
Well the easiest way is to look in your xorg.conf file. Its located in /etc/X11/xorg.conf. You can open it up in gedit or your favorite editor. Look for a section labeled device which describes your video card. If your not too sure which is which, post the whole file here and we'll help.

For example, here is my device section for my ATI card which uses the fglrx driver:
Section "Device"
Identifier "ATI Technologies, Inc. FireGL Mobility T2 (M10 NT)"
Driver "fglrx"
Option "PowerState" "1"
Option "VideoOverlay" "on"
BusID "PCI:1:0:0"
EndSection

Thirsteh
January 8th, 2006, 05:10 AM
If you have an Nvidia graphics adaptor and your Driver section says "nv" then you need to do the following (however judging from your original post I doubt you do :\):

sudo apt-get install nvidia-glx nvidia-settings

Edit your /etc/X11/xorg.conf and change "nv" to "nvidia".

Log out of Gnome, when you're at the login screen, hit CTRL+ALT+BACKSPACE. You can also reboot your machine.

heart_reaver
January 8th, 2006, 05:10 AM
Section "Device"
Identifier "Intel Corporation 82810E DC-133 CGC [Chipset Graphics Controller]"
Driver "i810"
BusID "PCI:0:1:0"
EndSection



This is what i found

Thirsteh
January 8th, 2006, 05:23 AM
I'm afraid you should strongly contemplate investing in an Nvidia graphics adaptor, or rather, I heartily recommend that you do.

heart_reaver
January 8th, 2006, 05:42 AM
then how it is working smooth in windows and choppy in ubuntu
the machine must not be the problem there is something in s/w i suppose

kaamos
January 8th, 2006, 06:01 AM
Try running with the -opengl flag. This works in wine at least.

heart_reaver
January 8th, 2006, 06:07 AM
Try running with the -opengl flag. This works in wine at least.
how to use this opengl flag with wine (im new to ubuntu:smile: )

kaamos
January 8th, 2006, 06:10 AM
try this
cedega /path/to/warcraft/Warcraft\ III.exe -opengl

heart_reaver
January 8th, 2006, 10:06 AM
-opengl is giving same responce as earlier.

I have installed ppracer (planet penguin racer). Then i run it with


arjun@amnesty:~$ ppracer -opengl
PPRacer 0.3.1 -- http://racer.planetpenguin.de
(c) 2004-2005 The PPRacer team
(c) 1999-2001 Jasmin F. Patry<jfpatry@sunspirestudios.com>
PPRacer comes with ABSOLUTELY NO WARRANTY. This is free software,
and you are welcome to redistribute it under certain conditions.
See http://www.gnu.org/copyleft/gpl.html for details.

open /dev/sequencer: No such file or directory
arjun@amnesty:~$



I think as mentioned in bold line some thing is missing by me