LINUX.ORG.RU

Проблема с Х


0

0

лэптопная видяшка i82852/855GM.. Когда только установил Xorg (6.8.2), и запустил его (/etc/X11/xorg.conf еще не существовал) - все было великолепно: даже в кде несколько часов сидел. Затем понадобилось добавить переключение раскладок. Сгенерил конфиг, запускаю в тестовом режиме:

Xorg -config xorg.conf.new


все нормально, т.е. возникает цветной фон и зловещий крестик, хотя по возвращении в консоль появляется такой мат:

(EE) I810(0): I830 Dma Initialization Failed
(EE) I810(0): [drm] Failed to initialized agp heap manager

Но если я этот конфиг кину в /etc/X11, то при запуске xdm все намертво виснет.

В ядро (2.6.12):

Device Drivers -> Character Devices -> /dev/agpgart (AGP Support)

вкомпилированы Direct Rendering Manager
Intel I810
Intel 830M,845G,852GM,...

Может кто-нибудь сталкивался с такими проблемами? :)


Ответ на: комментарий от NightGhost

вот

Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
RgbPath "/usr/lib/X11/rgb"
ModulePath "/usr/lib/modules"
FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/TTF/"
FontPath "/usr/share/fonts/Type1/"
FontPath "/usr/share/fonts/CID/"
FontPath "/usr/share/fonts/75dpi/"
FontPath "/usr/share/fonts/100dpi/"
EndSection

Section "Module"
Load "extmod"
Load "dri"
Load "dbe"
Load "record"
Load "xtrap"
Load "glx"
Load "type1"
Load "freetype"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
EndSection

Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
### [arg]: arg optional
#Option "NoAccel" # [<bool>]
#Option "SWcursor" # [<bool>]
#Option "ColorKey" # <i>
#Option "CacheLines" # <i>
#Option "Dac6Bit" # [<bool>]
#Option "DRI" # [<bool>]
#Option "NoDDC" # [<bool>]
#Option "ShowCache" # [<bool>]
#Option "XvMCSurfaces" # <i>
#Option "PageFlip" # [<bool>]
Identifier "Card0"
Driver "i810"
VendorName "Intel Corp."
BoardName "82852/855GM Integrated Graphics Device"
BusID "PCI:0:2:0"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection

Bazarov
() автор топика
Ответ на: комментарий от In2Dark

>поставь карту VESA в конфиге - как правило после этого заводится это все было :)

надо было закомментировать: Load "dri" в приведенном выше конфиге..и все сразу завелось...

P.S: всем откликнувшимся спасибо :) P.P.S: давно так не плясал ;)

Bazarov
() автор топика
Ответ на: комментарий от Bazarov

И что, без dri останешься? У меня используется i810 и i915, оба как модули. Возможно i915 вам как раз и не хватает. Или i830 в ядре мешает, он у меня не используется.

kenneth ★★★
()
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.