联想 g580 的图形问题

联想 g580 的图形问题

我最近安装了 Ubuntu 13.10。一切都很顺利,直到我运行 inxi 并发现以下内容 -

System:    Host: kaustuv-Lenovo-G580 Kernel: 3.11.0-18-generic x86_64 (64 bit) Desktop: Gnome Distro: Ubuntu 13.10
Machine:   System: LENOVO product: 2189 version: Lenovo G580
           Mobo: LENOVO model: INVALID version: 31900003WIN8 STD MLT Bios: LENOVO version: 5ECN92WW(V8.04) date: 09/14/2012
CPU:       Dual core Intel Core i3-2328M CPU (-HT-MCP-) cache: 3072 KB flags: (lm nx sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx) 
           Clock Speeds: 1: 800.00 MHz 2: 800.00 MHz 3: 800.00 MHz 4: 800.00 MHz
Graphics:  Card-1: Intel 2nd Generation Core Processor Family Integrated Graphics Controller 
           Card-2: NVIDIA GF108M [GeForce GT 635M] 
           X.Org: 1.14.5 drivers: (unloaded: fbdev,vesa) FAILED: nouveau,intel Resolution: [email protected] 
           GLX Renderer: Mesa DRI Intel Sandybridge Mobile GLX Version: 3.0 Mesa 9.2.1
Audio:     Card: Intel 7 Series/C210 Series Family High Definition Audio Controller driver: snd_hda_intel 
           Sound: Advanced Linux Sound Architecture ver: k3.11.0-18-generic
Network:   Card-1: Qualcomm Atheros AR8162 Fast Ethernet driver: alx 
           IF: eth0 state: down mac: b8:88:e3:8b:e5:4d
           Card-2: Broadcom BCM4313 802.11bgn Wireless Network Adapter driver: wl 
           IF: eth1 state: up mac: c0:14:3d:cc:35:e1
Drives:    HDD Total Size: 500.1GB (75.3% used) 1: id: /dev/sda model: ST500LT012 size: 500.1GB 
Partition: ID: / size: 25G used: 5.4G (23%) fs: ext4 ID: swap-1 size: 1.07GB used: 0.00GB (0%) fs: swap 
RAID:      No RAID devices detected - /proc/mdstat and md_mod kernel raid module present
Sensors:   System Temperatures: cpu: 69.0C mobo: N/A gpu: 66.0 
           Fan Speeds (in rpm): cpu: N/A 
Info:      Processes: 227 Uptime: 2:05 Memory: 1396.3/7849.2MB Client: Shell (bash) inxi: 1.9.12 

在图形部分我发现失败:nouveau,intel。我四处寻找,但没有找到任何针对我的硬件的解决方案。有人能建议我如何解决这个问题吗?

提前致谢


好的...所以在尝试了 Emili 的答案之后,我inxi -Gff看起来像这样

 CPU:       Dual core Intel Core i3-2328M CPU (-HT-MCP-) cache: 3072 KB 
           Clock Speeds: 1: 800.00 MHz 2: 800.00 MHz 3: 800.00 MHz 4: 2200.00 MHz
           CPU Flags: acpi aperfmperf apic arat arch_perfmon avx bts clflush cmov constant_tsc 
           cx16 cx8 de ds_cpl dtes64 dtherm dts eagerfpu epb ept est flexpriority fpu fxsr ht lahf_lm 
           lm mca mce mmx monitor msr mtrr nonstop_tsc nopl nx pae pat pbe pcid pclmulqdq pdcm pebs 
           pge pln pni popcnt pse pse36 pts rdtscp rep_good sep ss sse sse2 sse4_1 sse4_2 ssse3 syscall 
           tm tm2 tpr_shadow tsc tsc_deadline_timer vme vmx vnmi vpid x2apic xsave xsaveopt xtopology 
           xtpr 
Graphics:  Card-1: Intel 2nd Generation Core Processor Family Integrated Graphics Controller 
           Card-2: NVIDIA GF108M [GeForce GT 635M] 
           X.Org: 1.14.5 drivers: intel (unloaded: fbdev,vesa) Resolution: [email protected] 
           GLX Renderer: Mesa DRI Intel Sandybridge Mobile GLX Version: 3.0 Mesa 10.0.0

在关于这台计算机部分,它说我在图形部分运行了“Intel® Sandybridge Mobile”。

现在,这似乎不是很强大。它甚至无法使用 Compiz 显示 3D 窗口。还是我的显卡不够强大?

提前致谢。 :)

答案1

尝试安装通用图形驱动程序,如大黄蜂:

sudo apt-get install bumblebee bumblebee-nvidia

相关内容