Alexey Buistov, Tue, Dec 16, 2003 11:03:02 +0100:
> (II) Primary Device is: PCI 01:00:0
> (--) Assigning device section with no busID to primary device
> (EE) No devices detected.
> 
> Fatal server error:
> no screens found
> 
> 
> Видюшка у меня ATI Radeon9200, но lspci говорит про нее как ATI
> (unknown device) или что-то в этом роде. Может, в этом трабл?

у меня 9200. С двумя мониторами. Конфиг прилагается.
Ядро 2.6.0-test11, но это действительно вряд ли повлияет:
X11 делает всё сам.

Section "Monitor"
        Identifier "elsa-ecomo"
        VendorName "ELSA"
        ModelName "ECOMO 531"
        VertRefresh 48-120
        HorizSync 30-107
EndSection

Section "Monitor"
    Identifier "sun"
    VendorName "Sun"
    ModelName "20E20"
    HorizSync   30-84
    VertRefresh 50-85
EndSection

Section "Device"
        BoardName   "Radeon 9200 VIVO"
        VendorName  "Club3D"
        BusID       "PCI:1:0:0"
        Screen      0
        Driver      "radeon"
        Identifier  "radeon_9200_0"
        Option "AGPMode" "4"
        Option      "MonitorLayout" "CRT, CRT"
        ChipId      0x4966
        Option "CloneDisplay" "0"
#       Option "CloneMode" "1152x900"
EndSection

Section "Device"
        BoardName   "Radeon 9200 VIVO"
        VendorName  "Club3D"
        BusID       "PCI:1:0:0"
        Screen      1
        Driver      "radeon"
        Identifier  "radeon_9200_1"
        Option "AGPMode" "4"

        ChipId      0x4966
        MemBase     0xe0000000
        IOBase      0xd67e0000
        VideoRam    65536
        Option "CloneDisplay" "2"
EndSection

Section "Screen"
    Identifier "Screen0"
    Device     "radeon_9200_0"
    Monitor    "elsa-ecomo"
    DefaultColorDepth  24
    SubSection "Display"
        Depth   8
        Modes   "1280x1024" "1152x870" "1024x768" "1600x1200"
    EndSubSection
    SubSection "Display"
        Depth   16
        Modes   "1280x1024" "1152x870" "1024x768" "1600x1200"
    EndSubSection
    SubSection "Display"
        Depth   24
        Modes   "1280x1024" "1024x768" "1152x870"
    EndSubSection
EndSection

Section "Screen"
    Identifier "Screen1"
    Device     "radeon_9200_1"
    Monitor    "sun"
    DefaultColorDepth  24
    SubSection "Display"
        Depth   8
        Modes   "1280x1024" "1152x870" "1024x768" "1600x1200"
        Virtual     1280 1024
    EndSubSection
    SubSection "Display"
        Depth   16
        Modes   "1280x1024" "1024x768" "1152x870" "1600x1200"
        Virtual     1280 1024
    EndSubSection
    SubSection "Display"
        Depth   24
        Modes   "1280x1024" "1024x768" "1152x870"
        Virtual     1280 1024
    EndSubSection
EndSection

Section "ServerLayout"
    Identifier  "Dual"
    Screen      0 "Screen0" 0 0
    Screen      1 "Screen1" RightOf "Screen0"
    InputDevice "MSExplorerUSB" "CorePointer"
    InputDevice "LogitechDeluxe" "CoreKeyboard"
    Option "Clone" "Off"
    Option "Xinerama" "Off"
EndSection

Ответить