use*_*508 16 hardware graphics drivers 14.04
我从12.04升级到14.04,性能极其卡顿;窗户以慢动作打开和关闭。想必我的图形硬件还没有被系统识别。我想我需要关于如何弄清楚该怎么做的建议。也许我应该安装一些图形软件,或者我应该禁用 Unity 中的某些东西,但我不知道从哪里开始。
我的“uname -a”命令是这样说的:
Linux home0 3.13.0-24-generic #46-Ubuntu SMP Thu Apr 10 19:08:14 UTC 2014 i686 i686 i686 GNU/Linux
Run Code Online (Sandbox Code Playgroud)
命令“sudo lshw”提供了大量信息,我将尝试提取可能最相关的信息:
home0
description: Desktop Computer
product: TPS01 ()
vendor: FOXCONN
version: 1.0
serial: To Be Filled By O.E.M.
width: 32 bits
capabilities: smbios-2.6 dmi-2.6 smp-1.4 smp
configuration: boot=normal chassis=desktop cpus=2 uuid=6013CF95-1E02-E531-FD14-D027881B608D
*-core
[...]
*-firmware
description: BIOS
vendor: American Megatrends Inc.
physical id: 0
version: 080015
date: 06/07/2010
size: 64KiB
capacity: 960KiB
capabilities: isa pci pnp apm upgrade shadowing cdboot bootselect socketedrom edd int5printscreen int9keyboard int14serial int17printer int10video acpi usb ls120boot zipboot biosbootspecification
*-cpu:0
description: CPU
product: Intel(R) Atom(TM) CPU D525 @ 1.80GHz
vendor: Intel Corp.
physical id: 4
bus info: cpu@0
version: 6.12.10
serial: 0001-06CA-0000-0000-0000-0000
slot: CPU 1
size: 1800MHz
capacity: 1900MHz
width: 64 bits
clock: 200MHz
capabilities: x86-64 boot fpu fpu_exception wp vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx constant_tsc arch_perfmon pebs bts aperfmperf pni dtes64 monitor ds_cpl tm2 ssse3 cx16 xtpr pdcm movbe lahf_lm dtherm
configuration: cores=2 enabledcores=2 id=3 threads=4
[...]
*-pci
description: Host bridge
product: Atom Processor D4xx/D5xx/N4xx/N5xx DMI Bridge
vendor: Intel Corporation
physical id: 100
bus info: pci@0000:00:00.0
version: 02
width: 32 bits
clock: 33MHz
configuration: driver=agpgart-intel
resources: irq:0
*-display
description: VGA compatible controller
product: Atom Processor D4xx/D5xx/N4xx/N5xx Integrated Graphics Controller
vendor: Intel Corporation
physical id: 2
bus info: pci@0000:00:02.0
version: 02
width: 32 bits
clock: 33MHz
capabilities: msi pm vga_controller bus_master cap_list rom
configuration: driver=i915 latency=0
resources: irq:44 memory:fea80000-feafffff ioport:dc00(size=8) memory:d0000000-dfffffff memory:fe900000-fe9fffff
Run Code Online (Sandbox Code Playgroud)
附录:这是 unity_support_test 命令的输出。
/usr/lib/nux/unity_support_test -p
OpenGL vendor string: Intel Open Source Technology Center
OpenGL renderer string: Mesa DRI Intel(R) IGD x86/MMX/SSE2
OpenGL version string: 1.4 Mesa 10.1.0
Not software rendered: yes
Not blacklisted: yes
GLX fbconfig: yes
GLX texture from pixmap: yes
GL npot or rect textures: yes
GL vertex program: yes
GL fragment program: yes
GL vertex buffer object: yes
GL framebuffer object: yes
GL version is 1.4+: yes
Unity 3D supported: yes
Run Code Online (Sandbox Code Playgroud)
这是来自 lspci 的输出:
lspci -k | grep -A3 VGA
00:02.0 VGA compatible controller: Intel Corporation Atom Processor D4xx/D5xx/N4xx/N5xx Integrated Graphics Controller (rev 02)
Subsystem: Foxconn International, Inc. Device 0d55
Kernel driver in use: i915
00:1b.0 Audio device: Intel Corporation NM10/ICH7 Family High Definition Audio Controller (rev 02)
Run Code Online (Sandbox Code Playgroud)
进一步的附录:我使用这个桌面来收发电子邮件、编辑、浏览网页。我不关心游戏或视频,我很乐意关闭与这种异常缓慢的行为相关的任何图形处理。对于旧硬件,它不是“正常慢”;硬件是 2010 年的 i686。
让我澄清一下“慢”。如果我打开 Xterm 或浏览器窗口,预期的行为(我在 12.04 中的经验)是我看到一些视觉技巧,从而使新窗口平滑地获取其大小或颜色。在 14.04 下,平滑度全部消失;新窗口以锯齿状的方式获取其最终状态,在几秒钟内每秒可能会改变其大小或形状一次或两次。youtube 电影(在 Firefox 上显示)的刷新率可能为 2 或 3 赫兹。如果我在 Dash 中输入文本,则字符以每秒 1 个的速度出现。
在 2010-2011 年的一些类似对话和问题中,我看到了对 compiz 问题的引用,但我不知道如何处理这些信息。我的系统监视器显示,每当打开一个窗口时,compiz 的 CPU 使用率会高达 48% 左右;所以它基本上占用了我的 2-CPU 系统上的所有一个 CPU。当我在它周围拖动一个窗口时,它会出现锯齿状和滞后的运动,并且 compiz 使用率高达 60% 或更多。
也许与我的系统还有另一个问题有关:未找到 libudev.so.0(Chrome 未启动时会注意到)。我真的不知道这是否与图形性能有关。
顺便说一句,感谢您编辑这篇文章以格式化各种系统输出,因为它们应该被格式化;我不知道如何实现这一目标。
小智 10
上述问题的根源可能是lightdm bug:
https://bugs.launchpad.net/ubuntu/+source/unity-greeter/+bug/1292467。
我在带有 Intel NM10 显卡的 Atom Mini-ITX 主板上遇到了这个问题,其中包括一个内部 LVDS 显示端口。带有“video = LVDS-1:d”解决方法的引导为我解决了这个问题。使引导选项永久化的说明位于如何添加内核引导参数?.
安迪·惠特克罗夫特 (Andy Whitcroft) 在 2014 年 4 月 17 日的帖子表明已发布修复程序,但在撰写本文时显然尚未将其放入更新存储库。
小智 2
我遇到了同样的问题。dist 升级后 ubuntu 速度慢得要命。
更改为 gnome metacity 对我来说不是一个选择。
对我的情况有帮助的:
sudo apt-add-repository ppa:xorg-edgers/ppa
sudo apt-get update
sudo apt-get install nvidia-current nvidia-settings
Run Code Online (Sandbox Code Playgroud)
转到“其他驱动程序”并选择除所选默认驱动程序之外的任何其他驱动程序。(我相信是“nouveau xorg 服务器..”。
(我有一个 nvidia nvs 310 显卡和一个高分辨率的戴尔显示器链接显示器)
小智 1
在遵循以下建议之前,我的性能同样缓慢: https: //sites.google.com/site/easylinuxtipsproject/first 但我认为,正如上述网站中提到的和 user3054508 所说,关键是更改显示侏儒(玛塔西蒂)。如果将来能够提供一个更简单的 Unity 桌面版本,没有淡出等功能,那就太好了,这样就能满足我们这些使用旧显卡的人的需求。卡斯平
归档时间: |
|
查看次数: |
93993 次 |
最近记录: |