Автор Тема: графика intel в starterkit на p9  (Прочитано 9644 раз)

Оффлайн Kalt

  • Завсегдатай
  • *
  • Сообщений: 996
Re: графика intel в starterkit на p9
« Ответ #15 : 24.01.2020 17:04:47 »
...Отчего же не важно? Драйвер то тот же. На том же LiveCD образе много куда зайти можно. А в этом случае получается не войдёшь?..
Intel Xeon X3440 2,53GHz, MSI H55- G43, DDR3- 4x2GB, GF GT710

Оффлайн Speccyfighter

  • Мастер
  • ***
  • Сообщений: 10 259
Re: графика intel в starterkit на p9
« Ответ #16 : 24.01.2020 20:25:02 »
А вообще покажите Xorg.0.log
[root@comp-]# grep -v '#' /etc/X11/xorg.conf.d/10-monitor.conf

Section "Monitor"
    Identifier "Monitor0"
EndSection

Section "Device"
    Identifier "Card0"
    Driver "intel"
EndSection

Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    SubSection "Display"
        Modes "1920x1080"
    EndSubSection
EndSection

Лог Xorg у вас говорит, что загружается у вас всё что угодно ( в /var/log/Xorg.0.log грепать LoadModule:), но только не модуль intel (LoadModule: "intel"). Который содержится в пакете:
# rpm -ql xorg-drv-intel | grep so$
/usr/lib/X11/modules/drivers/intel_drv.so

и по вашим словам, intel драйвер, указан как драйвер в конфиге xorg (10-monitor.conf).

Попробуйте закомментировать всю секцию Section "Screen", перегрузиться и посмотреть, какой режим и какой драйвер будет использоваться по kms.

Обычно, если указан драйвер intel
$ cat /etc/X11/xorg.conf.d/10-monitor.conf
# Generated by xsetup

Section "Monitor"
    Identifier "Monitor0"
EndSection

Section "Device"
    Identifier "Card0"
    Driver "intel"
#    Driver "modesetting"
EndSection

то грузится именно он
# grep LoadModule: /var/log/Xorg.0.log
[    36.584] (II) LoadModule: "glx"
[    36.671] (II) LoadModule: "intel"
[    36.867] (II) LoadModule: "dri3"
[    36.867] (II) LoadModule: "dri2"
[    36.867] (II) LoadModule: "present"
[    37.943] (II) LoadModule: "evdev"
[    37.976] (II) LoadModule: "libinput"
[    38.165] (II) LoadModule: "synaptics"

и используется именно он
# grep 'intel(0):' /var/log/Xorg.0.log | wc -l # Количество строк с маской
84
# grep 'intel(0):' /var/log/Xorg.0.log | tail -n 2
[    55.309] (II) intel(0): Setting screen physical size to 340 x 190
[    59.063] (II) intel(0): switch to mode 1366x768@60.0 on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none

Оффлайн guzanovmax

  • Давно тут
  • **
  • Сообщений: 153
    • Email
Re: графика intel в starterkit на p9
« Ответ #17 : 27.01.2020 14:33:12 »
[root@comp-core-i3-3210-6591b3 lightdm]# grep LoadModule: /var/log/Xorg.0.log
[     5.452] (II) LoadModule: "glx"
[     5.465] (II) LoadModule: "intel"
[     5.571] (II) LoadModule: "dri3"
[     5.571] (II) LoadModule: "dri2"
[     5.571] (II) LoadModule: "present"
[     5.683] (II) LoadModule: "evdev"
[     6.183] (II) LoadModule: "libinput"
[root@comp-core-i3-3210-6591b3 lightdm]# grep 'intel(0):' /var/log/Xorg.0.log | wc -l
63
[root@comp-core-i3-3210-6591b3 lightdm]# grep 'intel(0):' /var/log/Xorg.0.log | tail -n 2
[     5.614] (II) intel(0): switch to mode 1024x768@60.0 on VGA1 using pipe 0, position (0, 0), rotation normal, reflection none
[     5.627] (II) intel(0): Setting screen physical size to 270 x 203
« Последнее редактирование: 27.01.2020 14:36:22 от guzanovmax »

Оффлайн Lesteraction

  • Начинающий
  • *
  • Сообщений: 2
Re: графика intel в starterkit на p9
« Ответ #18 : 07.03.2023 17:41:26 »
The Intel Core i3-integrated 3240's graphics didn't function correctly out of the box (I couldn't adjust the resolution higher than 1024x768). It has been installed and is loading xorg-drv-intel*. What might be a problem? On the identical hardware, everything worked flawlessly out of the box in P7 and P8.