Возникла такая проблема при настройке иксов. Я установил ASP Linux 10 (Karelia). Крточка прошла насройку но нормально работает только на 256 цветах. если включаю больше - икс сервер не стартует и говорит:
(EE) RIVA128(0): Given depth (16) is not supported by this driver
Если вы сталкивались с подобной проблемой или знаете в чем дело, напишите в где тут собака порылась.
Я ставлю линукс второй раз в жизни так что помогите новичку. Если информации недостаточно почтараюсь описать подробнее, только дайте знать что именно нужно указать.
Файл xorg.0.log смотрите в аттачменте.
файл xorg.conf:
# Xorg configuration created by system-config-display
Section "ServerLayout"
Identifier "single head configuration"
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 "pex5"
Load "GLcore"
Load "dbe"
Load "extmod"
Load "fbdevhw"
# Load "glx"
Load "record"
# Load "xie"
Load "v4l"
Load "type1"
Load "dri"
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 @ 60.0 Hz, 48.4 kHz hsync
#Modeline "1024x768" 65 1024 1032 1176 1344 768 771 777 806 -hsync -vsync
#800x600 @ 60.3 Hz, 37.9 kHz hsync
#Modeline "800x600" 40 800 840 968 1056 600 601 605 628 +hsync +vsync
#640x480 @ 59.9 Hz, 31.5 kHz hsync
#Modeline "640x480" 25.175 640 664 760 800 480 491 493 525
Identifier "Monitor"
VendorName "SAM"
ModelName "Samsung SyncMaster 500(M)s (CGK5507*)"
HorizSync 30.0 - 54.0
VertRefresh 50.0 - 120.0
EndSection
Section "Device"
# Option "NoAccel"
Identifier "NVidia / SGS Thomson|Riva128"
Driver "nv"
BoardName "NVIDIA Riva 128 (generic)"
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "NVidia / SGS Thomson|Riva128"
Monitor "Monitor"
DefaultDepth 16
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
Заранее спасиюо за помощь.