经常连续用一两天不关机的时候,就会出现,特别在最大化最小化窗口的时候。。出现动画的时候,就会卡死。。要等很久。。
不知道有没有和我一样机遇的人?
Ubuntu14用着用着就卡死,特别在最大化最小化窗口的时候。。
-
- 帖子: 8
- 注册时间: 2010-10-27 23:00
- 自由建客
- 帖子: 13468
- 注册时间: 2008-07-30 23:21
- 系统: Debian stable AMD64
-
- 论坛版主
- 帖子: 18279
- 注册时间: 2009-08-04 16:33
Re: Ubuntu14用着用着就卡死,特别在最大化最小化窗口的时候。。
把下面指令 複製 貼進終端機 執行
sudo lshw -numeric -class video
把結果直接複製 貼上來
sudo lshw -numeric -class video
把結果直接複製 貼上來
-
- 帖子: 8
- 注册时间: 2010-10-27 23:00
Re: Ubuntu14用着用着就卡死,特别在最大化最小化窗口的时候。。
poloshiao 写了:把下面指令 複製 貼進終端機 執行
sudo lshw -numeric -class video
把結果直接複製 貼上來
要怎么关特效呢? 用半天是没问题,一般晚上不关机 第二天就会出现这种现象。。
*-display
description: 3D controller
product: GK208M [GeForce GT 740M] [10DE:1292]
vendor: NVIDIA Corporation [10DE]
physical id: 0
bus info: pci@0000:01:00.0
version: a1
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list
configuration: driver=nouveau latency=0
resources: irq:50 memory:e0000000-e0ffffff memory:b0000000-bfffffff memory:c0000000-c1ffffff ioport:5000(size=128)
*-display
description: VGA compatible controller
product: 3rd Gen Core processor Graphics Controller [8086:166]
vendor: Intel Corporation [8086]
physical id: 2
bus info: pci@0000:00:02.0
version: 09
width: 64 bits
clock: 33MHz
capabilities: msi pm vga_controller bus_master cap_list rom
configuration: driver=i915 latency=0
resources: irq:49 memory:e1000000-e13fffff memory:d0000000-dfffffff ioport:6000(size=64)
-
- 论坛版主
- 帖子: 18279
- 注册时间: 2009-08-04 16:33
Re: Ubuntu14用着用着就卡死,特别在最大化最小化窗口的时候。。
1. 雙顯卡 在 Ubuntu 14.04 有良好的支援 但是必須安裝 私有驅動product: GK208M [GeForce GT 740M] [10DE:1292]
product: 3rd Gen Core processor Graphics Controller [8086:166]
https://wiki.ubuntu.com/X/Config/HybridGraphics
2. 目前作用中驅動 開源驅動 nouveauproduct: GK208M [GeForce GT 740M] [10DE:1292]
configuration: driver=nouveau latency=0
3. 私有驅動 331.38 支援 GeForce GT 740M
http://www.nvidia.com/Download/driverRe ... 2250/en-us+
Supported products
GeForce GT 740M
3-1. 從 ubuntu 14.04 套件庫 安裝
https://help.ubuntu.com/community/Binar ... positories
nvidia-graphics-drivers-331 或 nvidia-graphics-drivers-331-updates
https://launchpad.net/ubuntu/+source/nv ... rivers-331
https://launchpad.net/ubuntu/+source/nv ... 31-updates
就是 331.38 版本 私有驅動
3-2. 安裝方法
https://help.ubuntu.com/community/Binar ... wto/Nvidia
http://us.download.nvidia.com/XFree86/L ... index.html
3-3. 可能問題 參閱
viewtopic.php?f=42&t=463875&p=3104260&h ... 1#p3104260
3-4. 只有 331.38 版本 私有驅動 無法支援 GeForce GT 740M 最新功能 才考慮 安裝 最新版本驅動 343.13 BETA
http://www.nvidia.com/Download/driverRe ... 7410/en-us
Supported products
GeForce GT 740M
3-2. 安裝方法
https://help.ubuntu.com/community/NvidiaManual
http://us.download.nvidia.com/XFree86/L ... index.html
4. 目前作用中驅動 i915 Intel 沒有閉源驅動product: 3rd Gen Core processor Graphics Controller [8086:166]
configuration: driver=i915 latency=0
4-1. Intel 專為 Ubuntu 14.04 提供 安裝程式 用來安裝 i915 配套的其它開源套件
https://01.org/linuxgraphics/downloads/ ... .0.6-linux
https://01.org/linuxgraphics/downloads/ ... ck-release
5. 額外安裝 Prime Indicator 提供 Intel 及 nVidia 顯卡 之間 切換
http://www.webupd8.org/2014/01/prime-in ... .html#more
6. 等顯卡驅動安裝妥適要怎么关特效呢?
可以切換
再看看有沒有必要關閉特效
-
- 帖子: 8
- 注册时间: 2010-10-27 23:00
Re: Ubuntu14用着用着就卡死,特别在最大化最小化窗口的时候。。
