The OpenNET Project / Index page

[ новости /+++ | форум | теги | ]

форумы  помощь  поиск  регистрация  майллист  вход/выход  слежка  RSS
"Xinerama & FreeBSD7.0"
Вариант для распечатки  
Пред. тема | След. тема 
Форумы OpenNET: Виртуальная конференция (Public)
Изначальное сообщение [ Отслеживать ]

"Xinerama & FreeBSD7.0"  
Сообщение от ln on 20-Сен-08, 00:30 
при включении в 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.2

xorg.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"
EndSection

Section "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/"
EndSection

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

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
        Option "XkbModel"   "pc104"
        Option "XkbLayout"  "us,ru(winkeys)"
        Option "XkbOptions" "grp:caps_toggle,grp_led:caps"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "auto"
        Option      "Device" "/dev/sysmouse"
        Option      "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "SNY"
        ModelName    "SDM-S75D/F/N"
        HorizSync    28.0 - 65.0
        VertRefresh  57.0 - 63.0
        Option      "DPMS"
EndSection

Section "Monitor"
        Identifier   "Monitor1"
        VendorName   "SNY"
        ModelName    "SDM-S75D/F/N"
        HorizSync    28.0 - 65.0
        VertRefresh  57.0 - 63.0
        Option      "DPMS"
EndSection

Section "Device"
        Identifier  "Card0"
        Driver      "radeon"
        VendorName  "ATI Technologies Inc"
        BoardName   "RV350 AS [Radeon 9550]"
        BusID       "PCI:1:0:0"
EndSection

Section "Device"
        Identifier  "Card1"
        Driver      "radeon"
        VendorName  "ATI Technologies Inc"
        BoardName   "RV350 AS [Radeon 9550]"
        BusID       "PCI:1:0:1"
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

Section "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

Высказать мнение | Ответить | Правка | Cообщить модератору

 Оглавление

Сообщения по теме [Сортировка по времени | RSS]


1. "Xinerama & FreeBSD7.0"  
Сообщение от atckoe on 20-Сен-08, 10:37 
>  Screen    0  "Screen0" 0 0
>  Screen    1  "Screen1" RightOf "Screen0"

Замените на

Screen     "Screen0"
Screen     "Screen1" RightOf "Screen0"

Узбеков :)

Высказать мнение | Ответить | Правка | Наверх | Cообщить модератору

2. "Xinerama & FreeBSD7.0"  
Сообщение от ln on 20-Сен-08, 13:37 
не идёть :/
Высказать мнение | Ответить | Правка | Наверх | Cообщить модератору

3. "Xinerama & FreeBSD7.0"  
Сообщение от ln on 20-Сен-08, 13:56 
на всякий, два последние устройства из вывода 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 грузиться не хочится.

Высказать мнение | Ответить | Правка | Наверх | Cообщить модератору

Архив | Удалить

Индекс форумов | Темы | Пред. тема | След. тема
Оцените тред (1=ужас, 5=супер)? [ 1 | 2 | 3 | 4 | 5 ] [Рекомендовать для помещения в FAQ]




Партнёры:
PostgresPro
Inferno Solutions
Hosting by Hoster.ru
Хостинг:

Закладки на сайте
Проследить за страницей
Created 1996-2024 by Maxim Chirkov
Добавить, Поддержать, Вебмастеру