CD/DVD 驱动器声音非常大。Ubuntu 13.10

CD/DVD 驱动器声音非常大。Ubuntu 13.10

首先,我必须对任何错误表示歉意,因为我不是以英语为母语的人。但我会尽力告诉您发生了什么。

使用 Windows XP 时,只要我在 中观看电影,我的 CD/DVD 驱动器就能正常工作Windows Media Player。使用任何其他程序观看电影时,声音会非常大。

现在我正在使用 Ubuntu 13.10,显然我没有Windows Media Player。我正在使用 VLC,但我的 CD/DVD 驱动器无法正常工作。可能出了什么问题?

感谢所有回答!

答案1

解决方案 (?)

查看 mplayer 的手册页。
这听起来可能微不足道,但 mplayer 是一款功能丰富的软件。

例如,有这个(对于 DVD):

-dvd-speed <factor or speed in KB/s> (DVD only)
              Try  to limit DVD speed (default: 0, no change).  DVD base speed
              is about 1350KB/s, so a 8x  drive  can  read  at  speeds  up  to
              10800KB/s.   Slower speeds make the drive more quiet, for watchâ
              ing DVDs 2700KB/s should be quiet and fast enough.  MPlayer  reâ
              sets the speed to the drive default value on close.  Values less
              than 100 mean multiples of 1350KB/s, i.e. -dvd-speed  8  selects
              10800KB/s.
              NOTE:  You  need  write  access  to the DVD device to change the
              speed.

CDDA 也一样:

-cdda <option1:option2> (CDDA only)
              This option can be used to tune the CD Audio reading feature  of
              MPlayer.

              Available options are:

                 speed=<value>
                      Set CD spin speed.

解决方法

  • 您可以尝试使用 mplayer 并缓存视频文件。
    但不要这样做,因为这会耗尽您所有的内存。
  • 您可以在观看之前翻录或读取光盘。
    如果此时噪音仍困扰您,读取光盘时会提供指定读取速度的选项。如果我没记错的话,K3B 包含此选项。
  • 购买外置硬盘或 DVD。硬盘是更好的投资。
    如今,您可以在硬盘上存储足够您一生观看的电影。

免责声明
我没有连接 DVD 或 CD 驱动器,所以无法测试这些。

相关内容