为了方便起见,我想设置键盘快捷键以在电源设置中启用/禁用“自动屏幕亮度”。这样的命令存在吗?
Markus Gratis's questions
我在一些 GUI 中使用 Stockfish 国际象棋引擎,但昨天它停止工作。我没有更改引擎,也没有更改界面,但是当我尝试运行引擎时,它“以代码终止......”,但它没有输出任何代码。唯一可以改变的是我定期升级我的 packages:
sudo apt update && sudo apt dist-upgrade
,我想这一定是破坏了它。我安装了最新的 Stockfish 版本并在命令行中运行它,它给出的输出是:
./stockfish_21112912_x64_avx2: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by ./stockfish_21112912_x64_avx2)
./stockfish_21112912_x64_avx2: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by ./stockfish_21112912_x64_avx2)
./stockfish_21112912_x64_avx2: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by ./stockfish_21112912_x64_avx2)
所以我想升级 GLIBC,我遇到了这个线程:[https://askubuntu.com/questions/736208/upgrading-glibc]:“Glibc(更广为人知的 GNU C 库)有一个用于 linux 的分支,称为 libc6 .Libc6 可通过 apt 获得。” 我跑了:
apt-cache policy libc6
,它给出了输出:
libc6:
Installed: 2.31-0ubuntu9.2
Candidate: 2.31-0ubuntu9.2
Version table:
*** 2.31-0ubuntu9.2 500
500 http://de.archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages
100 /var/lib/dpkg/status
2.31-0ubuntu9 500
500 http://de.archive.ubuntu.com/ubuntu focal/main amd64 Packages
这告诉我“正常”包中的 2.31 是我的操作系统版本(Ubuntu 20.04)的正式版本。
所以我尝试手动进行:如何安装 libc6 版本 >= 2.29?
如前所述,我从http://archive.ubuntu.com/ubuntu/pool/main/g/glibc/下载了 libc6_2.34-0ubuntu3_amd64.deb ,但是当我运行 : 时sudo dpkg -i libc6_2.34-0ubuntu3_amd64.deb
,它产生了以下错误:
dpkg: regarding libc6_2.34-0ubuntu3_amd64.deb containing libc6:amd64:
libc6:amd64 breaks fakeroot (<< 1.25.3-1.1ubuntu2~)
fakeroot (version 1.24-1) is present and installed.
dpkg: error processing archive libc6_2.34-0ubuntu3_amd64.deb (--install):
installing libc6:amd64 would break fakeroot, and
deconfiguration is not permitted (--auto-deconfigure might help)
Errors were encountered while processing:
libc6_2.34-0ubuntu3_amd64.deb
我该如何解决这个问题?我有点新手,所以最好不要破坏我的系统
我总是习惯于pip3 install --upgrade pip && pip3 install --upgrade youtube-dl
更新 pip 和相关程序 youtube-dl。但是,我开始收到警告:Defaulting to user installation because normal site-packages is not writeable
Requirement already up-to-date:...
首先,我尝试仅键入pip
而不是实例,pip3
随后仅pip
尝试,但这些尝试导致了“真正的”错误。
然后我去了sudo pip3 install --upgrade pip && sudo pip3 install --upgrade youtube-dl
。
这两个程序都已下载并安装,但被替换的 youtube-dl 版本太旧了,我确信它不是我使用第一行中提到的命令定期更新的唯一版本。
现在,我怀疑我已经安装了每个程序的两个实例,一个是 root,一个不是。真的吗?如果是这样,我如何摆脱一个 - 最好是 root ,因为我相信不需要 sudo 权限。
和题外话:是什么导致了原始警告,我该如何解决?
我很确定这是已经被问到的东西的重复,但是你能不能告诉我我需要做什么/在我的具体情况下输入:
我在浏览器中以图形方式下载并 google chrome。为了保持更新,我想将相应的存储库添加到我的软件源中,但似乎一开始就已经完成了。因此,我想再次删除密钥和源,以便一切都被整齐地配置。
终端输入/输出为:
wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
sudo sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list'
sudo apt update
Ign:1 http://dl.google.com/linux/chrome/deb stable InRelease
Hit:2 http://security.ubuntu.com/ubuntu eoan-security InRelease
Hit:3 http://de.archive.ubuntu.com/ubuntu eoan InRelease
Hit:4 http://de.archive.ubuntu.com/ubuntu eoan-updates InRelease
Get:5 http://dl.google.com/linux/chrome/deb stable Release [943 B]
Hit:6 http://de.archive.ubuntu.com/ubuntu eoan-backports InRelease
Get:7 http://dl.google.com/linux/chrome/deb stable Release.gpg [819 B]
Get:8 http://dl.google.com/linux/chrome/deb stable/main amd64 Packages [1.119 B]
Fetched 2.881 B in 1s (4.651 B/s)
Reading package lists... Done
Building dependency tree
Reading state information... Done
All packages are up to date.
W: Target Packages (main/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list.d/google-chrome.list:3 and /etc/apt/sources.list.d/google.list:1
W: Target Packages (main/binary-all/Packages) is configured multiple times in /etc/apt/sources.list.d/google-chrome.list:3 and /etc/apt/sources.list.d/google.list:1
W: Target Translations (main/i18n/Translation-en_US) is configured multiple times in /etc/apt/sources.list.d/google-chrome.list:3 and /etc/apt/sources.list.d/google.list:1
W: Target Translations (main/i18n/Translation-en) is configured multiple times in /etc/apt/sources.list.d/google-chrome.list:3 and /etc/apt/sources.list.d/google.list:1
W: Target DEP-11 (main/dep11/Components-amd64.yml) is configured multiple times in /etc/apt/sources.list.d/google-chrome.list:3 and /etc/apt/sources.list.d/google.list:1
W: Target DEP-11 (main/dep11/Components-all.yml) is configured multiple times in /etc/apt/sources.list.d/google-chrome.list:3 and /etc/apt/sources.list.d/google.list:1
W: Target DEP-11-icons-small (main/dep11/icons-48x48.tar) is configured multiple times in /etc/apt/sources.list.d/google-chrome.list:3 and /etc/apt/sources.list.d/google.list:1
W: Target DEP-11-icons (main/dep11/icons-64x64.tar) is configured multiple times in /etc/apt/sources.list.d/google-chrome.list:3 and /etc/apt/sources.list.d/google.list:1
W: Target CNF (main/cnf/Commands-amd64) is configured multiple times in /etc/apt/sources.list.d/google-chrome.list:3 and /etc/apt/sources.list.d/google.list:1
W: Target CNF (main/cnf/Commands-all) is configured multiple times in /etc/apt/sources.list.d/google-chrome.list:3 and /etc/apt/sources.list.d/google.list:1
W: Target Packages (main/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list.d/google-chrome.list:3 and /etc/apt/sources.list.d/google.list:1
W: Target Packages (main/binary-all/Packages) is configured multiple times in /etc/apt/sources.list.d/google-chrome.list:3 and /etc/apt/sources.list.d/google.list:1
W: Target Translations (main/i18n/Translation-en_US) is configured multiple times in /etc/apt/sources.list.d/google-chrome.list:3 and /etc/apt/sources.list.d/google.list:1
W: Target Translations (main/i18n/Translation-en) is configured multiple times in /etc/apt/sources.list.d/google-chrome.list:3 and /etc/apt/sources.list.d/google.list:1
W: Target DEP-11 (main/dep11/Components-amd64.yml) is configured multiple times in /etc/apt/sources.list.d/google-chrome.list:3 and /etc/apt/sources.list.d/google.list:1
W: Target DEP-11 (main/dep11/Components-all.yml) is configured multiple times in /etc/apt/sources.list.d/google-chrome.list:3 and /etc/apt/sources.list.d/google.list:1
W: Target DEP-11-icons-small (main/dep11/icons-48x48.tar) is configured multiple times in /etc/apt/sources.list.d/google-chrome.list:3 and /etc/apt/sources.list.d/google.list:1
W: Target DEP-11-icons (main/dep11/icons-64x64.tar) is configured multiple times in /etc/apt/sources.list.d/google-chrome.list:3 and /etc/apt/sources.list.d/google.list:1
W: Target CNF (main/cnf/Commands-amd64) is configured multiple times in /etc/apt/sources.list.d/google-chrome.list:3 and /etc/apt/sources.list.d/google.list:1
W: Target CNF (main/cnf/Commands-all) is configured multiple times in /etc/apt/sources.list.d/google-chrome.list:3 and /etc/apt/sources.list.d/google.list:1
非常感谢!
我曾经运行 Ubuntu 16.10。我已经以与现在相同的方式通过 wine 配置了 foobar2000。我经常通过 foobar 将封面附加到我的音乐库的新增内容中:当时 foobar 用来记住上一个从中选择图片的目录(/home/user/Downloads
在我的情况下几乎总是如此)。如果某些子目录不再存在(因为我已经删除了它) foobar 下次会退回到/
,我的电脑,我的文档,垃圾箱菜单,所以我不得不点击我的电脑 → /Z: → 主页 → 用户 → 下载。
但是,在 Ubuntu 18.04 上,每次导出或附加封面时,我都必须单击所有这些内容——无论如何。
我可以以某种方式回到旧的行为吗?或者我可以将下载添加到收藏夹(我可以在 foobar 的文件浏览器的左角看到一个空的收藏夹),所以我每次只需点击一个而不是五个?
还有其他建议吗?
不幸的是,最近的系统升级似乎破坏了我的显卡驱动程序,所以我将重新安装最新的 Ubuntu 版本(18.04)。在此之前,我想导出我的 gpodder 播客订阅。由于上述问题,我只能通过控制台(Ctrl+Alt+F...)登录,“而不是 GUI 方式”。我所要求的可能在官方 gpodder 文档https://gpodder.github.io/中列出,但是因为我对这种计算机的知识并不了解,有人可以向我列出哪个序列我必须输入多少命令才能将它们存储在一个 OPML(或任何最好的格式)文件中,比如我的主目录?
我刚刚通过 snap 安装了 VLC 3.0。与以前的版本不同,当我单击“我的音乐”或“我的视频”时,现在什么都没有显示。我认为它设置了错误的基本目录。/home/gratis/snap/vlc/158 是 .cache , .config 等的位置,所以我猜它当前设置为主目录。我不需要 VLC 来移动它的所有文件,我只想让它找到我的东西,分别是 /home/gratis/Music 和 /home/gratis/Videos 。
我在我的 Soundtrack 文件夹以及我相信的其他地方创建了很多“相对文件路径”(因此它们也可以在我的手机上使用)播放列表,现在我决定将我的经典子文件夹从“欧洲”重命名为“西方”。
如何确保每个文件路径都从 更改
../../Classical/European/[...]
为../../Classical/Western/[...]
?
我通常在 Gedit 中手动编辑这些文件。
所有播放列表和音乐文件都在某个子文件夹中/home/gratis/Music
为了解决其他一些不相关的问题,我想将 chrome 作为 sudo 运行。终端输出告诉我运行上述命令。除了没有帮助之外,我每次打开 chrome 时都会收到错误“无法打开个人资料”和其他一些东西,即使是通过终端中的图形图标或普通的 google-chrome 也是如此。我怎样才能扭转这个?
如何通过终端删除某个目录中所有文件文件名的最后 12 个字符?
gpodder 的最新版本 3.9.2 在我运行时出现以下错误:
免费@Aurora:~$ gpodder
错误:找不到模块“podcastparser”(python-podcastparser)。podcastparser 模块可以从 http://gpodder.org/podcastparser/下载
从源代码签出,您可以下载所有 CLI 依赖项的本地副本以进行调试(将放置在“src/”中):
python tools/localdepends.py
我下载了最新版podcastparser 0.6的源代码。我对这些事情知之甚少:./configure -> not found
制作帮助->运行,但在此过程中出现了一些错误
清理 -> 运行
make cleandist -> 也跑了
但不幸的是,当我尝试启动它时,gpodder 仍然给我同样的错误。我应该怎么办?
研究让我的系统保持苗条的方法我遇到了这篇文章:如何配置 apt-get 以在每次安装后自动清理
按照我所做的建议:
sudo sh -c "echo 'DSELECT::Clean "always";' >> /etc/apt/apt.conf.d/99AutomaticClean"
我不能 100% 确定时间表,但大约在那个时候,chromium 一直要求我登录我的所有帐户并且不再记得我的选择,例如使用 cookie 确认网站。所以上面的命令可能会擦除铬缓存,是吗?
现在我删除了 chromium 并使用了 google-chrome,但这并没有帮助。
所以 A)你认为上述行为是我的问题的原因吗?更重要的是 B)我如何撤消这个?
*我一开始忘了说我已经去gksudo nautilus
删除/etc/apt/apt.conf.d/99AutomaticClean
了,但它没有出现在gksudo nautilus
“垃圾箱”中,所以我想它仍然可以被调用。
我刚刚下载了 wine_gecko-2.47-x86.msi。官方安装说明说应该放在 /usr/share/wine/gecko
或者$prefix/share/wine/gecko/
如果wine安装在别处。虽然我只是通过“ sudo apt-get install --install-recommends winehq-devel
”(包括前面的步骤)安装了 wine,但在/usr/share/
任何其他地方都没有文件夹 wine。
这是文件所在的位置:
/.
/usr
/usr/bin
/usr/bin/function_grep.pl
/usr/bin/msiexec
/usr/bin/notepad
/usr/bin/regedit
/usr/bin/regsvr32
/usr/bin/widl
/usr/bin/wine
/usr/bin/wine-preloader
/usr/bin/wine64
/usr/bin/wine64-preloader
/usr/bin/wineboot
/usr/bin/winebuild
/usr/bin/winecfg
/usr/bin/wineconsole
/usr/bin/winecpp
/usr/bin/winedbg
/usr/bin/winedump
/usr/bin/winefile
/usr/bin/wineg++
/usr/bin/winegcc
/usr/bin/winemaker
/usr/bin/winemine
/usr/bin/winepath
/usr/bin/wineserver
/usr/bin/wmc
/usr/bin/wrc
/usr/share
/usr/share/applications
/usr/share/applications/wine.desktop
/usr/share/doc
/usr/share/doc/winehq-devel
/usr/share/man
/usr/share/man/de.UTF-8
/usr/share/man/de.UTF-8/man1
/usr/share/man/de.UTF-8/man1/wine.1
/usr/share/man/de.UTF-8/man1/winemaker.1
/usr/share/man/de.UTF-8/man1/wineserver.1
/usr/share/man/fr.UTF-8
/usr/share/man/fr.UTF-8/man1
/usr/share/man/fr.UTF-8/man1/wine.1
/usr/share/man/fr.UTF-8/man1/winemaker.1
/usr/share/man/fr.UTF-8/man1/wineserver.1
/usr/share/man/man1
/usr/share/man/man1/msiexec.1
/usr/share/man/man1/notepad.1
/usr/share/man/man1/regedit.1
/usr/share/man/man1/regsvr32.1
/usr/share/man/man1/widl.1
/usr/share/man/man1/wine.1
/usr/share/man/man1/wineboot.1
/usr/share/man/man1/winebuild.1
/usr/share/man/man1/winecfg.1
/usr/share/man/man1/wineconsole.1
/usr/share/man/man1/winecpp.1
/usr/share/man/man1/winedbg.1
/usr/share/man/man1/winedump.1
/usr/share/man/man1/winefile.1
/usr/share/man/man1/wineg++.1
/usr/share/man/man1/winegcc.1
/usr/share/man/man1/winemaker.1
/usr/share/man/man1/winemine.1
/usr/share/man/man1/winepath.1
/usr/share/man/man1/wineserver.1
/usr/share/man/man1/wmc.1
/usr/share/man/man1/wrc.1
/usr/share/man/pl.UTF-8
/usr/share/man/pl.UTF-8/man1
/usr/share/man/pl.UTF-8/man1/wine.1
那么我应该在哪里剪切和粘贴壁虎?
当我想运行 Chessbase 14 时,我得到这个错误输出:
gratis@Aurora:~$ env WINEPREFIX="/home/gratis/.wine" wine C:\\Program\ Files\\ChessBase\\CBase14\\CBase14.exe
err:module:import_dll Library api-ms-win-crt-runtime-l1-1-0.dll (which is needed by L"C:\\windows\\system32\\VCRUNTIME140.dll") not found
err:module:import_dll Library api-ms-win-crt-string-l1-1-0.dll (which is needed by L"C:\\windows\\system32\\VCRUNTIME140.dll") not found
err:module:import_dll Library api-ms-win-crt-heap-l1-1-0.dll (which is needed by L"C:\\windows\\system32\\VCRUNTIME140.dll") not found
err:module:import_dll Library api-ms-win-crt-stdio-l1-1-0.dll (which is needed by L"C:\\windows\\system32\\VCRUNTIME140.dll") not found
err:module:import_dll Library api-ms-win-crt-convert-l1-1-0.dll (which is needed by L"C:\\windows\\system32\\VCRUNTIME140.dll") not found
err:module:import_dll Library VCRUNTIME140.dll (which is needed by L"C:\\windows\\system32\\mfc140.dll") not found
err:module:import_dll Library api-ms-win-crt-runtime-l1-1-0.dll (which is needed by L"C:\\windows\\system32\\mfc140.dll") not found
err:module:import_dll Library api-ms-win-crt-string-l1-1-0.dll (which is needed by L"C:\\windows\\system32\\mfc140.dll") not found
err:module:import_dll Library api-ms-win-crt-multibyte-l1-1-0.dll (which is needed by L"C:\\windows\\system32\\mfc140.dll") not found
err:module:import_dll Library api-ms-win-crt-stdio-l1-1-0.dll (which is needed by L"C:\\windows\\system32\\mfc140.dll") not found
err:module:import_dll Library api-ms-win-crt-heap-l1-1-0.dll (which is needed by L"C:\\windows\\system32\\mfc140.dll") not found
err:module:import_dll Library api-ms-win-crt-utility-l1-1-0.dll (which is needed by L"C:\\windows\\system32\\mfc140.dll") not found
err:module:import_dll Library api-ms-win-crt-convert-l1-1-0.dll (which is needed by L"C:\\windows\\system32\\mfc140.dll") not found
err:module:import_dll Library api-ms-win-crt-math-l1-1-0.dll (which is needed by L"C:\\windows\\system32\\mfc140.dll") not found
err:module:import_dll Library api-ms-win-crt-time-l1-1-0.dll (which is needed by L"C:\\windows\\system32\\mfc140.dll") not found
err:module:import_dll Library api-ms-win-crt-filesystem-l1-1-0.dll (which is needed by L"C:\\windows\\system32\\mfc140.dll") not found
err:module:import_dll Library mfc140.dll (which is needed by L"C:\\Program Files\\ChessBase\\CBase14\\BCGCBPro140.dll") not found
err:module:import_dll Library api-ms-win-crt-runtime-l1-1-0.dll (which is needed by L"C:\\windows\\system32\\VCRUNTIME140.dll") not found
err:module:import_dll Library api-ms-win-crt-string-l1-1-0.dll (which is needed by L"C:\\windows\\system32\\VCRUNTIME140.dll") not found
err:module:import_dll Library api-ms-win-crt-heap-l1-1-0.dll (which is needed by L"C:\\windows\\system32\\VCRUNTIME140.dll") not found
err:module:import_dll Library api-ms-win-crt-stdio-l1-1-0.dll (which is needed by L"C:\\windows\\system32\\VCRUNTIME140.dll") not found
err:module:import_dll Library api-ms-win-crt-convert-l1-1-0.dll (which is needed by L"C:\\windows\\system32\\VCRUNTIME140.dll") not found
err:module:import_dll Library VCRUNTIME140.dll (which is needed by L"C:\\Program Files\\ChessBase\\CBase14\\BCGCBPro140.dll") not found
err:module:import_dll Library api-ms-win-crt-runtime-l1-1-0.dll (which is needed by L"C:\\Program Files\\ChessBase\\CBase14\\BCGCBPro140.dll") not found
err:module:import_dll Library api-ms-win-crt-string-l1-1-0.dll (which is needed by L"C:\\Program Files\\ChessBase\\CBase14\\BCGCBPro140.dll") not found
err:module:import_dll Library api-ms-win-crt-multibyte-l1-1-0.dll (which is needed by L"C:\\Program Files\\ChessBase\\CBase14\\BCGCBPro140.dll") not found
err:module:import_dll Library api-ms-win-crt-utility-l1-1-0.dll (which is needed by L"C:\\Program Files\\ChessBase\\CBase14\\BCGCBPro140.dll") not found
err:module:import_dll Library api-ms-win-crt-convert-l1-1-0.dll (which is needed by L"C:\\Program Files\\ChessBase\\CBase14\\BCGCBPro140.dll") not found
err:module:import_dll Library api-ms-win-crt-time-l1-1-0.dll (which is needed by L"C:\\Program Files\\ChessBase\\CBase14\\BCGCBPro140.dll") not found
err:module:import_dll Library api-ms-win-crt-math-l1-1-0.dll (which is needed by L"C:\\Program Files\\ChessBase\\CBase14\\BCGCBPro140.dll") not found
err:module:import_dll Library api-ms-win-crt-heap-l1-1-0.dll (which is needed by L"C:\\Program Files\\ChessBase\\CBase14\\BCGCBPro140.dll") not found
err:module:import_dll Library api-ms-win-crt-filesystem-l1-1-0.dll (which is needed by L"C:\\Program Files\\ChessBase\\CBase14\\BCGCBPro140.dll") not found
err:module:import_dll Library api-ms-win-crt-stdio-l1-1-0.dll (which is needed by L"C:\\Program Files\\ChessBase\\CBase14\\BCGCBPro140.dll") not found
err:module:import_dll Library api-ms-win-crt-locale-l1-1-0.dll (which is needed by L"C:\\Program Files\\ChessBase\\CBase14\\BCGCBPro140.dll") not found
err:module:import_dll Library BCGCBPro140.dll (which is needed by L"C:\\Program Files\\ChessBase\\CBase14\\CBase14.exe") not found
err:module:import_dll Library api-ms-win-crt-runtime-l1-1-0.dll (which is needed by L"C:\\windows\\system32\\VCRUNTIME140.dll") not found
err:module:import_dll Library api-ms-win-crt-string-l1-1-0.dll (which is needed by L"C:\\windows\\system32\\VCRUNTIME140.dll") not found
err:module:import_dll Library api-ms-win-crt-heap-l1-1-0.dll (which is needed by L"C:\\windows\\system32\\VCRUNTIME140.dll") not found
err:module:import_dll Library api-ms-win-crt-stdio-l1-1-0.dll (which is needed by L"C:\\windows\\system32\\VCRUNTIME140.dll") not found
err:module:import_dll Library api-ms-win-crt-convert-l1-1-0.dll (which is needed by L"C:\\windows\\system32\\VCRUNTIME140.dll") not found
err:module:import_dll Library VCRUNTIME140.dll (which is needed by L"C:\\windows\\system32\\mfc140.dll") not found
err:module:import_dll Library api-ms-win-crt-runtime-l1-1-0.dll (which is needed by L"C:\\windows\\system32\\mfc140.dll") not found
err:module:import_dll Library api-ms-win-crt-string-l1-1-0.dll (which is needed by L"C:\\windows\\system32\\mfc140.dll") not found
err:module:import_dll Library api-ms-win-crt-multibyte-l1-1-0.dll (which is needed by L"C:\\windows\\system32\\mfc140.dll") not found
err:module:import_dll Library api-ms-win-crt-stdio-l1-1-0.dll (which is needed by L"C:\\windows\\system32\\mfc140.dll") not found
err:module:import_dll Library api-ms-win-crt-heap-l1-1-0.dll (which is needed by L"C:\\windows\\system32\\mfc140.dll") not found
err:module:import_dll Library api-ms-win-crt-utility-l1-1-0.dll (which is needed by L"C:\\windows\\system32\\mfc140.dll") not found
err:module:import_dll Library api-ms-win-crt-convert-l1-1-0.dll (which is needed by L"C:\\windows\\system32\\mfc140.dll") not found
err:module:import_dll Library api-ms-win-crt-math-l1-1-0.dll (which is needed by L"C:\\windows\\system32\\mfc140.dll") not found
err:module:import_dll Library api-ms-win-crt-time-l1-1-0.dll (which is needed by L"C:\\windows\\system32\\mfc140.dll") not found
err:module:import_dll Library api-ms-win-crt-filesystem-l1-1-0.dll (which is needed by L"C:\\windows\\system32\\mfc140.dll") not found
err:module:import_dll Library mfc140.dll (which is needed by L"C:\\Program Files\\ChessBase\\CBase14\\BCGCBPro140.dll") not found
err:module:import_dll Library api-ms-win-crt-runtime-l1-1-0.dll (which is needed by L"C:\\windows\\system32\\VCRUNTIME140.dll") not found
err:module:import_dll Library api-ms-win-crt-string-l1-1-0.dll (which is needed by L"C:\\windows\\system32\\VCRUNTIME140.dll") not found
err:module:import_dll Library api-ms-win-crt-heap-l1-1-0.dll (which is needed by L"C:\\windows\\system32\\VCRUNTIME140.dll") not found
err:module:import_dll Library api-ms-win-crt-stdio-l1-1-0.dll (which is needed by L"C:\\windows\\system32\\VCRUNTIME140.dll") not found
err:module:import_dll Library api-ms-win-crt-convert-l1-1-0.dll (which is needed by L"C:\\windows\\system32\\VCRUNTIME140.dll") not found
err:module:import_dll Library VCRUNTIME140.dll (which is needed by L"C:\\Program Files\\ChessBase\\CBase14\\BCGCBPro140.dll") not found
err:module:import_dll Library api-ms-win-crt-runtime-l1-1-0.dll (which is needed by L"C:\\Program Files\\ChessBase\\CBase14\\BCGCBPro140.dll") not found
err:module:import_dll Library api-ms-win-crt-string-l1-1-0.dll (which is needed by L"C:\\Program Files\\ChessBase\\CBase14\\BCGCBPro140.dll") not found
err:module:import_dll Library api-ms-win-crt-multibyte-l1-1-0.dll (which is needed by L"C:\\Program Files\\ChessBase\\CBase14\\BCGCBPro140.dll") not found
err:module:import_dll Library api-ms-win-crt-utility-l1-1-0.dll (which is needed by L"C:\\Program Files\\ChessBase\\CBase14\\BCGCBPro140.dll") not found
err:module:import_dll Library api-ms-win-crt-convert-l1-1-0.dll (which is needed by L"C:\\Program Files\\ChessBase\\CBase14\\BCGCBPro140.dll") not found
err:module:import_dll Library api-ms-win-crt-time-l1-1-0.dll (which is needed by L"C:\\Program Files\\ChessBase\\CBase14\\BCGCBPro140.dll") not found
err:module:import_dll Library api-ms-win-crt-math-l1-1-0.dll (which is needed by L"C:\\Program Files\\ChessBase\\CBase14\\BCGCBPro140.dll") not found
err:module:import_dll Library api-ms-win-crt-heap-l1-1-0.dll (which is needed by L"C:\\Program Files\\ChessBase\\CBase14\\BCGCBPro140.dll") not found
err:module:import_dll Library api-ms-win-crt-filesystem-l1-1-0.dll (which is needed by L"C:\\Program Files\\ChessBase\\CBase14\\BCGCBPro140.dll") not found
err:module:import_dll Library api-ms-win-crt-stdio-l1-1-0.dll (which is needed by L"C:\\Program Files\\ChessBase\\CBase14\\BCGCBPro140.dll") not found
err:module:import_dll Library api-ms-win-crt-locale-l1-1-0.dll (which is needed by L"C:\\Program Files\\ChessBase\\CBase14\\BCGCBPro140.dll") not found
err:module:import_dll Library BCGCBPro140.dll (which is needed by L"C:\\Program Files\\ChessBase\\CBase14\\SView4.dll") not found
err:module:import_dll Library api-ms-win-crt-runtime-l1-1-0.dll (which is needed by L"C:\\windows\\system32\\VCRUNTIME140.dll") not found
err:module:import_dll Library api-ms-win-crt-string-l1-1-0.dll (which is needed by L"C:\\windows\\system32\\VCRUNTIME140.dll") not found
err:module:import_dll Library api-ms-win-crt-heap-l1-1-0.dll (which is needed by L"C:\\windows\\system32\\VCRUNTIME140.dll") not found
err:module:import_dll Library api-ms-win-crt-stdio-l1-1-0.dll (which is needed by L"C:\\windows\\system32\\VCRUNTIME140.dll") not found
err:module:import_dll Library api-ms-win-crt-convert-l1-1-0.dll (which is needed by L"C:\\windows\\system32\\VCRUNTIME140.dll") not found
err:module:import_dll Library VCRUNTIME140.dll (which is needed by L"C:\\windows\\system32\\mfc140.dll") not found
err:module:import_dll Library api-ms-win-crt-runtime-l1-1-0.dll (which is needed by L"C:\\windows\\system32\\mfc140.dll") not found
err:module:import_dll Library api-ms-win-crt-string-l1-1-0.dll (which is needed by L"C:\\windows\\system32\\mfc140.dll") not found
err:module:import_dll Library api-ms-win-crt-multibyte-l1-1-0.dll (which is needed by L"C:\\windows\\system32\\mfc140.dll") not found
err:module:import_dll Library api-ms-win-crt-stdio-l1-1-0.dll (which is needed by L"C:\\windows\\system32\\mfc140.dll") not found
err:module:import_dll Library api-ms-win-crt-heap-l1-1-0.dll (which is needed by L"C:\\windows\\system32\\mfc140.dll") not found
err:module:import_dll Library api-ms-win-crt-utility-l1-1-0.dll (which is needed by L"C:\\windows\\system32\\mfc140.dll") not found
err:module:import_dll Library api-ms-win-crt-convert-l1-1-0.dll (which is needed by L"C:\\windows\\system32\\mfc140.dll") not found
err:module:import_dll Library api-ms-win-crt-math-l1-1-0.dll (which is needed by L"C:\\windows\\system32\\mfc140.dll") not found
err:module:import_dll Library api-ms-win-crt-time-l1-1-0.dll (which is needed by L"C:\\windows\\system32\\mfc140.dll") not found
err:module:import_dll Library api-ms-win-crt-filesystem-l1-1-0.dll (which is needed by L"C:\\windows\\system32\\mfc140.dll") not found
err:module:import_dll Library mfc140.dll (which is needed by L"C:\\Program Files\\ChessBase\\CBase14\\SView4.dll") not found
err:module:import_dll Library api-ms-win-crt-runtime-l1-1-0.dll (which is needed by L"C:\\windows\\system32\\VCRUNTIME140.dll") not found
err:module:import_dll Library api-ms-win-crt-string-l1-1-0.dll (which is needed by L"C:\\windows\\system32\\VCRUNTIME140.dll") not found
err:module:import_dll Library api-ms-win-crt-heap-l1-1-0.dll (which is needed by L"C:\\windows\\system32\\VCRUNTIME140.dll") not found
err:module:import_dll Library api-ms-win-crt-stdio-l1-1-0.dll (which is needed by L"C:\\windows\\system32\\VCRUNTIME140.dll") not found
err:module:import_dll Library api-ms-win-crt-convert-l1-1-0.dll (which is needed by L"C:\\windows\\system32\\VCRUNTIME140.dll") not found
err:module:import_dll Library VCRUNTIME140.dll (which is needed by L"C:\\windows\\system32\\MSVCP140.dll") not found
err:module:import_dll Library api-ms-win-crt-string-l1-1-0.dll (which is needed by L"C:\\windows\\system32\\MSVCP140.dll") not found
err:module:import_dll Library api-ms-win-crt-heap-l1-1-0.dll (which is needed by L"C:\\windows\\system32\\MSVCP140.dll") not found
err:module:import_dll Library api-ms-win-crt-locale-l1-1-0.dll (which is needed by L"C:\\windows\\system32\\MSVCP140.dll") not found
err:module:import_dll Library api-ms-win-crt-runtime-l1-1-0.dll (which is needed by L"C:\\windows\\system32\\MSVCP140.dll") not found
err:module:import_dll Library api-ms-win-crt-stdio-l1-1-0.dll (which is needed by L"C:\\windows\\system32\\MSVCP140.dll") not found
err:module:import_dll Library api-ms-win-crt-math-l1-1-0.dll (which is needed by L"C:\\windows\\system32\\MSVCP140.dll") not found
err:module:import_dll Library api-ms-win-crt-multibyte-l1-1-0.dll (which is needed by L"C:\\windows\\system32\\MSVCP140.dll") not found
err:module:import_dll Library api-ms-win-crt-convert-l1-1-0.dll (which is needed by L"C:\\windows\\system32\\MSVCP140.dll") not found
err:module:import_dll Library api-ms-win-crt-time-l1-1-0.dll (which is needed by L"C:\\windows\\system32\\MSVCP140.dll") not found
err:module:import_dll Library api-ms-win-crt-filesystem-l1-1-0.dll (which is needed by L"C:\\windows\\system32\\MSVCP140.dll") not found
err:module:import_dll Library api-ms-win-crt-environment-l1-1-0.dll (which is needed by L"C:\\windows\\system32\\MSVCP140.dll") not found
err:module:import_dll Library api-ms-win-crt-utility-l1-1-0.dll (which is needed by L"C:\\windows\\system32\\MSVCP140.dll") not found
err:module:import_dll Library MSVCP140.dll (which is needed by L"C:\\Program Files\\ChessBase\\CBase14\\SView4.dll") not found
err:module:import_dll Library api-ms-win-crt-runtime-l1-1-0.dll (which is needed by L"C:\\windows\\system32\\VCRUNTIME140.dll") not found
err:module:import_dll Library api-ms-win-crt-string-l1-1-0.dll (which is needed by L"C:\\windows\\system32\\VCRUNTIME140.dll") not found
err:module:import_dll Library api-ms-win-crt-heap-l1-1-0.dll (which is needed by L"C:\\windows\\system32\\VCRUNTIME140.dll") not found
err:module:import_dll Library api-ms-win-crt-stdio-l1-1-0.dll (which is needed by L"C:\\windows\\system32\\VCRUNTIME140.dll") not found
err:module:import_dll Library api-ms-win-crt-convert-l1-1-0.dll (which is needed by L"C:\\windows\\system32\\VCRUNTIME140.dll") not found
err:module:import_dll Library VCRUNTIME140.dll (which is needed by L"C:\\Program Files\\ChessBase\\CBase14\\SView4.dll") not found
err:module:import_dll Library api-ms-win-crt-runtime-l1-1-0.dll (which is needed by L"C:\\Program Files\\ChessBase\\CBase14\\SView4.dll") not found
err:module:import_dll Library api-ms-win-crt-heap-l1-1-0.dll (which is needed by L"C:\\Program Files\\ChessBase\\CBase14\\SView4.dll") not found
err:module:import_dll Library api-ms-win-crt-utility-l1-1-0.dll (which is needed by L"C:\\Program Files\\ChessBase\\CBase14\\SView4.dll") not found
err:module:import_dll Library api-ms-win-crt-time-l1-1-0.dll (which is needed by L"C:\\Program Files\\ChessBase\\CBase14\\SView4.dll") not found
err:module:import_dll Library api-ms-win-crt-math-l1-1-0.dll (which is needed by L"C:\\Program Files\\ChessBase\\CBase14\\SView4.dll") not found
err:module:import_dll Library api-ms-win-crt-string-l1-1-0.dll (which is needed by L"C:\\Program Files\\ChessBase\\CBase14\\SView4.dll") not found
err:module:import_dll Library api-ms-win-crt-multibyte-l1-1-0.dll (which is needed by L"C:\\Program Files\\ChessBase\\CBase14\\SView4.dll") not found
err:module:import_dll Library api-ms-win-crt-convert-l1-1-0.dll (which is needed by L"C:\\Program Files\\ChessBase\\CBase14\\SView4.dll") not found
err:module:import_dll Library api-ms-win-crt-stdio-l1-1-0.dll (which is needed by L"C:\\Program Files\\ChessBase\\CBase14\\SView4.dll") not found
err:module:import_dll Library api-ms-win-crt-filesystem-l1-1-0.dll (which is needed by L"C:\\Program Files\\ChessBase\\CBase14\\SView4.dll") not found
err:module:import_dll Library SView4.dll (which is needed by L"C:\\Program Files\\ChessBase\\CBase14\\CBase14.exe") not found
err:module:import_dll Library api-ms-win-crt-runtime-l1-1-0.dll (which is needed by L"C:\\windows\\system32\\VCRUNTIME140.dll") not found
err:module:import_dll Library api-ms-win-crt-string-l1-1-0.dll (which is needed by L"C:\\windows\\system32\\VCRUNTIME140.dll") not found
err:module:import_dll Library api-ms-win-crt-heap-l1-1-0.dll (which is needed by L"C:\\windows\\system32\\VCRUNTIME140.dll") not found
err:module:import_dll Library api-ms-win-crt-stdio-l1-1-0.dll (which is needed by L"C:\\windows\\system32\\VCRUNTIME140.dll") not found
err:module:import_dll Library api-ms-win-crt-convert-l1-1-0.dll (which is needed by L"C:\\windows\\system32\\VCRUNTIME140.dll") not found
err:module:import_dll Library VCRUNTIME140.dll (which is needed by L"C:\\windows\\system32\\MSVCP140.dll") not found
err:module:import_dll Library api-ms-win-crt-string-l1-1-0.dll (which is needed by L"C:\\windows\\system32\\MSVCP140.dll") not found
err:module:import_dll Library api-ms-win-crt-heap-l1-1-0.dll (which is needed by L"C:\\windows\\system32\\MSVCP140.dll") not found
err:module:import_dll Library api-ms-win-crt-locale-l1-1-0.dll (which is needed by L"C:\\windows\\system32\\MSVCP140.dll") not found
err:module:import_dll Library api-ms-win-crt-runtime-l1-1-0.dll (which is needed by L"C:\\windows\\system32\\MSVCP140.dll") not found
err:module:import_dll Library api-ms-win-crt-stdio-l1-1-0.dll (which is needed by L"C:\\windows\\system32\\MSVCP140.dll") not found
err:module:import_dll Library api-ms-win-crt-math-l1-1-0.dll (which is needed by L"C:\\windows\\system32\\MSVCP140.dll") not found
err:module:import_dll Library api-ms-win-crt-multibyte-l1-1-0.dll (which is needed by L"C:\\windows\\system32\\MSVCP140.dll") not found
err:module:import_dll Library api-ms-win-crt-convert-l1-1-0.dll (which is needed by L"C:\\windows\\system32\\MSVCP140.dll") not found
err:module:import_dll Library api-ms-win-crt-time-l1-1-0.dll (which is needed by L"C:\\windows\\system32\\MSVCP140.dll") not found
err:module:import_dll Library api-ms-win-crt-filesystem-l1-1-0.dll (which is needed by L"C:\\windows\\system32\\MSVCP140.dll") not found
err:module:import_dll Library api-ms-win-crt-environment-l1-1-0.dll (which is needed by L"C:\\windows\\system32\\MSVCP140.dll") not found
err:module:import_dll Library api-ms-win-crt-utility-l1-1-0.dll (which is needed by L"C:\\windows\\system32\\MSVCP140.dll") not found
err:module:import_dll Library MSVCP140.dll (which is needed by L"C:\\Program Files\\ChessBase\\CBase14\\CBase14.exe") not found
err:module:import_dll Library api-ms-win-crt-runtime-l1-1-0.dll (which is needed by L"C:\\windows\\system32\\VCRUNTIME140.dll") not found
err:module:import_dll Library api-ms-win-crt-string-l1-1-0.dll (which is needed by L"C:\\windows\\system32\\VCRUNTIME140.dll") not found
err:module:import_dll Library api-ms-win-crt-heap-l1-1-0.dll (which is needed by L"C:\\windows\\system32\\VCRUNTIME140.dll") not found
err:module:import_dll Library api-ms-win-crt-stdio-l1-1-0.dll (which is needed by L"C:\\windows\\system32\\VCRUNTIME140.dll") not found
err:module:import_dll Library api-ms-win-crt-convert-l1-1-0.dll (which is needed by L"C:\\windows\\system32\\VCRUNTIME140.dll") not found
err:module:import_dll Library VCRUNTIME140.dll (which is needed by L"C:\\windows\\system32\\mfc140.dll") not found
err:module:import_dll Library api-ms-win-crt-runtime-l1-1-0.dll (which is needed by L"C:\\windows\\system32\\mfc140.dll") not found
err:module:import_dll Library api-ms-win-crt-string-l1-1-0.dll (which is needed by L"C:\\windows\\system32\\mfc140.dll") not found
err:module:import_dll Library api-ms-win-crt-multibyte-l1-1-0.dll (which is needed by L"C:\\windows\\system32\\mfc140.dll") not found
err:module:import_dll Library api-ms-win-crt-stdio-l1-1-0.dll (which is needed by L"C:\\windows\\system32\\mfc140.dll") not found
err:module:import_dll Library api-ms-win-crt-heap-l1-1-0.dll (which is needed by L"C:\\windows\\system32\\mfc140.dll") not found
err:module:import_dll Library api-ms-win-crt-utility-l1-1-0.dll (which is needed by L"C:\\windows\\system32\\mfc140.dll") not found
err:module:import_dll Library api-ms-win-crt-convert-l1-1-0.dll (which is needed by L"C:\\windows\\system32\\mfc140.dll") not found
err:module:import_dll Library api-ms-win-crt-math-l1-1-0.dll (which is needed by L"C:\\windows\\system32\\mfc140.dll") not found
err:module:import_dll Library api-ms-win-crt-time-l1-1-0.dll (which is needed by L"C:\\windows\\system32\\mfc140.dll") not found
err:module:import_dll Library api-ms-win-crt-filesystem-l1-1-0.dll (which is needed by L"C:\\windows\\system32\\mfc140.dll") not found
err:module:import_dll Library mfc140.dll (which is needed by L"C:\\Program Files\\ChessBase\\CBase14\\CBase14.exe") not found
err:module:import_dll Library api-ms-win-crt-runtime-l1-1-0.dll (which is needed by L"C:\\windows\\system32\\VCRUNTIME140.dll") not found
err:module:import_dll Library api-ms-win-crt-string-l1-1-0.dll (which is needed by L"C:\\windows\\system32\\VCRUNTIME140.dll") not found
err:module:import_dll Library api-ms-win-crt-heap-l1-1-0.dll (which is needed by L"C:\\windows\\system32\\VCRUNTIME140.dll") not found
err:module:import_dll Library api-ms-win-crt-stdio-l1-1-0.dll (which is needed by L"C:\\windows\\system32\\VCRUNTIME140.dll") not found
err:module:import_dll Library api-ms-win-crt-convert-l1-1-0.dll (which is needed by L"C:\\windows\\system32\\VCRUNTIME140.dll") not found
err:module:import_dll Library VCRUNTIME140.dll (which is needed by L"C:\\Program Files\\ChessBase\\CBase14\\CBase14.exe") not found
err:module:import_dll Library api-ms-win-crt-runtime-l1-1-0.dll (which is needed by L"C:\\Program Files\\ChessBase\\CBase14\\CBase14.exe") not found
err:module:import_dll Library api-ms-win-crt-utility-l1-1-0.dll (which is needed by L"C:\\Program Files\\ChessBase\\CBase14\\CBase14.exe") not found
err:module:import_dll Library api-ms-win-crt-convert-l1-1-0.dll (which is needed by L"C:\\Program Files\\ChessBase\\CBase14\\CBase14.exe") not found
err:module:import_dll Library api-ms-win-crt-stdio-l1-1-0.dll (which is needed by L"C:\\Program Files\\ChessBase\\CBase14\\CBase14.exe") not found
err:module:import_dll Library api-ms-win-crt-math-l1-1-0.dll (which is needed by L"C:\\Program Files\\ChessBase\\CBase14\\CBase14.exe") not found
err:module:import_dll Library api-ms-win-crt-heap-l1-1-0.dll (which is needed by L"C:\\Program Files\\ChessBase\\CBase14\\CBase14.exe") not found
err:module:import_dll Library api-ms-win-crt-string-l1-1-0.dll (which is needed by L"C:\\Program Files\\ChessBase\\CBase14\\CBase14.exe") not found
err:module:import_dll Library api-ms-win-crt-time-l1-1-0.dll (which is needed by L"C:\\Program Files\\ChessBase\\CBase14\\CBase14.exe") not found
err:module:import_dll Library api-ms-win-crt-filesystem-l1-1-0.dll (which is needed by L"C:\\Program Files\\ChessBase\\CBase14\\CBase14.exe") not found
err:module:import_dll Library api-ms-win-crt-multibyte-l1-1-0.dll (which is needed by L"C:\\Program Files\\ChessBase\\CBase14\\CBase14.exe") not found
err:module:import_dll Library api-ms-win-crt-locale-l1-1-0.dll (which is needed by L"C:\\Program Files\\ChessBase\\CBase14\\CBase14.exe") not found
err:module:LdrInitializeThunk Main exe initialization for L"C:\\Program Files\\ChessBase\\CBase14\\CBase14.exe" failed, status c0000135
gratis@Aurora:~$
所以我想我应该在一些互联网研究之后安装“Visual C++ redistributable for Visual Studio 2015”。但是仅仅下载它并“使用wine程序加载器运行”是行不通的。有任何想法吗?
大约一周以来,我在 Ubuntu 16.04 上的笔记本电脑在高 CPU 负载下随机崩溃。那是在通过 TAudioConverter / Wine 进行音频转换或在 SCIDvsPC 中使用 Stockfish 或 Komodo 进行国际象棋分析期间,因此它不是特定于程序的。
它立即关闭,没有任何警告迹象。
我在哪里可以找到要发布的日志文件,以便为您提供更多信息?
免费@Aurora:~$ lsblk 名称 MAJ:MIN RM SIZE RO TYPE MOUNTPOINT sda 8:0 0 238,5G 0 磁盘 ├─sda1 8:1 0 222,6G 0 部分 / ├─sda2 8:2 0 1K 0 部分 └─sda5 8:5 0 15,9G 0 部分 [SWAP] 免费@Aurora:~$ df 文件系统 1K-blocks Used 可用 Use% Mounted on udev 8153360 0 8153360 0% /dev tmpfs 1634696 9688 1625008 1%/运行 /dev/sda1 229572820 204352820 13535292 94% / tmpfs 8173468 87072 8086396 2% /dev/shm tmpfs 5120 4 5116 1% /运行/锁定 tmpfs 8173468 0 8173468 0% /sys/fs/cgroup tmpfs 1634696 104 1634592 1% /运行/用户/1000 免费@Aurora:~$ 免费 可用的免费共享缓冲区/缓存总数 电话:16346940 3572364 5575488 753016 7199088 11623860 交换:16690172 0 16690172 免费@Aurora:~$ grep -i sensor /var/log/syslog* 免费@Aurora:~$
正如标题所说:有什么办法吗?有没有你可以推荐的 linux 替代方案(GUI)。目前我正在通过 Wine 使用 TAudioConverter,但是 A)m4a 有问题,以一种奇怪的方式嵌入了封面艺术,B)它的 opus 编解码器有一段时间没有更新。
谢谢!
我想要一个播放列表引用一个相对文件路径,所以我可以将它复制到我的手机或任何未来的驱动器上,它仍然可以工作。
播放列表位于 中/home/gratis/Music/Hip-Hop/50 Cent/The Very Best Of 50 Cent/11 - Patiently Waiting (ft. Eminem).m3u
,其条目为:
#EXTM3U
#EXTINF:286,Eminem - Patiently Waiting (ft. 50 Cent)
/home/gratis/Music/Hip-Hop/Eminem/The EMINEM Anthology/074 - Patiently Waiting (ft. 50 Cent).opus
所以,这基本上是它所在的两个目录 -> Eminem -> Eminem Anthology -> 音乐文件。
我替换/home/gratis
为..
,并尝试了 Mark Kirby 的建议(替换/home/gratis
为~
),但这些尝试都没有奏效。如何使这些路径相对和/或可移植?
我知道有很多关于这个的帖子,但我想知道,是否仍然没有解决方案。
我尝试对/etc/pulse A)default.pa
和B)daemon.conf:
A)add "load-module module-combine channels=3 channel_map=front-left,front-right,lfe" at the end
B) ";enable-lfe-remixing = yes" (seems to be no by default for most people / previous versions) to "enable-lfe-remixing = yes"
"; default-sample-channels = 2" to either "; default-sample-channels = 3" and "default-sample-channels = 3"
"; default-channel-map = front-left,front-right" to either "; default-channel-map = front-left,front-right,lfe" and "default-channel-map = front-left,front-right,lfe"
我还按照关于Lenovo Y50 Subwoofer does not work with Ubuntu 14.04.2 LTS的 miyalys 说明,尝试了上述各种组合。
我的第一个问题是:如何恢复"sudo hda-verb /dev/snd/hwC1D0 0x17 SET_POWER 0x0" and "sudo hda-verb /dev/snd/hwC1D0 0x1a SET_POWER 0x0"
以将音频设置恢复为默认设置。
其次,更重要的是:请有人告诉我如何让联想 y50-70 低音炮工作!
我在 Windows 10 上运行的笔记本电脑现在无法启动。所以我想在送修之前通过 USB-Booting Ubuntu 16.04.1 LTS 保存我的所有文件。
但是当我尝试在 Nautilus 中访问我的驱动器时,它给出了一个冗长的对话:
Unable to access “255 GB Volume”
Error mounting /dev/sda2 at /media/ubuntu/CAEED374EED356F3: Command-line `mount -t "ntfs" -o "uhelper=udisks2,nodev,nosuid,uid=999,gid=999" "/dev/sda2" "/media/ubuntu/CAEED374EED356F3"' exited with non-zero exit status 14: The disk contains an unclean file system (0, 0).
Metadata kept in Windows cache, refused to mount.
Failed to mount '/dev/sda2': Operation not permitted
The NTFS partition is in an unsafe state. Please resume and shutdown
Windows fully (no hibernation or fast restarting), or mount the volume
read-only with the 'ro' mount option.
如何将该驱动器安装为只读?由于磁盘空间不足,我无法在不删除我真正想要保存的东西的情况下安装 Ubuntu。
鹦鹉螺或其他东西的图形解决方案将不胜感激。否则你能告诉我我需要在终端中输入什么吗?
亲切的问候!
马库斯
不久前我打破了笔记本电脑的显示屏,但除此之外,它仍然可以在外接显示器上正常工作。我一直使用 (2x) Alt+F3从内置屏幕切换到额外然后专门用于外接显示器。现在,这台笔记本电脑可以很好地替换我爷爷过时的台式电脑,但为此我希望它在每次启动时(每次关机后,重新启动)自动切换到外接显示器。任何脚本,程序来做到这一点?
任何帮助深表感谢!
马库斯