Moderators: Nexuiz Moderators, Moderators
#! /bin/sh
[ -x "`which aoss`" ] && aoss=aoss
if [ -x "`which gnome-screensaver-command`" ]; then
gnome-screensaver-command -i &
inhibit=$?
fi
loadkeys -c -u -s us
setxkbmap -symbols "pc(pc105)+us"
$aoss "$@"
setxkbmap -symbols "pc(pc105)+us(intl)+group(alts_toggle)"
loadkeys -c -u -s us-intl.iso15
xgamma -gamma 1
[ -n "$inhibit" ] && kill $inhibit
esteel wrote:I guess this here helps: http://forums.alientrap.local/viewtopic.ph ... creensaver
esteel wrote:I'm not even sure.. but its not a compiz thing as i have had the same problem and do not use compiz (very often..). And from what i get X11 has no real concept of a fullscreen application so i doubt gnome screensaver can notice a game is running.
There must be ways beside gnome-screensaver-command to disable/inhibit screensavers from starting as i'm sure other games do that too but i have no idea how generic those ways are..
Return to Nexuiz - Support / Bugs
Users browsing this forum: No registered users and 1 guest