- Thread Starter
- #26
The mpv issue appears to be related to some other bug that was perceived with vlc, in a different way: after switching to VT-1 and back, acceleration is no longer available.
Behaviour: When logging into X and then starting vlc, things work as expected. When logging into X, then switching to a text console and back, and THEN starting vlc, the fans will make your ears fall off, because it now runs via llvmpipe and consumes immense amounts of CPU.
This is known, I found it discussed in some linux forum or wherever, I currently do not find a corresponding bug report in our database.
The typical error message is:
The mpv fullscreen issue is similar insofar that it also appears after switching to a text console VT and back.
On initial start things work as expected and this is reported:
After switching VTs, the fullscreen is immediately occupied and this is reported:
zirias@ : does this mpv thing have some switch to NOT occupy the entire display when it doesn't find an acceleration?
Behaviour: When logging into X and then starting vlc, things work as expected. When logging into X, then switching to a text console and back, and THEN starting vlc, the fans will make your ears fall off, because it now runs via llvmpipe and consumes immense amounts of CPU.
This is known, I found it discussed in some linux forum or wherever, I currently do not find a corresponding bug report in our database.
The typical error message is:
libGL error: failed to authenticate magic 1The mpv fullscreen issue is similar insofar that it also appears after switching to a text console VT and back.
On initial start things work as expected and this is reported:
Code:
(+) Video --vid=1 (h264 588x480 25.000fps)
(+) Audio --aid=1 (aac 2ch 44100Hz)
error: XDG_RUNTIME_DIR is invalid or not set in the environment.
AO: [oss] 44100Hz stereo 2ch s32
VO: [gpu] 588x480 yuv420p
After switching VTs, the fullscreen is immediately occupied and this is reported:
Code:
(+) Video --vid=1 (h264 588x480 25.000fps)
(+) Audio --aid=1 (aac 2ch 44100Hz)
error: XDG_RUNTIME_DIR is invalid or not set in the environment.
libEGL warning: DRI2: failed to authenticate
[vo/gpu/opengl] Suspected software renderer or indirect context.
[vo/gpu] VT_GETMODE failed: Inappropriate ioctl for device
[vo/gpu/opengl] Failed to set up VT switcher. Terminal switching will be unavailable.
WARNING: Kernel has no file descriptor comparison support: No such file or directory
AO: [oss] 44100Hz stereo 2ch s32
VO: [gpu] 588x480 yuv420p
zirias@ : does this mpv thing have some switch to NOT occupy the entire display when it doesn't find an acceleration?