我已经尝试了所有可能的解决方案,在我的知识,安装NVIDIA驱动程序,是功能的Ubuntu12.10。
我将功能定义如下:
1)工作用户界面
2)能力冬眠/暂停。
目前,我只能让两个中的第一个与系统一起安装的免费驱动程序一起工作。我不得不切换到UEFI,甚至能够安装12.10,然后一切看起来都很好,直到我试图冬眠,这导致了死亡的黑屏在觉醒。我此链接和其他几个基本上都传达了相同信息:我需要从指定的PPA输入某种类型的专有Nvidia驱动程序。然而,每一次尝试都给了我以下信息:
The following NEW packages will be installed:
nvidia-current-updates
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/67.7 MB of archives.
After this operation, 204 MB of additional disk space will be used.
Selecting previously unselected package nvidia-current-updates.
(Reading database ... 195988 files and directories currently installed.)
Unpacking nvidia-current-updates (from .../nvidia-current-updates_304.51- 0ubuntu1_amd64.deb) ...
Processing triggers for man-db ...
Setting up nvidia-current-updates (304.51-0ubuntu1) ...
update-alternatives: using /usr/lib/nvidia-current-updates/ld.so.conf to provide /etc/ld.so.conf.d/x86_64-linux-gnu_GL.conf (x86_64-linux-gnu_gl_conf) in auto mode
update-alternatives: using /usr/lib/nvidia-current-updates/alt_ld.so.conf to provide /etc/ld.so.conf.d/i386-linux-gnu_GL.conf (i386-linux-gnu_gl_conf) in auto mode
update-initramfs: deferring update (trigger activated)
INFO:Enable nvidia-current-updates
DEBUG:Parsing /usr/share/ubuntu-drivers-common/quirks/lenovo_thinkpad
DEBUG:Parsing /usr/share/ubuntu-drivers-common/quirks/put_your_quirks_here
DEBUG:Parsing /usr/share/ubuntu-drivers-common/quirks/dell_latitude
DEBUG:Processing quirk ThinkPad T420s
DEBUG:Failure to match CLEVO with LENOVO
DEBUG:Quirk doesn't match
DEBUG:Processing quirk Latitude E6530
DEBUG:Failure to match CLEVO with Dell Inc.
DEBUG:Quirk doesn't match
Loading new nvidia-current-updates-304.51 DKMS files...
First Installation: checking all kernels...
Building only for 3.5.0-24-generic
Building for architecture x86_64
Building initial module for 3.5.0-24-generic
Done.
nvidia_current_updates:
Running module version sanity check.
- Original module
- No original module exists within this kernel
- Installation
- Installing to /lib/modules/3.5.0-24-generic/updates/dkms/
depmod....
DKMS: install completed.
Processing triggers for bamfdaemon ...
Rebuilding /usr/share/applications/bamf.index...
Processing triggers for initramfs-tools ...
update-initramfs: Generating /boot/initrd.img-3.5.0-24-generic当我重新启动时,我可以到达我的桌面,但界面没有显示,我留下了一张壁纸。
我的规格如下(从发票)
1辆Sager NP9150 / Clevo P150EM
我买这台电脑是因为它的规格与来自76系统的Bonobo极限相似,但它的形式是15英寸,我可以把它装进我的背包里。如果你看看他们的产品,你会注意到,例如,我电脑上的处理器和显卡是极端的选择。
显然,Bonobo极端必须在Ubuntu或System 76的情况下开箱即用,现在可能已经死了,所以我假设,由于我有一台非常相似的计算机,我的电脑也能在盒子外工作--我承认,这可能是可怕的逻辑。
我将在这台计算机上运行几台虚拟机(因此拥有32 GB的RAM),其中包括几个sql服务器和一个Windows 8 VM,以便能够使用Microsoft (因为Libre Office根本无法用于我执行的许多基本任务)。我经常出差,而且需要经常把这台电脑放在背包里,这就需要进行hibernate/挂起功能工作。
我不太熟悉系统图形,完全不知道如何进行。我假设戛纳可能会在不久的将来修复这个问题,因为显卡不能正常工作,这在很大程度上否定了大多数拥有显卡的用户对ubuntu桌面的使用。然而,我即将开始一个重大的项目,所以我需要所有的帮助,我现在可以得到。
我意识到我的系统是相当模糊的,但是在总体方案中,ubuntu桌面是相当模糊的,我觉得其他许多linux用户可能购买了类似的计算机,因为他们允许定制,并且不让您为Windows版本付费,而Windows版本将立即卸载。所以,请告诉我,如果你有一个类似的系统,并使这个工作,以及你采取了什么具体步骤,
谢谢,
THX1138
发布于 2013-01-29 00:08:44
在阅读了WEB的评论之后,我做了一些研究,并意识到我对我想做的事情有一些误解。NVIDIA还没有直接在Ubuntu上支持擎天柱,但是Ubuntu的股票驱动程序也不支持。我原以为大黄蜂被包括在股票司机中,但事实并非如此。您实际上必须添加大黄蜂ppa,它安装自己,然后专有的NVIDIA驱动程序。
有关安装帮助,请参见大黄蜂网站。实际上,设置它非常容易:除了以下内容之外,您不需要做任何事情:
sudo apt存储库ppa:大黄蜂/稳定sudo apt存储库ppa:ubuntu-x-swat/x- update sudo apt-获取更新sudo apt获取安装大黄蜂大黄蜂-nvidia linux-headers通用sudo重新启动。
那一切都会成功的!
https://askubuntu.com/questions/248549
复制相似问题