Package: fglrx-driver
Version: 8.31.5-1
Severity: normal

Hi,

Trying to run both vlc or xine leads to a segfault inside the X server, without
any backtrace on the console nor in the Xorg.log file.

Even vlc --no-overlay leads to this segfault.

AFAIR 8.28.8 used to work fine; 8.30.3 crashes too.

The card is
01:00.0 VGA compatible controller: ATI Technologies Inc M56P [Radeon Mobility 
X1600]

xorg.conf attached.

JB.

-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.19
Locale: LANG=C, [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages fglrx-driver depends on:
ii  libc6                        2.3.6.ds1-8 GNU C Library: Shared libraries
ii  libgcc1                      1:4.1.1-20  GCC support library
ii  libstdc++5                   1:3.3.6-13  The GNU Standard C++ Library v3
ii  libx11-6                     2:1.0.3-4   X11 client-side library
ii  libxext6                     1:1.0.1-2   X11 miscellaneous extension librar
ii  libxrandr2                   2:1.1.0.2-5 X11 RandR extension library
ii  libxrender1                  1:0.9.1-3   X Rendering Extension client libra
ii  xserver-xorg                 1:7.1.0-7   the X.Org X server

Versions of packages fglrx-driver recommends:
ii  fglrx-kernel-2.6.18 [fglrx-ke 8.31.5-1   ATI binary kernel module for Linux
ii  fglrx-kernel-2.6.19 [fglrx-ke 8.31.5-1   ATI binary kernel module for Linux
ii  fglrx-kernel-2.6.19-rc5 [fglr 8.31.5-1   ATI binary kernel module for Linux
ii  fglrx-kernel-src              8.31.5-1   kernel module source for the ATI g

-- no debconf information
# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
        FontPath        "/usr/share/fonts/X11/misc"
        FontPath        "/usr/share/fonts/X11/cyrillic"
        FontPath        "/usr/share/fonts/X11/100dpi/:unscaled"
        FontPath        "/usr/share/fonts/X11/75dpi/:unscaled"
        FontPath        "/usr/share/fonts/X11/Type1"
        FontPath        "/usr/share/fonts/X11/100dpi"
        FontPath        "/usr/share/fonts/X11/75dpi"
        # path to defoma fonts
        FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
        Load    "i2c"
        Load    "bitmap"
        Load    "ddc"
        Load    "dri"
        Load    "extmod"
        Load    "freetype"
        Load    "glx"
        Load    "int10"
        Load    "type1"
        Load    "vbe"
        Load    "synaptics"
EndSection

Section "InputDevice"
        Identifier      "MacBook Keyboard"
        Driver          "kbd"
        Option          "CoreKeyboard"
        Option          "XkbRules"      "xorg"
        Option          "XkbModel"      "macbook78"
        Option          "XkbLayout"     "fr"
EndSection

Section "InputDevice"
        Identifier      "Appletouch Trackpad"
        Driver          "synaptics"
        Option          "CorePointer"
        Option          "Protocol"              "auto-dev"
        Option          "Emulate3Buttons"       "false"
        Option          "ZAxisMapping"          "4 5"
        Option          "MinSpeed"              "1.0"
        Option          "MaxSpeed"              "1.0"
        Option          "TapButton1"            "0"
        Option          "TapButton2"            "0"
        Option          "TapButton3"            "0"
EndSection

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

Section "Device"
        Identifier      "ATI Radeon FireGL X1600"
        Driver          "fglrx"
        BusID           "PCI:1:0:0"
        Option          "backingstore"  "true"
        Option          "RenderAccel"   "true"
        Option          "DesktopSetup"  "clone"
        Option          "MonitorLayout" "LVDS,CRT"
        Option          "OpenGLOverlay" "off"
        Option          "VideoOverlay"  "on"
EndSection

Section "Monitor"
        Identifier      "MacBook DFP"
        Option          "DPMS"
        HorizSync       30-100
        VertRefresh     50-160
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Device          "ATI Radeon FireGL X1600"
        Monitor         "MacBook DFP"
        DefaultDepth    24
        SubSection "Display"
                Depth           1
                Modes           "1440x900" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           4
                Modes           "1440x900" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           8
                Modes           "1440x900" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           15
                Modes           "1440x900" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           16
                Modes           "1440x900" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           24
                Modes           "1440x900" "1024x768" "800x600" "640x480"
        EndSubSection
EndSection

Section "ServerLayout"
        Identifier      "Default Layout"
        Screen          "Default Screen"
        InputDevice     "MacBook Keyboard"
        InputDevice     "Appletouch Trackpad"   "CorePointer"
        InputDevice     "Generic Mouse"         "AlwaysCore"
EndSection

Section "DRI"
        Mode    0666
EndSection

Section "ServerFlags"
        Option  "AIGLX" "off"
EndSection

Section "Extensions"
        Option  "Composite"     "Disable"
EndSection

Reply via email to