[EMAIL PROTECTED] ~]$ more .Xclients exec ./.Xclients-ratpoison
[EMAIL PROTECTED] ~]$ more .Xclients-ratpoison #!/bin/bash /usr/bin/ratpoison & # To get an xterm with Ratpoison, "Control-c Control-t c" # Load nVidia driver custom settings #nvidia-settings --load-config-only & # Stop the Nvidia blue line problem xvattr -a XV_COLORKEY -v 66048 # Disable screensaver and blanking /usr/X11R6/bin/xset -dpms /usr/X11R6/bin/xset s off # Restore sound settings /usr/bin/amixer set Master,0 80%,80% unmute /usr/bin/amixer set PCM,0 80%,80% unmute /usr/bin/amixer set Line,0 80%,80% mute captur /usr/bin/amixer set Capture,0 80%,80% captur /usr/bin/aplay /usr/share/system-config-soundcard/sound-sample.wav & # Make sure the DVD is umounted umount /media/cdrecorder # Launch myth frontend mythfrontend # We are here because mythfrontend crashed or was exited # We could stay in the window manager by changing "exit" to "wait" exit [EMAIL PROTECTED] ~]$ _______________________________________________ mythtv-users mailing list [email protected] http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
