https://www.realvnc.com/en/connect/download/viewer/
树莓派vnc连接,放歌调节声音

二、写入config配置

在boot分区根目录的config.txt文件中写入:

hdmi_force_hotplug=1
hdmi_group=2
# 47= 1440x900  60Hz
hdmi_mode=47

# uncomment this if your display has a black border of unused pixels visible
# and your display can output without overscan
# disable_overscan=1

# Enable audio (loads snd_bcm2835)
dtparam=audio=on

这样,不连接显示器也可以vnc到树莓派

三、调节声音

alsamixer

树莓派vnc连接,放歌调节声音
按下F6或S选择你要控制的播放设备:
树莓派vnc连接,放歌调节声音

相关文章:

  • 2021-12-18
  • 2022-12-23
  • 2022-12-23
  • 2021-05-30
  • 2021-12-28
  • 2021-11-23
  • 2022-12-23
猜你喜欢
  • 2021-12-24
  • 2021-11-11
  • 2021-07-17
  • 2021-04-09
  • 2021-12-19
  • 2021-04-09
  • 2021-06-02
相关资源
相似解决方案