при включении в xorg.conf Xinerama-ы xorg рушится на моменте запуска с сообщением:XIO: fatal IO error 53 (Software caused connection abort) on X server ":0.0"
after 0 requests (0 known processed) with 0 events remaining.пробовал отключать модули - не помогает. может кто сталкивался?
карточка:
radion x1050по:
xorg-7.3_2
libXinerama-1.0.2,1
xineramaproto-1.1.2xorg.conf:
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
Screen 1 "Screen1" RightOf "Screen0"
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
Option "Xinerama" "on"
EndSectionSection "Files"
RgbPath "/usr/local/share/X11/rgb"
ModulePath "/usr/local/lib"
ModulePath "/usr/local/lib/xorg/modules"
FontPath "/usr/local/lib/X11/fonts/webfonts/"
FontPath "/usr/local/lib/X11/fonts/mozilla/"
FontPath "/usr/local/lib/X11/fonts/cyrillic/"
FontPath "/usr/local/lib/X11/fonts/misc/"
FontPath "/usr/local/lib/X11/fonts/Type1/"
EndSectionSection "Module"
Load "extmod"
Load "record"
Load "dbe"
Load "glx"
Load "GLcore"
Load "xtrap"
Load "dri"
Load "freetype"
EndSectionSection "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc104"
Option "XkbLayout" "us,ru(winkeys)"
Option "XkbOptions" "grp:caps_toggle,grp_led:caps"
EndSectionSection "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/sysmouse"
Option "ZAxisMapping" "4 5 6 7"
EndSectionSection "Monitor"
Identifier "Monitor0"
VendorName "SNY"
ModelName "SDM-S75D/F/N"
HorizSync 28.0 - 65.0
VertRefresh 57.0 - 63.0
Option "DPMS"
EndSectionSection "Monitor"
Identifier "Monitor1"
VendorName "SNY"
ModelName "SDM-S75D/F/N"
HorizSync 28.0 - 65.0
VertRefresh 57.0 - 63.0
Option "DPMS"
EndSectionSection "Device"
Identifier "Card0"
Driver "radeon"
VendorName "ATI Technologies Inc"
BoardName "RV350 AS [Radeon 9550]"
BusID "PCI:1:0:0"
EndSectionSection "Device"
Identifier "Card1"
Driver "radeon"
VendorName "ATI Technologies Inc"
BoardName "RV350 AS [Radeon 9550]"
BusID "PCI:1:0:1"
EndSectionSection "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
EndSectionSection "Screen"
Identifier "Screen1"
Device "Card1"
Monitor "Monitor1"
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
> Screen 0 "Screen0" 0 0
> Screen 1 "Screen1" RightOf "Screen0"Замените на
Screen "Screen0"
Screen "Screen1" RightOf "Screen0"Узбеков :)
не идёть :/
на всякий, два последние устройства из вывода pciconf -lv касающиеся ati:vgapci0@pci0:1:0:0: class=0x030000 card=0x30001458 chip=0x41531002 rev=0x00 hdr=0x00
vendor = 'ATI Technologies Inc'
device = 'RV350 Radeon 9550'
class = display
subclass = VGA
vgapci1@pci0:1:0:1: class=0x038000 card=0x30011458 chip=0x41731002 rev=0x00 hdr=0x00
vendor = 'ATI Technologies Inc'
device = 'RV350 Radeon 9550 - Secondary'
class = displayи карточка вот эта: http://market.yandex.ru/model.xml?hid=91031&modelid=1045669&...
вместо
Driver "radeon"
пробовал
Driver "ati"
и все то же самое: как только подключаю xinerama-у, xorg грузиться не хочится.