SEISAMUSE

Jun Xie的博客

之前整了nodesk之后就出现了视频播放的问题。用mplayer播放视频时,卡住。用浏览器播放视频的时候卡住,关掉音频之后视频正常播放了。但是没有声音。
然后

1
systemctl --user stop wireplumber

关掉了wireplumber以后mplayer和浏览器上都能正常播放了。但每次重启都得运行一次。多麻烦呀。
然后

1
sudo dnf install --allowerasing pipewire-pulseaudio

就可以了。

之前安装todesk没有搞定,总是连不上,于是又把它卸载了。卸载的时候把pulseaudio.x86_64也给卸载了。然后发现没有音量控制条了。然后又给安装回来

1
sudo dnf install pulseaudio

结果mplayer也出问题了。播放视频的时候卡住,其中一个问题是:

1
do_connect: could not connect to socket

于是在~/.mplayer/config中加入:

1
lirc=no

然后还是播放不了,出现问题:

1
2
3
4
5
6
7
8
9
10
11
12
13
MPlayer SVN-r38423-13 (C) 2000-2023 MPlayer Team

Playing let_it_go_original.mp4.
libavformat version 58.76.100 (external)
libavformat file format detected.
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x7f6043a46660]Protocol name not provided, cannot determine if input is local or a network protocol, buffers and access patterns cannot be configured optimally without knowing the protocol
[lavf] stream 0: video (h264), -vid 0
[lavf] stream 1: audio (aac), -aid 0, -alang und
VIDEO: [H264] 1280x720 24bpp 24.000 fps 1593.8 kbps (194.5 kbyte/s)
X11 error: BadMatch (invalid parameter attributes)
Failed to open VDPAU backend libvdpau_nvidia.so: cannot open shared object file: No such file or directory
[vdpau] Error when calling vdp_device_create_x11: 1

然后目前还没搞定。不知哪位大神能帮忙啊。

  安装了todesk以后进行远程控制时卡在“connecting to free server 100%”,然后不动。怎么办?

阅读全文 »

  远程登陆服务器进行工作是牛马必备技能。之前用的是teamviewer,老是掉线。从学生那里知道todesk还不错。于是就安装之。

阅读全文 »

之前next里用的是valine评论区,谁知这次怎么弄都配置不上,搜索之下发现新版next已经不支持valine了。好像是因为其安全问题。因此我准备用utterances。

阅读全文 »
0%