LINUX.ORG.RU

Не грузится графическая оболочка


0

0

Я - новичок:))) Попытался поставить первый раз в жизни Linux. Вроде поставил. Дистрибутив: VectorLinux SoHo edition 5.1.1. Делал все по инструкции. Пишу: startx - ничего не выходит, говорит, что ошибка, правте какой-то файл. Заходи под Root'ом, писал "Vasm", пытался настроить, не получается, та же ошибка, если вопрос не сильно тупой:)), прошу чего-нибудь подсказать. Спасибо

>Пишу: startx - ничего не выходит, говорит, что ошибка, правте какой-то файл.

Какой именно? Текст ошибки в студию...

>Заходи под Root'ом, писал "Vasm", пытался настроить, не получается, та же ошибка, если вопрос не сильно тупой:))

Тсссс... тока ручками ничего не трогай, хорошо?

P.S. Учитесь правильно задавать вопросы, молодой человек...

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

Вот: Пишу startx, вылазит помимо остального, следующее:

Fatal server error:
no screens found
.
.
.
XIO: fatal IO error 104 (Connection reset by peer) on X server ":0.0" after 0 requests (0 known processed) with 0 events remaining.

Еще: захожу по root, пишу vasm, там xwindow->xconf, выбираю кол-во цветов, разрешение, оптом идет тест и вылазит ошибка:

There was an error in your X configuration. Please edit the /etc/x11/xorg.conf file as autoconfig must have stumbled somewhere!

Slavik_
() автор топика
Ответ на: комментарий от Slavik_

Гы. /etc/X11/xorg.conf смотри. Запусти X --configure, в папке root появится новый конфиг иксов. Вот мой, попробуй привести в соответствие:


Section "ServerLayout"
    Identifier     "X.org Configured"
    Screen         "Screen0" 0 0
    InputDevice    "Mouse0" "CorePointer"
    InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
    RgbPath         "/usr/lib/X11/rgb"
    ModulePath      "/usr/X11R6/lib/modules"
    FontPath        "/usr/share/fonts/corefonts/"
    FontPath        "/usr/share/fonts/cyrillic/"
    FontPath        "/usr/share/fonts/misc/"
    FontPath        "/usr/share/fonts/TTF/"
    FontPath        "/usr/share/fonts/Type1/"
    FontPath        "/usr/share/fonts/CID/"
    FontPath        "/usr/share/fonts/75dpi/"
    FontPath        "/usr/share/fonts/100dpi/"
EndSection

Section "Module"
    Load           "extmod"
    Load           "dbe"
    Load           "record"
    Load           "xtrap"
    Load           "glx"
    Load           "type1"
    Load           "freetype"
EndSection

Section "InputDevice"
    Identifier     "Keyboard0"
    Driver         "keyboard"
    Option         "XkbRules" "xorg"
    Option         "XkbModel" "pc104"
    Option         "XkbLayout" "us,ru(winkeys)"
    Option         "XkbOptions" "grp:ctrl_shift_toggle,grp_led:scroll"
EndSection

Section "InputDevice"
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "ImPS/2"
    Option         "Device" "/dev/input/mice"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Monitor Vendor"
    ModelName      "Monitor Model"
    HorizSync       31.5 - 82.0
    VertRefresh     50.0 - 90.0
EndSection

Section "Device"
    Identifier     "Card0"
    Driver         "nvidia"
    VendorName     "nVidia Corporation"
    BoardName      "NV18 [GeForce4 MX 440 AGP 8x]"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Card0"
    Monitor        "Monitor0"
    DefaultDepth    24
    SubSection     "Display"
        Depth       24
        Modes      "1280x1024"
    EndSubSection
EndSection


Не сможешь - запости то что получится и опиши систему.

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