On Thu, 2009-02-05 at 08:30 +0100, Patrick Matthäi wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Mika Hanhijärvi schrieb: > > On Tue, 2009-02-03 at 20:02 +0100, Patrick Matthäi wrote: > >> -----BEGIN PGP SIGNED MESSAGE----- > >> Hash: SHA1 > >> > >> Patrick Matthäi schrieb: > >>> I talked about this issue with one release manager. > >>> As AMD states this issue is fixed with the 9.1 release, I should package > >>> this release today and upload it to experimental (but it will not have > >>> xserver-xorg 1.6 support). > >>> > >>> The problem is, that I do not have those hardware where it segfaults, so > >>> I need your responses. > >>> > >>> I will mail you again this evening. > >>> > >> Okay it is still at uploading but should be finished in 20 minutes. > >> > >> 1:9-1-1 will be in experimental and for the backporters to lenny/sid you > >> can then also get it here: > >> > >> http://packages.linux-dev.org/fglrx-driver_9-1-1.dsc > >> > >> It may also fix http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=513208 > >> Would be nice if someone could test it. > >> > >> Bye and thanks. > >> > > > > I would like to try that new fglrx driver, but in the experimental there > > is only amd64 packages. I run 32bit Debian (i386) on 64 bit computer, so > > i can't test that driver... > > > > Try something like: > > # apt-get install pbuilder devscripts > > # dget http://packages.linux-dev.org/fglrx-driver_9-1-1.dsc > > # mkdir result > > # pbuilder --create --basetgz lenny.tgz --distribution lenny > > # pbuilder --build --basetgz lenny.tgz --buildresult result/ > fglrx-driver_9-1-1.dsc > > > Then fglrx should build and you will find the debs in result/.
Hi !! Ok, I'll try that today. But unfortunately I'm quite sure it wont work :( I installed latest fglrx driver yesterday. I used ATI installer which generated Debian packages. When I installed those packages I got again the same result: corrupted screen and crash... I attached my xorg.conf, maybe you can see some problems in it. In that case I just don't understand why fglrx 8-7-3 and earlier works just fine, but 8-12-4 and later versions don't..
# /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/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 "vbe" EndSection Section "InputDevice" Identifier "Generic Keyboard" Driver "kbd" Option "CoreKeyboard" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "fi" EndSection Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" Option "CorePointer" Option "Device" "/dev/input/mice" Option "Protocol" "ImPS/2" Option "Emulate3Buttons" "true" EndSection Section "Device" Identifier "ATI Technologies Inc RS480 [Radeon Xpress 200G Series]" Driver "fglrx" BusID "PCI:1:5:0" EndSection Section "Monitor" Identifier "DELL P1110" Option "DPMS" DisplaySize 400 300 EndSection Section "Screen" Identifier "Default Screen" Device "ATI Technologies Inc RS480 [Radeon Xpress 200G Series]" Monitor "DELL P1110" DefaultDepth 24 SubSection "Display" Depth 1 Modes "1600x1200" "1280x1024" "1152x864" "1024x768" "800x600" "720x400" "640x480" EndSubSection SubSection "Display" Depth 4 Modes "1600x1200" "1280x1024" "1152x864" "1024x768" "800x600" "720x400" "640x480" EndSubSection SubSection "Display" Depth 8 Modes "1600x1200" "1280x1024" "1152x864" "1024x768" "800x600" "720x400" "640x480" EndSubSection SubSection "Display" Depth 15 Modes "1600x1200" "1280x1024" "1152x864" "1024x768" "800x600" "720x400" "640x480" EndSubSection SubSection "Display" Depth 16 Modes "1600x1200" "1280x1024" "1152x864" "1024x768" "800x600" "720x400" "640x480" EndSubSection SubSection "Display" Depth 24 Modes "1600x1200" "1280x1024" "1152x864" "1024x768" "800x600" "720x400" "640x480" EndSubSection EndSection Section "ServerLayout" Identifier "Default Layout" Screen "Default Screen" InputDevice "Generic Keyboard" InputDevice "Configured Mouse" EndSection Section "DRI" Mode 0666 EndSection