Film-Tech Cinema Systems
Film-Tech Forum ARCHIVE


  
my profile | my password | search | faq & rules | forum home
  next oldest topic   next newest topic
» Film-Tech Forum ARCHIVE   » Operations   » Digital Cinema Forum   » tip: disable auto screen blanking on Doremi server

   
Author Topic: tip: disable auto screen blanking on Doremi server
Scott Norwood
Film God

Posts: 8146
From: Boston, MA. USA (1774.21 miles northeast of Dallas)
Registered: Jun 99


 - posted 01-24-2016 03:27 PM      Profile for Scott Norwood   Author's Homepage   Email Scott Norwood   Send New Private Message       Edit/Delete Post 
Most (all?) Doremi servers will automatically blank the screen after fifteen minutes of inactivity. This is annoying.

There are two ways around this, at least on version 2.6.4 (which is what I used to verify them):

Way #1:

select menu->system->terminal

in the terminal, type the following two lines, hitting return after each one:

xset s off
xset -dpms

Any user can do this easily, but it will not persist across system reboots. It is rather fool-proof and will not damage the system in any way.

Way #2:

This method will persist across reboots, but requires the root password (readily available, but I will not post it here) and some knowledge of Linux and the vi text editor. Note that this is potentially dangerous and can possibly screw up the operating system if not done correctly.

select menu->system->terminal

In the terminal, type

su

and hit return. Then, type in the root password when prompted.

Then, remount the root partition as read-write; type

mount -o rw,remount /

cd /etc/X11

cp xorg.conf xorg.conf.old

vi xorg.conf

Search for the line that says

Option "OffTime" "15"

and change the "15" to "0"; do _not_ change anything else in that file.

Quit and save the file.

edit: method #2 requires a reboot in order to take effect

[ 01-25-2016, 05:43 AM: Message edited by: Scott Norwood ]

 |  IP: Logged

Dave Macaulay
Film God

Posts: 2321
From: Toronto, Canada
Registered: Apr 2001


 - posted 01-24-2016 04:30 PM      Profile for Dave Macaulay   Email Dave Macaulay   Send New Private Message       Edit/Delete Post 
vi? is there no emacs?

 |  IP: Logged

Scott Norwood
Film God

Posts: 8146
From: Boston, MA. USA (1774.21 miles northeast of Dallas)
Registered: Jun 99


 - posted 01-24-2016 06:20 PM      Profile for Scott Norwood   Author's Homepage   Email Scott Norwood   Send New Private Message       Edit/Delete Post 
emacs doesn't come with it. You can use ed, ex, or (if you must) nano, though.

 |  IP: Logged

Buck Wilson
Jedi Master Film Handler

Posts: 894
From: St. Joseph MO, USA
Registered: Sep 2010


 - posted 01-24-2016 07:15 PM      Profile for Buck Wilson   Email Buck Wilson   Send New Private Message       Edit/Delete Post 
Why can't it just be a selectable setting.

 |  IP: Logged

Marco Giustini
Film God

Posts: 2713
From: Reading, UK
Registered: Nov 2007


 - posted 01-25-2016 03:36 AM      Profile for Marco Giustini   Email Marco Giustini   Send New Private Message       Edit/Delete Post 
Thanks Dave,

very useful!

 |  IP: Logged

Ian Freer
Expert Film Handler

Posts: 135
From: Wellington, New Zealand
Registered: Oct 2003


 - posted 01-25-2016 05:10 AM      Profile for Ian Freer   Email Ian Freer   Send New Private Message       Edit/Delete Post 
quote: Scott Norwood
Most (all?) Doremi servers will automatically blank the screen after fifteen minutes of inactivity. This is annoying.

Conversely, I wish GDC offered this as an option! Anyone got any ideas?

I agree in some situations the auto-screensaver is annoying, but in a multiplex where there is nobody around to look at and interact with the VGA screens I wish they would turn off to save the backlight life and also keep extraneous light down in the projection room...

 |  IP: Logged

Frank Cox
Film God

Posts: 2234
From: Melville Saskatchewan Canada
Registered: Apr 2011


 - posted 01-25-2016 12:07 PM      Profile for Frank Cox   Author's Homepage   Email Frank Cox   Send New Private Message       Edit/Delete Post 
You can always push the power button on the monitor to turn it off when it's not required.

 |  IP: Logged

Dave Macaulay
Film God

Posts: 2321
From: Toronto, Canada
Registered: Apr 2001


 - posted 01-25-2016 01:27 PM      Profile for Dave Macaulay   Email Dave Macaulay   Send New Private Message       Edit/Delete Post 
Possibly a bit obtuse.
Using vi to edit one line in a config file is fine, but most people who aren't familiar with it will have a heck of a time figuring out how to do that and save/exit. The learning curve for vi is quite steep.
Using emacs would only be less fun. It is much more powerful than vi and possibly harder to learn well.
Doremi includes nano which is more than powerful enough to change a "15" to a "0" and has a help area with enough information for most users to get by. It gets the cold shoulder from experienced Linux/Unix users partly because it's a simplified editor unworthy of a reaL programmer - and partly because it's easy to use without the arcane knowledge and skills that a BOFH holds dear.
The biggest problem with any of these and a Doremi server is the lack of control keys on the default onscreen keyboard. The "legacy keyboard" has those but it must be focused on the editor window to do anything in it.
FTPing the file out, editing it with a local text editor (even Windows Notepad will do), and then FTPing it back in is usually easiest. I'm not sure that any FTP login can access this folder, though.

 |  IP: Logged

Frank Cox
Film God

Posts: 2234
From: Melville Saskatchewan Canada
Registered: Apr 2011


 - posted 01-25-2016 02:15 PM      Profile for Frank Cox   Author's Homepage   Email Frank Cox   Send New Private Message       Edit/Delete Post 
If you're editing a Unix/Linux configuration file with a Windows text editor, be sure that your text editor doesn't magically change the line endings or bad things can happen. Windows uses CR+LF and Linux and friends use LF.

There are numerous little utility programs to fix this (and vim can fix it for you too) but if you need to use a Windows text editor to edit a Linux configuration file then that's probably irrelevant to you. But do note that bad things can happen if you try to use a DOS/Windows formatted configuration file on a Unix system. If you edit the file and the application suddenly explodes, that's likely the reason.

 |  IP: Logged

Scott Norwood
Film God

Posts: 8146
From: Boston, MA. USA (1774.21 miles northeast of Dallas)
Registered: Jun 99


 - posted 01-25-2016 05:28 PM      Profile for Scott Norwood   Author's Homepage   Email Scott Norwood   Send New Private Message       Edit/Delete Post 
What Frank said about LF vs. CR/LF line endings.

nano does work, but it can munge configuration files easily by joining lines that should not be joined. In any case, I would tend to suggest that anyone who is not minimally comfortable with standard Unix utilities probably should not be making unsupported changes to the operating system on something that is intended to be an "appliance" with "no user serviceable parts inside." That is why I suggested the first method, which is very safe for anyone to use.

 |  IP: Logged



All times are Central (GMT -6:00)  
   Close Topic    Move Topic    Delete Topic    next oldest topic   next newest topic
 - Printer-friendly view of this topic
Hop To:



Powered by Infopop Corporation
UBB.classicTM 6.3.1.2

The Film-Tech Forums are designed for various members related to the cinema industry to express their opinions, viewpoints and testimonials on various products, services and events based upon speculation, personal knowledge and factual information through use, therefore all views represented here allow no liability upon the publishers of this web site and the owners of said views assume no liability for any ill will resulting from these postings. The posts made here are for educational as well as entertainment purposes and as such anyone viewing this portion of the website must accept these views as statements of the author of that opinion and agrees to release the authors from any and all liability.

© 1999-2020 Film-Tech Cinema Systems, LLC. All rights reserved.