PDA

View Full Version : Xgame help


junior aspirin
March 21st, 2006, 08:03 PM
hi all. i have done some searching ie the following posts:
http://www.ubuntuforums.org/showthread.php?t=51486&highlight=xgame
http://ubuntuforums.org/showpost.php?p=781066&postcount=13

but i cannot seem to get xgame to work correctly.

on the first setup attempt when i launch doom3 from xgame i get the following:
*the screen blanks then goes grey with small stripes, and an X shape mouse curser appears.
*the screen the distorts this grey and does nothing.

*i have to ctrl alt backspace to getout of it

my second attempt at the config:
*screen blanks and loads grey stuff as above
*then the login screen appears, but with nautilus overlayed on it, but with no window manager running. i can use nautilus, even watch videos!

*then i have to ctrl alt backspace again


any ideas? i think i may have configured it wrong somewhere.

i use dapper with all the fancy xgl and compiz stuff, which is why i need to use xgame.

ati radeon 9800, amd athlon 64 3200+ on the k7 kernel.

i am hoping this is the best place to post.

KSDZ
March 30th, 2006, 08:51 AM
I'm having exactely the same problem,
gray stripes and a non responding mouse,
however in my case ctrl+alt+backspace didn't help much either...

minisori
April 1st, 2006, 05:54 PM
Do you want to run a game in another x?

Just do this for example for doom3:

sudo X :1 -ac & DISPLAY=:1 doom3

You can put it in a script if u want:

#!/bin/bash
sudo sleep1
sudo X :1 -ac & DISPLAY=:1 $1

Supossing u called dis script game, u run it as game doom3 or game anything_you_want_to_run_on_another_X