Ubuntu Multimedia :: Turn Off Monitor / Screen?

Jun 20, 2011

how to turn off your laptop screen in Ubuntu using a script/command, but none seem to have worked for me except one.

after digging around, I found the following suggestions:

1. xset dpms force off or xset dpms force suspend

This didn't work for many people, nor did it work for me, as the monitor would just turn on again after a few seconds. The second other suggestion I found to make this "stick was:

2. sleep 1; xset dpms force off
or sleep 1; xset dpms force suspend

This worked for some people, by delaying the monitor off function by one second, but it did not work for me, as the monitor would turn on again by itself after one minute exactly. Maybe those who thought this was the solution just walked away and never really found out their monitor plays sneak-peak with them. The next solution i found digging around was supposed to really make the monitor stay powered off:

3. sleep 1; && xset dpms force off
or sleep 1; && xset dpms force suspend

But this didn't work either; what a disappointment, and it also made my CPU and HDD freak out for a while while my monitor was off. So after some more digging around, I came up with the following: (and I don't remember where i got this, whether it was from here or elsewhere on the internet, but if it is your creation, please contact me and I'll edit the post to give you credit)

4. create a file and save as something like Monitor_off.sh in a folder of your preference with the following in it:

---------------------------------------
#!/usr/bin/python
import time
import subprocess
from Xlib import X

[Code]....

Then just go to: System>Preferences>Keyboard Shortcuts and assign a Keyboard combination shortcut to call and initiate the script. I chose "<Ctrl>+M" because it's easy to remember.

Make sure to disable any same keyboard shortcuts you may have in Compiz to avoid conflicts.

This final script just worked perfectly for me. And the Monitor just stays off until I shake the mouse or press a key on the keyboard, and my CPU and HDD don't rev up like a Harley. This final solution seems to be working for everyone of my friends without a glitch.

View 2 Replies


ADVERTISEMENT

Debian Hardware :: When Turn On Monitor The Screen Goes Blank, But The 'on' Button Is Lit Up?

Jun 4, 2010

When i turn on my monitor the screen goes blank, but the 'on' button is lit up. Any ideas of what the problem could be?edit: When i turn off and turn on my monitor, it displays what's on my computer for a couple of second and than the monitor turns off again.

View 7 Replies View Related

Ubuntu Multimedia :: How To Use External Monitor As Primary Screen

Feb 21, 2010

I am running Ubuntu 8.04 on a laptop. I have a 19" Acer monitor and in the past have successfully configured my xorg.conf to handle dual monitor setup with 1024x768 on the laptop and 1600x900 on the Acer monitor. What I have done now is run the laptop through a KVM switch. Due to this, I would like to set the Acer monitor as the primary monitor and just shut the laptop. How can I project my laptop screen to my Acer monitor so that I can use the 1600x900 resolution available rather than just cloning my laptop and using 1024x768?

View 1 Replies View Related

Ubuntu Multimedia :: External Monitor On Before Splash Screen

Sep 14, 2010

The monitor on my laptop has become a bit sketchy and money is tight at the moment. I am currently connected to an Acer flat screen monitor. I have the ubuntu settings for using only the external monitor. This works fine once I"m in Ubuntu. Is there any way to force the display to the external monitor prior to ubuntu starting? This may or may not be a linux-related question. It was be very helpful if I could see my Grub menu on the external screen. I could not find any setting in my bios. The keyboard shortcut sometimes works but not on the grub menu.

Ubuntu Lucid
Dell Precision M20 laptop
ATI video card
Dual boot with XP Pro.

View 1 Replies View Related

Ubuntu Multimedia :: Two Screen Widths From Same Monitor On Web Page

Nov 30, 2010

I have apache set up on my 10.04 64 bit system. I am serving a web site that I am developing and I have noticed a situation that Alice might describe as curious.

When I access the site from the domain name, I get 1024 screen width. when I access the site locally with my computer name, I get 1264 screen width. The image actually changes, and I of course prefer the larger width.

The 'curiouser and curiouser' part is that the native driver will only show the monitor as 1024 as the largest possible width. I have a dual monitor, and while one is at 1960, the other is limited to 1024 in the current setting.

It is capable of 13xx when the nVidia driver is installed. (I was not happy with the screen settings available in their driver.)

So, somewhere, there is a file/setting/routine which allows for the larger res to be seen, if only through a locally accessed website. I have looked in the /etc/x11 files and folders and nothing screamed at me. If there are any suggestions about where to look under the hood to get the larger image for more or most and hopefully all the time, even through firefox.

I am using an nVidia GeForce:

View 3 Replies View Related

Ubuntu Multimedia :: Screen Cut Off Some Pixels (monitor Size Is Okay)?

Jan 17, 2011

I recently installed ubuntu 10.10, and I like it alot, but the problem is that a little right part of the screen not beeing displayed, I clicked a lot of times in the auto-adjust button on my monitor and the problem is still here.Monitor: Acer Technologies 19" (Maximum resolution: 1360x768 60Hz)Videoboard: ATI Radeon 9600In windows i used the resolution 1360x768 and on ubuntu it is 1366x768A demostration of exaclty what I'm seeing:Other observation:I'm using dual-boot (Ubuntu and Windows Seven)

View 1 Replies View Related

Ubuntu Multimedia :: Changing The Screen Resolution In 9.10 Samsung Monitor

Jan 27, 2010

I am running Ubuntu 9.10 on a new HP PC (Pavilion p6240f PC).This came with an Intel GMX X4500 Integrated graphics.My monitor is Samsung SyncMaster 2333. Initially I got a very bad resolution, Later I edited /etc/X11/xorg.conf (created the file) and added the following.

Section "Monitor"
Identifier "Generic Monitor"
HorizSync 30 - 75
VertRefresh56 - 61
EndSection

[code]....

With both 1600 x 1200 and 1680 x 1080 I get the resolution but I see lots of shadowing.(The letters are not crisp) Do I need to upgrade any driver ?

~$ lspci | grep -i vga
00:02.0 VGA compatible controller: Intel Corporation 4 Series Chipset Integrated Graphics Controller (rev 03)

View 1 Replies View Related

Ubuntu Multimedia :: Monitor/screen Adjustment And Resolution Tweaks?

Apr 22, 2011

I have a dell studio hybrid PC which I am hooking up to my TCL brand 40" LCD TV to use as a media center pc. The problem I am having is that I can't get the TV's native 1920x1080 resolution to display properly. The rendered desktop doesn't quite fit in the screen (I think its the top and bottom edges that are cut off) so for example the menu bar at the top is completely off the screen.

1680x1050 works fine in the sense that it fits the full desktop to the screen size, but its not the native res. In the resolution changer utility, it recognizes that my TV is a TCL brand but mentions 36 in the model name (the TV I have has 40 in the model name to denote 40") so I think Ubuntu is recognizing the wrong size TV. How can I finagle the screen settings to make the 1920x1080 fit properly on my monitor? Or get Ubuntu to correctly recognize my TV? My TV is a no-name brand so its hard to find info on it or others setting up linux with it.

View 3 Replies View Related

Ubuntu Multimedia :: Dual Monitor Setup - Separate X Screen Option

Feb 18, 2010

I've played around with a second monitor, but so far I haven't found a satisfying solution. I am using a laptop with a GeForce 9600M GS graphics card. I have managed to set up twinview, but my monitors don't have the same height so I'd rather have something like the "seperate x screen" option. Or how I imagine that option would be like. After some problems with the nvidia configuration tool (I couldn't change the xorg.conf, until I read this: [URL] I now have two separate screens, but the second one is all empty, with black background and X-shaped mouse cursor.

There seems to be no window manager running, I can start programs there with -display :0.1 , but they don't get any frame decoration and, which is worse, no keyboard focus. I'd be fine with a fullscreen konsole there, so I don't really need a window manager, but I do need access from the keyboard. I'd prefer a setup that would allow me to easily (without editing xorg.conf) switch between using both monitors and using only one, because I don't always use the laptop at home.

View 3 Replies View Related

Ubuntu Multimedia :: Second Monitor Works Fine But Main Screen Messed Up

Mar 28, 2010

I have to hold a presentation using a projector in a few days and I have to bring my own laptop, so I tried hooking up a second monitor to test if it works. As it turns out, the second monitor works fine, but then my main screen is messed up. I'm using Ubuntu 9.04 and I'm doing this on a HP Pavilion DV4000 laptop. My main screen shows just the bottom (cca) 400 pixels of the wallpaper, no bottom panel, no desktop icons. And I'm kind of scared to remove the second monitor now cause I don't know what I'll do if I don't get the main screen back.. Well, other than installing 9.10 beta that is..

View 4 Replies View Related

Ubuntu Multimedia :: Dual-monitor Mouse Position Jumps When Moving Off-screen

Nov 4, 2010

I have a dual-screen set-up with Ubuntu 10.10. I have an ATI Mobility Radeon HD 5650 video card. I use my lower-resolution laptop screen on the left and a larger monitor on the right. The monitor is also physically higher than the monitor. See attachment for a screenshot.I have correctly set up my displays so that if the mouse is in the middle of the screen it can move from one screen to the other without jumping. The jumping happens when moving off of one screen in an area where the other screen is not directly next to it (some people call this 'the void').

Example: (See the attachment for a visual example of this.) My mouse is in the external monitor (right monitor). As I move the mouse to the top-left of the monitor (position 1), I by mistake go a little too far and instead of hitting the Ubuntu applications menu, I ended up at the top-right of the laptop monitor (left monitor; position 2). I quickly realize my mistake and move the mouse back to the right monitor, but now the mouse is at the middle-left position (position 3).This same error occurs by moving the mouse on the laptop monitor (left monitor) passed the bottom-right position. This is a big problem when scrolling vertical scroll bars on the laptop monitor (left monitor).I am looking for a fix that if the mouse is at position 1 in the attachment and I move the mouse left, it stays at position 1 and does not go to position 2.

View 2 Replies View Related

Ubuntu Multimedia :: External Monitor As Primary Screen In Extended Desktop Into The Webcam

Apr 13, 2011

When my netbook has an extended screen, using an external monitor, all of the panels stay on the netbook, not the big monitor. When I connect an external monitor, I want to use it as my primary screen. I only really intend to use the netbook screen for skype calls (so I am looking into the webcam, and not away from it) since it is so small. I wish the secondary screen to be the netbook, not the external monitor. How can I do this?

View 1 Replies View Related

Debian Multimedia :: Keep Laptop Screen Lit When Plugging In HDMI Monitor

May 7, 2015

Where the script is for Gnome 3. When I plug the HDMI cable, the desktop expands to include both, but disables the backlight on the laptop monitor. I have to restart gdm3 or the laptop for the brightness control to bring it back up. First, why would it turn brightness to 0, and how do I change the default of that so it stops. I plug and unplug the HDMI regualarly while I wait for a new desktop and the laptop has to pull double duty.

I just switched from Ubuntu 14.10. It never blacked out a screen on plug in or removing. That means that there must be some way to do it, however, it used Unity and this is Gnome 3.

I installed KDE. It works as well. I will use it for now, but would like to get Gnome 3 to work. My default is gdm but I think I saw I can switch it to kdm.

View 0 Replies View Related

Ubuntu :: Possible To Have Monitor Turn On / When Boot Computer?

Jan 29, 2010

Is it at all possible to have the monitor turn on when I boot my computer?

View 1 Replies View Related

Ubuntu Multimedia :: Black Screen On Laptop's External Monitor When Specifying Vesa Driver In Xorg

Jan 16, 2010

I have an Asus z9100 laptop with an Intel 855GM integrated graphics chip, which is running Karmic (the purpose of the laptop is to be a MythTV frontend so my understanding is that it needs to run 9.x in order to connect to the MythTV 0.22 backend - I have installed and configured this using the installable Mythbuntu package) and the laptop is subject to this bug which causes random freezes:

[URL]

So, following advice for similar freezes I've seen, I have added the following options to my grub menu.lst on the kernel line:

nolapic nomodeset

and I have edited xorg.conf so that it makes use of the vesa driver instead of the Intel driver. This results in no freezes and if I wanted to watch Myth on the laptop screen I'd be squared away. However, the laptop has a damaged screen so the point was always to output the signal to an external monitor via its VGA out.

When I attach the external monitor and boot with the setup as described, the external monitor is never detected. But I noticed that if I remove the "nolapic nomodeset" from the kernel boot line, it is detected. However, signal is only output to it during the earliest part of boot (when the Ubuntu logo is in the center of the screen before the full-screen graphic with the animated progress line), after which the external monitor goes black and all the display output goes to the laptop screen. The external monitor power button is still lit up green as if it has been detected and is receiving signal, but it's just a black screen.

get the signal out to the external monitor after the initial part of the boot process, using the vesa driver? Here is the current state of my xorg.conf:

Code:
Section "Device"
Identifier "Configured Video Device"
Driver "vesa"
EndSection

[Code].....

View 2 Replies View Related

Ubuntu Multimedia :: NVIDIA GeForce 6150SE & VX20LHD Monitor - Screen Resolution In Windows 7

Sep 9, 2010

I recently purchased a cheap computer to use for everyday tasks. It came pre-loaded with Windows 7. The monitor I am using is a Vizio VX20L. It's native resolution is 1366X768. I have no problem with the screen resolution in Windows 7 but in Ubuntu, I am having some issues. I have the propriatary Nvidia driver installed in Ubuntu but for some reason I cannot get the screen resolution right. I am currently using a resolution of 1360x768 and the right part of my desktop is not on the screen.

I have tried to adjust the screen size using the monitor settings, but I still cannot get the whole screen to show up. If I set the resolution to Auto in the NVIDIA X Server Settings, it defaults to 1280X1024 and I can see my whole desktop, but it is streeeeetched. Here is some relevant information pertaining to my system:

I'm using Ubuntu 10.04
Integrated Video chip is NVIDIA GeForce 6150SE
The driver I'm using is NVIDIA accelerated graphic driver (version current)[Recommended]
screen is a Vizio VX20LHD

View 3 Replies View Related

Ubuntu :: Suspend/hibernate Commands Freeze / Screen Turn To A Black Screen Without Shutting Down?

Jul 4, 2010

out of no where it seems ubuntu no longer wants to cooperate when suspending/hibernating. the screen will just turn to a black screen without shutting down. each time i have to maually power down my laptop.

View 1 Replies View Related

OpenSUSE Install :: Monitor Does Not Turn On/off

Mar 18, 2011

OpenSuSE 11.3 Radeon graphics

How do you set it so the monitor does not turn off. I want to run a slideshow as the screensaver.

View 3 Replies View Related

Hardware :: Beep From Lcd Monitor / Turn It Off?

Mar 6, 2010

My asus 17" lcd VB171/VB191 monitor has started continuous beeping. Detaching the cable for sound from the computer, the beep stops, but it starts again by plugging the cable in. The motherboard is Tyan S2895 K8WE. The monitor has worked normally for one year.

View 10 Replies View Related

General :: Iiyama Monitor Not Turn On Until Booted Into OS

Feb 12, 2010

I have been dual booting my XP and Ubuntu for a while now. However, my pc monitor does not turn on until I am booted into windows/linux. This means I have to 'guess' to a certain extent which OS to select on boot (using GRUB). I expect I will have to change a setting in the BIOS but I am not too sure what to look out for.

After turning on my pc I have to restart it for it too do anything, it appears to just hang!However as I cannot see what is happening due to the monitor problem I am completely in the dark as to why it would do this/what is going on! I have XP installed at the front of my hard drive and Ubuntu at the back. It worked ok the first time I tried it after install (still had the monitor problem but was able to guess) then after that this random problem!

View 3 Replies View Related

Slackware :: Monitor Turn Off After Exit X Window

Apr 8, 2011

i currently use Slackware 13.1 64 bit. when i want to get back to console after use "startx" command, my monitor suddenly off and would not turn on until i restart my computer. so i could never get back to console when i've started x window.i use ATI HIS HD 5670.

View 1 Replies View Related

Debian Installation :: Monitor Turned Off And There Is No Way To Turn It Back On

Oct 30, 2014

i have a probelm once i leave my laptop there for a while the monitor turned off and there is no way for me to turn it back on, so i need to restart the machine.

View 3 Replies View Related

Fedora :: Power Management Doesn't Turn Off Monitor

Jun 15, 2009

I just upgraded from FC10 to FC11 (32-bit) on an old Dell laptop. I set my power management settings (in Gnome) to turn the monitor off after some idle period but always leave the computer running and the hard drives powered. I also set my screen saver to a blank screen. I noticed that the screen saver does come on (turning the screen black), but the monitor back lighting never goes off. I tried different idle times for the power management settings (I usually set it to 1 min, but some other posts implied that 11 mins might work). I should also mention that this is after I've logged into a user account, not sitting at the login screen.

I didn't have this problem in FC10 (the monitor would actually turn off) so I figured it was a bug in FC11, but I can't seem to find a thread addressing this issue. I've found some what similar threads, but none mentioning this particular problem.

View 13 Replies View Related

OpenSUSE Hardware :: Monitor Wont Turn Off After Shutdown?

Mar 1, 2010

Ever since I installed openSuse 11.2, my monitor wont turn off after I shutdown my computer.

The monitor light changes to orange, like its turning itself off. But then the light changes to green and the message "no signal detected" comes on - then the light turns orange. This cycle repeats untill I manually hit the power button to turn it off.

I booted to windows 7 (dual boot), shutdown, but it is still happening!

Like I said, this started happening immediately after I installed openSuse.

View 7 Replies View Related

SUSE :: OpenSUSE Crashes - Freezes When Turn Off My Monitor

Jul 6, 2009

Last friday I went home from work and just turned off my monitor, as a program I had written needed to run a durability test over the weekend. Unfortunately it seems that the moment I turned off my monitor, Linux just froze, quite evidently as it said this morning that the time was still Friday 17:13.

From the syslog I got the following on that time:

What this means and what I can do? It's not the first time it crashes as soon as I turn my monitor off.

View 3 Replies View Related

Hardware :: Monitor Goes Dead And Won't Turn Back On Till Hardboot?

Jul 1, 2010

I am running on ubuntu 10.04 and using the latest nvidia driver. What I experience is a random black screen, my monitor goes dead and won't turn back on till I hardboot. I had this issue on windows and solved it by downloading rivatuner and telling it to force my 9700m into staying in 3d performance mode at all times. I know it has nothing to do with temps or anything like that. All I need to know is how I can duplicate what I did with rivatuner on windows

View 1 Replies View Related

Software :: Mouse Click On Monitor 1 Kills Full-screen In Flash On Monitor 2 ?

Feb 23, 2010

I'm playing with dual monitors. I have an NVIDIA GT220 set up so that my monitor and my TV are running as extended desktops. Everything is working well enough, but there is one annoying bit I've noticed:

If I'm watching ..... on monitor 1 in fullscreen and working on monitor 2, clicking anything in monitor 2 kills full-screen in monitor 1. Is this something that can be fixed somehow or is it a hardwired "feature"?

View 12 Replies View Related

Fedora :: External Monitor Won't Work - Both Monitor And Laptop Screen Black

Aug 7, 2011

I am having problems getting my external monitor to work. When I plug in the monitor, both the laptop screen and the external monitor go black. When I unplug the monitor, the laptop screen works again.
When I startup with the external monitor plugged in, neither screen works or teh computer hangs or something.

I have had the external monitor going on a couple of occasions. I did manage to configure my monitors through System Settings > Display. I turned off the laptop monitor as I just want to use the external. But after rebooting, things didn't work.

I have a Thinkpad E420, Fedora 15

View 14 Replies View Related

General :: Screen Rate - Refresh Mode Of The Monitor In The Monitor Options Have Only One Option 60Hz

Mar 20, 2010

I am having problems with the refresh rate if the screen. In the refresh mode of the monitor in the monitor options have only one option 60Hz. I have LG 24 + ATI Radon 3870, and have already installed the ATI driver via Ubuntu download center.

View 1 Replies View Related

General :: Turn Off Monitor (Energy Saving) While In Text Console Mode

Nov 3, 2010

How to configure Linux text console to automatically turn of the monitor after some time? And by "text console" I mean that thing that you get on ctrl+alt+F[1-6], which is what you get whenever X11 is not running. And, no, I'm not using any framebuffer console (it's a plain, good and old 80x25 text-mode). Many years ago, I was using Slackware Linux, and it used to boot up in text-mode. Then you would manually run startx after the login. Anyway, the main login "screen" was the plain text-mode console, and I remember that the monitor used to turn off (energy saving mode, indicated by a blinking LED) after some time. Now I'm using Gentoo, and I have a similar setup.

The machine boots up in text-mode, and only rarely I need to run startx. I say this because this is mostly my personal Linux server, and there is no need to keep X11 running all the time. (which means: I don't want to use GDM/KDM or any other graphical login screen). But now, in this Gentoo text-mode console, the screen goes black after a while, but the monitor does not enter any energy-saving mode (the LED is always lit). Yes, I've waited long enough to verify this. Thus, my question is: how can I configure my current system to behave like the old one? In other words, how to make the text console trigger energy-saving mode of the monitor?

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved