我有许多磁盘分区,它们在 GUI 中用图标表示。像这样的东西:
当我双击这个图标时,分区就被安装了。或者我可以右键单击该图标并获得包含操作的三行菜单Open/Mount Volume/Properties
。
我的问题 - 在哪里可以找到在此操作期间执行的实际命令行文本?我可以根据我的需要修改/调整这条线吗?
我的打印机Brother HL-L2370DW
通过 USB 端口直接连接到我的桌面。我以前用过Brotherhll2370dwpdrv
驱动,用Xubuntu 18.04
. 在 Xubuntu 升级到20.?
打印机之后,它就停止了工作。我不知道它是什么时候发生的,因为我不是每天都打印。我尝试重新安装打印机驱动程序,但没有帮助。这就是我所做的:
我已经linux-brprinter-installer-2.2.3-1
从 Brother 网站下载了驱动程序安装脚本并运行了它。我现在可以看到hll2370dwpdrv:i386
驱动程序:
hekto@ubuntu:~$ dpkg -l|grep hll2370
ii hll2370dwpdrv:i386 4.0.0-1 i386 Brother HL-L2370DW printer driver (lpd/cups)
我已使用 Web 界面将此打印机添加到 CUPS http://localhost:631
。打印机出现在Printers
窗格中:
Processing - the printer is not responding
- 这个窗口在第一次打印后立即开始显示一条消息:我查看了/etc/cups/printers.conf
文件 - 一切都很好 AFAIK:
hekto@ubuntu:/etc/cups$ sudo more printers.conf
# Printer configuration file for CUPS v2.3.1
# Written by cupsd
# DO NOT EDIT THIS FILE WHEN CUPSD IS RUNNING
NextPrinterId 23
<DefaultPrinter HL_L2370DW_series>
PrinterId 17
UUID urn:uuid:db3166ba-689b-3259-66f1-e600ca66fed8
AuthInfoRequired none
Info HLL2370DW
Location
MakeModel Brother HLL2370DW for CUPS
DeviceURI ipp://HL-L2370DW%20series._ipp._tcp.local/
State Idle
StateTime 1645829084
ConfigTime 1645221136
Type 8425492
Accepting Yes
Shared Yes
JobSheets none none
QuotaPeriod 0
PageLimit 0
KLimit 0
OpPolicy default
ErrorPolicy retry-job
Option cups-browsed-dest-printer "330 ipp://HL-L2370DW%20series._ipp._tcp.local/ apple-raster 600dpi"
Attribute marker-levels 100
Attribute marker-low-levels 9
Attribute marker-high-levels 100
Attribute marker-types toner
Attribute marker-change-time 1645829061
</DefaultPrinter>
所以,我不能再打印了。奇怪的是 - 有时打印机在桌面打开后打印一个作业,然后又停止了。
我对 CUPS 配置的经验几乎为零。我应该怎么做才能使打印机工作?去哪里看?我可以尝试哪些诊断命令?
我的操作系统:
hekto@ubuntu:~$ uname -a
Linux ubuntu 5.4.0-104-generic #118-Ubuntu SMP Wed Mar 2 19:02:41 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
我已经使用 GUI 安装了 NVIDIA 驱动程序版本 435:
我现在看到一个包列表:
hekto@lynx:~$ dpkg -l|grep nvidia
ii libnvidia-cfg1-435:amd64 435.21-0ubuntu0.18.04.2 amd64 NVIDIA binary OpenGL/GLX configuration library
ii libnvidia-common-435 435.21-0ubuntu0.18.04.2 all Shared files used by the NVIDIA libraries
ii libnvidia-compute-435:amd64 435.21-0ubuntu0.18.04.2 amd64 NVIDIA libcompute package
ii libnvidia-decode-435:amd64 435.21-0ubuntu0.18.04.2 amd64 NVIDIA Video Decoding runtime libraries
ii libnvidia-encode-435:amd64 435.21-0ubuntu0.18.04.2 amd64 NVENC Video Encoding runtime library
ii libnvidia-fbc1-435:amd64 435.21-0ubuntu0.18.04.2 amd64 NVIDIA OpenGL-based Framebuffer Capture runtime library
ii libnvidia-gl-435:amd64 435.21-0ubuntu0.18.04.2 amd64 NVIDIA OpenGL/GLX/EGL/GLES GLVND libraries and Vulkan ICD
ii libnvidia-ifr1-435:amd64 435.21-0ubuntu0.18.04.2 amd64 NVIDIA OpenGL-based Inband Frame Readback runtime library
ii nvidia-compute-utils-435 435.21-0ubuntu0.18.04.2 amd64 NVIDIA compute utilities
ii nvidia-dkms-435 435.21-0ubuntu0.18.04.2 amd64 NVIDIA DKMS package
ii nvidia-driver-435 435.21-0ubuntu0.18.04.2 amd64 NVIDIA driver metapackage
ii nvidia-kernel-common-435 435.21-0ubuntu0.18.04.2 amd64 Shared files used with the kernel module
ii nvidia-kernel-source-435 435.21-0ubuntu0.18.04.2 amd64 NVIDIA kernel source package
ii nvidia-prime 0.8.8.2 all Tools to enable NVIDIA's Prime
ii nvidia-settings 390.77-0ubuntu0.18.04.1 amd64 Tool for configuring the NVIDIA graphics driver
ii nvidia-utils-435 435.21-0ubuntu0.18.04.2 amd64 NVIDIA driver support binaries
ii xserver-xorg-video-nvidia-435 435.21-0ubuntu0.18.04.2 amd64 NVIDIA binary Xorg driver
我对 OpenCL 很感兴趣,所以我找到了提供 OpenCL 相关文件的 NVIDIA 包——它就是libnvidia-compute-435
包。它包含以下文件:
hekto@lynx:~$ dpkg -L libnvidia-compute-435
/.
/etc
/etc/OpenCL
/etc/OpenCL/vendors
/etc/OpenCL/vendors/nvidia.icd
/usr
/usr/lib
/usr/lib/x86_64-linux-gnu
/usr/lib/x86_64-linux-gnu/libcuda.so.435.21
/usr/lib/x86_64-linux-gnu/libnvidia-compiler.so.435.21
/usr/lib/x86_64-linux-gnu/libnvidia-fatbinaryloader.so.435.21
/usr/lib/x86_64-linux-gnu/libnvidia-ml.so.435.21
/usr/lib/x86_64-linux-gnu/libnvidia-opencl.so.435.21
/usr/lib/x86_64-linux-gnu/libnvidia-ptxjitcompiler.so.435.21
/usr/share
/usr/share/doc
/usr/share/doc/libnvidia-compute-435
/usr/share/doc/libnvidia-compute-435/changelog.Debian.gz
/usr/share/doc/libnvidia-compute-435/copyright
/usr/lib/x86_64-linux-gnu/libcuda.so
/usr/lib/x86_64-linux-gnu/libcuda.so.1
/usr/lib/x86_64-linux-gnu/libnvidia-ml.so
/usr/lib/x86_64-linux-gnu/libnvidia-ml.so.1
/usr/lib/x86_64-linux-gnu/libnvidia-opencl.so.1
/usr/lib/x86_64-linux-gnu/libnvidia-ptxjitcompiler.so
/usr/lib/x86_64-linux-gnu/libnvidia-ptxjitcompiler.so.1
该文件/etc/OpenCL/vendors/nvidia.icd
在此列表中,但在我的系统上不存在。所有的 OpenCL 程序都需要 ICD 文件,没有它们就找不到供应商特定的库。
那么,为什么没有这个文件呢?apt
不是安装所有需要的文件是怎么发生的?
(我在 Xubuntu 18.04.3 上)
这是 Ubuntu 18.04 的全新安装。Geany 编辑器是由 安装的apt
,但是在运行它的过程中我收到了很多控制台消息,如下所示:
(geany:4024): Gtk-WARNING **: 17:48:22.265: Error loading theme icon 'document-new' for stock: Icon 'document-new' not present in theme elementary-xfce-darker
(geany:4024): Gtk-WARNING **: 17:48:22.422: Error loading theme icon 'document-open' for stock: Icon 'document-open' not present in theme elementary-xfce-darker
(geany:4024): Gtk-WARNING **: 17:48:22.424: Error loading theme icon 'document-save' for stock: Icon 'document-save' not present in theme elementary-xfce-darker
(geany:4024): Gtk-WARNING **: 17:48:22.424: Error loading theme icon 'document-revert' for stock:
(geany:4024): Gtk-WARNING **: 17:48:22.425: Error loading theme icon 'window-close' for stock: Icon 'window-close' not present in theme elementary-xfce-darker
(geany:4024): Gtk-WARNING **: 17:48:22.425: Error loading theme icon 'go-previous' for stock:
(geany:4024): Gtk-WARNING **: 17:48:22.425: Error loading theme icon 'go-next' for stock:
(geany:4024): Gtk-WARNING **: 17:48:22.427: Error loading theme icon 'system-run' for stock: Icon 'system-run' not present in theme elementary-xfce-darker
(geany:4024): Gtk-WARNING **: 17:48:22.428: Error loading theme icon 'edit-clear' for stock:
(geany:4024): Gtk-WARNING **: 17:48:22.429: Error loading theme icon 'edit-clear' for stock:
(geany:4024): Gtk-WARNING **: 17:48:22.429: Error loading theme icon 'application-exit' for stock: Icon 'application-exit' not present in theme elementary-xfce-darker
(geany:4024): Gtk-WARNING **: 17:48:22.435: Error loading theme icon 'window-close' for stock: Icon 'window-close' not present in theme elementary-xfce-darker
(geany:4024): Gtk-WARNING **: 17:48:25.021: Error loading theme icon 'window-close' for stock: Icon 'window-close' not present in theme elementary-xfce-darker
如何解决?
我在 Xubuntu 16.04.1,make
版本为 4.1。我对这个版本有些怀疑,并想临时安装旧版本(3.81),它可以在另一台旧机器上与我的包一起正常工作。
最安全的方法是什么?我不想破坏任何东西,只是为了运行旧版本几次。
我想玩APU的意思是学习 OpenCL 和其他 GPGPU 技巧,所以我在我的 PC 上安装了AMD APP SDK Ver 3.0 (它实现了 OpenCL 2.0)。这个SDK文档说我首先需要安装AMD Catalyst(或fglrx
驱动程序),经过很多麻烦我成功地做到了。我使用了来自 AMD 网站的存档,名为radeon-crimson-15.12-15.302-151217a-297685e.zip
.
然而,fglrx
驱动程序看不到 GPU 内核。报告aticonfig --initial
:
aticonfig: No supported adapters detected
fglrxinfo
输出如下:
display: :0.0 screen: 0
OpenGL vendor string: nouveau
OpenGL renderer string: Gallium 0.4 on NV84
OpenGL version string: 3.0 Mesa 11.0.2
我知道,这种问题被问过很多次,但就我而言,我完全不关心图形、图形加速、3D 图形等等。我只想通过 OpenCL 调用访问我的 APU 中的 GPU 内核。
我该怎么做才能到达那里?
硬件配置:
操作系统:Xubuntu 15.10。
我有一个硬盘,之前(可能在 Windows 中)是这样分区的:
我在分区 #1 之后有未分配的空间,所以我想增加分区 #0 的大小。起初我想将分区 #1 移到右边,所以我从 CD 启动 Ubuntu 并调用 GParted。扩展分区内的所有逻辑分区都没有挂载。我已经将分区 #0 指定为交换(临时),因为看起来 Ubuntu 即使从 CD 启动也需要交换。
GParted 可以调整扩展分区(分区 #1)的大小,但不能移动它。滑块中的左箭头不可移动。
可能有什么问题?
此外,Partition #1 有一个标志——它是“lba”标志。这是为了什么?也许这就是 GParted 无法移动它的原因?
我想知道当我双击一个desktop
文件的图标时究竟发生了什么,其中包含如下行:
Exec=/bin/sh /absolute-path/script
可能有一个 Ubuntu 应用程序可以解决这个问题,对吗?
(我在 Xubuntu 上使用内核 3.2.60)