我不小心从 16.10 iso 映像而不是 16.04 安装了 Ubuntu,我不想通过格式重新安装它...
有没有办法从 16.10 降级到 16.04?
PS:
我希望有一个 LTS 版本以保证一定的稳定性水平,降级到 16.04 是否会浪费时间,因为 16.10 会允许我这样的稳定性,或者切换到 16.04 是合乎逻辑的事情吗?
我在VirtualBox版本5.1.10上运行Ubuntu 16.10,并安装了最新的来宾添加。我的主机系统是带有图形适配器的Ubuntu 14.04:
00:02.0 VGA 兼容控制器:Intel Corporation HD Graphics 530(修订版 06)
根据其规范,它在Linux上支持OpenGL到4.5版。我的来宾系统图形适配器显示为:
00:02.0 VGA 兼容控制器:InnoTek Systemberatung GmbH VirtualBox 图形适配器
根据glxinfo我当前在来宾系统上的OpenGL版本是:
> glxinfo | grep OpenGL
OpenGL vendor string: Humper
OpenGL renderer string: Chromium
OpenGL version string: 2.1 Chromium 1.9
OpenGL shading language version string: 1.30
OpenGL extensions:
Run Code Online (Sandbox Code Playgroud)
如何将客户机系统上的图形驱动程序升级到最新的OpenGL版本?
我正在尝试探索已使用 Duplicity/Deja Dup 备份的文件。我的理解是“文件 -> 恢复丢失的文件”菜单项来自ubuntuone-client
包 ( ref ),但该包不再可用。
那么目前集成 Deja Dup 和 Nautilus 的方式是什么?是否有另一个包在问题中提供此菜单项?
我从我的雇主那里得到了一台 KVM 切换器(Aten CS782DP),据我所知,它运行良好。但是,它似乎在 Ubuntu 16.04 和 16.10 上导致我的输入设备(Thinkpad USB Compact Keyboard with TrackPoint)出现问题。我无法再单击中键,也无法垂直滚动(水平工作正常)。
特别是,这是xinput
直接连接键盘时输出的外观:
? Virtual core pointer id=2 [master pointer (3)]
? ? Virtual core XTEST pointer id=4 [slave pointer (2)]
? ? TPPS/2 IBM TrackPoint id=14 [slave pointer (2)]
? ? Lenovo ThinkPad Compact USB Keyboard with TrackPoint id=10 [slave pointer (2)]
? ? ATEN KVM V1.1.104 id=17 [slave pointer (2)]
? ? SynPS/2 Synaptics TouchPad id=13 [slave pointer (2)]
? Virtual core keyboard id=3 …
Run Code Online (Sandbox Code Playgroud) 从 16.04 升级到 16.10 后,我在运行 DosBox 时收到以下错误:
DOSBox version 0.74
Copyright 2002-2010 DOSBox Team, published under GNU GPL.
---
CONFIG:Loading primary settings from config file /home/zetathon/.dosbox/dosbox-0.74.conf
MIXER:Got different values from SDL: freq 44100, blocksize 512
ALSA:Can't subscribe to MIDI port (65:0) nor (17:0)
MIDI:Opened device:none
DOSBox switched to max cycles, because of the setting: cycles=auto. If the game runs too fast try a fixed cycles amount in DOSBox's options.
Exit to error: DRC64:Unhandled memory reference
Run Code Online (Sandbox Code Playgroud) 我正在尝试将新的蓝牙键盘(Microsoft Surface 人体工学键盘)连接到运行 Dell XPS 15 (2016) 的 Ubuntu。我正在运行 Xubuntu 16.10 和内核版本:
root@Flere:~$ uname -a
Linux Flere 4.8.0-28-generic #30-Ubuntu SMP Fri Nov 11 14:03:52 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
Run Code Online (Sandbox Code Playgroud)
当我尝试使用 bluetoothctl 连接键盘时(如这篇文章所示:如何在终端中配对需要密码输入的蓝牙键盘?我遇到身份验证失败。如果我将同一键盘与同一台机器上的 Windows 配对它会要求我在键盘上输入一个数字并按回车键,然后它就可以工作了。我也在 XFCE 中尝试了内置的 GUI 工具,但没有成功。
root@Flere:~$ bluetoothctl
[NEW] Controller [[mac address 1]] Flere [default]
[NEW] Device [[mac address 2]] Ergonomic Keyboard
[bluetooth]# power on
Changing power on succeeded
[bluetooth]# agent on
Agent registered
[bluetooth]# default-agent
Default agent request successful
[bluetooth]# scan on
Discovery started …
Run Code Online (Sandbox Code Playgroud) 我一直在尝试安装 Ubuntu 一段时间了,作为我的 XMG Schenker 笔记本电脑上的 Windows 10 的双启动。我有一个 Nvidia GTX 1060 显卡和 i7 6700 CPU。我正在尝试安装 Ubuntu 16.10
我遇到的问题是,我从可启动 USB 中选择“安装 Ubuntu”或“尝试不安装 Ubuntu”,出现启动画面,然后屏幕会闪烁一两次,然后冻结。USB 读数指示器将停止闪烁,并且笔记本电脑的风扇会减慢到最低(我猜是 0% CPU)。
在某些时候,我什至会听到 Ubuntu 启动声音(进入登录屏幕时听到的声音),并且键盘有响应(CAPS LOCK 正在工作,我设法通过按下电源按钮并导航来重新启动盲目地用键盘)
我看过其他帖子,比如我的电脑启动到黑屏,我有什么办法来修复它?和图形问题后,/而与NVIDIA显卡安装Ubuntu 16.04 / 16.10。
这是我的尝试:
nouveau.modeset=0
内核选项中的设置无效。nomodeset
和/或删除quiet splash
只会使启动画面消失,现在我看到黑屏,没有终端,什么也没有。我迷路了。我很乐意应要求提供更多详细信息。
当我运行 /usr/bin/click 时,出现以下错误:
Traceback (most recent call last):
File "/usr/bin/click", line 37, in <module>
import click
ImportError: No module named 'click'
Run Code Online (Sandbox Code Playgroud)
我尝试重新安装包单击,但在安装过程中出现相同的错误:
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 0 not upgraded.
Need to get 0 B/14,7 kB of archives.
After this operation, 0 B of additional disk space will be used.
(Reading database ... 255715 files and directories currently installed.)
Preparing to unpack .../click_0.4.45.1+16.10.20160916-0ubuntu1_amd64.deb …
Run Code Online (Sandbox Code Playgroud) 所以我在 Ubuntu 上遇到了这个奇怪的问题。当我打开我的笔记本电脑并恢复 Ubuntu 时,我的正常桌面图像被白色图像替换,看起来不同颜色的像素散布在白色背景上。
然后是窗口和任何类型的鼠标悬停操作,它为其边框创建几乎相同的图像。我把背景涂成紫色,这样边框会更好一点。
在有人将其标记为重复之前,我尝试了以下解决方案:
我还更新了 Ubuntu 软件和命令行 apt-get 中的所有内容。
所以这些解决方案没有帮助。他们中的大多数都是几乎相同的确切解决方案,但它仍然不起作用。我可以让他们停止的唯一方法是重新启动计算机。有没有其他建议让我尝试?我对 Linux 还是很陌生。所以请解释一切的作用。
我的处理器:Intel® Core™ i7-6700HQ CPU @ 2.60GHz × 8
我的 GPU:Nvidia GeForce GTX 980M/PCIe/SSE2
操作系统类型:64 位
Ubuntu 版本:16.10
更新
我试过compiz --replace
,这似乎适用于窗口边框,但不适用于桌面。它也锁定了我的终端,我试图关闭它,它锁定了我的电脑。