4.2 cirrus driver doesn't seem to work with CLGD5446

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi,
I compiled 4.2.0 on my LFS and tried to get it running with both video
cards, an Elsa TNT2 Vanta on AGP and Cirrus Logic 5446 on PCI.
This is what XFree86.0.log contains:

(WW) CIRRUS: No matching Device section for instance (BusID PCI:2:11:0)
found
(--) Chipset CLGD5446 found
[...]
(EE) Screen 1 deleted because of no matching config section.
[...]
Fatal server error:
Caught signal 11.  Server aborting


Excerpt from XFree86 -scanpci -verbose:

(1:0:0) unknown card (0x1048/0x0c25) using a NVidia Vanta
(2:10:0) unknown card (0x1113/0x1211) using an unknown
chipset(0x1113/0x1211)
(2:11:0) Cirrus Logic GD5446

http://www.xfree.org/current/Status9.html#9 tells me the card is supported.

Does anyone know something I could try?
Thanks in Advance
Marius


#XF86Config

Section "Module"
    Load        "dbe"   # Double buffer extension

    SubSection  "extmod"
      Option    "omit xfree86-dga"   # don't initialise the DGA extension
    EndSubSection

    Load        "type1"
    Load        "freetype"
    Load        "speedo"
EndSection


Section "Files"
    RgbPath "/usr/X11R6/lib/X11/rgb"

    FontPath   "/usr/X11R6/lib/X11/fonts/local/"
    FontPath   "/usr/X11R6/lib/X11/fonts/misc/"
    FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
    FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
    FontPath   "/usr/X11R6/lib/X11/fonts/Type1/"
    FontPath   "/usr/X11R6/lib/X11/fonts/Speedo/"
    FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/"
    FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/"
    FontPath   "/usr/X11R6/lib/X11/fonts/TTF/"
    FontPath   "/usr/X11R6/lib/X11/fonts/misc/"
    FontPath   "/usr/X11R6/lib/X11/fonts/local/"

    ModulePath "/usr/X11R6/lib/modules"
EndSection


Section "InputDevice"
     Identifier  "Keyboard0"
     Driver      "keyboard"

    Option "AutoRepeat" "500 30"

    Option      "XkbLayout" "de"
    Option      "XkbVariant" "nodeadkeys"
    Option      "XkbKeymap" "Xmodmap"
    Option      "XkbModel" "pc104"

    Option "XkbRules" "xfree86"
EndSection


Section "InputDevice"
    Identifier  "Mouse0"
    Driver      "mouse"
    Option      "Protocol" "PS/2"
    Option      "Device"   "/dev/psaux"
    Option      "Buttons"  "5"
    Option      "XAxisMapping" "4 5"
    Option      "Resolution" "255"
EndSection

Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "MACOM"
        ModelName    "S96D"
        HorizSync    31.5 - 82.0
        VertRefresh  40-150
        Option       "DPMS"
EndSection

Section "Monitor"
        Identifier   "Monitor1"
        VendorName   "SONY"
        ModelName    "G220"
        HorizSync    30 - 96
        VertRefresh  48-170
        Option       "DPMS"
EndSection


Section "Device"
        Identifier  "Card0"
        Driver      "nv"
        VendorName  "ELSA"
        BoardName   "TNT2 Vanta"
        BusID       "PCI:1:0:0"
        Screen      0
EndSection

Section "Device"
        Identifier  "Card1"
        Driver      "cirrus"
        VendorName  "Cirrus Logic"
        BoardName   "Cirrus Logic GD5446"
        BusID       "PCI:2:11:0"
        Screen      1
EndSection


Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        DefaultDepth 16
        SubSection "Display"
                Depth     16
                Modes     "1024x768"
        EndSubSection
EndSection

Section "Screen"
        Identifier "Screen1"
        Device     "Card1"
        Monitor    "Monitor1"
        DefaultDepth 16
        SubSection "Display"
                Depth     16
                Modes     "1024x768"
        EndSubSection
EndSection


Section "ServerLayout"
    Screen      0  "Screen0" RightOf "Screen1"
    Screen      1  "Screen1" LeftOf  "Screen0"

    InputDevice    "Mouse0" "CorePointer"
    InputDevice    "Keyboard0" "CoreKeyboard"
    Option         "OffTime" "10"
EndSection

#EOF XF86Config

_______________________________________________

Newbie@XFree86.Org
*** To unsubscribe , or change message options, see:
http://XFree86.Org/mailman/listinfo/newbie

[Index of Archives]     [XFree86]     [Xfree86 Xpert]     [X.org]     [IETF Annouce]     [Security]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Picture Sharing]     [Linux Security]     [Linux RAID]

  Powered by Linux