PDA

View Full Version : WoW runs ok as root, slow as user?


SuperEe
January 11th, 2007, 05:31 PM
Ok so I got world of warcraft running ok using wine. I copied the wow directory from an ntfs partition onto a reiserfs partition and changed all the permissions to my user with


sudo chown username /wow -R
chmod u+wrx /wow -R


But my fps was horrible. So after trying a bunch of different things I switched to root with su root and ran wow and the fps was about double, running fine. I also tried running with sudo, but then the fps was bad again. I'm guessing my user doesn't have some other permissions here, what would those be? Or does this have to be with less processes running with root or what?

I'm using xubuntu edgy 6.10 with an nvidia graphics card.

Any help would be nice, I'm fairly new to linux but I do realize I don't want to be running WoW as root each time..

Ferrat
January 11th, 2007, 05:59 PM
This is just a guess but two things

1. when you run as ROOT do you have the same amount/programs running?

2. have you tried using nice -20? (upping the prio of WoW)

SuperEe
January 11th, 2007, 08:38 PM
Sure enough, it was the process load. nice -20 didn't help so created a new user and now it's working great.

Ty for the help :)

Ferrat
January 12th, 2007, 11:55 AM
np =)