Package: fglrx-driver
Version: 1:9-2-2
Severity: critical
Justification: breaks unrelated software


I have a Radeon X1300 Pro with 2 screens (24").
At startup gdm/X start, but my screens stay black, even if i do /etc/init.d/gdm 
stop

My only chance to have X, is to :
- reboot with vesa driver in my xorg.conf (device default)
- /etc/init.d/gdm stop
- rmmod i810 && rmmod drm
- modprobe fglrx
- modify xorg.conf to use fglrx driver
- /etc/init.d/gdm start

Option "Xinerama" "ON", still doesn't work.(1 weeks ago my xorg.conf worked 
perfectly wih xinerama)

If i boot with driver fglrx in my xorg.conf, my screens stay black.


This is my xorg.conf with fglrx

Section "Files"
        FontPath        "/usr/share/fonts/X11/misc"
        FontPath        "/usr/X11R6/lib/X11/fonts/misc"
        #FontPath       "/usr/share/fonts/X11/cyrillic"
        FontPath        "/usr/X11R6/lib/X11/fonts/cyrillic"
        FontPath        "/usr/share/fonts/X11/100dpi/:unscaled"
        FontPath        "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
        FontPath        "/usr/share/fonts/X11/75dpi/:unscaled"
        FontPath        "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
        FontPath        "/usr/share/fonts/X11/Type1"
        FontPath        "/usr/X11R6/lib/X11/fonts/Type1"
        FontPath        "/usr/share/fonts/X11/100dpi"
        FontPath        "/usr/X11R6/lib/X11/fonts/100dpi"
        FontPath        "/usr/share/fonts/X11/75dpi"
        FontPath        "/usr/X11R6/lib/X11/fonts/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"
EndSection

Section "InputDevice"
        Identifier      "Generic Keyboard"
        Driver          "kbd"
        Option          "CoreKeyboard"
        Option          "XkbRules"      "xorg"
        Option          "XkbModel"      "pc105"
        Option          "XkbLayout"     "fr"
        Option          "XkbVariant"    "latin9"
EndSection

Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
        Option          "CorePointer"
        Option          "Device"                "/dev/input/mice"
        Option          "Protocol"              "ExplorerPS/2"
        Option          "Emulate3Buttons"       "true"
        Option          "Buttons" "7"
        Option          "ZAxisMapping" "4 5"
        Option          "ButtonMapping" "1 2 3 6 7 4 5"
EndSection

Section "Device"
        Identifier      "Default"
        Driver          "vesa" 
        Option          "DRI"   "False"
        Option          "UseFBDev" "True"
EndSection

Section "Device"
        Identifier      "ATI"
        Driver          "fglrx"
        #Option         "DRI"   "True"
        #Option         "UseFBDev" "true"
        #Option         "DesktopSetup" "0x00000000"
        Option          "Textured2D" "True"
        Screen          0
EndSection


Section "Device"
        Identifier      "ATI-ext"
        Driver          "fglrx"
        #Option         "DRI"   "True"
        #Option         "UseFBDev" "true"
        #Option         "DesktopSetup" "0x00000000"
        Option          "Textured2D" "True"
        Screen          1
EndSection


Section "Monitor"
        Identifier      "Monitor3"
        Option          "DPMS"
        # Gamma         0.75
EndSection

Section "Monitor"
        Identifier      "Monitor4"
        Option          "DPMS"
        # Gamma         0.75
        #Option         "RightOf" "Monitor4"
EndSection

Section "Screen"
        Identifier      "Screen1"
        Device          "ATI"
        #Device         "Default" # UNCOMMENT THIS LINE TO HAVE X
        Monitor         "Monitor3"
        
        DefaultDepth    24
        SubSection "Display"
                Depth           24
                Modes           "1920x1200" "1600x1200" "1280x1024"
        EndSubSection
EndSection


Section "Screen"
        Identifier      "Screen2"
        Device          "ATI-ext"
        #Device         "Default"
        Monitor         "Monitor4"
        
        DefaultDepth    24
        SubSection "Display"
                Depth           24
                Modes           "1920x1200" "1600x1200" "1280x1024"
        EndSubSection
EndSection



Section "ServerLayout"
        Identifier      "Default Layout"
        Screen          0 "Screen1" 0 0
        Screen          1 "Screen2" RightOf "Screen1"

        InputDevice     "Generic Keyboard"
        InputDevice     "Configured Mouse"
        # Option                "Xinerama" "ON" # CRASH IF ENABLE
        Option          "RandRRotation"      "on"
EndSection

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




-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-1-686 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages fglrx-driver depends on:
ii  debconf [debconf-2.0]         1.5.26     Debian configuration management sy
ii  fglrx-glx                     1:9-2-2    proprietary libGL for the non-free
ii  laptop-detect                 0.13.7     attempt to detect a laptop
ii  libc6                         2.9-4      GNU C Library: Shared libraries
ii  libdrm2                       2.3.1-2    Userspace interface to kernel DRM 
ii  libgl1-mesa-glx [libgl1]      7.0.3-7    A free implementation of the OpenG
ii  libx11-6                      2:1.2-1    X11 client-side library
ii  libxext6                      2:1.0.4-1  X11 miscellaneous extension librar
ii  libxinerama1                  2:1.0.3-2  X11 Xinerama extension library
ii  libxrandr2                    2:1.3.0-2  X11 RandR extension library
ii  libxrender1                   1:0.9.4-2  X Rendering Extension client libra
ii  xserver-xorg                  1:7.3+18   the X.Org X server

Versions of packages fglrx-driver recommends:
ii  fglrx-atieventsd       1:9-2-2           external events daemon for the non
ii  fglrx-glx              1:9-2-2           proprietary libGL for the non-free
ii  fglrx-kernel-2.6.26-1- 1:9-2-2+2.6.26-13 ATI binary kernel module for Linux
ii  fglrx-modules-2.6.26-1 2.6.26+8-12-2     Display driver for AMD/ATI Radeon 
ii  fglrx-source           1:9-2-2           kernel module source for the non-f

Versions of packages fglrx-driver suggests:
ii  fglrx-control                 1:9-2-2    control panel for the non-free AMD

-- debconf information:
  fglrx-driver/acpi_switch: false



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to