小编Phi*_*eil的帖子

如何在 Ubuntu 17.10/18.04 中禁用 BIOS 更新功能?

我正在尝试禁用 BIOS/固件更新,我对自动化过程的体验很差,我宁愿手动进行。它使我的电脑变砖,必须更换主板,幸运的是我有保修。

在此处输入图片说明

有任何想法吗?

bios 17.10 18.04

9
推荐指数
2
解决办法
3367
查看次数

Ubuntu 18.04 中的双显示器配置问题

全新安装 Ubuntu 18.04 后,我遇到了一个非常烦人的问题。

设置

一台 24" 显示器通过连接到 ThunderBolt 端口的戴尔坞站连接到戴尔 XPS 13(9365 2 合 1)笔记本电脑。从坞站我使用一个迷你显示端口到显示端口将坞站连接到显示器.

问题

当我打开笔记本电脑时,显示器工作,我可以看到启动信息(BIOS)和加密驱动器的密码提示。当即将显示登录 (gnome) 屏幕时,监视器将关闭并且不会从该状态恢复。我必须断开笔记本电脑与扩展坞的连接,登录,然后重新插入扩展坞/显示器。有时两个屏幕都是紫色的,鼠标指针在屏幕上移动,但没有其他任何反应。

司机信息

WARNING: you should run this program as super-user.
*-display                 
   description: VGA compatible controller
   product: Intel Corporation
   vendor: Intel Corporation
   physical id: 2
   bus info: pci@0000:00:02.0
   version: 02
   width: 64 bits
   clock: 33MHz
   capabilities: vga_controller bus_master cap_list rom
   configuration: driver=i915 latency=0
Run Code Online (Sandbox Code Playgroud)

lspci 输出

00:00.0 Host bridge: Intel Corporation Device 590c (rev 02)
00:02.0 VGA compatible controller: Intel Corporation Device 591e 
(rev02) …
Run Code Online (Sandbox Code Playgroud)

display multiple-monitors dell 18.04

9
推荐指数
2
解决办法
2万
查看次数

无法挂载USB硬盘

我正在使用 Ubuntu 18.04 并且我正在尝试安装 USB 硬盘驱动器。

fdisk 输出:

Disk /dev/sdb: 465.8 GiB, 500107837440 bytes, 976773120 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 1048576 bytes
Disklabel type: dos
Disk identifier: 0x003a4817

Device     Boot Start       End   Sectors   Size Id Type
/dev/sdb1  *     2048 976773119 976771072 465.8G  7 HPFS/NTFS/exFAT
Run Code Online (Sandbox Code Playgroud)

我已经安装exfat-fuseexfat-utils. 当我尝试挂载时,我收到以下消息:

 $ sudo mount /dev/sdb /media/usb-drive
   mount: /media/usb-drive: wrong fs type, bad …
Run Code Online (Sandbox Code Playgroud)

mount gparted exfat 18.04

5
推荐指数
1
解决办法
1万
查看次数

无法在 Ubuntu 18.04 中安装 Anydesk 5.5.1

我正在尝试摆脱Windows的束缚,第一次使用Ubuntu。我在 Ubuntu 18.04 中安装 Anydesk 5.5.1 时遇到了困难。我读过其他用户发布的一些帖子。我已经尝试过以下建议,但到目前为止还没有成功。作为Linux,我知道这是可以做到的。唯一的问题是,由于我是新手,我不具备必要的知识。如果这个社区的专家能帮助我安装这个软件,我将不胜感激。

  1. Anydesk 通过 GUI 安装:
    • 前往https://anydesk.com/platforms
    • 已下载 -anydesk_5.5.1-1_amd64.deb
    • 右键单击-单击“用软件打开”
    • 单击安装按钮
    • 需要身份验证 - 输入密码
    • 安装 100% - 绿色进度条从 0 移动到 100%
    • 当我在Ubuntu软件中心查看时,该软件没有安装。
  2. 通过终端安装

    • 转到下载文件夹
    • sudo apt install ./anydesk_5.5.1-1_amd64.deb
    • 遇到以下错误:

      Error -> The following packages have unmet dependencies.
       anydesk : Depends: libpango1.0-0 but it is not going to be installed
      E: Unable to correct problems, you have held broken packages.
      
      Run Code Online (Sandbox Code Playgroud)

      添加 sudo apt show libpango* 的输出

    软件包:libpango-1.0-0 版本:1.40.14-1ubuntu0.1 状态:安装成功已安装 优先级:可选 部分:libs …

remote-desktop software-installation

4
推荐指数
1
解决办法
4万
查看次数