Xorg.0.log сейчас выглядит вот так: http://paste.org.ru/?7juwkj

не пойму даже в связи с чем так раньше такого никогда не было…
"If you try to hide the complexity of the system, you'll end up with a more complex system". Layers of abstraction that serve to hide internals are never a good thing. Instead, the internals should be designed in a way such that they NEED no hiding. —Aaron Griffin
так же ещё раз отмечу что первые минут пятнадцать после запуска gdm консоль есть… стоит открыть игрушку или флеш или по другой неведомой мне причине, то пропадает
"If you try to hide the complexity of the system, you'll end up with a more complex system". Layers of abstraction that serve to hide internals are never a good thing. Instead, the internals should be designed in a way such that they NEED no hiding. —Aaron Griffin
не особо понял как пользоваться тем сервисом вот что у меня получилось:
http://paste.org.ru/?rkx1k2
"If you try to hide the complexity of the system, you'll end up with a more complex system". Layers of abstraction that serve to hide internals are never a good thing. Instead, the internals should be designed in a way such that they NEED no hiding. —Aaron Griffin
grayich
/var/log/Xorg.0.log вестимо (на http://paste.org.ru/ или подобный сервис)
Выше всё указал: вот он, как добавить не знаю всё защищено( вот ссылка на него: http://rghost.ru/36761544
"If you try to hide the complexity of the system, you'll end up with a more complex system". Layers of abstraction that serve to hide internals are never a good thing. Instead, the internals should be designed in a way such that they NEED no hiding. —Aaron Griffin
cucullus
надо не пробовать, а удалить его навсегда. а после этого показать лог.
Удалил, но какой лог показать? и где он лежит?

если Вы об Xorg.0.log, то вот он, как добавить не знаю всё защищено( вот ссылка на него: http://rghost.ru/36761544



У меня правда логов таких очень много:
$ ls
auth.log errors.log.1 lpr.log.4 user.log.4
auth.log.1 errors.log.2 messages.log uucp.log
auth.log.2 errors.log.3 messages.log.1 uucp.log.1
auth.log.3 errors.log.4 messages.log.2 uucp.log.2
auth.log.4 everything.log messages.log.3 uucp.log.3
boot everything.log.1 messages.log.4 uucp.log.4
btmp everything.log.2 old vbox-install.log
ConsoleKit everything.log.3 pacman.log wtmp
crond.log everything.log.4 pm-powersave.log wtmp.1
crond.log.1 faillog pm-suspend.log Xorg.0.log
crond.log.2 gdm soundon.log Xorg.0.log.old
crond.log.3 kernel.log speech-dispatcher Xorg.1.log
crond.log.4 kernel.log.1 syslog.log Xorg.1.log.old
cups kernel.log.2 syslog.log.1 Xorg.2.log
daemon.log kernel.log.3 syslog.log.2 Xorg.2.log.old
daemon.log.1 kernel.log.4 syslog.log.3 Xorg.3.log
daemon.log.2 lastlog syslog.log.4 Xorg.3.log.old
daemon.log.3 lpr.log user.log Xorg.4.log
daemon.log.4 lpr.log.1 user.log.1 Xorg.4.log.old
dmesg.log lpr.log.2 user.log.2 Xorg.5.log
errors.log lpr.log.3 user.log.3 Xorg.5.log.old
"If you try to hide the complexity of the system, you'll end up with a more complex system". Layers of abstraction that serve to hide internals are never a good thing. Instead, the internals should be designed in a way such that they NEED no hiding. —Aaron Griffin
cucullus
уберите этот файл
если вы об удалении xorg.conf, то пробовал, проблема сохраняется… Не ясно даже почему, из-за чего это происходит:(
"If you try to hide the complexity of the system, you'll end up with a more complex system". Layers of abstraction that serve to hide internals are never a good thing. Instead, the internals should be designed in a way such that they NEED no hiding. —Aaron Griffin
grayich
samson4747, это из за превышения частоты монитора, настрой в xorg частоты(хотя не уверен, что на консоль повлияет), мне лично помогло просто установка проп.драйвера nvidia, после чего с частотами всё стало нормально, наверно по DMPS подхватилось.
впрочем начать можно с создания /etc/modprobe.d/nouveau_blacklist.conf
с содержимым blacklist nouveau

всё так и сделал, поставил nvidia, частоту установил на 60, вот xorg.conf, но не помогло
# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings:  version 295.20  ([email protected])  Mon Feb  6 21:30:07 PST 2012
Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
    Option         "Xinerama" "0"
EndSection
Section "Files"
EndSection
Section "InputDevice"
    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
    # generated from default
    Identifier     "Keyboard0"
    Driver         "kbd"
EndSection
Section "Monitor"
    # HorizSync source: edid, VertRefresh source: edid
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "LG Electronics L1751SQ"
    HorizSync       30.0 - 83.0
    VertRefresh     56.0 - 75.0
    Option         "DPMS"
EndSection
Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce 8600 GT"
EndSection
Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "TwinView" "0"
    Option         "metamodes" "1280x1024_60 +0+0; nvidia-auto-select +0+0"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection
"If you try to hide the complexity of the system, you'll end up with a more complex system". Layers of abstraction that serve to hide internals are never a good thing. Instead, the internals should be designed in a way such that they NEED no hiding. —Aaron Griffin
Обвновилось ведро с 3262 до 3271, теперь примерно минут двадцать консоль держится(если например запустить игрушку supertuxkart, и выйти в консоль то проблема появится), потом таже проблема…
"If you try to hide the complexity of the system, you'll end up with a more complex system". Layers of abstraction that serve to hide internals are never a good thing. Instead, the internals should be designed in a way such that they NEED no hiding. —Aaron Griffin
Если просто запустить систему то консоль есть НО стоит только открыть какое нибудь приложение появляется данная проблема.
"If you try to hide the complexity of the system, you'll end up with a more complex system". Layers of abstraction that serve to hide internals are never a good thing. Instead, the internals should be designed in a way such that they NEED no hiding. —Aaron Griffin
Не выходит в консоль после запуска любого приложения.
"If you try to hide the complexity of the system, you'll end up with a more complex system". Layers of abstraction that serve to hide internals are never a good thing. Instead, the internals should be designed in a way such that they NEED no hiding. —Aaron Griffin