здравствуйте, обновил ядро, перестали работать иксы было 2.6.26 стало 2.6.32 все гризится, вот только ничего не видно, даже консоль не работает, не понимаю почему
вот логи из под нового ядра с драйверами «nv» и «vesa» nv:
mypc:/var/log# cat ~/xorg.log | egrep 'EE|WW'
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
(WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
(WW) Disabling Mouse0
(WW) Disabling Keyboard0
(WW) xf86OpenConsole: setpgid failed: Operation not permitted
(WW) xf86OpenConsole: setsid failed: Operation not permitted
(II) Loading extension MIT-SCREEN-SAVER
(EE) NV: Kernel modesetting driver in use, refusing to load
(EE) No devices detected.
mypc:/var/log#
vesa:
mypc:/var/log# cat ~/xorg.log.vesa | egrep 'EE|WW'
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
(WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
(WW) Disabling Mouse0
(WW) Disabling Keyboard0
(WW) xf86OpenConsole: setpgid failed: Operation not permitted
(WW) xf86OpenConsole: setsid failed: Operation not permitted
(II) Loading extension MIT-SCREEN-SAVER
(EE) VESA: Kernel modesetting driver in use, refusing to load
(WW) Falling back to old probe method for vesa
(EE) No devices detected.
mypc:/var/log#
[\code]
вот xorg.conf:
Section "ServerLayout"
Identifier "XFree86 Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "unix/:7100"
EndSection
Section "Module"
#Load "v4l"
Load "dbe"
# Load "dri"
Load "extmod"
Load "fbdevhw"
Load "glx"
# Load "pex5"
Load "record"
# Load "xie"
Load "type1"
EndSection
Section "ServerFlags"
Option "allowmouseopenfail"
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"
Identifier "Mouse0"
Driver "mouse"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "on"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
EndSection
Section "Monitor"
#1024x768 @ 100.0 Hz, 80.2 kHz hsync
Identifier "Monitor"
VendorName "unknown"
ModelName "Samsung SyncMaster 955df"
HorizSync 30.0 - 85.0
VertRefresh 50.0 - 160.0
ModeLine "1024x768" 113.3 1024 1096 1208 1392 768 769 772 814 -hsync +vsync
ModeLine "800x600" 69.7 800 864 928 1088 600 604 610 640 -hsync -vsync
ModeLine "640x480" 45.8 640 672 768 864 480 488 494 530 -hsync -vsync
EndSection
Section "Monitor"
#!Description "Super VGA 1024x768 @ 60Hz"
# 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
Identifier "Super VGA"
ModelName "Super VGA"
HorizSync 31.5 - 48.5
VertRefresh 50.0 - 90.0
EndSection
Section "Device"
Identifier "nVidia Corporation|NV18 [GeForce4 MX 440 AGP 8x]"
Driver "nvidia"
BoardName "NVIDIA GeForce 4 MX (generic)"
EndSection
Section "Screen"
Identifier "Screen0"
Device "nVidia Corporation|NV18 [GeForce4 MX 440 AGP 8x]"
Monitor "Monitor"
DefaultDepth 24
Option "NoLogo"
Option "NoAccel"
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
подскажите, как решить проблему, у меня даже консоль не запускается, буду очень признателен.