NoB*_*ugs -1 updates unity intel-graphics 13.04
今天更新后,13.04 不再显示 Unity 面板。
我尝试了从控制台报告的指南,但它总是显示“请在自动打开的 Web 浏览器中填写表单”。有没有办法从控制台或另一台计算机完成报告错误?
https://help.ubuntu.com/10.04/serverguide/reporting-bugs.html
顺便说一句 Ctrl+alt+T 对我有用,当键盘输入没有转到 pidgin 时,就是这样。ubuntu-bug /var/crash/_usr_bin_compiz.1000.crash不会弹出浏览器窗口。
我试过这个,它没有帮助,我重置后仍然有同样的问题。 如何重置我的 Unity 配置?
是否在所有带有 Intel Mobile GM965/GL960 集成图形控制器的机器上都会发生这种情况?
- 更新 -
我已经提交了一个错误报告,它现在被标记为“高”重要性,并进行了分类。问题是,最新版本的 Ubuntu“支持”多大的电脑?这台机器也受到了 Chromium 错误标题的影响,以及普遍的缓慢让我想知道显卡的支持程度。
我见过运行 12.x Ubuntu 的更老的(P4 时代)计算机,但我想较新的版本即使在 5 年前的机器上也没有经过那么多的测试?是否有任何关于 Ubuntu 在更新和主要发行版升级中使用的 QA 实践的文档?
忘记从控制台完成报告。只需将报告保存为 cli 中的 .apport 文件。(您提供的链接显示了如何)。然后你就可以在你的电脑启动并运行后在你自己的甜蜜时间上传详细信息(更紧急)
$apport-cli unity
*** Collecting problem information
The collected information can be sent to the developers to improve the
application. This might take a few minutes.
.................................
*** Send problem report to the developers?
After the problem report has been sent, please fill out the form in the
automatically opened web browser.
What would you like to do? Your options are:
S: Send report (5.5 KB)
V: View report
K: Keep report file for sending later or copying to somewhere else
I: Cancel and ignore future crashes of this program version
C: Cancel
Please choose (S/V/K/I/C): K
Problem report file: /tmp/apport.some-rubbish.apport
$cp /tmp/apport.some-rubbish.apport ~/unity-report.apport
$
Run Code Online (Sandbox Code Playgroud)
现在,要强制重置所有设置,请从 VT(即ctrl+alt+f1)执行此操作:
$ mkdir configbak
$ for i in .[^.]*; do mv "$i" configbak/ ; done
Run Code Online (Sandbox Code Playgroud)
这会将您的所有配置文件移动到备份目录。当您登录时,就好像您以前从未登录过该帐户一样。
如果这不能解决问题,请尝试强制重新安装。请参阅如何删除并重新安装 Unity?用于运行一组命令。
好的
是时候尝试将问题一分为二了:您可以使用fluxbox(如果来自实时系统)=> 图形部分没问题。为确保您安装的操作系统的 3D 堆栈正常,请尝试放置另一个具有类似图形要求的 DE。
apt-get install gnome-shell
如果这有效并且重置您的配置文件没有帮助,那么您可以将问题缩小到 compiz & unity 独有的所有软件包和系统配置。
sudo bash
apt-get remove 'compiz*'
apt-get remove 'unity*'
apt-get purge 'compiz*'
apt-get purge 'unity*'
apt-get autoremove
apt-get install unity
Run Code Online (Sandbox Code Playgroud)
同意删除 autoremove 建议删除的所有软件包。如果这也不起作用(并且您可以实时启动到统一会话,您最好重新安装)
| 归档时间: |
|
| 查看次数: |
461 次 |
| 最近记录: |