Xorg segfaults when launching compiz

Roman Makurin drolyk at gmail.com
Wed Nov 7 13:11:00 UTC 2007


Hi All!

I`ve got ATI radeon X700Pro, and opengl works fine with open source
drivers. But when I`m trying to launch compiz in gutsy Xorg hangs every
time. 

Here`s my xorg.conf:

$ grep -v ^# /etc/X11/xorg.conf

Section "InputDevice"
        Identifier      "Generic Keyboard"
        Driver          "kbd"
        Option          "CoreKeyboard"
        Option          "XkbRules"      "xorg"
        Option          "XkbModel"      "pc105"
        Option          "XkbLayout"     "us,ru"
        Option          "XkbVariant"    ",winkeys"
        Option          "XkbOptions"
"grp:alt_shift_toggle,grp_led:scroll"
EndSection

Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
        Option          "CorePointer"
        Option          "Device"        "/dev/input/mice"
        Option          "Protocol"      "ImPS/2"
        Option          "ZAxisMapping"  "4 5"
        Option          "Emulate3Buttons"       "true"
EndSection

Section "Device"
        Identifier      "ATI Technologies Inc RV410 [Radeon X700 Pro
(PCIE)]"
        Boardname       "ati"
        Busid           "PCI:1:0:0"
        Driver          "radeon"
        Option          "AccelMethod"           "XXA"
        Option          "AccelDFS"              "true"
        Option          "EnablePageFlip"        "true"
        Option          "ColorTiling"           "true"
        Option          "DRI"                   "true"
        Option          "XAANoOffscreenPixmaps" "true"
        Option          "RenderAccel"           "true"
        Screen  0
EndSection

Section "Monitor"
        Identifier      "90GX2"
        Vendorname      "NEC"
        Modelname       "MultiSync 90GX2"
        HorizSync       31.5-81.1
        VertRefresh     56-75
        Option          "DPMS"          "true"
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Device          "ATI Technologies Inc RV410 [Radeon X700 Pro
(PCIE)]"
        Monitor         "90GX2"
        Defaultdepth    24
        SubSection "Display"
                Depth   24
                Modes           "1280x1024 at 75" "1280x1024 at 60"
"1024x768 at 60" "1024x768 at 70" "1024x768 at 75"
        EndSubSection
EndSection

Section "ServerLayout"
        Identifier      "Default Layout"
        screen 0 "Default Screen" 0 0
        Inputdevice     "Generic Keyboard"
        Inputdevice     "Configured Mouse"
        Option          "AIGLX" "true"
EndSection

Section "Module"
        Load            "drm"
        Load            "extmod"
        Load            "freetype"
        Load            "glx"
        Load            "dri"
        Load            "dbe"
        Load            "v4l"
EndSection

Section "Extensions"
        Option          "Composite"     "true"
EndSection

Section "DRI"
        Group   "video"
        Mode    0660
EndSection

Where is my fault ?

Thanks

-- 

If you think of MS-DOS as mono, and Windows as stereo,
 then Linux is Dolby Digital and all the music is free...


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: Эта часть сообщения подписана цифровой подписью
URL: <https://lists.ubuntu.com/archives/ubuntu-users/attachments/20071107/dbee8aac/attachment.sig>


More information about the ubuntu-users mailing list