하모니카 묻고답하기
그래픽 카드 드라이버 설치 관련 ㅠ.ㅠ 고수님 도와주세요.
2015.01.08 22:33
안녕하세요. 그래픽 카드 드라이버 설치 관련해서 몇 가지 궁금한 것이 있어서 질문합니다.
시스템 : Inspiron mini 1012
1. 리눅스에서 그래픽 카드 정보 확인
$ lspci | grep -i VGA
00:02.0 VGA compatible controller: Intel Corporation Atom Processor D4xx/D5xx/N4xx/N5xx Integrated Graphics Controller
2. 랜더링 확인
$ glxinfo | grep rendering
direct rendering: Yes
3. lshw 확인
*-display:0
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: 00
width: 32 bits
clock: 33MHz
capabilities: vga_controller bus_master cap_list rom
configuration: driver=i915 latency=0
resources: irq:43 memory:f0200000-f027ffff ioport:18d0(size=8) memory:d0000000-dfffffff memory:f0000000-f00fffff
*-display:1 UNCLAIMED
description: Display controller
product: Atom Processor D4xx/D5xx/N4xx/N5xx Integrated Graphics Controller
vendor: Intel Corporation
physical id: 2.1
bus info: pci@0000:00:02.1
version: 00
width: 32 bits
clock: 33MHz
capabilities: bus_master cap_list
configuration: latency=0
resources: memory:f0280000-f02fffff
4. glxgears
Running synchronized to the vertical refresh. The framerate should be
approximately the same as the monitor refresh rate.
303 frames in 5.0 seconds = 60.428 FPS
298 frames in 5.0 seconds = 59.525 FPS
5. intel-graphics installer for linux 설치 문제
/etc/lsb-release 파일
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=14.04
DISTRIB_CODENAME=trusty
DISTRIB_DESCRIPTION="Linux Mint 17 Qiana"
수정 후 실행하면
질문)
1. 그래픽 카드 드라이버가 설치 된 것인가요? <- intel-graphics installer 이거 설치 하지 않아도 되는 건가요?
2. 4번에 60FPS의 수치가 정상인가요? <- 아무리 꼬물 그래픽 카드라도 너무 낮은 수치 같아서요.
3. 그래서 드라이버가 정상적으로 설치 된 것이라면 할 수 없지만 설치가 안된 것이라면 intel-graphics installer를 설치하는데
중간에 실패라고 나옵니다. 해결 방법을 알고 싶어요?
댓글 7
-
잉구탱구
2015.01.08 22:54
-
Ohnine
2015.01.08 23:08
Intel-graphics installer 로 설치 하는거 맞긴한데 스샷에 하시는 거 있으신데요???
저는 이런 변화가 있었구요. http://ubuntu-kr.org/viewtopic.php?f=20&t=27686
-
잉구탱구
2015.01.09 00:12
음.. 설치가 정상적으로 된 것이라면 어떻게 확인하나요?
전 cmplayer 설치해도 openGL 버전이 낮다고 실행이 안됩니다.
-
Ohnine
2015.01.09 03:02
sudo apt-get install -y hardinfo
전 hardinfo에서 Display의 OpenGL 항목에 다음과 같은 정보가 나옵니다. (Bay Trail은 제 CPU 코드네임이에요.)
-
잉구탱구
2015.01.09 21:22
전 1.4 Mesa 10.3.0 이라고 나옵니다. 음....
왜 전 1.4 일까요? 계속된 질문에 답변 주셔서 너무나 감사합니다. 이런 배려가 초보들에게 너무나 감사한 일입니다. ^_^
-
Ohnine
2015.01.09 03:15
http://www.ubuntu-kr.org/viewtopic.php?p=75455
glxgears
Running synchronized to the vertical refresh. The framerate should be
approximately the same as the monitor refresh rate.위에꺼는
vblank_mode=0 glxgears
이걸로 하셔야 합니다.
60 fps 나오는 건 모니터 주사율이랑 동기화되어 같게 나오기 때문입니다.
-
잉구탱구
2015.01.09 21:51
오호 ^^ 완죤 감사합니다.
vblank_mode=0 glxgears
ATTENTION: default value of option vblank_mode overridden by environment.
ATTENTION: default value of option vblank_mode overridden by environment.
2094 frames in 5.0 seconds = 418.734 FPS
2263 frames in 5.0 seconds = 452.572 FPS
2172 frames in 5.0 seconds = 434.298 FPS
1868 frames in 5.0 seconds = 373.486 FPS
2116 frames in 5.0 seconds = 423.115 FPS그래도 넷북이라 낮은 거죠?? ㅋㅋㅋ
그래도 드라이버를 설치 전 후로 비교 해볼 수 있겠어요..
다시 한번 감사합니다.