[Çözüldü] ekran kartı sürücüsü yüklemem gerekir mi?

Başlatan raskol, 30 Kasım 2012 - 02:47:07

« önceki - sonraki »

0 Üyeler ve 1 Ziyaretçi konuyu incelemekte.

raskol

12.10'u yükledikten sonra yapılması gerekenler arasında ekran kartı sürücüsü yüklemek diye bir şeyler okudum. 11.10'dan beri ubuntu kullanıyorum hiçbir zaman elle bir sürücü yüklemedim. ekran kartı nedir açıkçası bir bilgim yok, yani bilgisayarımda bir ekran kartı var mı yok mu onu bile bilmiyorum. ilgili çıktıyı aşağıya yapıştırıyorum. burdan bir şey anlayabilir miyiz? ekran kartım var mı? kurulumu olmuş mu?

raskol@ThinkPad-R61e:~$ lspci | grep VGA
00:02.0 VGA compatible controller: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (primary) (rev 0c)
raskol@ThinkPad-R61e:~$ glxinfo | grep render
The program 'glxinfo' is currently not installed. You can install it by typing:
sudo apt-get install mesa-utils
raskol@ThinkPad-R61e:~$ lspci
00:00.0 Host bridge: Intel Corporation Mobile PM965/GM965/GL960 Memory Controller Hub (rev 0c)
00:02.0 VGA compatible controller: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (primary) (rev 0c)
00:02.1 Display controller: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (secondary) (rev 0c)
00:1a.0 USB controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #4 (rev 03)
00:1a.1 USB controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #5 (rev 03)
00:1a.7 USB controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #2 (rev 03)
00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 03)
00:1c.0 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 1 (rev 03)
00:1c.1 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 2 (rev 03)
00:1c.2 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 3 (rev 03)
00:1d.0 USB controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #1 (rev 03)
00:1d.1 USB controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #2 (rev 03)
00:1d.2 USB controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #3 (rev 03)
00:1d.7 USB controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #1 (rev 03)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev f3)
00:1f.0 ISA bridge: Intel Corporation 82801HM (ICH8M) LPC Interface Controller (rev 03)
00:1f.1 IDE interface: Intel Corporation 82801HM/HEM (ICH8M/ICH8M-E) IDE Controller (rev 03)
00:1f.2 SATA controller: Intel Corporation 82801HM/HEM (ICH8M/ICH8M-E) SATA Controller [AHCI mode] (rev 03)
00:1f.3 SMBus: Intel Corporation 82801H (ICH8 Family) SMBus Controller (rev 03)
03:00.0 Network controller: Intel Corporation PRO/Wireless 3945ABG [Golan] Network Connection (rev 02)
04:00.0 Ethernet controller: Broadcom Corporation NetLink BCM5787M Gigabit Ethernet PCI Express (rev 02)
15:00.0 CardBus bridge: Ricoh Co Ltd RL5c476 II (rev b6)
raskol@ThinkPad-R61e:~$ xrandr
Screen 0: minimum 320 x 200, current 1280 x 800, maximum 8192 x 8192
LVDS1 connected 1280x800+0+0 (normal left inverted right x axis y axis) 331mm x 207mm
   1280x800       60.0*+   50.0 
   1024x768       60.0 
   800x600        60.3     56.2 
   640x480        59.9 
VGA1 disconnected (normal left inverted right x axis y axis)
raskol@ThinkPad-R61e:~$ /usr/lib/nux/unity_support_test -p
OpenGL vendor string:   Intel Open Source Technology Center
OpenGL renderer string: Mesa DRI Intel(R) 965GM x86/MMX/SSE2
OpenGL version string:  2.1 Mesa 9.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
raskol@ThinkPad-R61e:~$ /usr/lib/nux/unity_support_test -p --compiz
OpenGL vendor string:   Intel Open Source Technology Center
OpenGL renderer string: Mesa DRI Intel(R) 965GM x86/MMX/SSE2
OpenGL version string:  2.1 Mesa 9.0

Not software rendered:    yes
Not blacklisted:          yes
GLX fbconfig:             yes
GLX texture from pixmap:  yes
GL npot or rect textures: yes

Compiz supported:         yes
raskol@ThinkPad-R61e:~$ jockey-text --list

ct

#1
Sorun yok gibi duruyor. Compiz ve Unity 3D destekleniyor. Intel ekran kartınız var:

00:02.0 VGA compatible controller: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (primary) (rev 0c)


sudo apt-get install mesa-utils

ile mesa-utils'i yükleyip, çalışmamış olan aşağıdaki komutu çalıştırabilirsiniz.

glxinfo | grep render

raskol

buyrun:

direct rendering: Yes
OpenGL renderer string: Mesa DRI Intel(R) 965GM x86/MMX/SSE2
    GL_NV_conditional_render, GL_ARB_ES2_compatibility, GL_ARB_debug_output,



ct

Ekranda resim oluşturma işlemini (rendering böyle çevrilebilir sanırım) de yapıyor. Oyun oynarken veya film izlerken performans sorununuz olmadığı sürece problem yok demektir. Oluşan sorunlar üzerinden gitmek daha sağlıklı duruyor. Sorun yoksa sistemde değişiklik yapmamıza gerek yok sanırım.

raskol


if