Hello everyone,

I'm trying to configure svn_98 with a dual head setup but I'm getting this 
error while X is loading

(II) RADEON(0): no multimedia table present, disabling Rage Theatre.
(II) RADEON(0): RandR 1.2 enabled, ignore the following RandR disabled message.

Backtrace:
0: /usr/X11/bin/amd64/Xorg'xf86SigHandler+0x84 [0x4e19f4]
1: /lib/amd64/libc.so.1'__sighndlr+0x6 [0xfffffd7fff2c4fa6]
2: /lib/amd64/libc.so.1'call_user_handler+0x2ff [0xfffffd7fff2b97df]
3: /usr/X11/bin/amd64/Xorg'RRCrtcSetRotations+0x0 [0x58d2a0]
4: /usr/X11/bin/amd64/Xorg'xf86CrtcScreenInit+0x93 [0x511d53]
5: /usr/X11/lib/modules/drivers/amd64/radeon_drv.so'RADEONScreenInit+0x1269 [0xf
ffffd7ffedf9d39]
6: /usr/X11/bin/amd64/Xorg'AddScreen+0x206 [0x49e5e6]
7: /usr/X11/bin/amd64/Xorg'InitOutput+0x23b [0x4c48db]
8: /usr/X11/bin/amd64/Xorg'main+0x2ad [0x49dedd]
9: /usr/X11/bin/amd64/Xorg'_start+0x6c [0x47a3cc]


My configuration file at the moment is
Section "ServerFlags"
        Option "Xinerama" "On"
EndSection

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

Section "Files"
        RgbPath      "/usr/X11/lib/X11/rgb"
        ModulePath   "/usr/X11/lib/modules/amd64"
        FontPath     "/usr/X11/lib/X11/fonts/TrueType/"
        FontPath     "/usr/X11/lib/X11/fonts/Type1/"
        FontPath     "/usr/X11/lib/X11/fonts/Type1/sun/"
        FontPath     "/usr/X11/lib/X11/fonts/F3bitmaps/"
        FontPath     "/usr/X11/lib/X11/fonts/misc/"
        FontPath     "/usr/X11/lib/X11/fonts/100dpi/"
        FontPath     "/usr/X11/lib/X11/fonts/75dpi/"
EndSection

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

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

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

Section "Monitor"

        #DisplaySize      340   270     # mm
 ### Comment all HorizSync and VertRefresh values to use DDC:
        Identifier   "Monitor0"
        VendorName   "DEL"
        ModelName    "DELL E173FP"
 ### Comment all HorizSync and VertRefresh values to use DDC:
        HorizSync    30.0 - 81.0
        VertRefresh  56.0 - 76.0
        Option      "DPMS"
EndSection

Section "Monitor"
        Identifier   "Monitor1"
 ### Comment all HorizSync and VertRefresh values to use DDC:
        HorizSync    31.5 - 82.0
        VertRefresh  56.0 - 76.0
EndSection

Section "Device"
        Identifier  "Card0"
        Driver      "radeon"
        VendorName  "ATI Technologies Inc"
        BoardName   "RV380 [Radeon X600 (PCIE)]"
        BusID       "PCI:1:0:0"
EndSection

Section "Device"
        Identifier  "Card1"
        Driver      "radeon"
        VendorName  "ATI Technologies Inc"
        BoardName   "RV380 [Radeon X600 (PCIE)]"
        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"
EndSection

Section "DRI"
        Group        0
EndSection



Any suggestions will be most welcome :-)
--
This message posted from opensolaris.org

Reply via email to