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..
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..