Есть задача чтбы сервера под данной о.с. работали в серверной и иксы стартовали без монитора, это нужно для задействования gpu процессора на intel core i7.
Добавляю /etc/X11?xorg.conf, пишу туда
Section «Device»
Identifier «Configured Video Device»
Driver «vesa»
#Driver «intel»
EndSection
Section «Files»
ModulePath «/usr/lib/xorg/modules»
EndSection
Section «Monitor»
Identifier «Configured Monitor»
Modeline «1024x768» 94.39 1024 1088 1200 1376 768 769 772 807 +HSync +Vsync
Horizsync 30.00-70.00
Vertrefresh 50.00-160.00
DisplaySize 270 203 # 1024x768 96dpi
EndSection
Section «Screen»
Identifier «Default Screen»
Monitor «Configured Monitor»
SubSection «Display»
Depth 24
Modes «1024x768»
EndSubSection
Device «Configured Video Device»
EndSection
Автологин в иксы настроен для пользователя, ребутаю хост, захожу на него и тестирую работу исков и гпу
ing3@PRD-ING-3:~$ DISPLAY=:0 vainfo
libva info: VA-API version 0.35.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_35
libva info: va_openDriver() returns 0
vainfo: VA-API version: 0.35 (libva 1.3.0)
vainfo: Driver version: Intel i965 driver - 1.3.0
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
VAProfileVC1Simple : VAEntrypointVLD
VAProfileVC1Main : VAEntrypointVLD
VAProfileVC1Advanced : VAEntrypointVLD
VAProfileNone : VAEntrypointVideoProc
VAProfileJPEGBaseline : VAEntrypointVLD
Проходит пару минут и иксы отваливаются.
ing3@PRD-ING-3:~$ DISPLAY=:0 vainfo
No protocol specified
error: can't connect to X server!
error: can't open DRM connection!
error: failed to initialize display
Aborted (core dumped)
В чем загвоздка подскажите? может кто-то уже сталкивался с подобной проблемой?
gpu, ubuntu, xserver