URL: https://www.opennet.me/cgi-bin/openforum/vsluhboard.cgi
Форум: vsluhforumID1
Нить номер: 24583
[ Назад ]

Исходное сообщение
"Не запускаются Х"

Отправлено John , 28-Дек-02 10:47 
Здравствуйте!

При попытке выполнить startx в /var/log/XFree86.0.log появляется следующее:

Fatal server error:
could not open default cursor font 'cursor'

When reporting a problem related to a server crash, please send
the full server output, not just the last messages.
This can be found in the log file "/var/log/XFree86.0.log".
Please report problems to xfree86@xfree86.org.

(II) SAVAGE(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000

xfs запущен:

Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address           Foreign Address State       PID/Program name
tcp        0      0 0.0.0.0:22              0.0.0.0:* LISTEN      1091/sshd
tcp        0      0 0.0.0.0:25              0.0.0.0:* LISTEN      1572/master
tcp        0      0 0.0.0.0:7100            0.0.0.0:* LISTEN      2620/xfs

В XFConfig-4 написано:

FontPath   "unix/:7100"

В чем может быть дело?
--
С уважением, Прокопьев Евгений


Содержание

Сообщения в этом обсуждении
"RE: Не запускаются Х"
Отправлено vadblm , 28-Дек-02 16:11 
>Fatal server error:
>could not open default cursor font 'cursor'

font cursor лежит в /usr/X11R6/lib/X11/fonts/misc/

добавь в XF86Config
Section "Files"
    .............
    FontPath     "/usr/X11R6/lib/X11/fonts/misc/"
EndSection