linux newbie needs help for non-admin users

Help with Setup, Hardware, Performance or other Issues...Or just pimp your rig.
Post Reply
neil
Private
Private
Posts: 2
Joined: Fri Jul 28, 2006 8:18 pm

linux newbie needs help for non-admin users

Post by neil »

Hello,
I'm running bzflag version 2.0.4 on ubuntu 6.06. while I can play it fine on my account (which is set as having admin rights), when I start up bzflag on any other account the game fails to start.

I'm a bit of a linux newbie, so any help would be appreciated :)

Thanks.

Neil.
User avatar
Skeeve
Private First Class
Private First Class
Posts: 122
Joined: Sun Jun 04, 2006 3:27 pm
Location: Near Aix La Chappel

Post by Skeeve »

I don't know where it is located, but usually it should help to make every directory world readable & executable and every file world readable. Also any executable should have execute rights for the world.

I think this will help:

Code: Select all

find /Applications/BZFlag-2.0.8.app/ -perm +0100 -print0 | xargs -0 chmod go+x
chmod -R go+r /Applications/BZFlag-2.0.8.app/
Of ourse you have to replace you real location for "/Applications/BZFlag-2.0.8.app/"
Avatar created with South Park Studio

Don't you hate it when your posts get deleted without any note?
Longhair
Private First Class
Private First Class
Posts: 330
Joined: Tue Feb 08, 2005 6:06 pm
Location: Lancaster, PA
Contact:

Post by Longhair »

What group does the executable belong to, and are the users in question part of those groups. Gentoo, for example has a "games" group. If a given user doesn't have perms for that group, they don't get to play games. (perfect for grounding one of your kids off of games, and not the other)
neil
Private
Private
Posts: 2
Joined: Fri Jul 28, 2006 8:18 pm

Post by neil »

Hello,
I've found the fault. I don't know if it's a bug or not, but have no idea how to fix it.

I run my desktop in 1280x1024 (and therefore all games) and the others run in 1024x768

If I change resolution of the users to 1280 bzflag works. It's as if it's trying to go in to bzflag as 1280 and fails because the desktop is only 1024.


The error returned is:

X Error of failed request: BadValue (integer parameter out of range for operation)
Major opcode of failed request: 135 (XFree86-VidModeExtension)
Minor opcode of failed request: 10 (XF86VidModeSwitchToMode)
Value in failed request: 0x3e
Serial number of failed request: 122
Current serial number in output stream: 124
Post Reply