Вообщем ситуация такая, две видюхи, заметил что при запуске консоли из под КДЕ, в период от 5 секунд до 5 минут работы в консоле, xorg делает рестарт, драйвера последние 177.80. Куда копать?
Вот мой xorg:
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen" 0 0
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
Option "AIGLX" "true"
Option "Xinerama off"
EndSection
Section "Module"
Load "dbe"
Load "extmod"
Load "freetype"
Load "glx"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us,ru"
Option "XkbVariant" ",winkeys"
Option "XkbOptions" "grp:ctrl_shift_toggle,grp_led:scroll"
EndSection
Section "Monitor"
Identifier "LS1750S"
HorizSync 30.0 - 30.0
VertRefresh 60.0
Option "DPMS"
EndSection
Section "Device"
Identifier "device0"
Driver "nvidia"
VendorName "NVIDIA Corporation G92 [GeForce 9800 GT]"
BusID "PCI:1:0:0"
EndSection
Section "Device"
Identifier "device1"
Driver "nvidia"
VendorName "NVIDIA Corporations G72[GeForce 7600 GT]"
BusID "PCI:2:0:0"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "device0"
Monitor "LS1750S"
DefaultDepth 24
Option "TripleBuffer" "True"
Option "BackingStore" "True"
Option "DamageEvents" "True"
Option "UseEvents" "False"
Option "Coolbits" "1"
Option "AddARGBGLXVisuals" "True"
Option "NoLogo" "true"
Option "RenderAccel" "true"
Option "AllowGLXWithComposite" "true"
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600"
EndSubSection
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
P.S. В лога Xorg'а всё нормально, ошибок нет. В kdm.log нашел следующее:
kdmgreet(20877) KLocalePrivate::initEncoding: Cannot resolve system encoding, defaulting to ISO 8859-1.
Backtrace:
0: /usr/bin/X(xf86SigHandler+0x79) [0x80c3009]
1: [0xb8014400]
2: /usr/bin/X(miHandleValidateExposures+0x55) [0x8128ab5]
3: /usr/bin/X(UnmapWindow+0x1f8) [0x8076e28]
4: /usr/bin/X(compFreeClientWindow+0x23a) [0x8143b0a]
5: /usr/bin/X [0x8141134]
6: /usr/bin/X(FreeResource+0x10c) [0x807461c]
7: /usr/bin/X(compUnredirectWindow+0x7b) [0x81436ab]
8: /usr/bin/X [0x8141a8e]
9: /usr/bin/X [0x81290b5]
10: /usr/bin/X [0x8128fcc]
11: /usr/bin/X [0x8128fcc]
12: /usr/bin/X [0x8128fcc]
13: /usr/bin/X [0x8128fcc]
14: /usr/bin/X [0x8128fcc]
15: /usr/bin/X(miChangeSaveUnder+0x6b) [0x812916b]
16: /usr/bin/X(MapWindow+0x448) [0x8077658]
17: /usr/bin/X(ProcMapWindow+0x69) [0x808c019]
18: /usr/bin/X(Dispatch+0x34f) [0x808c89f]
19: /usr/bin/X(main+0x47d) [0x8071d1d]
20: /lib/tls/i686/cmov/libc.so.6(__libc_start_main+0xe5) [0xb7c17685]
21: /usr/bin/X [0x8071101]
Saw signal 11. Server aborting.