![]() |
|
SageTV Linux Discussion related to the SageTV Media Center for Linux. Questions, issues, problems, suggestions, etc. relating to the SageTV Linux should be posted here. |
![]() |
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
How to disable the GNOME screensaver?
I'm running the SageTV Linux client on a Dell Mini 9 with Ubuntu 8.04. It makes a nice very portable media player. My biggest problem is that the SageTV client doesn't disable the screensaver, so I have to move the mouse every 15 min to keep the screen from going blank. Very anoying. I've seen this issue discussed about MythTV and other video applications, but haven't found a good solution. Even a simple panel applet to temporarily disable the screensaver would help, but I haven't found one.
Any suggestions? Thanks. |
#2
|
||||
|
||||
Turn off the Ubuntu screensaver and use the one built into Sage. I don't know for sure if the Linux client for Sage has this feature. I'm on Windows.
Gerry
__________________
Big Gerr _______ Server - WHS 2011: Sage 7.1.9 - 1 x HD Prime and 2 x HDHomeRun - Intel Atom D525 1.6 GHz, Acer Easystore, RAM 4 GB, 4 x 2TB hotswap drives, 1 x 2TB USB ext Clients: 2 x PC Clients, 1 x HD300, 2 x HD-200, 1 x HD-100 DEV Client: Win 7 Ultimate 64 bit - AMD 64 x2 6000+, Gigabyte GA-MA790GP-DS4H MB, RAM 4GB, HD OS:500GB, DATA:1 x 500GB, Pace RGN STB. |
#3
|
||||
|
||||
System -> Preferences -> Screensaver
Then uncheck "Activate when computer is idle"
__________________
Batch Metadata Tools (User Guides) - SageTV App (Android) - SageTV Plex Channel - My Other Android Apps - sagex-api wrappers - Google+ - Phoenix Renamer Downloads SageTV V9 | Android MiniClient |
#4
|
|||
|
|||
Yes, the Linux version of SageTV has a screensaver. It's just that I'm annoyed by the need to bring up the GNOME screensaver window, uncheck the "Activate when computer is idle" box, and close the window. Then when I'm finished running SageTV I have to do the same thing again to turn the GNOME screensaver back on. I't just kind of stupid. Either SageTV should automatically disable the screensave as it does under windows, or there should be a simple one-click method for temporarily disabling the screensaver.
|
#5
|
|||
|
|||
Yea, I know. It's just kind of annoying to have to go through this process every time I run SageTV (or Miro or VLC player).
|
#6
|
||||
|
||||
You can use the gnome-screensaver-command to inhibit the screensaver with the --inhibit switch. Modify your sageclient.sh script so that it includes this (around the java command):
Code:
# Inhibit the screensaver gnome-screensaver-command --inhibit \ --application-name="sageclient.sh" \ --reason="Using Sage" & # Record the PID of the blocking inhibit command gssid=$! java -cp MiniClient.jar:jogl.jar:gluegen-rt.jar:. sage.miniclient.MiniClient $1 $2 > miniclient.log 2>&1 # Kill the gnome-screensaver-command which is inhibiting kill $gssid |
#7
|
|||
|
|||
[QUOTE=agitate;332052]You can use the gnome-screensaver-command to inhibit the screensaver with the --inhibit switch. Modify your sageclient.sh script so that it includes this (around the java command) ...
Thanks, agitate, your're a hero! That's just what I was looking for. |
#8
|
|||
|
|||
I tried the sagetv deb on my mini 9 and it loads but never shows any video... did you do anything special?
|
#9
|
|||
|
|||
No, it just worked. Note that I'm running the SageTV client on the Mini 9. The server is on a different machine on the LAN.
Do you have the SageTV server enabled under the Setup > Detailed Setup > Server menu? If not the client won't get anything from the server. |
#10
|
||||
|
||||
![]() |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Windows screensaver not starting, believe Sage is to blame | archcommus | SageTV Software | 1 | 08-14-2009 06:03 PM |
Disable scroll wrap in program guide?? | rswoods | SageTV Customizations | 2 | 12-01-2008 09:08 PM |
Screensaver on Sleep | karnal | SageTV Software | 1 | 11-02-2008 05:02 AM |
How do I disable HDTV on Client? | thenewguy1979 | SageTV Software | 7 | 10-20-2008 03:22 PM |
Disable screensaver | bobrap | SageTV Software | 5 | 05-17-2006 05:31 PM |