我有一台戴尔 XPS 15z 笔记本电脑。
正如您在此处看到的,NVidia 驱动程序存在一些问题。该站点建议安装 Bumblebee(链接中给出的说明)。为方便起见,我再次发布:
$ sudo add-apt-repository ppa:bumblebee/stable
$ sudo apt-get update && sudo apt-get upgrade
$ sudo apt-get install bumblebee bumblebee-nvidia
$ sudo usermod -a -G bumblebee $USER
Run Code Online (Sandbox Code Playgroud)
然而,在重新启动计算机后,屏幕分辨率一直停留在 640x480,我一登录就收到以下错误消息:
**Could not apply the stored configuration for monitors**
none of the selected modes were compatible with the possible modes:
Trying modes for CRTC 63
CRTC 63: trying mode 640x480@60Hz with output at 1366x768@60Hz (pass 0)
CRTC 63: trying mode 640x480@60Hz with output …Run Code Online (Sandbox Code Playgroud) 我最近用全新的 Ubuntu 安装擦除了我的硬盘。我打算使用 Testdisk 来恢复文件。
但是,由于我没有以前的经验,我觉得如果我能保留硬盘驱动器的图像会更安全。这样,我可以处理图像以避免进一步破坏原始驱动器。
我有两个问题:
1)你能推荐一个同样的工具吗?
2) 因为我需要恢复镜像,所以我不想再覆盖硬盘了。因此,您能否评论该工具是否会以任何方式影响硬盘驱动器(如果它通过 USB 运行)?