Поставил на удаленном сервере ubuntu server 15.10
Установил kubuntu-full, x11vnc, xserver-xorg-video-dummy, xinit
В /etc/default/grub написал:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nomodeset console=tty1 console=ttyS0 earlyprintk=ttyS0 rootdelay=300"
Section "Monitor"
Identifier "Monitor0"
HorizSync 28.0-80.0
VertRefresh 48.0-75.0
# 1680x1050 @ 60.00 Hz (GTF) hsync: 65.22 kHz; pclk: 147.14 MHz
Modeline "1680x1050_60.00" 147.14 1680 1784 1968 2256 1050 1051 1054 1087 -HSync +Vsync
EndSection
Section "Device"
Identifier "Card0"
Driver "dummy"
VideoRam 256000
EndSection
Section "Screen"
DefaultDepth 24
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
SubSection "Display"
Depth 24
Modes "1680x1050"
EndSubSection
EndSection
shutdown -r now
Пробую запустить x11vnc:
x11vnc -display :0
Ошибка:
XOpenDisplay(":0") failed.
Ищу Xorg в списке процессов, его там нет.
Смотрю логи /var/log/Xorg.0.log
$ cat /var/log/Xorg.0.log | grep \(EE\)
[ 8.784] (EE) AIGLX: reverting to software rendering
$ cat /var/log/Xorg.0.log | grep \(WW\)
[ 8.760] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[ 8.760] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
[ 8.760] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[ 8.760] (WW) The directory "/usr/share/fonts/X11/Type1" does not exist.
[ 8.760] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
[ 8.760] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[ 8.775] (WW) Falling back to old probe method for dummy
[ 9.057] (WW) evdev: Microsoft Vmbus HID-compliant Mouse: touchpads, tablets and touchscreens ignore relative axes.
Логи целиком: http://pastebin.com/XFuLEiHF