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

Bug#366292: xlibmesa-dri broken image and SEGV with ATI Radeon 7000 IGP



Package: xlibmesa-dri
Version: 6.9.0.dfsg.1-6

When using acceleration and direct rendering the image comes-up all garbled-up and sometimes the programs quits due to a SEGV error.

This error can be easily reproduced using blender3d or gmsh. Before selecting any objects blender or gmsh the image is fine. After selecting any object the image becomes completely garbled. If you rotate the object view in gmsh repeatedly it will throw the SEGV error.

If you turn of direct rendering the two programs work fine. The xlibmesa3-dri-trunk package with XFree86 does not produce this bug.

I'm using Debian testing with kernel 2.6.16.11.

Here is my xorg.conf if it helps:


Section "Files"
   FontPath    "unix/:7100"            # local font server
   # if the local font server has problems, we can fall back on these
   FontPath    "/usr/lib/X11/fonts/misc"
   FontPath    "/usr/lib/X11/fonts/cyrillic"
   FontPath    "/usr/lib/X11/fonts/100dpi/:unscaled"
   FontPath    "/usr/lib/X11/fonts/75dpi/:unscaled"
   FontPath    "/usr/lib/X11/fonts/Type1"
   FontPath    "/usr/lib/X11/fonts/CID"
   FontPath    "/usr/lib/X11/fonts/100dpi"
   FontPath    "/usr/lib/X11/fonts/75dpi"
EndSection

Section "Module"
   Load    "bitmap"
   Load    "dbe"
   Load    "ddc"
   Load    "dri"
   Load    "extmod"
   Load    "freetype"
   Load    "glx"
   Load    "int10"
   Load    "record"
   Load    "type1"
   Load    "v4l"
   Load    "vbe"
EndSection

Section "InputDevice"
   Identifier    "Generic Keyboard"
   Driver        "keyboard"
   Option        "CoreKeyboard"
   Option        "XkbRules"    "xorg"
   Option        "XkbModel"    "pc104"
   Option        "XkbLayout"    "us_intl"
EndSection

Section "InputDevice"
   Identifier    "Configured Mouse"
   Driver        "mouse"
   Option        "CorePointer"
   Option        "Device"        "/dev/input/mice"
   Option        "Protocol"        "ImPS/2"
   Option        "Emulate3Buttons"    "true"
   Option        "ZAxisMapping"        "4 5"
EndSection
Section "InputDevice"
   Identifier    "Synaptics Touchpad"
   Driver        "synaptics"
   Option        "SendCoreEvents"    "true"
   Option        "Device"        "/dev/psaux"
   Option        "Protocol"        "auto-dev"
   Option        "HorizScrollDelta"    "0"
EndSection

Section "Device"
   Identifier    "ATI RAGE 7000"
   Driver        "ati"
   Option            "AGPMode" "4"
   Option            "RenderAccel" "true"
   Option            "AGPFastWrite" "true"
   Option            "EnablePageFlip" "false"
   Option            "EnableDepthMoves" "true"
   Option            "NoBackBuffer" "false"
#    Option        "DisplayPriority" "HIGH"
   BusID           "PCI:01:05:0"
   VideoRam        320000
EndSection

Section "Monitor"
   Identifier    "Generic Monitor"
   Option        "DPMS"
   HorizSync    28-49
   VertRefresh    43-72
EndSection

Section "Screen"
   Identifier    "Default Screen"
   Device        "ATI RAGE 7000"
   Monitor        "Generic Monitor"
   DefaultDepth    24
   SubSection "Display"
       Depth        1
       Modes        "1024x768"
   EndSubSection
   SubSection "Display"
       Depth        4
       Modes        "1024x768"
   EndSubSection
   SubSection "Display"
       Depth        8
       Modes        "1024x768"
   EndSubSection
   SubSection "Display"
       Depth        15
       Modes        "1024x768"
   EndSubSection
   SubSection "Display"
       Depth        16
       Modes        "1024x768"
   EndSubSection
   SubSection "Display"
       Depth        24
       Modes        "1024x768"
   EndSubSection
EndSection

Section "ServerLayout"
   Identifier    "Default Layout"
   Screen        "Default Screen"
   InputDevice    "Generic Keyboard"
   InputDevice    "Configured Mouse"
   InputDevice    "Synaptics Touchpad"
EndSection

Section "DRI"
   Mode    0666
EndSection





Reply to: