View previous topic :: View next topic |
Author |
Message |
Keffin Apprentice

Joined: 14 Feb 2004 Posts: 202 Location: England
|
Posted: Mon Nov 22, 2004 9:49 pm Post subject: How do you disable the screensaver when using vlc? |
|
|
^ Topic. I've just skimmed vlc --advanced -H and didn't see any option. Is one available?
Thanks. _________________ Always cut the deck if it ups your odds. |
|
Back to top |
|
 |
jamesdick628 Apprentice


Joined: 14 Oct 2004 Posts: 158 Location: Worcester, MA
|
Posted: Tue Nov 23, 2004 5:38 am Post subject: |
|
|
If you're using xscreensaver you can just run a simple shell script to kill xscreensaver, run vlc, and then restart xscreensaver.
Code: |
#!/bin/sh
xscreensaver-command -exit
vlc
xscreensaver -nosplash
|
If you're using KDE's screen saver or something else I wouldn't know where to begin. Hope this solves your problem. |
|
Back to top |
|
 |
|