Sponsored Content
Special Forums UNIX Desktop Questions & Answers Cannot eliminate screen blank, lock or saver or whatever it's called... Post 302943780 by marmotking on Tuesday 12th of May 2015 04:46:43 PM
Old 05-12-2015
Cannot eliminate screen blank, lock or saver or whatever it's called...

Hi all, I'm running CentOS 7. When the machine is left alone for a few minutes, a screen saver or blanker or something comes up with a clock and date on it. You have to swipe this to get back to the desktop. I'm trying desperately to get rid of this so that it never comes up. No matter how long I am away from the machine, I don't want the desktop to go away. I've tried the following and have managed to eliminate the need to sign in again, but I still can't seem to get rid of the clock/date screen:

[1] Turned off the lock screen in settings, security.
[2] Executed: setterm -blank 0
[3] Created: /etc/X11/xorg.conf t contain the following:

Code:
  Section "ServerFlags"
     Option    "blank time" "0"
     Option    "standby time" "0"
     Option    "suspend time" "0"
     Option    "off time" "0"
 EndSection

[4] Ran the following:

Code:
  #!/bin/sh
 export DISPLAY=:0.0
 xset s off
 xset s noblank
 xset –dpms

Of course, it goes without saying that any help is greatly appreciated. I'm getting desperate here.

Last edited by Don Cragun; 05-12-2015 at 06:07 PM.. Reason: Add CODE and ICODE tags.
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Screen saver

Can any one help me knowing how to do screen saver after certain time ? Thanks (3 Replies)
Discussion started by: Hegazy Mahdy
3 Replies

2. Solaris

how to remove the screen saver on solaris box

Hi, :) I have a Sun 3500 box with solaris 8 in it. I dont know who had installed the screen saver. every 5 minutes the screen saver comes up. Its annoying when we are working on the console. Can any one tell what i can do to remove the screen saver. Thanks in advance. Ishila. :) (4 Replies)
Discussion started by: ishila
4 Replies

3. Shell Programming and Scripting

My screen saver for a plain session

Good day. :) I don't know exactly where or how to post this kind of stuff, but I though I'd like to have a look at my "Screen Saver" in progress. Comments welcome. This uses bash. Just copy and pase into any file. Make o+x and run. Feel free to edit and change all u like. Thanks. ... (0 Replies)
Discussion started by: Blooper
0 Replies

4. UNIX and Linux Applications

screen saver in UNIX~~~~~~HELP NEEDED

One of my Sun Box running SUNOS 4.1.3_U1, the screen saver in turn on. if there anyway to disable the screen saver? Thanks (0 Replies)
Discussion started by: AirWalker83
0 Replies

5. Solaris

Screen Saver Resolution

I am using sun solaris machine i have given the specs of that machine given below Name of athe Platform : SUNW,Ultra-5_10 Machiene hardware :sun4u Processor Type :sparc Operating system : solaris 10 Monitory TYpe : SAMSUNG Sync Master... (2 Replies)
Discussion started by: ambavaram
2 Replies

6. Solaris

screen saver

I am using solaris 10 x86, i am trying to create my own sreensavers using the pictures in my folder. pls can someone tell on how to go about this (1 Reply)
Discussion started by: seyiisq
1 Replies

7. UNIX for Dummies Questions & Answers

Screen Saver for LINUX - ROOT

Good Morning. I have a question about screen savers in LINUX especially CENTOS. I don't seem to have a problem setting the screen saver with a password required for the root account(version 5.3). I'm told earlier versions you could not set it for. I was wondering if newer versions of LINUX had... (1 Reply)
Discussion started by: ejjones
1 Replies

8. Red Hat

command line tool to disable screen lock and/or screen saver

Hi, I have a simple question : how to disable screen lock and/or sreen saver with command line with RHEL5.4 ? (1 Reply)
Discussion started by: albator1932
1 Replies

9. Windows & DOS: Issues & Discussions

Screen saver mode at work

Hi, At work, the PC Windows 7 goes to screen saver mode after 10 minutes. I don't have access to change that. It's grayed out for me. After 10 minutes, the IM will say " AWAY" and my email status will say " AWAY ". Email and IM both are from Microsoft. My question is there any work... (2 Replies)
Discussion started by: samnyc
2 Replies
elographics(4)						     Kernel Interfaces Manual						    elographics(4)

NAME
elographics - Elographics input driver SYNOPSIS
Section "InputDevice" Identifier "idevname" Driver "elographics" Option "Device" "devpath" ... EndSection DESCRIPTION
elographics is an Xorg input driver for Elographics touchscreen devices. The elographics driver functions as a pointer input device, and may be used as the X server's core pointer. SUPPORTED HARDWARE
E271-2210 and E271-2200 devices are supported. E281-2310 and compatible devices are supported with some features unavailable. CONFIGURATION DETAILS
Please refer to xorg.conf(5) for general configuration details and for options that can be used with all input drivers. This section only covers configuration details specific to this driver. The following driver options are supported: Option "Device" "string" The device that is attached to the touchscreen interface. Default is "/dev/ttyS1". Option "MinX" "integer" Set the minimum value for the touchscreen X axis. Default is 600. Option "MaxX" "integer" Set the maximum value for the touchscreen X axis. Default is 3000. Option "MinY" "integer" Set the minimum value for the touchscreen Y axis. Default is 600. Option "MaxY" "integer" Set the maximum value for the touchscreen Y axis. Default is 3000. Option "ScreenNo" "integer" The screen to attach to the touchscreen when running with multiple screens. Default is screen 0. Option "PortraitMode" "string" Set the X/Y axis orientation. The default is "Landscape" but you can rotate clockwise ("Portrait") or counter-clockwise ("Por- traitCCW"). Option "SwapXY" "boolean" Swap the X and Y axis on the display. Default is false. Option "UntouchDelay" "integer" The period that finger must be released for an untouch event to occur. Default: 5 (50ms). Option "ReportDelay" "integer" Delay between report packets. Default: 1 (10ms). Option "Model" "string" The touchscreen model. Default: unset. Supported models: "Sunit dSeries". SEE ALSO
Xorg(1), xorg.conf(5), Xserver(1), X(7). AUTHORS
Authors include: Patrick Lecoanet This manpage was written by Lee Maguire on behalf of the Debian Project. X Version 11 xf86-input-elographics 1.4.1 elographics(4)
All times are GMT -4. The time now is 09:31 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy