새로 설치한 데비안 8의 그래픽 구성에 몇 가지 문제가 있습니다. HTML 캔버스, 비디오, 게임 등이 모두 매우 느립니다.
xorg.conf
파일에 있는 내용을 수정하려고 시간을 보냈지 만 아무 것도 변경되지 않았습니다.
이것은 내 파일의 장치 섹션입니다 xorg.conf
.
Section "Device"
Identifier "Intel Graphics"
Driver "modesetting"
Option "AccelMethod" "glamor"
BusID "PCI:0:2:0"
EndSection
나는 이것을 얻습니다 glxinfo
:
OpenGL vendor string: VMware, Inc.
OpenGL renderer string: Gallium 0.4 on llvmpipe (LLVM 3.5, 256 bits)
OpenGL version string: 3.0 Mesa 10.3.2
OpenGL shading language version string: 1.30
파일에서 관련 정보를 찾았습니다 Xorg.log
.
[ 1.689] (II) Module ABI versions:
[ 1.689] X.Org ANSI C Emulation: 0.4
[ 1.689] X.Org Video Driver: 18.0
[ 1.689] X.Org XInput driver : 21.0
[ 1.689] X.Org Server Extension : 8.0
[ 1.689] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 2.427] (--) PCI:*(0:0:2:0) 8086:5912:1458:d000 rev 4, Mem @ 0xee000000/16777216, 0xd0000000/268435456, I/O @ 0x0000f000/64, BIOS @ 0x????????/131072
[ 2.428] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
[ 2.428] (II) LoadModule: "glx"
[ 2.430] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 2.436] (II) Module glx: vendor="X.Org Foundation"
[ 2.436] compiled for 1.16.4, module version = 1.0.0
[ 2.436] ABI class: X.Org Server Extension, version 8.0
[ 2.436] (==) AIGLX enabled
[ 2.436] (II) LoadModule: "dri2"
[ 2.436] (II) Module "dri2" already built-in
[ 2.436] (II) LoadModule: "glamoregl"
[ 2.436] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[ 2.445] (II) Module glamoregl: vendor="X.Org Foundation"
[ 2.445] compiled for 1.16.4, module version = 1.0.0
[ 2.445] ABI class: X.Org ANSI C Emulation, version 0.4
[ 2.445] (II) LoadModule: "modesetting"
[ 2.445] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 2.446] (II) Module modesetting: vendor="X.Org Foundation"
[ 2.446] compiled for 1.16.4, module version = 0.9.0
[ 2.446] Module class: X.Org Video Driver
[ 2.446] ABI class: X.Org Video Driver, version 18.0
[ 2.446] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
...
[ 3.916] (==) modesetting(0): Backing store enabled
[ 3.916] (==) modesetting(0): Silken mouse enabled
[ 3.916] (II) modesetting(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[ 3.977] (==) modesetting(0): DPMS enabled
[ 3.977] (WW) modesetting(0): Option "AccelMethod" is not used
[ 4.077] (--) RandR disabled
[ 4.087] (II) SELinux: Disabled on system
[ 4.088] (II) AIGLX: Screen 0 is not DRI2 capable
[ 4.088] (EE) AIGLX: reverting to software rendering
[ 4.150] (II) AIGLX: Loaded and initialized swrast
[ 4.150] (II) GLX: Initialized DRISWRAST GL provider for screen 0
이것은 내 커널 버전입니다.4.11.0-trunk-amd64 #1 SMP Debian 4.11-1~exp2 (2017-05-05) x86_64 GNU/Linux
도움을 주셔서 감사합니다. 원하시면 더 자세한 내용을 알려 주시기 바랍니다.
편집하다:Debian 9로 업데이트하면 이 문제가 해결되었습니다.