Difference between revisions of "VSG:DVD:Nvidia"
Jump to navigation
Jump to search
m (Added page to Category:GNU/Linux, removed page from Category:Operating systems) |
(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) |
||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | == | + | == nVidia playback problem == |
− | + | 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. | ||
− | + | The easiest thing to try is disabling the screensaver through '''''Preferences''''' → '''''Video''''' → '''''Disable 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]]. | |
− | + | {{VSG}} | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
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 Preferences → Video → Disable 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.