Difference between revisions of "VSG:DVD:Nvidia"

From VideoLAN Wiki
Jump to navigation Jump to search
(Rewrite entirely. I don't know if it is still a problem. Q&A I think applies: https://unix.stackexchange.com/questions/168763/how-to-stop-the-screen-from-blanking-blacking-out)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Installing VLC on Debian GNU/Linux ==
+
== nVidia playback problem ==
  
If you are using Debian Jessie, Stretch, Buster or Sid then you can install VLC using the APT package manager.
+
Using '''nvidia-xconfig''' with Debian, the screen may go into standby mode.<br />
 +
This doesn't seem to be a bug with {{VLC}}, but it may occur when using VLC, such as when watching a movie.
  
For more up to date packages, please take the VLC packages from jessie-backports-sloppy or stretch-backports.
+
The easiest thing to try is disabling the screensaver through '''''Preferences''''' → '''''Video''''' → '''''Disable screensaver'''''.
  
Just log into a terminal, "Accessories>Terminal" as root, using either '''sudo''' or '''su''', (if this is confusing, type "man sudo" or "man su", '''without''' the quotation marks, for detailed instructions) then type the following and you are done:
+
Another approach is to run
 +
{{$}} xset dpms 0 0 0 && xset s noblank && xset s off
 +
which disables DPMS (Display Power Management Signaling).
  
    # apt-get install vlc
+
If the issue does not resolve, and it seems VLC-specific, then [[report a bug]].
  
Look out there are many deprecated vlc based packages like gnome-vlc etc.{{check}} Just installing vlc will do.
+
{{VSG}}
 
 
Many vlc plugins can be installed afterwards (some of these are no longer used and are "dummy packages"):
 
  vlc-plugin-alsa    - ALSA audio output plugin for VLC (install it if sound doesn't work)
 
  vlc-plugin-arts    - aRts audio output plugin for VLC (install it if sound still doesn't work and you're using KDE)
 
  vlc-plugin-esd    - Esound audio output plugin for VLC (install it if sound still doesn't work and you're using Gnome)
 
  vlc-plugin-ggi    - GGI video output plugin for VLC
 
  vlc-plugin-glide  - Glide video output plugin for VLC
 
  vlc-plugin-sdl    - SDL video and audio output plugin for VLC
 
  vlc-plugin-svgalib - SVGAlib video output plugin for VLC
 
  mozilla-plugin-vlc - the VLC plugin for Mozilla based browsers
 
 
 
== Nvidia problem with VLC in Debian ==
 
 
 
If you use '''nvidia-xconfig''' it's possible that the screen goes into standby when playing a movie with vlc.
 
To correct the problem, we must comment (put a # in front of the line) on the option "'''DPMS'''" in your file ''''/etc/X11/xorg.conf''''.
 
 
 
[[Category:GNU/Linux distros]]
 

Latest revision as of 05:24, 31 March 2019

nVidia playback problem

Using nvidia-xconfig with Debian, the screen may go into standby mode.
This doesn't seem to be a bug with VLC media player, but it may occur when using VLC, such as when watching a movie.

The easiest thing to try is disabling the screensaver through PreferencesVideoDisable screensaver.

Another approach is to run

$ xset dpms 0 0 0 && xset s noblank && xset s off

which disables DPMS (Display Power Management Signaling).

If the issue does not resolve, and it seems VLC-specific, then report a bug.

This page is part of the informal VLC Support Guide.
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.