Debian Multimedia :: DPMS Works Only For A Moment
Mar 3, 2015
I'm using Debian Jessie on amd64. I have this video card:
Code: Select all01:00.0 VGA compatible controller: NVIDIA Corporation GF119 [NVS 310] (rev a1)
I'm using the stock nouveau driver that ships with Jessie, and loads by default. I installed this card during my botched attempt to upgrade from Wheezy. This is a fresh install, and DPMS isn't working right.
I can run "xset dpms force off", and the screens will blank. I even see the "HDMI signal lost" screen of both (identical) monitors. However, before the power LEDs of either monitor go orange (instead of blue) the screens come back on as if I had made mouse or keyboard input. If I've locked the screen with xscreensaver, the screens are blank (I use only the blank hack). I've forgone the use of xscreensaver for now, believing it to be contributing to the problem. If I run "xset dpms force off" now, the screens blank, but the "HDMI signal lost" screen doesn't show, and the screens immediately unblank.
Here's the output of "xset q":
Code: Select allxset q
Keyboard Control:
auto repeat: on key click percent: 0 LED mask: 00000000
XKB indicators:
00: Caps Lock: off 01: Num Lock: off 02: Scroll Lock: off
03: Compose: off 04: Kana: off 05: Sleep: off
[Code] ...
It's like something is preventing the screen from going blank, but I don't know what it could be.
I installed the proprietary nvidia driver. Sadly, it does the same thing, so that's one thing I can cross off as the likely culprit.
Ran this command:
Code: Select allxset dpms 0 0 0
So when "xset dpms force off" is called, it powers down the monitor immediately. I will be reverting back to nouveau, and will report whether the problem resurfaces.
View 1 Replies
ADVERTISEMENT
Dec 23, 2010
After upgrading to Mythbuntu 10.10 from 9.10 (clean install) on my combined front/backend I cannot get monitor (Dell 3007) to switch off from remote, I have been using simple script to DPMS force off for years with no problems, it still works, but some random time later the backlight comes back on. I have tryed the more complex scripts that stop and start the frontend and all of the acpi_osi options. Disabling screensaver has no effect. what causes this, or how to fix? Sysem is Abit IP35e (I suspect this board is the problem)
[Code]...
I have 2 remote frontends both upgraded OK. I have tryed installing 10.10 on a 'scrap' P4 machine, DPMS off works fine on it. I would try another install and/or another MoBo but its the only TV system in the house now.
View 2 Replies
View Related
Feb 9, 2016
There's a short version at the bottom.
I just installed jessie with gdm3 and use xfce.
I like my monitor to turn off when I'm not at the computer for more than 10 or 20 minutes or so and it wasn't doing that. I haven't used Linux for years and was used to xorg.conf/x11.conf and xinitrc and such.
So I rediscovered xset is responsible for DPMS settings. xset -q revealed DPMS was off. So I used it and put it in ~/.xinitrc. It didn't work. After some canoodling around I found out about xfce's Session and Startup gui thing. I was using that to run ~/.xinitrc.
When I got to my desktop and did a check with xfce4-terminal by running xset -q it would show DPMS enabled but the values were wrong. 600, 0, 900 to be exact.
After some searching I came across the information that xscreensaver will override DPMS settings as it manages DPMS too. So after more canoodling I found out about xfce's Screensaver preferences dialogue and used that to set my values. The values would immediately be set but the problem is that they are not persistent. If I reboot or log out the values will revert to 600, 0, 900. They will only reset to what I want them to be by running xfce's Screensaver preferences dialogue manually.
man gdm3, info gdm3, grep -r DPMS in /etc/gdm3, grep -r dpms in /etc/gdm3 reveal nothing related to DPMS. I've done some searching and nothing useful.
there is an /etc/X11/app-defaults/XScreenSaver-nogl which has some DPMS settings but the times are too large (2 hours); the only thing that matches is the off setting which is specified there.
xscreensaver -no-splash is present in the output of ps so it is xscreensaver and not gnome-screensaver.
The weird thing is that I re-enabled my ~/.xinitrc in xfce's Session and Startup gui thing and it is being run, but the numbers are getting set wrong after it is run. (I put an echo command after xset dpms 900 1200 1500, and the file is appearing in ~)
Where does 600, 0, 900 come from? Mystified on how to proceed from here. I don't remember enough on how to see what's doing what. Is there some sys thing or proc thing I can monitor to find out what's setting these values?
Short version: my xset dpms values are getting reset to 600, 0, 900 every time I logout or reboot. They revert to 600, 0, 900 every time I get to my desktop. I use gdm3 and xfce. Where are these coming from?
View 2 Replies
View Related
Apr 27, 2011
I have squeeze with Gnome and 2.6.32-5-686 kernel. Due to problems with graphics card (kernel bugs), I'd like to update the kernel. The problem is, 2.6.32-5-686 seems to be at the moment last kernel for squeeze.Is it any way to update just a kernel and stay with squeeze or I must upgrade squeeze to the testing (wheezy)?
View 7 Replies
View Related
Apr 22, 2011
Just did an upgrade in Wheezy and found my synaptics touchpad borked. Easy enough fix, though.aptitude install xserver-xorg-input-synaptics-devRebooted (probably could have just modprobed) and all is wellSo, I guess the standard xserver-xorg-input-synaptics is undergoing some weird changes at the moment.
View 1 Replies
View Related
May 16, 2010
Tried to install aMSN using Sid package... can't do it because no TK8.5. Installed TK8.5 and aMSN, now I get another strange message ...
Error in startup script:
OK ...
Let's check out 'Empathy IM Client' , no longer any support for MSN because ...?
Tried to setup Mercury which needs Java. Go to run Mercury, no java!
Had to set up Pidgin so that I could go on msn!
View 3 Replies
View Related
Jul 2, 2010
If you go to [URL].. and pick any video it will play the commercial but not the video. I have 64 bit version of flash installed on ubuntu and it plays fine. Any ideas why it does not play. I chose a random video to see what I mean. You can post the link below to see.[URL].. how to make it play on Debian. I have flash and sun java plugin installed.
View 14 Replies
View Related
Feb 7, 2011
gpsbabel has always been a little awkward to get going, but it works well once it does. Out of the box on Lenny, gpsbabel just gave errors for me reading from a garmin unit, and the required solution was two steps: firstly, remove (and blacklist) the kernel module "garmin_gps". Secondly, add a udev rule like this:SYSFS{idVendor}=="091e", SYSFS{idProduct}=="0003", MODE="0660", group="plugdev" and save this as /etc/udev/rules.d/51-garmin.rules.
Now, I never understood why or how that worked, but it did (on Lenny), straight away, and was listed as gpsbabel's solution here (I notice it now says MODE="666").
Anyway, now I'm on Squeeze and have the same problems again. I've blacklisted garmin_gps again, and it doesn't appear in lsmod.
I've still got my udev rule, but now gpsbabel fails as a normal user with the error:
View 1 Replies
View Related
Aug 12, 2011
For some time, my microphone input doesn't reach the recording application, but instead goes directly to the loudspeaker. If I make a sound in the microphone, it will go to the loudspeakers, and Audacity or Skype will not "hear" anything (and of course, with this set-up, there's a constant noise in the loudspeaker, coming from the microphone).This problem goes away if I install PulseAudio. So obviously, there's nothing broken with either of ALSA or hardware, only some misconfiguration somewhere, and PulseAudio can make a sense of the mess. Playing with all sorts of configurations in Alsamixer didn't help.
Unfortunately, I don't want PulseAudio, because it causes output problems which are a bit too subtle for me to describe coherently here. So I'd rather fix ALSA than Pulse.Please direct me into how to investigate this. The OS is Debian Unstable, the audio card is an integrated Intel ALC1200.
View 1 Replies
View Related
May 13, 2015
Updated old Eeepc 1005HAB to Jessie. Used to have a text file:
xrandr --output LVSD1 --mode 1024x600 --fb 1024x768 --panning 1024x768"
that I could run (twice in a row, it needed) to allow the scroling of the screen to see the bottom 1/4.
This no longer works.
View 0 Replies
View Related
Mar 17, 2011
Are you running Lenny? If yes, try this:
Be sure that there is an active X.
Press Ctrl+Alt+F1 to switch to tty1.
Login with your normal username and password.
Enter the command: "xrandr -d :0.0 -q"
You should be rewarded with information about your current screen.
Are you running Squeeze? If yes, try the above procedure and please explain to me what this means: No protocol specified
Can't open display :0.0
View 1 Replies
View Related
Mar 26, 2011
I'm running an LMDE install, but with the Sid repositories.Everything has been fine until yesterday's updates, after which I can't boot normally. The boot hangs at the login screen, and nothing works - not the mouse, the keyboard, the touchpad, nothing, and it requires holding the power switch to get out. I can boot to a root recovery console, but networking doesn't work at all there. I can run startx there and get an X desktop as root, and networking still doesn't work. No wireless, no ethernet, no nothing. From the recovery console I can run shutdown, and when prompted for a password, can enter Ctrl-D, which immediately drops me back to X, to the normal login screen, which now works normally, and I get a normal X session in which everything works. This is the same for all installed kernels, including 3 versions of the Liquorix kernel and the standard Squeeze kernel. It would appear to be something in my settings in /home, but I can't find anything that looks suspicious. I ran smxi again after booting through the root console, without any improvement.
View 6 Replies
View Related
Apr 5, 2011
ibus works in a freshly installed wheezy with gnome, but it doesn't work in another system where I use openbox without desktop environment. The ibus-daemon is running and the icon is shown in the panel but the key sequence Ctrl+Space has no effect.
View 4 Replies
View Related
Jun 4, 2015
I am runnig Jessie with the default GNOME. Every thing has been perfectly smooth, but for the audio line in. First you should now the same hardware was working well with Wheezy. Then the hardware card is RealTek ALC887-VD and I am using the analogic part (both for in and out lines).
Below I will write some command results, but first, it seems important to describe the problem. I can hear the audio line in. If I blow in a mic, I definitelly hear the sound of it in the output. With alsamixer I can toggle the line in level and it works fine. By the way, with pavucontrol, it is the same I have access to the line in. but when I look in the Gnome setting for the sound, input, no card is available, then no volume setting is available.
--> as a result, I can't record the sound from the mic. it is sent directly to the output without been taken into account in the system. So no comment on video making, no skype …
On the web, the problem is always "no sound with this card" "No sound after upgrade to Jessie"… but Card is working fine but no seen on a upper level…
Code: Select allroot@Desktop:~# lsmod |grep snd
snd_hda_codec_realtek 67127 1
snd_hda_codec_generic 63142 1 snd_hda_codec_realtek
snd_hda_codec_hdmi 45118 1
snd_hda_intel 26327 12
[Code].....
View 1 Replies
View Related
Feb 2, 2011
Testing an upgrade Etch>Lenny 5.08, and one issue I've found is that "sudo konqueror" in a teminal no longer gives root priveleges, instead konqueror starts with limited rights. It also seems that using a .desktop shortcut, an attempt to run konqueror under any credentials other than the logged-on user fails.
Yet, 'sudo kwrite' works. Anyone met this before, or know why?
View 3 Replies
View Related
Mar 10, 2011
I just installed Ubuntu 10.04.1 32-bit on a Dell Optiplex GX280 with Intel P4 3.4GHz, 1GB ram, 40GB hard drive, it's connected to a 17" CRT monitor which was detected automatically. Anyways, I set screensaver to come on after 15 minutes, monitor to shut off after 30 minutes and computer to go to sleep after an hour idle. The screensaver came on and monitor shut off as desired but the computer wouldn't go to sleep. So I manually put it to sleep (clicked "Suspend") and it went down and came back up just fine.I then did a few other things like installed java, flash, vlc player and I noticed that the screensaver won't even come on now. What is going on???Running:
Code:sudo lshwshows under display: Intel 82915G/GV/910GL Integrated Graphics Controller. Again the screensaver and DPMS WERE working, but they aren't now. I don't understand why Ubuntu isn't doing what I asked it to do in Preferences. it's very frustrating
View 3 Replies
View Related
Mar 19, 2010
I have an embedded board with a small UPS. When AC power goes down, I need to turn off all power hungry devices in order to have a clean shutdown. First thing I do, is set DPMS to force powerdown, then go through the usual SIGTERM/SIGKILL/umount sequence. I have an Intel i915 Display adapter connected to an LVDS LCD panel.
Unfortunately, when Xorg dies, Xserver or the VT code turn the LCD panel back on.
I even tried working around it by directly poking the panel enable register in the Display chip, so that X doesn't know about it, but the panel goes back on when the VT comes back.
Is there any "legal" way of keeping the display off?
View 2 Replies
View Related
Jul 5, 2011
Running Compiz as a standalone WM.Managed to get Slim working, will post how later, but have no sound. If I boot using gdm3 the sound works. Obviously gdm3 loads something Slim doesn't, but can't workout what!Tried adding /usr/bin/pulseaudio --start --log-target=syslog & to my script - no dice, still no sound
View 2 Replies
View Related
Sep 8, 2011
I can play sound files with aplay, esdplay, and vlc, but I don't get any sound from iceweasel and chromium.
I installed a squeeze base system (without gnome and without the standard system utilities), then added (using --no-install-recommends) xserver-xorg-core, xdm, fluxbox, alsa-base, alsa-utils, alsa-oss, iceweasel, chromium-browser. Here I checked for sound and there was none from the browsers. I have since installed vlc, esound-clients, alsaplayer-esd, gstreamer0.10-alsa, and other software that didn't look sound-related and didn't change the symptoms.
Setting ICEWEASEL_DSP to "aoss" or "esddsp" doesn't help. Neither does "chmod -R 777 /dev/{audio,dsp,midi,mixer,snd}". snd-pcm-oss and snd-mixer-oss are loaded. Both my account and root are in group "audio". Running the browsers as root doesn't help.
This is the output of chromium:
In case it makes any difference, all of this happens in a qemu-kvm virtual machine with an emulated es1370 soundcard. Same with sb16 soundcard.
I would prefer not to install everything vaguely related to sound in the repositories in the hope of things fixing themselves. That's just ugly, plus I have only 200MB free space left.
View 1 Replies
View Related
May 16, 2011
The following script should make screen blanking work without disabling gnome-power-manager code...
This script can also be called from a panel launcher (with ./<scriptname> if it is in $HOME). It will not disable the power manager even though the process disappears from the system monitor. The "if" condition is necessary because SIGHUP will return an error if the process doesn't exist.
If you want a bash command, add this to $HOME/.bashrc:
# The following cannot be implemented as an alias
# and it cannot be called from a launcher, more's the pity
dark () code...
View 6 Replies
View Related
Jul 28, 2011
I made the structure of protein in insightII, and want to obtain the moment of inertia at x, y, z axis. I checked the insightII, it can only calculate the moment of inertia for a trajectory from simulation, and only give one value of the moment of inertia. (But I need 3 values at x, y, z axis)
View 1 Replies
View Related
Jan 10, 2010
There seems to be an issue with my mouse. This issue is present whether working in Ubuntu 9.10, or Windows 7. The mouse stops responding for a moment or two every little bit. At first I thought the problem came from power management, but that doesn't seem to be it. I tried disabling hpet, and a host of other things. Nothing works at all, and yes, I tried using another mouse. my system is nice and new
K9N6PGM2-v main
N260GTX OCv4 graphics
Phenom x3 proc
logitech nX80 mouse
View 4 Replies
View Related
Dec 14, 2010
I wanna configure RAID 1 within TWO HDD in RHEL-5 during installation moment .I have the following questions regarding software raid vs hardware raid :
1) What is the basic difference between hardware and software raid
2) In software raid , If I use two HDD as RAID1 , then if one HDD is failed , can I boot it from another HDD ?
3)In software RAID , Between two HDD , If One HDD is failed then if I remove bad HDD and add a spare HDD then is it automatically synchronized with FIRST HDD ?
4) In software raid is it possible to keep '/boot' partition in two HDD (I use 2 HDD as RAID1) as separate partition ?
5) Finally is there any documnets or sites where I get software raid configuration during INSTALLATION moment in using GRAPHICAL mode , plz give me the address.
View 1 Replies
View Related
Apr 6, 2011
I'm running Slackware64-current. The newsreader pan crashes in the moment when I click the send-button. The message is sent anyway.
View 2 Replies
View Related
Jul 21, 2010
how to format a single Ubuntu hard drive - no partinioning at the moment.
View 4 Replies
View Related
Jun 14, 2011
At the moment the Android version of Skype doesn't support video chat at the moment, just audio.There are lots of apps in Android for video chat (Oovoo, Tango), but I can't find one that will allow me to video chat from the phone to an Ubuntu laptop.
View 2 Replies
View Related
Aug 18, 2010
The installationen freezes the moment when the Setup comes to Adjust the Timezone.I have already tried all other Installoptions (Secure Kernel, without APCI/ACPI), no difference.I tried the Install-DVD on another Computer (on which i dont want to use Linux) and it didnt crash at this Installationstep, so the dvd seems to be ok.My System is a AMD Athlon XP 1700+, 256MB RAM, which should be ok for Minimum system requirements
View 4 Replies
View Related
Mar 21, 2011
I downloaded AlienBobs LibreOffice 3.3.1 package [url]. I installed it without any problems.
But when I try to start it, the splash screen shows for a moment and then disappears.
When I strace /usr/lib/libreoffice/program/swriter I get this:
Code:
On my notebook (which unfortunately is broken) the program ran fine. JRE is installed.
View 4 Replies
View Related
Jan 1, 2010
The title pretty much describes the issue. The timespan is sometimes some minutes instead of some seconds. I've tried unplugging every peripherials and disabling the touchpad, killing every non-critical processes, disabling and enabling Compiz, but nothing has helped so far.
I'm running Karmic on an Acer Aspire 8935G-874G100BN laptop with a Radeon graphics chipset.
View 6 Replies
View Related
May 10, 2011
Im running the upgrade to natty 64. My cd rom drive works when it wants to. when i put the disk in the system wont recognize it. so i just leave the disk in when i go to work. when i turn the comp back on 8-16 hrs later it will show up as ready to burn. i flashed back to windows and the drive wouldn't work at all, but on 10.04 it worked all the time. do you think that the drive is just being temperamental and is on its way out? or a kernel issue? If I shut the comp off and turn it right back on with the medium left in it, it will recognize the disk. this will not work on a restart.
View 1 Replies
View Related