General :: Automatically Set Screensaver Activation Back At 30 Minutes Each Time The Normal Screen Is Reactivated?
Mar 16, 2011
I'm running Fedora 14 and set the screensaver (in System>Preferences on the Gnome GUI) to activate after the computer is idle for 30 minutes. After the screensaver is activated, and a press a key or the mouse, the screen is back to normal -- no problem.After the screensaver has been activated once, however, it comes back on very quickly -- usually in 2 or 3 minutes if the computer is idle. The only way I have found to correct this (and set activation back at 30 minutes again) is to log out and back in again.How can I correct this, and automatically set screensaver activation back at 30 minutes each time the normal screen is reactivated?
View 1 Replies
ADVERTISEMENT
Oct 31, 2010
I have a script I would like to have automatically invoked every time the screen is unlocked. Does Ubuntu provide some support for users who wish to do this?
View 1 Replies
View Related
Aug 16, 2011
I am unable to return my screen resolution back to the 1024x setting. Somehow I got it stuck on the 340? setting, which is not allowing me to see/access the dialog box save button when I go to preferences, display. Anyone know a way out of this mess?
View 1 Replies
View Related
Dec 6, 2010
I am running 10.04 (i686) inside kvm-qemu client. The host is a headless 10.04 (x64).The issue is that the screensaver does not activate after a certain period of idle time (1 min). I can successfully activate the screensaver by running gnome-screensaver-command -a. It appears, then, that idle time is not being registered correctly. There are some very sporadic logs in daemon.log:
Code:
./daemon.log.1:Dec 1 11:01:24 myserver gnome-session[2166]: WARNING: GSIdleMonitor: IDLETIME counter not found
./daemon.log.1:Dec 2 12:35:53 myserver gnome-session[19953]: WARNING: GSIdleMonitor:
[code]....
View 1 Replies
View Related
Jun 22, 2011
I have a switch tray on my computer and I installed opensuse in one of the hard drives that I have but as I switch between the windows hard drive and opensuse the time changes all the time. For example it's 10pm right now and if I switch the hard drive to opensuse the time automatically gets adjusted 4 hours back and then I fix it and when I switch back to my windows hard drive the time goes forward 4 hours. I check both region settings and they are both set to NY Eastern time. Why is it doing this?
View 2 Replies
View Related
Mar 26, 2011
I had 11.3 running for quite some time without any problem. The upgrade to 11.4 was ruined for some reason (only got commandprompt login) and the message that Xorg.0.log couldn't be copied. Decided to install 11.4 from scratch, but since the install my screen flashes every 20 seconds or so to black screen and and after 1 second back to normal. There is no interruption of any other task like typing. Card: FeForce FX5200 card. Can someone please point me to a solution? Also, my monitor (Philips 150S) is not recognized. How can I change that without changing xorg.conf by hand?
View 1 Replies
View Related
Apr 30, 2011
Xfwm4 has a very nice option when right-clicking on the window decoration to choose a full screen mode... but how do I come back to the normal window size?
View 1 Replies
View Related
Feb 22, 2010
I'm running KDE, with 11.2 32-Bit. At first, my screen saver worked just fine, coming on after 130 min, being just long enough to watch a movie. Since changing the screen saver, but not the duration before activation my screen saver comes on every 20 min. I have tried changing and saving settings in YaST and going back to the original choice of screensaver, neither of which have worked.
View 2 Replies
View Related
Apr 22, 2011
when i was sleeping my computer restarted itself and when i signed back in all the windows were huge. the resolution is set at 900x600 and no other option makes the windows smaller.
View 1 Replies
View Related
Oct 25, 2010
Running RHEL5 and because of the environment that we are in we have to disable the users being able to change the screen saver. I have tried using the gconf-editor to see if I can disable it but don't know if that is the correct way of doing it. I also looked in /etc/xdg/menus and really don't want to miss with that.
View 2 Replies
View Related
Jul 6, 2011
Is there a way to set Linux to automatically log in to a specific user account and at the same time lock the screen? I want to save time and trigger various software that always should start up on boot, while leaving the computer unattended during startup (extra important and practical for remote control boots), by enforcing a 'screen lock' so that no-one can see what happens behind the login screen without entering the login credentials.
View 3 Replies
View Related
Aug 26, 2010
I want to run a script that runs after every 15 minutes that i will do using crontab. But in script want to search a string from the last 15 minutes logs in log file containing data of whole day.
how i can search the string according to time difference that is logs from from current time and current time - 15 minutes.
Sample logs are as follows:
26-Aug-2010 16:38:46,055|9172310750|subscription_app|31ba267e%3A12aadd47bdc%3A50e9|ChargeAmount|ChargingIntercep tor - subscriber details processed sucessfully- {arg0.referenceCode=balanceEnquiry:true;subsChannel:Unknown;channelType:Subscription;transactionId:3
[Code]....
View 6 Replies
View Related
Dec 8, 2010
i am fairly new to Ubuntu. i was using it fine for a month, but today, when i booted my computer up, it came up with a black screen instead of the normal purple ubuntu screen. the black screen had white text on it, and asked for my username and password. from there, it was a terminal prompt. i have been google searching for a while, and have tried typing "startx", "sudo apt-get install ubuntu-desktop", "sudo gdm", and i have also tryed uninstalling xorg, and reinstalling, and none of these things wanted to do anything for me.
View 4 Replies
View Related
Nov 19, 2010
Our home broadband (TWC/RoadRunner/San Diego) intermittently drops out for minutes at a time. In WinXP, I had a logger that would ping one or more sites (e.g. Yahoo.com), log the ping times, and display the data in an interactive graph. This was very useful in showing the ISP tech (I didn't know about Shibboleet then).The problem is still unsolved after two visits, but now I'm using Ubuntu 10.04. I'm looking for a similar tool. I'm a Linux newb (i.e. "just write a script" isn't helpful at this point), so I'm hoping for something user-friendly with a GUI.Can anyone recommend a Linux utility that...Logs ping timesDisplays results graphicallyDoesn't require advanced Linux skills to set up
View 1 Replies
View Related
Sep 7, 2011
It's very disturbing when making a Kiosk application, every time the lock screen and screensaver shows up, also many popup + battery or updates shows up. Where and how can I completely disable the lock screen, screen saver and alerts via a configuration file or from the terminal? I have the tried following but nothing works: failed
vim /etc/default/acpi-support
;LOCK_SCREEN=true
failed
$ gconftool-2 --type boolean -s /apps/gnome-power-manager/lock/suspend false
$ gconftool-2 --type boolean -s /apps/gnome-power-manager/lock/blank_screen false
$ gconftool-2 --type boolean -s /apps/gnome-power-manager/lock/hibernate false
[Code]...
View 1 Replies
View Related
Mar 8, 2011
USB driver bug exposed as "Linux plug&pwn" or this link.Two choices [GNOME, Fedora 14]:
1 - use the gnome-screensaver
2 - use the "switch user" function [gnome menu -> log out -> switch user]
So the question is: which one is the safer method to lock the screen, if a user leaves the pc? Is it true, that using the [2] method is safer?Why do i think this? - The gnome-screensaver is just a "process", it could be killed. But if you use the log out/switch user function, it's "something else". Using the "switch user" function, could there be a problem like with the gnome-screensaver? Could someone "kill a process" and presto...the lock is removed?Could the GDM [??] "login windows process" [e.g.: a picture of it] get killed and the "lock" gets owned?
p.s.: if the [2] method is safer, then how can i put an icon on the GNOME panel, to launch the "switch user" action by 1 click?
View 1 Replies
View Related
Jan 4, 2010
My Karmic installation has two problems regarding screen saver activation:
1) VLC is set to deactivate the screen saver during playback, but the screen saver activates anyway.
2) Sometimes, when NOT running VLC, the screen saver doesn't activate itself at all. I've set it to 5 minutes, but after 5 minutes of inactivity, nothing happens. This ALWAYS occurs while running a java web applet, and SOMETIMES also occurs when no software is running at all.
I've googled this to death, but can't find any information relevant to this problem.
View 5 Replies
View Related
Mar 16, 2010
I've got Ubuntu 9.10 with a user account for my wife, and one for myself. "Wake-from-screensaver" should result in "choose user" without having to enter any password. I know how to do that in Windows, but I'm not good with Linux (yet). get past the login screen without passwords (after booting, and after choosing "switch user"), but once the screensaver kicks in and I wake it up again, the system does not present the "choose user" screen. Instead, it either turns off the screensaver and presents the desktop of the most recent user, or (if the screensaver is set to lock the screen) prompt for the user's password (which can be handily surpassed by clicking the "switch user" button and choosing the same user again). So, the login ("choose user") screen has been dealt with. How do I make the (any) screensaver return to the login screen at wake, rather than to the current user's desktop? Windows can do this, I'm sure Linux can too - but how?
View 2 Replies
View Related
Jun 21, 2010
i am using squid proxy on centos 5.x release with stable version. during installation time i fixed date time region.it was basicaly gmt +3:00 hours. so everything was fixed, now since past few days every 24 hours it change its time automaatically. this looks like it take update somewhere from internet or internally something is mess up.could someone guide me how to fixed permanantly date time. even either restart the machine or passing 24 hours it do never change it. etc
View 2 Replies
View Related
Jan 3, 2011
My screen goes blank for few minutes during booting to print the login page.
When I press ctrl+alt+f1 it shows and hangs at
Enabling /etc/fstab swaps
I show below the output of some commands:
[root@ws-test ~]# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/sda1 76G 55G 18G 76% /
tmpfs 3.9G 0 3.9G 0% /dev/shm
/dev/sda3 56G 34G 20G 64% /hdd-1
[Code].....
View 2 Replies
View Related
May 3, 2010
I don't know about your computer but when mine is working properly no process is sucking 95%+ over time. I would like to have some failsafe that kills any processes behaving like that. This comes to mind because when I woke up this morning my laptop had been crunching all night long on a stray chromium child process.
This can probably be done as a cron job, but before I make it a full time job creating something like this I'd thought I should check here. :) I hate reinventing the wheel.
View 1 Replies
View Related
Aug 14, 2011
I have an old computer and BIOS counts the time slower than real. So, how can I set my OS to update the time automatically using the internet? If it updated the time only during booting, it would be enough.
View 2 Replies
View Related
Jun 7, 2011
I am using red hat .I want that when ever the user login in GUI interface the terminal windows automatically open and then the user want to logout it 1st close the terminal and then login. There is a file in #ls -a i.e .bashrc and .bash_logout
View 13 Replies
View Related
Oct 1, 2010
Alright guys. I need to find a way to enable a black screen screensaver (or turn off the monitor, or something to avoid burn in) while the machine is sitting at the login screen and completely turn off the ability for the computer to sleep. how I can accomplish that?
View 1 Replies
View Related
Jul 30, 2015
I've an Blade 1500, sparc64 IIIi with 2 hard disks and 2go of RAM. The computer run with debian 7.7.0 and BSD (opensxce) for each hard disks.
1/ When it's run under BSD there are no problems, the uptime are on many hours.
2/ when it's run under debian with XFCE x-window, the uptime is 4 hours 30 minutes and computer reboot automatically !
Into the control panel i've deactivate the hibernation, screensaver and power management ! I want to find the files for manage the time down. I think that the problem is in XFCE window manager.
View 0 Replies
View Related
Nov 9, 2010
If I leave my Macbook Pro 7,1 updating and come back to it a while later and I press a button to turn the screen saver off, it just has has a black screen a cursor in the corner and nothing else. It hasn't automatically rebooted, I know, because I dual boot and it would've booted into OS X. When this happens I can usually press ctrl+alt+F2 or something and I get a command line prompting me to login but if I try and type nothing appears at the login prompt. The only way I can recover from this is to hold down the power button to turn it off.
View 1 Replies
View Related
Aug 10, 2011
How do I get my firefox back to normal? It used to have the orange x and the minimize stuff on the left. Now it has the x black and on the right. I cant figure out how to get it back to normal.
View 5 Replies
View Related
Jul 27, 2011
Is there any way to automatically trigger a cron job each time I log in on my linux account.
View 9 Replies
View Related
Nov 26, 2010
For like windows you can resore your os to a state of peace kind of. If you messed up your vital files you could go back in time and restore you computer to a selected time. I was wondering if you could do that for ubuntu
View 4 Replies
View Related
Mar 15, 2011
I'm using mencoder to capture audio from a Encore ENLTV-FM3 video capture device. I have recently noticed that, since one week ago, when the machine was forcibly restarted due to a power outage, all recordings are slightly pitched, they play back slower than they should.
I narrowed down the problem to the following command line:
$ time mencoder -really-quiet -tv driver=v4l2:device=/dev/video1:chanlist=us-cable:audiorate=32000:alsa:adevice=hw.1:input=0:amode=1:normid=11 -endpos 00:10:00 -ovc copy -oac pcm -of rawaudio -o test-32000.wav tv://69
real 9m54.886s
user 0m5.536s
sys 0m1.740s
$ ls -l test-32000.wav
-rw-r--r--@ 1 martin martin 76800000 Mar 15 17:20 test-32000.wav
Somehow, mencode managed to gather precisely 10 minutes worth of raw audio in 9m 55s. That's not physically possible, unless the capture device's A/D converters are "overclocked". I can't think of any other explanation besides hardware failure. Can that be? Could it be that something got burnt during the power outage and now the capture device's internal clock went nuts?
Since the machine's restart, I've also noticed dmesg is flooded with entries like this:
CE: hpet increased min_delta_ns to XXX nsec
Which seem to indicate that the computer's high precision event timer is somehow out of sync. Does this have to do with the audio issue? Can it be that the audio converter's sample rate is linked to the HPET? I'm totally lost here. Has anyone bumped into something similar?
View 2 Replies
View Related