Nie jesteś zalogowany.
Jeśli nie posiadasz konta, zarejestruj je już teraz! Pozwoli Ci ono w pełni korzystać z naszego serwisu. Spamerom dziękujemy!
Prosimy o pomoc dla małej Julki — przekaż 1% podatku na Fundacji Dzieciom zdazyć z Pomocą.
Więcej informacji na dug.net.pl/pomagamy/.
Strony: 1
Chciałbym mieć pewność, że poprawnie zainstalowana jest wbudowana grafika intela. Jak to najlepiej/najwłaściwiej sprawdzić?
Intel i3-4130T, debian jessie 3.16.0-4-amd64.
Trochę informacji:
# inxi -xG Graphics: Card: Intel 4th Generation Core Processor Family Integrated Graphics Controller bus-ID: 00:02.0 Display Server: X.org 1.16.4 drivers: intel (unloaded: fbdev,vesa) tty size: 115x38 Advanced Data: N/A for root
lspci VGA compatible controller: Intel Corporation 4th Generation Core Processor Family Integrated Graphics Controller (rev 06)
vainfo libva info: VA-API version 0.36.0 libva info: va_getDriverName() returns 0 libva info: Trying to open /usr/lib/x86_64-linux-gnu/dri/i965_drv_video.so libva info: Found init function __vaDriverInit_0_36 libva info: va_openDriver() returns 0 vainfo: VA-API version: 0.36 (libva 1.4.1) vainfo: Driver version: Intel i965 driver for Intel(R) Haswell - 1.4.1 vainfo: Supported profile and entrypoints VAProfileMPEG2Simple : VAEntrypointVLD VAProfileMPEG2Simple : VAEntrypointEncSlice VAProfileMPEG2Main : VAEntrypointVLD VAProfileMPEG2Main : VAEntrypointEncSlice VAProfileH264ConstrainedBaseline: VAEntrypointVLD VAProfileH264ConstrainedBaseline: VAEntrypointEncSlice VAProfileH264Main : VAEntrypointVLD VAProfileH264Main : VAEntrypointEncSlice VAProfileH264High : VAEntrypointVLD VAProfileH264High : VAEntrypointEncSlice VAProfileH264MultiviewHigh : VAEntrypointVLD VAProfileH264MultiviewHigh : VAEntrypointEncSlice VAProfileH264StereoHigh : VAEntrypointVLD VAProfileH264StereoHigh : VAEntrypointEncSlice VAProfileVC1Simple : VAEntrypointVLD VAProfileVC1Main : VAEntrypointVLD VAProfileVC1Advanced : VAEntrypointVLD VAProfileNone : VAEntrypointVideoProc VAProfileJPEGBaseline : VAEntrypointVLD VAProfileH264MultiviewHigh : VAEntrypointVLD VAProfileH264MultiviewHigh : VAEntrypointEncSlice VAProfileH264StereoHigh : VAEntrypointVLD VAProfileH264StereoHigh : VAEntrypointEncSlice
Offline
1833
Ostatnio edytowany przez uzytkownikubunt (2016-12-01 01:15:35)
Offline
lspci -nn | grep VGA 00:02.0 VGA compatible controller [0300]: Intel Corporation 4th Generation Core Processor Family Integrated Graphics Controller [8086:041e] (rev 06)
glxinfo | grep -i -e string -e direct -e opengl direct rendering: Yes server glx vendor string: SGI server glx version string: 1.4 client glx vendor string: Mesa Project and SGI client glx version string: 1.4 OpenGL vendor string: Intel Open Source Technology Center OpenGL renderer string: Mesa DRI Intel(R) Haswell OpenGL core profile version string: 3.3 (Core Profile) Mesa 10.3.2 OpenGL core profile shading language version string: 3.30 OpenGL core profile context flags: (none) OpenGL core profile profile mask: core profile OpenGL core profile extensions: OpenGL version string: 3.0 Mesa 10.3.2 OpenGL shading language version string: 1.30 OpenGL context flags: (none) OpenGL extensions: OpenGL ES profile version string: OpenGL ES 3.0 Mesa 10.3.2 OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.0 OpenGL ES profile extensions:
dpkg -l | grep -i mesa | grep -i gl ii libegl1-mesa:amd64 10.3.2-1 amd64 free implementation of the EGL API -- runtime ii libegl1-mesa-drivers:amd64 10.3.2-1 amd64 free implementation of the EGL API -- hardware drivers ii libgl1-mesa-dri:amd64 10.3.2-1 amd64 free implementation of the OpenGL API -- DRI modules ii libgl1-mesa-glx:amd64 10.3.2-1 amd64 free implementation of the OpenGL API -- GLX runtime ii libglapi-mesa:amd64 10.3.2-1 amd64 free implementation of the GL API -- shared library ii libglu1-mesa:amd64 9.0.0-2 amd64 Mesa OpenGL utility library (GLU) ii libwayland-egl1-mesa:amd64 10.3.2-1 amd64 implementation of the Wayland EGL platform -- runtime ii mesa-utils 8.2.0-1 amd64 Miscellaneous Mesa GL utilities
vblank_mode="1" glxgears & sleep 15.1s ; pkill glxgears [1] 2289 ATTENTION: default value of option vblank_mode overridden by environment. ATTENTION: default value of option vblank_mode overridden by environment. 4275 frames in 5.0 seconds = 854.896 FPS 4299 frames in 5.0 seconds = 859.619 FPS
Offline
1834
Ostatnio edytowany przez uzytkownikubunt (2016-12-01 01:15:36)
Offline
Chcę mieć tylko pewność, że wszystko jest poprawnie zainstalowane.
Offline
1835
Ostatnio edytowany przez uzytkownikubunt (2016-12-01 01:15:37)
Offline
Jezeli masz jedna karte (sa laptopy z 2 kartami graficznymi) to polecenie:
lspci -v | grep i915
Powinno zwrócić:
Kernel driver in use: i915
I to bedzie oznaczac ze uzywasz odpowiedniego sterownika (modułu) do karty graficznej.
Raczej bez chmaskiego dłubania w debianie nie powinno dojśc do sytuacji że będziesz miał załadowany zły moduł do karty graficznej intela.
Linux działa inaczej niż windows, większość sterowników (modułów) jest już zainstalowana w systemie. Sterowniki (w linuksie nazwae "modułami kernela") do karty graficznej są dostarczane razem z pakietem renderowania obrazu :-).
Offline
1846
Ostatnio edytowany przez uzytkownikubunt (2016-12-01 01:15:51)
Offline
Tu są wyszczególnione elementy stosu graficznego dla grafik Intela:
https://01.org/linuxgraphics/downloads/2015/2015q1- … stack-release
Oczywiście nie ma sensu i nie należy tego instalować w Debianie.
Te elementy są już zainstalowane lub dostępne w repozytorium.
Offline
Strony: 1