全新安装 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) 我正在使用 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-fuse和exfat-utils. 当我尝试挂载时,我收到以下消息:
$ sudo mount /dev/sdb /media/usb-drive
mount: /media/usb-drive: wrong fs type, bad …Run Code Online (Sandbox Code Playgroud) 我正在尝试摆脱Windows的束缚,第一次使用Ubuntu。我在 Ubuntu 18.04 中安装 Anydesk 5.5.1 时遇到了困难。我读过其他用户发布的一些帖子。我已经尝试过以下建议,但到目前为止还没有成功。作为Linux,我知道这是可以做到的。唯一的问题是,由于我是新手,我不具备必要的知识。如果这个社区的专家能帮助我安装这个软件,我将不胜感激。
anydesk_5.5.1-1_amd64.deb通过终端安装
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 …