X11

Для новичков как вообще в Linux, так и в конкретной теме, к которой относится вопрос.

Модератор: Bizdelnick

Аватара пользователя
ivanr
Сообщения: 177
Статус: эblan
ОС: Debian 4.0

X11

Сообщение ivanr »

Помогите запустить иксы. Строго говоря иксы запускаются - вижу логотип nvidia и мышку, компьютер не висит, но дальше логотипа дело не идет. Насколько я понимаю не работает gnome. Искал в интернете, находил только настройки xorg.conf но он у меня в порядке. Система ASPLinux 10. На всякий случай вот xorg.conf.

Код: Выделить всё

# buildxconf *** delete this line to prevent buildxconf from modifying this file
#
# XF86Config auto-generated by buildxconf
#
# Copyright (c) 1999, Corel Corporation
# Robin Burgener, robinb@corel.com
#
# See 'man XF86Config' for info on the format of this file

Section "ServerLayout"
    Identifier     "XFree86 Configured"
    Screen      0  "Screen0" 0 0
    InputDevice    "Mouse0" "CorePointer"
    InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Module"
#    Load  "GLcore"
    Load  "dbe"
#    Load  "dri"
    Load  "extmod"
    Load  "fbdevhw"
    Load  "glx"
#    Load  "pex5"
    Load  "record"
#    Load  "xie"
    Load  "v4l"
    Load  "type1"
EndSection

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

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

Section "Files"
    RgbPath    "/usr/X11R6/lib/X11/rgb"
    FontPath    "unix/:7100"
EndSection

Section "ServerFlags"
    AllowMouseOpenFail
EndSection

Section "Monitor"
    Identifier     "Monitor"
    VendorName     "unknown"
    ModelName     "Samsung SyncMaster 955df"
    HorizSync     30-85
    VertRefresh     50-160
#1024x768 @ 100.0 Hz, 80.2 kHz hsync
    #Modeline    "1024x768"    115.5  1024 1056 1248 1440  768  771  781  802 -HSync -VSync
#800x600 @ 100.0 Hz, 64.0 kHz hsync
    #Modeline    "800x600"    69.65  800  864  928 1088   600  604  610  640 -HSync -VSync
#640x480 @ 100.0 Hz, 53.0 kHz hsync
    #Modeline    "640x480"    45.8   640  672  768  864   480  488  494  530 -HSync -VSync
EndSection

Section "Monitor"
    #!Description    "Super VGA 1024x768 @ 60Hz"
    Identifier    "Super VGA"
    ModelName    "Super VGA"
    HorizSync    31.5-48.5
    VertRefresh    50-90
# 1024x768 @ 60 Hz, 48.4 kHz hsync
    Modeline    "1024x768"    65    1024 1032 1176 1344   768  771  777  806 -hsync -vsync
# 800x600 @ 60 Hz, 37.8 kHz hsync
    Modeline    "800x600"    40     800  840  968 1056   600  601  605  628 +hsync +vsync
# 640x400 @ 70 Hz, 31.5 kHz hsync
    Modeline    "640x480"    25.175 640  664  760  800   480  491  493  525
EndSection

Section    "Device"
    BusID    "PCI:1:0:0"
    Driver    "nvidia"
    Identifier    "nVidia Corporation|NV18 [GeForce4 MX 440 AGP 8x]"
    BoardName    "NVIDIA GeForce 4 MX (generic)"
#    Option          "NoAccel"
EndSection

Section "Screen"
    Identifier    "Screen0"
    Device    "nVidia Corporation|NV18 [GeForce4 MX 440 AGP 8x]"
    Monitor    "Monitor"
    DefaultColorDepth    24
    SubSection "Display"
        Depth    4
        Modes    "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Depth    8
        Modes    "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Depth    15
        Modes    "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Depth    16
        Modes    "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Depth    24
        Modes    "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Depth    32
        Modes    "1024x768" "800x600" "640x480"
    EndSubSection
EndSection

Section "DRI"
    Mode 0666
EndSection
Debian GNU/Linux 4.0
Спасибо сказали:
Аватара пользователя
BlackStar
Сообщения: 1338
Статус: We are all Kosh
ОС: Fedora 10

Re: X11

Сообщение BlackStar »

Что об этом говорит Xorg.0.log?
LightLang Team
Спасибо сказали:
Аватара пользователя
ivanr
Сообщения: 177
Статус: эblan
ОС: Debian 4.0

Re: X11

Сообщение ivanr »

BlackStar писал(а):
16.12.2006 00:19
Что об этом говорит Xorg.0.log?

Где искать этот лог?
Debian GNU/Linux 4.0
Спасибо сказали:
Аватара пользователя
makss
Сообщения: 226
ОС: Win+ Lin

Re: X11

Сообщение makss »

/var/log/Xorg.0.log

здесь:)
не воспринимайте Linux c позиции Windows, учитесь использовать командную строку
Спасибо сказали:
Аватара пользователя
ivanr
Сообщения: 177
Статус: эblan
ОС: Debian 4.0

Re: X11

Сообщение ivanr »

есть такая строка

Код: Выделить всё

(WW) Open APM failed (/dev/apm_bios) (No such file or directory)

могу показать весь файл. он очень большой :)
Debian GNU/Linux 4.0
Спасибо сказали:
Аватара пользователя
BlackStar
Сообщения: 1338
Статус: We are all Kosh
ОС: Fedora 10

Re: X11

Сообщение BlackStar »

могу показать весь файл. он очень большой


Я думаю достаточно будет привести вывод:

cat /var/log/Xorg.0.log | grep EE
LightLang Team
Спасибо сказали:
Аватара пользователя
ivanr
Сообщения: 177
Статус: эblan
ОС: Debian 4.0

Re: X11

Сообщение ivanr »

Код: Выделить всё

[root@localhost dev]# cat /root/lnx/var/log/Xorg.0.log | grep EE
Current Operating System: Linux localhost 2.6.9-1.667asp #1 Fri Nov 12 22:29:40 EET 2004 i686
OS Kernel: Linux version 2.6.9-1.667asp (build@pylesos.asp-linux.com.ua) (gcc version 3.3.3 20040412 (ASPLinux 3.3.3-7)) #1 Fri Nov 12 22:29:40 EET 2004 P
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(II) Loading extension MIT-SCREEN-SAVER
[root@localhost dev]#

Все что есть
Debian GNU/Linux 4.0
Спасибо сказали:
Аватара пользователя
ivanr
Сообщения: 177
Статус: эblan
ОС: Debian 4.0

Re: X11

Сообщение ivanr »

Есть подозрение что все грузится нормально, но в фоновом режиме, если так бывает? Есть-ли возможность грузить иксы без логотипа nvidia?
Debian GNU/Linux 4.0
Спасибо сказали:
Аватара пользователя
ivanr
Сообщения: 177
Статус: эblan
ОС: Debian 4.0

Re: X11

Сообщение ivanr »

Логотип отключил, теперь вижу тонкую полосу в один пиксель в вверху экрана.
Debian GNU/Linux 4.0
Спасибо сказали: