Xorg - no screens found

Всем привет,

00:02.0 VGA compatible controller: Intel Corporation 82Q35 Express Integrated Graphics Controller (rev 02)

В make.conf
VIDEO_CARDS="intel i965"
Xorg -configure пишет ошибку и не находит устройства, поэтому в ручную создал xorg.conf, если указать драйвер vesa - графика запускается с маленьким разрешением, и больше выставить нельзя. Если указать драйвер intel - графика не запускается:

[ 16061.249] Loading extension GLX
[ 16061.249] (II) LoadModule: "intel"
[ 16061.249] (II) Loading /usr/lib64/xorg/modules/drivers/intel_drv.so
[ 16061.249] (II) Module intel: vendor="X.Org Foundation"
[ 16061.249]    compiled for 1.15.0, module version = 2.21.15
[ 16061.249]    Module class: X.Org Video Driver
[ 16061.249]    ABI class: X.Org Video Driver, version 15.0
[ 16061.249] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
        i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
        915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
        Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
        GM45, 4 Series, G45/G43, Q45/Q43, G41, B43, HD Graphics,
        HD Graphics 2000, HD Graphics 3000, HD Graphics 2500,
        HD Graphics 4000, HD Graphics P4000, HD Graphics 4600,
        HD Graphics 5000, HD Graphics P4600/P4700, Iris(TM) Graphics 5100,
        HD Graphics 4400, HD Graphics 4200, Iris(TM) Pro Graphics 5200
[ 16061.250] (--) using VT number 8

[ 16061.289] (EE) No devices detected.
[ 16061.289] (EE)
Fatal server error:
[ 16061.289] (EE) no screens found(EE)
[ 16061.289] (EE)

lspci -v|grep -A17 VGA?

lspci -v|grep -A17 VGA

?

gentoo ~ # lspci -v|grep -A17

gentoo ~ # lspci -v|grep -A17 VGA
00:02.0 VGA compatible controller: Intel Corporation 82Q35 Express Integrated Graphics Controller (rev 02) (prog-if 00 [VGA controller])
        Subsystem: Hewlett-Packard Company Device 281a
        Flags: bus master, fast devsel, latency 0, IRQ 5
        Memory at f0100000 (32-bit, non-prefetchable) [=512K]
        I/O ports at 1230 [=8]
        Memory at e0000000 (32-bit, prefetchable) [=256M]
        Memory at f0000000 (32-bit, non-prefetchable) [=1M]
        Expansion ROM at  [disabled]
        Capabilities: [90] MSI: Enable- Count=1/1 Maskable- 64bit-
        Capabilities: [d0] Power Management version 2

00:02.1 Display controller: Intel Corporation 82Q35 Express Integrated Graphics Controller (rev 02)
        Subsystem: Hewlett-Packard Company Device 281a
        Flags: bus master, fast devsel, latency 0
        Memory at f0180000 (32-bit, non-prefetchable) [disabled] [=512K]
        Capabilities: [d0] Power Management version 2

00:03.0 Communication controller: Intel Corporation 82Q35 Express MEI Controller (rev 02)

Или включите в ядре опцию

Или включите в ядре опцию CONFIG_DRM_I915_KMS или добавьте к параметрам ядра i915.modeset=1.

Странно, что у вас не

Странно, что у вас не показывает какой дрaивер загружен - возможно вы выбрали не тот! Или ядро монолитное?
Покажите

lspci -k|grep -A3 VGA

Если и тут не будет - тогда

dmesg |grep -w drm

https://www.linux.org.ru/foru

Настройки просмотра комментариев

Выберите нужный метод показа комментариев и нажмите "Сохранить установки".