trying to play a simple .avi in mythtv, and even with the " >/dev/null
2>&1" trick does keep it in focus. Is there anyway to keep mplayer in
focus? basically if you hit the esc, q or any other key, mplayer wont
respond. Interesting enough, launch mythtv from a windowmanager and
mplayer works fine.

~/.xinitrc

# OSD
xmodmap -e "keycode 158 = o"
# Pause
xmodmap -e "keycode 232 = p"
xmodmap -e "keycode 110 = p"
xmodmap -e "keycode 177 = p"
# Volume
xmodmap -e "keycode 174 = 9"
xmodmap -e "keycode 176 = 0"
# Mute
xmodmap -e "keycode 160 = m"
# PageUp/PageDown
xmodmap -e "keycode 152 = Next"
xmodmap -e "keycode 233 = Prior"
# Quit
xmodmap -e "keycode 54 = Escape"
xmodmap -e "keycode 222 = Escape"
# slow mouse for ati-remote
/usr/X11R6/bin/xset m 5 10 &

# turn off screen blanking
/usr/X11R6/bin/xset s noblank &
/usr/X11R6/bin/xset s off &
/usr/X11R6/bin/xset -dpms &

#fluxbox
#wmaker
mythbackend &
mythfrontend
_______________________________________________
mythtv-users mailing list
[email protected]
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

Reply via email to