LINUX.ORG.RU

Xorg отказывается работать с dummy.

 , , ,


0

2

Поставил на удаленном сервере 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"
Создал /etc/X11/Xorg.0.log и записал в него:
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



Последнее исправление: drunkwolfs (всего исправлений: 1)

А до запуска x11vnc есть Xorg в процессах? Проблема может быть в авторизации (см. параметр -auth). Тебе нужен будет файл типа ~/.Xauthority

Zubok ★★★★★
()
Ответ на: комментарий от AEP

Спасибо. с Xdummy все заработало, правда не с первого раза и работает не идеально.

drunkwolfs
() автор топика
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.